add testcase Hierarchical calibration model - #13
Open
hs3bot wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hierarchical calibration model
Submitted by Carsten Burgard cburgard@cern.ch
This test implements a simple hierarchical calibration model consisting of a global calibration scale, a shared cell-to-cell spread, individual cell calibration constants, and independent calibration measurements.
The model factorizes as
where:
globalScale(G) is the parameter of interest.cellSpread(τ) controls the variation of individual cell calibrations.cellScale_i(g_i) are latent calibration parameters for the individual calorimeter cells.x_iare the observed calibration measurements.Although HS³ does not currently provide dedicated Bayesian prior objects, the same hierarchical structure can be represented using ordinary distributions. The hyperparameter
cellSpreadis constrained by an auxiliary distribution, while the individual cell calibration parameters are constrained by auxiliary distributions whose means depend on the global calibration scale. The measurement distributions then relate the observed calibration data to the latent cell calibration parameters. :contentReference[oaicite:0]{index=0} :contentReference[oaicite:1]{index=1}This test verifies that HS³ can represent hierarchical statistical models by expressing each level of the hierarchy as a standard distribution and connecting them through shared parameters.
The model factorizes as
where:
globalScale(G) is the parameter of interest.cellSpread(τ) controls the variation of individual cell calibrations.cellScale_i(g_i) are latent calibration parameters for the individual calorimeter cells.x_iare the observed calibration measurements.Although HS³ does not currently provide dedicated Bayesian prior objects, the same hierarchical structure can be represented using ordinary distributions. The hyperparameter
cellSpreadis constrained by an auxiliary distribution, while the individual cell calibration parameters are constrained by auxiliary distributions whose means depend on the global calibration scale. The measurement distributions then relate the observed calibration data to the latent cell calibration parameters. :contentReference[oaicite:0]{index=0} :contentReference[oaicite:1]{index=1}This test verifies that HS³ can represent hierarchical statistical models by expressing each level of the hierarchy as a standard distribution and connecting them through shared parameters. |
| Source | https://docs.google.com/presentation/d/1MsB_mgA46xE61NEKPJZXI8E7_E64bjBhxKmuU1yOnac/edit?slide=id.g3e80de5473d_0_244#slide=id.g3e80de5473d_0_244 |
| Modified from source | False |
| Notes | |
| Reference backend | stalbrec/hs3-testsuite-roofit-backend:e3a793 |
NLL scan
scan_globalScale