Igmm
Infinite Gaussian mixture model in python (with Geweke tests)
Install / Use
/learn @BaxterEaves/IgmmREADME
igmm
An infinite mixture model in python
Requires:
- numpy
- scipy
- pandas
- matplotlib
- seaborn
Currently only support univariate normal datat under the Normal inverse-Gamma prior.
To run a clustering example:
$ python igmm.py
To run Geweke joint distribution tests:
$ python geweke.py
