Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 394 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 394 Bytes

gaussian_kde

This is a modified version of the SciPy implemtation of gaussian kernel density estimation, `scipy.stats.gaussian_kde' which adds convenience functions for conditional random sampling.

Note: This package is in active development!!!

The results are certainly not guaranteed to be correct.