kde

Kernel Density implementation (Gaussian Kernel) supporting truncating the estimated CDF


License
MIT
Install
pip install kde==0.0.3

Documentation

kde

This is an implementation of kernel density estimation using Gaussian Kernels.

While many other libraries implement this functionality, none of them support specifying truncated estimated CDFs, which was the reason for the creation of this package.