Skip to content

minzastro/pymix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymix

Refactoring of PyMix so it is pure Python:

  • Split code into smaller files
  • Remove GSL GNU Scientific library dependency
  • Remove Numpy dependency (well, not yet)

Requirements

Required Packages

  • Python (version 2.7.x recommended)
  • SciPy (and NumPy, of course)

Optional Packages

  • GHMM for mixtures of HMMs
  • pylab for plotting functions in plotMixture.py

Installation

git clone https://github.com/klahnakoski/pymix.git

Documentation

Example code for most aspects of the library can be found in the /examples subdirectory and tests/mixtureunittest.py. Documentation from the original project is available on the Pymix home page www.pymix.org.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%