You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I was looking at different KDE implementations, R package ks was the most advanced one: it's able to do KDE on up to 6 dimensions. May be worth looking.
Hello,
I was searching for a Kernel Density estimation in 3D. I think it could be nice to implement the following method from Zdravko Botev et al. in Julia.
Botev, Z. I.; Grotowski, J. F.; Kroese, D. P. Kernel density estimation via diffusion. Ann. Statist. 38 (2010), no. 5, 2916--2957.
There is an implementation of it in Matlab by Zdravko Botev accessible here :
https://fr.mathworks.com/matlabcentral/profile/authors/878078-zdravko-botev
This method proposes also an adaptative algorithm for a better kernel width estimation.
I might try to implement it on my own but I dont know yet if I will use your structures. Still, I will try to drop usable scripts here.
The text was updated successfully, but these errors were encountered: