Hello!
I am quite new to python in general, and just got lmfit today. I am trying to fit two gaussians to some data, and from the NIST example on the website, this is done by using prefixes. In order to separate the gaussians from each other and give a better fit, it seems you need to specify starting ranges. I've done this, received an ok fit, but I have some questions.
1: What is the difference between height and amplitude of our Gaussians? I've always thought those were synonymous, but the amplitude output and what I need to use as a constraint is nowhere near the height of my peaks.
2: Is there somewhere that explains what each parameter you can feed the models is? Such as amplitude, height, sigma, FWHM etc, and how it measures such things? I have not been successful finding it on the website.
3: I don't know what any of the correlation stuff is, but I imagine it may relate to this questions... Is there a way to compare the fit to the data numerically? Like a goodness of fit number?
Sorry for my lack of statistics/python knowledge. Any help is appreciated.
Kelley