What criterion is used to establish the best fit of a straight line through the points on a scatter diagram?

14.What criterion is used to establish the best "fit" of a straight line through the points on a scatterdiagram?a.the plum line criterionb.the least squares criterionc.the bearing line criteriond.thebslope criterione.the right angle criterionAnswer: (b)Difficulty: (Moderate)Page: 564

A line of best fit is a straight line drawn through the maximum number of points on a scatter plot balancing about an equal number of points above and below the line.

It is used to study the nature of relation between two variables.

  

What criterion is used to establish the best fit of a straight line through the points on a scatter diagram?

The line of best fit in the scatter plot above rises from left to right; so, the variables have a positive correlation .

What criterion is used to establish the best fit of a straight line through the points on a scatter diagram?

Here, the line of best fit drops from left to right, so the variables have a negative correlation.

Example 1:

Draw a line of best fit for the scatter plot given.

What criterion is used to establish the best fit of a straight line through the points on a scatter diagram?

Solution:

Draw a line through the maximum number of points, balancing about an equal number of points above and below the line.

What criterion is used to establish the best fit of a straight line through the points on a scatter diagram?

Example 2:

Draw a line of best fit for the scatter plot given.

Age of a Person (in years) ( x ) Annual Income (in $)( y )
32 75000
40 110000
35 90000
36 50000
37 45000
39 60000
34 51000
39 60000
41 40000
45 100000
47 65000
49 68000
53 105000
55 85000
43 80000
44 55000
50 85000

Solution:

Plot the age in the x -axis and the income in the y -axis and mark the points.

What criterion is used to establish the best fit of a straight line through the points on a scatter diagram?

Draw a line through the maximum number of points balancing about an equal number of points above and below the line.

What criterion is used to establish the best fit of a straight line through the points on a scatter diagram?

A line of best fit is 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 a scatter plot so 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 the least square method .

Use the following steps to find the equation of line of best fit for a set of ordered 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 -intercept of 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:

Use the 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 a coordinate plane .

What criterion is used to establish the best fit of a straight line through the points on a scatter diagram?

Calculate the 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

Calculate the slope.

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

Calculate the y -intercept.

Use the formula to compute the y -intercept.

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

Use the 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.

What criterion is used to establish the best fit of a straight line through the points on a scatter diagram?