From: Tazmusica on
I have managed to do a separable least squares curve fit of the following equation:

F(x)=a1*(g1/((x-c1)^2+g1^2)+a2*(g2/((x-c2)^2+g2^2)+a3*(g3/((x-c3)^2+g3^2)

and obtain best fit values for the constants a1, a2, a3, g1, g2, g3, c1, c2, c3. How do I determine the error on the fit parameters a1, a2, a3, g1, g2, g3, c1, c2, c3? Thanks for your help.