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
Discussion on a FitResult returned by the minimizers minimize
Questions
Statefulness
Uncertainties should not be calculated by default in the minimizer. However, they can be attached to the FitResult. This would imply to have a stateful FitResult.
API
What is the (minimal) API? We can have different levels, e.g. a whole fitresult actually can compute errors and more while a minimal (such as maybe returned by a minimizer from scipy, iminuit) implements a minimal version of it.
params attribute
Parameter values in one or the other form. Via {key, value} pair with key a string? Can value be more, e.g. also uncertainties?
The text was updated successfully, but these errors were encountered:
Discussion on a
FitResult
returned by the minimizersminimize
Questions
Statefulness
Uncertainties should not be calculated by default in the minimizer. However, they can be attached to the
FitResult
. This would imply to have a statefulFitResult
.API
What is the (minimal) API? We can have different levels, e.g. a whole fitresult actually can compute errors and more while a minimal (such as maybe returned by a minimizer from scipy, iminuit) implements a minimal version of it.
params
attributeParameter values in one or the other form. Via {key, value} pair with key a string? Can value be more, e.g. also uncertainties?
The text was updated successfully, but these errors were encountered: