Skip to content
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

API: FitResult #3

Open
jonas-eschle opened this issue Nov 28, 2020 · 0 comments
Open

API: FitResult #3

jonas-eschle opened this issue Nov 28, 2020 · 0 comments

Comments

@jonas-eschle
Copy link
Contributor

jonas-eschle commented Nov 28, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant