You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2024. It is now read-only.
It's nice that the chi^2 and likelihood fit statistics have the default_errordef so the user doesn't have to remember to set Minuit.error_def = 0.5 for likelihood fits.
Would it be possible for SimultaneousFit to look at it's first component and automatically use it's default_errordef.
Maybe it could even look at all components and issue a warning if they don't all have the same default_errordef?
It's nice that the chi^2 and likelihood fit statistics have the
default_errordefso the user doesn't have to remember to setMinuit.error_def = 0.5for likelihood fits.Would it be possible for
SimultaneousFitto look at it's first component and automatically use it'sdefault_errordef.Maybe it could even look at all components and issue a warning if they don't all have the same
default_errordef?