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: fastKDE #85

Open
tbeason opened this issue Jul 29, 2020 · 1 comment
Open

new method: fastKDE #85

tbeason opened this issue Jul 29, 2020 · 1 comment

Comments

@tbeason
Copy link

tbeason commented Jul 29, 2020

I know, not nice to just drop in and suggest a new method, but I think this one looks promising.

It's called fastKDE. It combines bandwidth selection and density estimation, and it uses FFT to speed things up. It looks very impressive in the published papers. Works for multivariate densities in low dimensions.

Link https://pypi.org/project/fastkde/

Paper link https://www.sciencedirect.com/science/article/pii/S0167947316300408

@ParadaCarleton
Copy link

Would definitely love to see this implemented; I currently need something like this (in terms of performance) for an application where I want to bootstrap KDEs. If reimplementing it is too difficult (wouldn't be surprised) just a wrapper would be more than enough.

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

2 participants