Metadata-Version: 1.0
Name: dirichlet
Version: 0.7
Summary: Calculates Dirichlet test and plots 2-simplex Dirichlets
Home-page: http://github.com/ericsuh/dirichlet
Author: Eric Suh
Author-email: contact@ericsuh.com
License: UNKNOWN
Download-URL: https://github.com/ericsuh/dirichlet/zipball/master
Description: Dirichlet Test
        --------------
        
        Calculates nested model Dirichlet test of independence by finding maximum
        likelihood estimates of Dirichlet distributions for different data sets
        and comparing to the null hypothesis of the data being derived from one
        distribution.
        
        In addition, ``dirichlet.simplex`` module creates scatter, contour, and filled
        contour 2-simplex plots.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
