Skip to content

Instantly share code, notes, and snippets.

@alexander-held
Last active August 21, 2023 13:59
Show Gist options
  • Save alexander-held/9eb02d00986ebfbc908a887d8df64ef9 to your computer and use it in GitHub Desktop.
Save alexander-held/9eb02d00986ebfbc908a887d8df64ef9 to your computer and use it in GitHub Desktop.
model predictions for custom parameter values
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"channels": [
{
"name": "singlechannel",
"samples": [
{
"name": "signal",
"data": [
5.0,
10.0
],
"modifiers": [
{
"name": "mu",
"type": "normfactor",
"data": null
}
]
},
{
"name": "background",
"data": [
50.0,
60.0
],
"modifiers": [
{
"name": "uncorr_bkguncrt",
"type": "shapesys",
"data": [
5.0,
12.0
]
}
]
}
]
}
],
"observations": [
{
"name": "singlechannel",
"data": [
53.0,
65.0
]
}
],
"measurements": [
{
"name": "Measurement",
"config": {
"poi": "mu",
"parameters": []
}
}
],
"version": "1.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment