MANIFEST.in
README.md
setup.cfg
setup.py
pyhf/__init__.py
pyhf/commandline.py
pyhf/constraints.py
pyhf/events.py
pyhf/paramsets.py
pyhf/pdf.py
pyhf/readxml.py
pyhf/simplemodels.py
pyhf/utils.py
pyhf/version.py
pyhf/writexml.py
pyhf.egg-info/PKG-INFO
pyhf.egg-info/SOURCES.txt
pyhf.egg-info/dependency_links.txt
pyhf.egg-info/entry_points.txt
pyhf.egg-info/requires.txt
pyhf.egg-info/top_level.txt
pyhf/data/spec.json
pyhf/exceptions/__init__.py
pyhf/interpolators/__init__.py
pyhf/interpolators/code0.py
pyhf/interpolators/code1.py
pyhf/interpolators/code2.py
pyhf/interpolators/code4.py
pyhf/modifiers/__init__.py
pyhf/modifiers/histosys.py
pyhf/modifiers/lumi.py
pyhf/modifiers/normfactor.py
pyhf/modifiers/normsys.py
pyhf/modifiers/shapefactor.py
pyhf/modifiers/shapesys.py
pyhf/modifiers/staterror.py
pyhf/optimize/__init__.py
pyhf/optimize/opt_minuit.py
pyhf/optimize/opt_pytorch.py
pyhf/optimize/opt_scipy.py
pyhf/optimize/opt_tflow.py
pyhf/tensor/__init__.py
pyhf/tensor/mxnet_backend.py
pyhf/tensor/numpy_backend.py
pyhf/tensor/pytorch_backend.py
pyhf/tensor/tensorflow_backend.py
tests/__init__.py
tests/conftest.py
tests/test_backend_consistency.py
tests/test_constraints.py
tests/test_events.py
tests/test_import.py
tests/test_init.py
tests/test_interpolate.py
tests/test_modifiers.py
tests/test_notebooks.py
tests/test_optim.py
tests/test_pdf.py
tests/test_schema.py
tests/test_scripts.py
tests/test_tensor.py
tests/test_utils.py
tests/test_validation.py