sseemayer / mixem

Pythonic Expectation-Maximization (EM) implementation for fitting mixtures of probability densities
https://mixem.readthedocs.org/en/latest/
26 stars 16 forks source link

mix'EM

mixem is a pure-python implementation of the Expectation-Maximization (EM) algorithm for fitting mixtures of probability distributions. It works in Python 2 and Python 3 (tested with 2.7 and 3.5.1) and uses few dependencies (only NumPy and SciPy).

.. image:: http://i.imgur.com/kJgsHMG.png :scale: 50 % :alt: Old Faithful example :align: left

Features

Documentation

Find the mix'EM documentation on ReadTheDocs <https://mixem.readthedocs.org/en/latest/>_.

Installation

::

pip install mixem