Line of Best Fit Statistics Example 2
Follow the full solution, then compare it with the other examples linked below.
Example 2
mediumGiven five data points: (1,3), (2,5), (3,6), (4,8), (5,11). Estimate the line of best fit by finding the slope using the first and last points, then adjust to pass through the centroid .
Solution
- 1 Step 1: Centroid: , .
- 2 Step 2: Slope estimate from endpoints: .
- 3 Step 3: Line through centroid with slope 2: , so .
Answer
Estimated line of best fit: .
The line of best fit always passes through the centroid (point of means) of the data. While the formal least-squares method gives the optimal line, estimating the slope from the data trend and forcing the line through the centroid provides a reasonable approximation.
About Line of Best Fit
The line of best fit (trend line) is the straight line that best represents the overall trend in a scatter plot by minimizing the sum of squared vertical distances between the line and all data points. Its equation enables predictions for new x-values.
Learn more about Line of Best Fit โMore Line of Best Fit Examples
Example 1 easy
A scatter plot shows the relationship between hours studied (x) and test score (y). The data points
Example 3 mediumA line of best fit for temperature (ยฐC, [formula]) vs ice-cream sales (units, [formula]) is [formula
Example 4 hardTwo students draw different lines of best fit through the same scatter plot. Student A's line: [form