Metadata-Version: 2.1
Name: incredible
Version: 0.3.1
Summary: incredible
Home-page: https://github.com/abmantz/incredible
Author: Adam Mantz
Author-email: amantz@slac.stanford.edu
License: BSD-3-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: contourpy

.. image:: https://img.shields.io/pypi/v/incredible.svg
   :alt: PyPi
   :target: https://pypi.python.org/pypi/incredible
.. image:: https://img.shields.io/pypi/l/incredible.svg
   :alt: BSD-3
   :target: https://opensource.org/licenses/BSD-3-Clause

=====================================================================================
incredible
=====================================================================================

A bunch of functions for finding Bayesian credible intervals and regions. Now includes some functions to make diagnostic plots for Markov chains.

It isn't exactly documentation, but a tutorials showing how to use this package can be found under "Credible Regions" and "MCMC Diagnostics" in `this course <https://kipac.github.io/StatisticalMethods/>`_. The docstrings are also fairly complete.
