Hotmath
Math Homework. Do It Faster, Learn It Better.

Line of Best Fit (Least Square Method)

Aline of best fitis a straight line that is the best approximation of the given set of data.

It is used to study the nature of the relation between two variables. (We're only considering the two-dimensional case, here.)

A line of best fit can be roughly determined using an eyeball method by drawing a straight line on ascatter plotso that the number of points above the line and below the line is about equal (and the line passes through as many points as possible).

A more accurate way of finding the line of best fit is theleast square method.

使用following steps to find the equation of line of best fit for a set ofordered pairs ( x 1 , y 1 ) , ( x 2 , y 2 ) , ... ( x n , y n ) .

Step 1: Calculate the mean of the x -values and the mean of the y -values.

X ¯ = i = 1 n x i n Y ¯ = i = 1 n y i n

Step 2: The following formula gives the slope of the line of best fit:

m = i = 1 n ( x i X ¯ ) ( y i Y ¯ ) i = 1 n ( x i X ¯ ) 2

Step 3: Compute the y -interceptof the line by using the formula:

b = Y ¯ m X ¯

Step 4: Use the slope m and the y -intercept b to form the equation of the line.

Example:

使用least square method to determine the equation of line of best fit for the data. Then plot the line.

x 8 2 11 6 5 4 12 9 6 1
y 3 10 3 6 8 12 1 4 9 14

Solution:

Plot the points on acoordinate plane.

计算means of the x -values and the y -values.

X ¯ = 8 + 2 + 11 + 6 + 5 + 4 + 12 + 9 + 6 + 1 10 = 6.4 Y ¯ = 3 + 10 + 3 + 6 + 8 + 12 + 1 + 4 + 9 + 14 10 = 7

Now calculate x i X ¯ , y i Y ¯ , ( x i X ¯ ) ( y i Y ¯ ) , and ( x i X ¯ ) 2 for each i .

i x i y i x i X ¯ y i Y ¯ ( x i X ¯ ) ( y i Y ¯ ) ( x i X ¯ ) 2
1 8 3 1.6 4 6.4 2.56
2 2 10 4.4 3 13.2 19.36
3 11 3 4.6 4 18.4 21.16
4 6 6 0.4 1 0.4 0.16
5 5 8 1.4 1 1.4 1.96
6 4 12 2.4 5 12 5.76
7 12 1 5.6 6 33.6 31.36
8 9 4 2.6 3 7.8 6.76
9 6 9 0.4 2 0.8 0.16
10 1 14 5.4 7 37.8 29.16
i = 1 n ( x i X ¯ ) ( y i Y ¯ ) = 131 i = 1 n ( x i X ¯ ) 2 = 118.4

计算slope.

m = i = 1 n ( x i X ¯ ) ( y i Y ¯ ) i = 1 n ( x i X ¯ ) 2 = 131 118.4 1.1

计算 y -intercept.

使用formula to compute the y -intercept.

b = Y ¯ m X ¯ = 7 ( 1.1 × 6.4 ) = 7 + 7.04 14.0

使用slope and y -intercept to form the equation of the line of best fit.

The slope of the line is 1.1 and the y -intercept is 14.0 .

Therefore, the equation is y = 1.1 x + 14.0 .

Draw the line on the scatter plot.