G
gregbog
Dear friends,
I am using the LINEST formula in order to get the coefficients (a,b,c
of a quadratic equation y = ax^2+bx+c.
The syntax I use is the following
Suppose that my data are in A2:a11 (x values) and B2-B11 (y values). T
find the parameters a, b and c, I select three cells in a row, ente
=LINEST(B2:B11;A2:A11^{1;2}) and complete the formula wit
CRTL+SHIFT+ENTER since it is an array formula.
I am now looking for two things:
a) How can I get the r or the r2 value of this equation (of cours
without having to graph the data)? Can I do it using LINEST?
b)How can I get the coefficients a, b and c of the same quadrati
equation when I want the line to pass from zero (i.e. intercept = zero
?
I would appreciate any help!
Gre
I am using the LINEST formula in order to get the coefficients (a,b,c
of a quadratic equation y = ax^2+bx+c.
The syntax I use is the following
Suppose that my data are in A2:a11 (x values) and B2-B11 (y values). T
find the parameters a, b and c, I select three cells in a row, ente
=LINEST(B2:B11;A2:A11^{1;2}) and complete the formula wit
CRTL+SHIFT+ENTER since it is an array formula.
I am now looking for two things:
a) How can I get the r or the r2 value of this equation (of cours
without having to graph the data)? Can I do it using LINEST?
b)How can I get the coefficients a, b and c of the same quadrati
equation when I want the line to pass from zero (i.e. intercept = zero
?
I would appreciate any help!
Gre