How to calculate errors for fit parameters?

  • Context: Undergrad 
  • Thread starter Thread starter Xaron
  • Start date Start date
  • Tags Tags
    Errors Fit Parameters
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Xaron
Messages
1
Reaction score
0
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.
 
Physics news on Phys.org
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.