Linear function errors

  • #1
402
1
Hi,

When I'm doing an experiment,

If the result of the experiment was some points, which I interpolate to create the linear function:

y=(a/b^2) x+c

while y is a function of x: y=f(x)

If the standard error in y was (S), How can I calculate the error in b?

Thank you
 
  • #2
Are you using "least square fit" ?
 
  • #3
No, I'm using the statistical way, you can see its law in the image I've attached,

(((n_points is the quantity of the used points, y_i is the y-coordinate of the point i due to experiment, f(x_i) is the y-coordinate of the point i due to the interpolated function, n_param is the repeat of every point which equals always one as I think in my experiment because every point is measured once)))

I'm using program named "curve expert 1.3" to interpolate the linear function, you can download it for free and check the errors details, i was not able to upload the detailed help file because it's big

Is this information enough?
 

Attachments

  • StandardError.jpg
    StandardError.jpg
    18.3 KB · Views: 345
Last edited:
  • #4
Well these programs are very often doing least square fit.. but the calculate it very fast hehe.

Least square fit is a statistical method.

Scince you are using a program that i don't use, i can't help you. sorry.
 

Suggested for: Linear function errors

Replies
5
Views
278
Replies
3
Views
617
Replies
44
Views
2K
Replies
45
Views
2K
Replies
1
Views
429
Replies
9
Views
840
Replies
10
Views
1K
Back
Top