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
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.