Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 531 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 531 Bytes

Density-estimators :

  • histogram -- implements a histogram density estimator and a normalized variant, reference.
  • kde -- implements a Gaussian kernel density estimator(KDE), on one dimensional dataset.
  • gmm -- implements a gaussian mixture model.