gmmmc

Functions for drawing Monte Carlo samples from GMM parameter space


Keywords
gmm, monte, carlo, speech
License
Other
Install
pip install gmmmc==0.2.2.9

Documentation

gmmmc

This is a software package for running monte carlo simulations on GMM distributions.

Get Started

Download the source files. There are several dependencies listed in requirements.txt

$ pip install -r requirements.txt
$ python setup.py install

This software is also available as a PyPi package

https://pypi.python.org/pypi/gmmmc/

To install with pip

$ pip install numpy
$ pip install Cython
$ pip install gmmmc

Documentation is available at http://gmmmc.readthedocs.io/en/latest/