What is the name of the method used to find the line of best fit?
NoName
2009-02-22 19:11:17 UTC
What is the name of the method used to find the line of best fit?
Five answers:
biire2u
2009-02-22 19:37:25 UTC
The method is called "least squares". The best fit in the least-squares sense is that instance of the model for which the sum of squared residuals has its least value.
(A residual being the difference between an observed value and the value given by the model)
See this link : http://en.wikipedia.org/wiki/Least_squares
wingstwo
2009-02-23 05:06:42 UTC
There are many ways to fit a line to data. Linear regression is the most common. A point and a slope specify a unique line, of course. Linear regression implies the use of a particular method that determines a line that goes through the average of the data and uses a least squared fit to determine the slope.
Least squared fits are used for any curve, not just a line.
http://en.wikipedia.org/wiki/Linear_regression
Art D
2009-02-23 05:29:50 UTC
Linear regression is what you are looking for. A linear regression equation is formed by considering the data, and then forming a line through the most applicable points. You can usually find this on a Texas Instruments TI 83 or 84 plus graphing calculator.
Push STAT
---->Go right and select CALC
------->Go down to select LinReg.
Enter that, and you will be given an equation for the best fit line.
This equation will not graph itself until you either manually program it into the Y= box, or have your calculator do it.
Rich Z
2009-02-23 03:18:57 UTC
Least squares is the most common one used. It measures the magnitude of the difference between each point on the curve and the corresponding point on the line. The best fit line is the one with the smallest total for that discrepancy. (They use a square of the discrepancy to avoid plus and minus values canceling each other out).
2009-02-23 03:20:15 UTC
Least squares regression
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.