how do i calculate least-square regression analysis?

  • Thread starter Thread starter Guest
  • Start date Start date
We need more details: are you fitting to a linear function? what info do you
want?
Please tell us more so we can hep.
best wishes
 
Guys,

please help me. thx.

Cheers,
Mie Mie


Look at the LINEST function.

LINEST calculates the statistics for a line by using the "least squares" method
to calculate a straight line that best fits your data, and then returns an
array that describes the line.

It will return the values for the line, as well as, optionally, additional
regression statistices.
--ron
 
Back
Top