- #1
pergradus
- 138
- 1
I have a set of data points (x0, y0), (x1, y1), ... (xi, yi)
With each yi there is an associated error ei.
The data is modeled by the function:
[tex] y = a\exp(-bln^2(c/x)) [/tex]
I have determined values for the coefficients a, b, c and I know the residuals produced from the values of the coefficients I've calculated and the set of data. What I'm trying to do now is to calculate the error, or uncertainty if you prefer, associated with each coefficient. How do I go about this?
With each yi there is an associated error ei.
The data is modeled by the function:
[tex] y = a\exp(-bln^2(c/x)) [/tex]
I have determined values for the coefficients a, b, c and I know the residuals produced from the values of the coefficients I've calculated and the set of data. What I'm trying to do now is to calculate the error, or uncertainty if you prefer, associated with each coefficient. How do I go about this?