Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/claymcleod/kde-python

Kernel Density Experiments
https://github.com/claymcleod/kde-python

Last synced: about 2 months ago
JSON representation

Kernel Density Experiments

Awesome Lists containing this project

README

        

Repository containing some experiments implementing kernel density estimation
in Python and numpy.

**TODO**

- [ ] Implement kernels: epanechnikov, exponential, linear, cosine
- [ ] Cleanup code
- [ ] Add examples