Xaron Messages 1 Reaction score 0 Thread starter Jan 26, 2014 #1 I use the least squares method in a small C-programm to fit some data points. But don't know how to get the errors of the calculated parameter.
I use the least squares method in a small C-programm to fit some data points. But don't know how to get the errors of the calculated parameter.
mfb Mentor Insights Author Messages 37,488 Reaction score 14,378 Jan 26, 2014 #2 You can track how the sum of squares increase if you vary individual parameters (and optimize the other parameters). Alternatively, use existing fit programs, they have that implemented.
You can track how the sum of squares increase if you vary individual parameters (and optimize the other parameters). Alternatively, use existing fit programs, they have that implemented.