Metadata-Version: 2.1
Name: dirichlet
Version: 0.9
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
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: numpy (>=1.18.1)
Requires-Dist: matplotlib (>=3.2.0)

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.


