CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
LICENSES/LICENSE
LICENSES/LICENSE_ASTROML.rst
docs/.buildinfo
docs/.nojekyll
docs/Makefile
docs/genindex.html
docs/index.html
docs/installation.html
docs/make.bat
docs/objects.inv
docs/py-modindex.html
docs/quickstart.html
docs/requirements.txt
docs/search.html
docs/searchindex.js
docs/_images/logo.pdf
docs/_images/logo.png
docs/_images/logo.xcf
docs/_modules/index.html
docs/_modules/hepstats/hypotests/hypotests_object.html
docs/_modules/hepstats/hypotests/parameters.html
docs/_modules/hepstats/hypotests/calculators/asymptotic_calculator.html
docs/_modules/hepstats/hypotests/calculators/basecalculator.html
docs/_modules/hepstats/hypotests/calculators/frequentist_calculator.html
docs/_modules/hepstats/hypotests/core/confidence_interval.html
docs/_modules/hepstats/hypotests/core/discovery.html
docs/_modules/hepstats/hypotests/core/upperlimit.html
docs/_modules/hepstats/modeling/bayesian_blocks.html
docs/_modules/hepstats/splot/sweights.html
docs/_sources/index.rst.txt
docs/_sources/installation.md.txt
docs/_sources/quickstart.md.txt
docs/_sources/api/hepstats.rst.txt
docs/_sources/api/modules.rst.txt
docs/_static/basic.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/graphviz.css
docs/_static/jquery-3.4.1.js
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/underscore-1.3.1.js
docs/_static/underscore.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/fonts/Inconsolata-Bold.ttf
docs/_static/fonts/Inconsolata-Regular.ttf
docs/_static/fonts/Inconsolata.ttf
docs/_static/fonts/Lato-Bold.ttf
docs/_static/fonts/Lato-Regular.ttf
docs/_static/fonts/RobotoSlab-Bold.ttf
docs/_static/fonts/RobotoSlab-Regular.ttf
docs/_static/fonts/fontawesome-webfont.eot
docs/_static/fonts/fontawesome-webfont.svg
docs/_static/fonts/fontawesome-webfont.ttf
docs/_static/fonts/fontawesome-webfont.woff
docs/_static/fonts/fontawesome-webfont.woff2
docs/_static/fonts/Lato/lato-bold.eot
docs/_static/fonts/Lato/lato-bold.ttf
docs/_static/fonts/Lato/lato-bold.woff
docs/_static/fonts/Lato/lato-bold.woff2
docs/_static/fonts/Lato/lato-bolditalic.eot
docs/_static/fonts/Lato/lato-bolditalic.ttf
docs/_static/fonts/Lato/lato-bolditalic.woff
docs/_static/fonts/Lato/lato-bolditalic.woff2
docs/_static/fonts/Lato/lato-italic.eot
docs/_static/fonts/Lato/lato-italic.ttf
docs/_static/fonts/Lato/lato-italic.woff
docs/_static/fonts/Lato/lato-italic.woff2
docs/_static/fonts/Lato/lato-regular.eot
docs/_static/fonts/Lato/lato-regular.ttf
docs/_static/fonts/Lato/lato-regular.woff
docs/_static/fonts/Lato/lato-regular.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
docs/_static/js/modernizr.min.js
docs/_static/js/theme.js
docs/api/hepstats.html
docs/api/modules.html
docs/doctrees/environment.pickle
docs/doctrees/index.doctree
docs/doctrees/installation.doctree
docs/doctrees/quickstart.doctree
docs/doctrees/api/hepstats.doctree
docs/doctrees/api/modules.doctree
docs/source/conf.py
docs/source/index.rst
docs/source/installation.md
docs/source/logo.pdf
docs/source/logo.png
docs/source/quickstart.md
docs/source/references.bib
docs/source/api/hepstats.rst
docs/source/api/modules.rst
src/hepstats/__init__.py
src/hepstats/version.py
src/hepstats.egg-info/PKG-INFO
src/hepstats.egg-info/SOURCES.txt
src/hepstats.egg-info/dependency_links.txt
src/hepstats.egg-info/requires.txt
src/hepstats.egg-info/top_level.txt
src/hepstats/hypotests/README.md
src/hepstats/hypotests/__init__.py
src/hepstats/hypotests/exceptions.py
src/hepstats/hypotests/hypotests_object.py
src/hepstats/hypotests/parameters.py
src/hepstats/hypotests/toyutils.py
src/hepstats/hypotests/calculators/__init__.py
src/hepstats/hypotests/calculators/asymptotic_calculator.py
src/hepstats/hypotests/calculators/basecalculator.py
src/hepstats/hypotests/calculators/frequentist_calculator.py
src/hepstats/hypotests/core/__init__.py
src/hepstats/hypotests/core/basetest.py
src/hepstats/hypotests/core/confidence_interval.py
src/hepstats/hypotests/core/discovery.py
src/hepstats/hypotests/core/upperlimit.py
src/hepstats/modeling/__init__.py
src/hepstats/modeling/bayesian_blocks.py
src/hepstats/splot/__init__.py
src/hepstats/splot/exceptions.py
src/hepstats/splot/sweights.py
src/hepstats/utils/__init__.py
src/hepstats/utils/fit/__init__.py
src/hepstats/utils/fit/api_check.py
src/hepstats/utils/fit/diverse.py
src/hepstats/utils/fit/sampling.py
tests/__init__.py
tests/conftest.py
tests/hypotests/test_basetest.py
tests/hypotests/test_calculators.py
tests/hypotests/test_confidence_intervals.py
tests/hypotests/test_discovery.py
tests/hypotests/test_parameters.py
tests/hypotests/test_toysutils.py
tests/hypotests/test_upperlimit.py
tests/hypotests/data/cls_pvalues.npz
tests/hypotests/data/clsb_pvalues.npz
tests/modeling/__init__.py
tests/modeling/test_bayesianblocks.py
tests/modeling/data/answers_bayesian_blocks.npz
tests/splots/test_splots.py