Mapping pyhf
's full likelihoods to the simplified likelihood framework
#2329
Unanswered
jackaraz
asked this question in
Show and tell
Replies: 1 comment 5 replies
-
Hi Jack, you are aware of this work by (primarily) former PhD Student Eric Schanet right? https://pypi.org/project/simplify/ -- there's lots of ways to build simplified likelihoods. It would be good to have a separate thing that demonstrates various ways of building simplified likelihoods, each with their tradeoffs. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I'm adding this here in case it interests others. During the last (Re)interpretation workshop, we discussed a possible way to map
pyhf
full likelihoods to the simplified likelihood framework. This is especially important for cases where the full likelihood is highly expensive. After discussing with Nick Wardle (@nucleosynthesis), Sabine Kraml (@sabinekraml) and Wolfgang Waltenberger (@WolfgangWaltenberger), I implemented a plug-in for Spey to handle this conversion (can be found in the latest release). The details on the methodology and usage can be found in this link.In summary, this method mainly compresses the nuisance parameters into a single uncertainty source per bin by creating a multivariate Gaussian with the covariance matrix of the nuisance parameters. Then, we sample from the original model using the nuisance parameters generated by this multivariate Gaussian and estimate the correlations between background bins. @nucleosynthesis tells me that they use this method for CMS' simplified likelihoods. I can reasonably reconstruct the exclusion limits for the ATLAS-SUSY-2019-08 analysis. Still, it is essential to note that this very much depends on how you construct the multivariate Gaussian for the nuisance parameters. Hence, I provided all the possible options that can be manipulated up to the user.
I hope it's useful!
Cheers
Beta Was this translation helpful? Give feedback.
All reactions