Skip to content

Extrapolation of fit results into validation regions #431

Closed Answered by alexander-held
miholzbo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @miholzbo, this is a good place for such questions.

Your understanding of the basic approach is correct. As you note, the complication here is that the pyhf.Model which includes your validation regions might have additional parameters that are not part of your FitResults object (for example, MC statistical uncertainties for bins in the validation regions) and other parameters that are not needed for those validation regions. In addition, the parameter order might change, which also needs to be handled.

To help with this, there is a function model_utils.match_fit_results: you provide the target pyhf.Model (which contains the validation regions) and an existing FitResults object. It retu…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by miholzbo
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants