Simultaneous fit of multiple 1D projections #2261
-
Dear experts, In certain cases it can be useful to simultaneously fit several 1D projections of a data sample, to avoid complicated shapes in N dimensions or issues with low sample sizes. As far as I can tell this isn't supported in pyhf (or histfactory). Are there any plans to provide future support in pyhf? For an example see https://arxiv.org/pdf/1809.03290.pdf, which simultaneously fits 4 projections. Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
From https://arxiv.org/abs/1809.03290:
@MarcelHoh I didn't read the paper in full, but just jumping to that part and then looking at the plots of Figure 5, e.g. , I would think that you would just implement these as each projection being its own HistFactory "channel" as you still have the different processes contributing as "samples". You of course need to think carefully about which modifiers are appropriate, but you need to do this regardless of what analysis you're doing.
I'm responding quickly between meetings, so can you elaborate on this? |
Beta Was this translation helpful? Give feedback.
I assume the projections re-use the same data, so the model would need to model the statistical correlation (which the HistFactory model does not support).