CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
list_of_operations.md
noxfile.py
pyproject.toml
setup.cfg
setup.py
src/relaxed/__init__.py
src/relaxed/_version.py
src/relaxed/py.typed
src/relaxed.egg-info/PKG-INFO
src/relaxed.egg-info/SOURCES.txt
src/relaxed.egg-info/dependency_links.txt
src/relaxed.egg-info/requires.txt
src/relaxed.egg-info/top_level.txt
src/relaxed/infer/__init__.py
src/relaxed/infer/hypothesis_test.py
src/relaxed/metrics/__init__.py
src/relaxed/metrics/likelihood_gaussianity.py
src/relaxed/metrics/significance.py
src/relaxed/mle/__init__.py
src/relaxed/mle/constrained_fit.py
src/relaxed/mle/global_fit.py
src/relaxed/mle/minimize.py
src/relaxed/ops/__init__.py
src/relaxed/ops/cuts.py
src/relaxed/ops/fisher_information.py
src/relaxed/ops/histograms.py
tests/dummy_pyhf.py
tests/test_fit.py
tests/test_infer.py
tests/test_metrics.py
tests/test_ops.py
tests/test_package.py