tommyod/KDEpy

Variable bandwidth for 3 dimensional data.

Open

#26 aperta il 19 lug 2019

Vedi su GitHub
 (6 commenti) (1 reazione) (0 assegnatari)Jupyter Notebook (104 fork)auto 404
good first issuehelp wanted

Metriche repository

Star
 (647 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor