LICENSE
README.md
pyproject.toml
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/utils.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/multiparameter/__init__.py
src/spey/multiparameter/contour.py
src/spey/multiparameter/multiparam.py
src/spey/optimizer/__init__.py
src/spey/optimizer/core.py
src/spey/optimizer/minuit_tools.py
src/spey/optimizer/scipy_tools.py
src/spey/system/__init__.py
src/spey/system/cache.py
src/spey/system/exceptions.py
src/spey/system/logger.py
src/spey/system/webutils.py
tests/test_about_module.py
tests/test_backend_base.py
tests/test_cache.py
tests/test_cls_computer.py
tests/test_combiner.py
tests/test_core_fit.py
tests/test_default_pdf.py
tests/test_distributions.py
tests/test_hypotest_base.py
tests/test_initialisation.py
tests/test_logger.py
tests/test_math.py
tests/test_minuit.py
tests/test_multiparam.py
tests/test_pkg_init.py
tests/test_scipy_tools.py
tests/test_simplifiedllhd_limit.py
tests/test_statistical_model.py
tests/test_test_stats.py
tests/test_third_moment.py
tests/test_uncertainty_synthesizer.py
tests/test_uncorr_stats_combiner.py
tests/test_webutils.py