Metadata-Version: 1.1
Name: mixem
Version: 0.0.1
Summary: Expectation-Maximization (EM) algorithm for fitting mixtures of probability distributions
Home-page: https://github.com/sseemayer/mixem
Author: Stefan Seemayer
Author-email: stefan@seemayer.de
License: MIT
Description: mix'EM 
        ======
        
        mixem is a pure-python implementation of the Expectation-Maximization (EM) algorithm for fitting mixtures of distributions. It works in Python 2 and Python 3 (tested with 2.7 and 3.5.1).
        
        Features
        --------
        
         * Built-in support for several distributions
         * Easily define custom distributions
        
        Dependencies
        ------------
        
         * NumPy v1.7.0 or newer
         * SciPy v0.14.0 or newer
        
        Installation
        ------------
        
            pip install mixem
        
Keywords: numeric em expectation maximization probability statistics distribution
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
