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

Return model fit in fitparamodel and fitmultimodel #130

Closed
stestoll opened this issue Mar 29, 2021 · 0 comments · Fixed by #134
Closed

Return model fit in fitparamodel and fitmultimodel #130

stestoll opened this issue Mar 29, 2021 · 0 comments · Fixed by #134
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@stestoll
Copy link
Collaborator

Currently, fitparamodel and fitmultimodel do not return the fitted model, but only the fitted model parameters. In order to access the model, the user either has to evaluate it again, or do V - fit.residuals.

fitregmodel and fitmodel do return the fitted model in fit.V and fit.Vfit, respectively.

fitparamodel and fitmultimodel should include the fitted model in their outputs.

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

Successfully merging a pull request may close this issue.

2 participants