-
Notifications
You must be signed in to change notification settings - Fork 53
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
Implement Asimov dataset creation for unbinned models #576
Comments
That's an interesting issue, because in hepstats, this creates currently a binned asymov set, also for unbinned data, which is not optimal and should not happen. But it could be a very high stats dataset, that could be a possibility. The question is a bit conceptually, what is needed? What's the weighted unbinned events, why weighted? Not sure about where the weigths are coming from. And it reminds me of another discussion about the "best binning", as we're doing a lot of unbinned fits in LHCb that could, in prinziple, be binned. So implementing something like this https://arxiv.org/abs/2210.02848 could be useful. I guess things are currently possible already to do, hepstats should have an automatic binning, or zfit itself. |
I was just looking at the zfit code (not hepstats). Cool so maybe a shortcut of When it comes to visibility to, If I search the code for the word "Asimov", I would find |
I think this is a crucial difference between having a nicely named API and good enough docs: the problem with adding this is that the expectations may be different. Should it be binned, unbinned? But what is more crucial is to have something where this is explained I think How did you come across "asimov", just to collect a bit of data? And agree, the |
There is also a way to create Asimov datasets from unbinned models either by:
Check the combine docs for more info: https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/latest/part3/runningthetool/#toy-data-generation
The text was updated successfully, but these errors were encountered: