cbanerji / Density-estimators

Collection of classical density estimators e.g. mixture models, kernel density estimator etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Collection of classical density estimators e.g. mixture models, kernel density estimator etc.

License:MIT License


Languages

Language:Jupyter Notebook 82.0%Language:Python 18.0%