-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reimplement Atlas Z0 8 TeV HIMASS #2206
base: master
Are you sure you want to change the base?
Conversation
ATLASLUMI12: | ||
description: ATLASLUMI12 | ||
treatment: MULT | ||
type: SPECIAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused about the keyword SPECIAL
here.
We have the CORR and UNCORR as variables that are correlated within a dataset, and then type: <some name>
, variables that should be correlated between dataset within an experiment*.
For instance, in this case ATLASLUMI12
. If you put SPECIAL
it will be correlated with other stuff called SPECIAL
. But you want to use SPECIAL
also for the 13 TeV ones which would be wrong? (I think ATLASLUMI12
is 8 TeV looking at where it appears.
Is there something I'm missing?
*and we cannot correlate between experiments here because the assumption of an experiment-diagonal covmat is hardcoded in a bunch of places. Luckily there's now a PR sort of dealing with that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*and we cannot correlate between experiments here because the assumption of an experiment-diagonal covmat is hardcoded in a bunch of places. Luckily there's now a PR sort of dealing with that.
Just out of curiosity, which PR is dealing / dealt with that?
c9d5b91
to
b20b500
Compare
It looks like tests are failing because Since having ADD or MULT makes no difference we might just want to put it back to |
hey @comane! I will review the 2 PRs in the next few days |
(this branch) https://vp.nnpdf.science/_LpEXpBCT86YesZeTaCKSQ==
(master) https://vp.nnpdf.science/zmrjDp_ySRqdDZTmW8MQDA==
The new covariance matrix does not coincide with the old one, however they are extremely close to each other.
The suspected reason for this is numerical precision:
There are small, possibly numerical, differences between the central values. Since all the uncertainties are MULT this affects the uncertainties.
In the old implementation
stat
was treated as ADD, however it is MULT (this does not affect the systematics covmat)CHi2 comparison