scikit-hep / cabinetry

design and steer profile likelihood fits
https://cabinetry.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Model prediction without uncertainties #417

Open alexander-held opened 1 year ago

alexander-held commented 1 year ago

Add functionality to model_utils.prediction that allows bypassing uncertainty calculations. This could be done directly via pyhf's model.expected_data, but wrapping it allows using the same consistent API, which might be useful.