LICENSE
README.md
setup.py
src/spey/__init__.py
src/spey/_version.py
src/spey/about.py
src/spey/helper_functions.py
src/spey/math.py
src/spey/utils.py
src/spey.egg-info/PKG-INFO
src/spey.egg-info/SOURCES.txt
src/spey.egg-info/dependency_links.txt
src/spey.egg-info/entry_points.txt
src/spey.egg-info/requires.txt
src/spey.egg-info/top_level.txt
src/spey/backends/__init__.py
src/spey/backends/distributions.py
src/spey/backends/default_pdf/__init__.py
src/spey/backends/default_pdf/simple_pdf.py
src/spey/backends/default_pdf/third_moment.py
src/spey/backends/default_pdf/uncertainty_synthesizer.py
src/spey/base/__init__.py
src/spey/base/backend_base.py
src/spey/base/hypotest_base.py
src/spey/base/model_config.py
src/spey/base/recorder.py
src/spey/combiner/__init__.py
src/spey/combiner/uncorrelated_statistics_combiner.py
src/spey/hypothesis_testing/__init__.py
src/spey/hypothesis_testing/asymptotic_calculator.py
src/spey/hypothesis_testing/distributions.py
src/spey/hypothesis_testing/test_statistics.py
src/spey/hypothesis_testing/toy_calculator.py
src/spey/hypothesis_testing/upper_limits.py
src/spey/hypothesis_testing/utils.py
src/spey/interface/__init__.py
src/spey/interface/statistical_model.py
src/spey/optimizer/__init__.py
src/spey/optimizer/core.py
src/spey/optimizer/scipy_tools.py
src/spey/system/__init__.py
src/spey/system/exceptions.py
src/spey/system/logger.py
src/spey/system/webutils.py
tests/test_cls_computer.py
tests/test_default_pdf.py
tests/test_math.py
tests/test_test_stats.py