Closed cschwan closed 5 months ago
While converting some of the code to use the new ConvFun
structs I stumbled upon a new question we need answer: how do we calculate PDF/FF uncertainties if two PDFs are given, for instance?
While converting some of the code to use the new
ConvFun
structs I stumbled upon a new question we need answer: how do we calculate PDF/FF uncertainties if two PDFs are given, for instance?
To answer my question, it is instructive to think about the following situation: one PDF, one FF. In that case we now have two uncertainties: a PDF uncertainty and a FF uncertainty. In general we thus have an uncertainty associated to each one of the different convolution functions. We can calculate the uncertainty by varying the members of this set, while keeping the members of the other sets fixed (to the central member, for instance).
While converting some of the code to use the new
ConvFun
structs I stumbled upon a new question we need answer: how do we calculate PDF/FF uncertainties if two PDFs are given, for instance?To answer my question, it is instructive to think about the following situation: one PDF, one FF. In that case we now have two uncertainties: a PDF uncertainty and a FF uncertainty. In general we thus have an uncertainty associated to each one of the different convolution functions. We can calculate the uncertainty by varying the members of this set, while keeping the members of the other sets fixed (to the central member, for instance).
I think for the moment this is what needs to be done - but I just wanted to point out that this might (or might not) be more complicated in principle: this assumes that the two ($N$) convolutions are uncorrelated (which for now they are). However, if one day we decide to fit PDF and FF simultaneously this assumption would fail and you would need to vary them consistently.
[..] I just wanted to point out that this might (or might not) be more complicated in principle: this assumes that the two (N) convolutions are uncorrelated (which for now they are). However, if one day we decide to fit PDF and FF simultaneously this assumption would fail and you would need to vary them consistently.
Ah, that's a good point, thanks for pointing that out. In that case we will very likely need support from a convolution function library ('partons') that will tell us how exactly the uncertainty has to be calculated.
This will close #174.
TODO:
analyze
; done in commit cfcf02711cebb49028327012a4d31f9a7dfabeccconvolve
; done in commit 14366184659adeaaac6930abb127e24a9483499aplot
; done in commit 1d4af9614b9338d477ab56a673b31a2685bc1940 and ddbf227937af035574372d6a76a34c990dc71d93pull
; done in commit a29639bd476971710672ec83fd6239832f532c9euncert
; done in commit 5f8e576bff7ef0ea31251ea034de8d76bf430c2a