- Notifications
You must be signed in to change notification settings - Fork211
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Introducing FitStatistic#5696
base:main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #5696 +/- ##==========================================+ Coverage 94.62% 94.65% +0.03%========================================== Files 239 239 Lines 37468 37652 +184 ==========================================+ Hits 35454 35640 +186+ Misses 2014 2012 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Régis Terrier <rterrier@apc.in2p3.fr>
Signed-off-by: Régis Terrier <rterrier@apc.in2p3.fr>
Signed-off-by: Régis Terrier <rterrier@apc.in2p3.fr>
Signed-off-by: Régis Terrier <rterrier@apc.in2p3.fr>
Signed-off-by: Régis Terrier <rterrier@apc.in2p3.fr>
Signed-off-by: Régis Terrier <rterrier@apc.in2p3.fr>
Signed-off-by: Régis Terrier <rterrier@apc.in2p3.fr>
Signed-off-by: Régis Terrier <rterrier@apc.in2p3.fr>
Question from the dev call: how can one serialize the |
Signed-off-by: Régis Terrier <rterrier@apc.in2p3.fr>
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.
Thanks@registerrier I have just few minor comment.
"cash": CashFitStatistic, | ||
"wstat": WStatFitStatistic, | ||
"chi2": Chi2FitStatistic, | ||
"distrib": Chi2AsymmetricErrorFitStatistic, |
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.
a follow up PR could rename distrib -> chi2asym
Hi@adonath . Do you have further comments on this PR? |
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.
Thanks@registerrier ! No comments!
Maybe we can document later how to adapt the stat_type
Description
This pull request proposes another/simpler version of FitStatistic as discussed with@adonath@QRemy@AtreyeeS@bkhelifi .
All
stat_sum
andstat_array
are now only on the baseDataset
class.Dear reviewer