Skip to content

Infinite Gaussian mixture model in python (with Geweke tests)

Notifications You must be signed in to change notification settings

BaxterEaves/igmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Infinite Gaussian mixture model in python (with Geweke tests)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages