tommyod/KDEpy

Variable bandwidth for 3 dimensional data.

Open

#26 创建于 2019年7月19日

在 GitHub 查看
 (6 评论) (1 反应) (0 负责人)Jupyter Notebook (104 fork)auto 404
good first issuehelp wanted

仓库指标

Star
 (647 star)
PR 合并指标
 (PR 指标待抓取)

描述

Hello,

First of all, thanks for the great package. I'm trying to compute density maps of a 3 dimensional points distribution. I understood from the documentation that a variable bandwith method was available but I couldn't figure out how to set up this option. Additionnaly, in the case of a fixed bandwidth KDE for multidimensional data, I would have expected as in the stats_models_multivariateKDE implementation to be able to use a bandwidth per dimension but it seems that we can either use a single value of the bandwidth or to use one bandwidth per data point. Is it in order to take into account the weight of each data point that you implemented it this way ?

Thanks in advance.

Cheers Yoann

贡献者指南