-
Notifications
You must be signed in to change notification settings - Fork 57
Normalization parameter errors of ExtendedUnbinnedNLL with weighted data #606
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
Comments
Thanks a lot for bringing this up, in fact, we're aware that there are some issues regarding the extended parameter uncertainties in weights! I'll be back with some more information to be able to fully fix this, meanwhile we're anyway adding and changing the weigth correction method (see #607 ) to also allow to disable it or to use a much simpler, yet less precise procedure. On it, back with more later on! |
Hi @jonas-eschle thanks for the nice framework and the quick look! I also posted the issue on stack overflow https://stackoverflow.com/questions/79402148/normalization-parameter-errors-of-extendedunbinnednll-with-weighted-data Do you think a simple σ_norm_param = sqrt(sum(weight_i^2)) would be an ok calculation for now? Are the non extended parameter uncertainties correctly calculated anyways? |
Hi @spyrosmer apologies for the late reply, I thought I've written here already. This is indeed possible and a good approximation, and with the newest version (0.25.0) actually available in zfit. You can now use the That being said, we're working on this of course as well, just a bit trickier |
Uh oh!
There was an error while loading. Please reload this page.
Dear Zfit experts,
I just discovered Zfit and I am very happy about its capabilities. I have a very naive question.
I am trying to create an ExtendedUnbinnedNLL made of exponential pdfs with weighted data. I am extracting the hesse errors for :
I am not sure why (2) happens, through other frameworks (Like RooFit etc.) I get the almost the same results for the exponential parameter and its error and the same normalization parameter but higher error.
I am using zfit version : 0.16.0
I attach the code and the log file with the results.
spyros.log
code.txt
Thank you very much for your time!
The text was updated successfully, but these errors were encountered: