{{ toc.name }}
{{ toc.signature }}
{{ toc.name }} {{ 'ml-btn-view-details' | message }}
{{ stepNode.name }}
{{ 'ml-toc-proceed' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
{{ 'ml-btn-show-less' | message }} {{ 'ml-btn-show-more' | message }} expand_more
{{ 'ml-heading-abilities-covered' | message }}
{{ ability.description }} {{ ability.displayTitle }}

{{ 'ml-heading-lesson-settings' | message }}

{{ 'ml-lesson-show-solutions' | message }}
{{ 'ml-lesson-show-hints' | message }}
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount}}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount}}
{{ 'ml-lesson-time-estimation' | message }}

Concept

Line of Best Fit

A line of best fit, also known as a regression line, is a line of fit whose equation has been determined using a strict mathematical method that estimates the relationship between the values of a data set.
Points and Line of Best Fit

One commonly used method to determine a line of best fit is the method of least squares. It should be noted that the methods used to find the line of best fit are usually hard to do by hand. Therefore, a line of best fit can be found by performing a linear regression on a graphing calculator. As an example, consider the data set graphed above.

In reference to the graph, the data points seemingly can nearly be generated by the line Consequently, even if the data points do not belong to any particular line, a linear model can be said to describe the data well enough. On the contrary, consider the following data set.

Look at the data points graphed onto a coordinate plane.

Points withoud Line of Best Fit

Looking at the graph, it can be seen that the points are not close to any line. Therefore, the data set is not well described by a linear model. Any line of fit used to estimate a relationship between the values will not be useful.