Metadata-Version: 2.1
Name: kanga
Version: 0.0.19
Summary: MCMC diagnostics
Home-page: https://github.com/papamarkou/kanga
Author: Theodore Papamarkou
Author-email: theodore.papamarkou@gmail.com
License: MIT
Download-URL: https://github.com/papamarkou/kanga/archive/v0.0.19.tar.gz
Keywords: Bayesian,diagnostics,Markov chains,MCMC,Monte Carlo
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: numpy (>=1.19.2)
Requires-Dist: scipy (>=1.5.2)
Requires-Dist: statsmodels (>=0.12.0)
Requires-Dist: matplotlib (>=3.3.3)
Requires-Dist: seaborn (>=0.11.0)

# kanga

MCMC diagnostics in Python.

To install kanga using pip, run
```
pip install kanga
```


