Lillian8830 / KDE-diffusion

Kernel density estimation via diffusion in 1d and 2d.

Home Page:https://kde-diffusion.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDE-diffusion

Kernel density estimation via diffusion in 1d and 2d

Provides the fast, adaptive kernel density estimator based on linear diffusion processes for one-dimensional and two-dimensional input data as outlined in the 2010 paper by Botev et al. The reference implementation for 1d and 2d, in Matlab, was provided by the paper's first author, Zdravko Botev. This is a re-implementation in Python, with added test coverage.

Find the full documentation on Read-the-Docs.

release downloads citation coverage documentation

About

Kernel density estimation via diffusion in 1d and 2d.

https://kde-diffusion.readthedocs.io

License:MIT License


Languages

Language:Python 69.3%Language:MATLAB 30.7%