-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yield tables #158
Labels
enhancement
New feature or request
Comments
Calculation of yield uncertainties per channel instead of per bin requires some way of histogram re-binning (scikit-hep/pyhf#1198) update: a cleaner solution is instead used in #189, which does not require re-binning |
Merged
#159 enables yield tables built from the information needed for data/MC plots. Two more things have to be included still:
|
This was referenced Feb 1, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add yield tables showing pre- and post-fit yields for the full model prediction per region. Also include yields per sample, and all predicted yields (total model and yield per sample) should include uncertainties.
It might be a good idea to split this up into two components: calculation of yields / uncertainties, and separately the creation of tables from this information (where many layouts are possible, and it should be possible to use a custom layout).
See also this discussion: scikit-hep/pyhf#1187
The text was updated successfully, but these errors were encountered: