Examples for how to accomplish things that are not covered by cabinetry API #443
alexander-held
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is going to serve as a central place to gather solutions to questions about how to accomplish tasks that are currently not covered by
cabinetry
API and other resources that might be useful.Customizing data/MC plots:
mplhep
, experiment labels, normalized signal overlayvia #425
see https://gist.github.com/alexander-held/2ca63e4c4c3de2114bf8d903bf28bb4a
Removing specific parameters from fit result visualizations
via #441 (reply in thread):
Creating shape-only systematic variations
via #445 (comment)
Extrapolating fit results to validation regions
see #431
Debugging NaN results in fits
via scikit-hep/pyhf#1695 (comment)
see https://gist.github.com/alexander-held/2f6727df4cc8f65d75368e293ca83b5a
The best method to find the culprit causing NaN likelihoods might depend a bit on the specific case, the approach outlined in this comment linked is quite generic.
2d likelihood scan
see https://gist.github.com/alexander-held/26724f1aa641632270a41079a8beac9c
Decorrelate statistical uncertainties across samples
via #450
Decorrelate systematic uncertainty across bins
via #453
see #453 (comment)
POI uncertainty contributions from categories of parameters via quadrature subtraction
via #455
see #455 (reply in thread)
Beta Was this translation helpful? Give feedback.
All reactions