Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New method for kernel density estimation #75

Open
hgixp4y0hk56c opened this issue Oct 3, 2019 · 2 comments
Open

New method for kernel density estimation #75

hgixp4y0hk56c opened this issue Oct 3, 2019 · 2 comments

Comments

@hgixp4y0hk56c
Copy link

hgixp4y0hk56c commented Oct 3, 2019

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.

@VPetukhov
Copy link

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.

@sethaxen sethaxen mentioned this issue Mar 20, 2020
@briochemc
Copy link

Not sure this is useful but here is a gist where I started to try and translate kde2d.m to Julia and gave up half-way through...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants