Redo the 'example_fit_multi_datasets.py' with built-in models #904
mstekiel
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
@mstekiel Thanks! If you're willing to make a pull request for that, we'll accept it as is. If not, let us know and we will update the example. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Many thanks to @mstekiel. I would like to see the original version as well as the updated one in the examples section.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the process of learning how to fit multiple datasets with lmfit I found the TODO flag in the multifit example, and decided to do the job.
Comments:
gaussian
definition did not include the1/(sigma*sqrt(2 pi)
prefactor.N
. It takes few second to fit N=50, really impressive for lmfit!Cheers!
Beta Was this translation helpful? Give feedback.
All reactions