Fitting Linear Models to Data
A professor is attempting to identify trends among final exam scores. His class has a mixture of students, so he wonders if there is any relationship between age and final exam scores. One way for him to analyze the scores is by creating a diagram that relates the age of each student to the exam score received. In this section, we will examine one such diagram known as a scatter plot.
Drawing and interpreting scatter plots
A scatter plot is a graph of plotted points that may show a relationship between two sets of data. If the relationship is from a linear model, or a model that is nearly linear, the professor can draw conclusions using his knowledge of linear functions. The graph below is a sample scatter plot of age and final exam score variables.
Notice this scatter plot does not indicate a linear relationship. The points do not appear to follow a trend. In other words, there does not appear to be a relationship between the age of the student and the score on the final exam.
Example. The table below shows the number of cricket chirps in 15 seconds, for several different air temperatures, in degrees Fahrenheit. Plot this data, and determine whether the data appears to be linearly related.
| Chirps | 44 | 35 | 20.4 | 33 | 31 | 35 | 18.5 | 37 | 26 |
|---|---|---|---|---|---|---|---|---|---|
| Temperature | 80.5 | 70.5 | 57 | 66 | 68 | 72 | 52 | 73.5 | 53 |
Solution. Plotting this data, as depicted below, suggests that there may be a trend. We can see from the trend in the data that the number of chirps increases as the temperature increases. The trend appears to be roughly linear, though certainly not perfectly so.
Finding the line of best fit
Once we recognize a need for a linear function to model that data, the natural follow-up question is “what is that linear function?” One way to approximate our linear function is to sketch the line that seems to best fit the data. Then we can extend the line until we can verify the -intercept. We can approximate the slope of the line by extending it until we can estimate the .
Example. Find a linear function that fits the cricket-chirp data in the table above by “eyeballing” a line that seems to fit.
Solution. On a graph, we could try sketching a line.
Using the starting and ending points of our hand drawn line, points and , this graph has a slope of
and a -intercept at 30. This gives an equation of
where is the number of chirps in 15 seconds, and is the temperature in degrees Fahrenheit. The resulting equation is represented below.
Analysis. This linear equation can then be used to approximate answers to various questions we might ask about the trend.
Recognizing interpolation or extrapolation
While the data for most examples does not fall perfectly on the line, the equation is our best guess as to how the relationship will behave outside of the values for which we have data. We use a process known as interpolation when we predict a value inside the domain and range of the data. The process of extrapolation is used when we predict a value outside the domain and range of the data.
The graph below compares the two processes for the cricket-chirp data addressed in the previous example. We can see that interpolation would occur if we used our model to predict temperature when the values for chirps are between 18.5 and 44. Extrapolation would occur if we used our model to predict temperature when the values for chirps are less than 18.5 or greater than 44.
Interpolation occurs within the domain and range of the provided data whereas extrapolation occurs outside.
There is a difference between making predictions inside the domain and range of values for which we have data and outside that domain and range. Predicting a value outside of the domain and range has its limitations. When our model no longer applies after a certain point, it is sometimes called model breakdown. For example, predicting a cost function for a period of two years may involve examining the data where the input is the time in years and the output is the cost. But if we try to extrapolate a cost when , that is in 50 years, the model would not apply because we could not account for factors fifty years in the future.
Interpolation and extrapolation. Different methods of making predictions are used to analyze data.
- The method of interpolation involves predicting a value inside the domain and/or range of the data.
- The method of extrapolation involves predicting a value outside the domain and/or range of the data.
- Model breakdown occurs at the point when the model no longer applies.
Example. Use the cricket data from the table above to answer the following questions.
- Would predicting the temperature when crickets are chirping 30 times in 15 seconds be interpolation or extrapolation? Make the prediction, and discuss whether it is reasonable.
- Would predicting the number of chirps crickets will make at 40 degrees be interpolation or extrapolation? Make the prediction, and discuss whether it is reasonable.
Solution. The number of chirps in the data provided varied from 18.5 to 44. A prediction at 30 chirps per 15 seconds is inside the domain of our data, so would be interpolation. Using our model:
Based on the data we have, this value seems reasonable.
The temperature values varied from 52 to 80.5. Predicting the number of chirps at 40 degrees is extrapolation because 40 is outside the range of our data. Using our model:
We can compare the regions of interpolation and extrapolation using the graph below.
Analysis. Our model predicts the crickets would chirp 8.33 times in 15 seconds. While this might be possible, we have no reason to believe our model is valid outside the domain and range. In fact, generally crickets stop chirping altogether below around 50 degrees.
According to the cricket data in the table above, what temperature, in degrees Fahrenheit, can we predict it is if we counted 20 chirps in 15 seconds?
degrees FahrenheitSubstitute into the eyeballed model .Finding the line of best fit using a graphing utility
While eyeballing a line works reasonably well, there are statistical techniques for fitting a line to data that minimize the differences between the line and data values. (Technically, the method minimizes the sum of the squared differences in the vertical direction between the line and the data values.) One such technique is called least squares regression and can be computed by many graphing calculators, spreadsheet software, statistical software, and many web-based calculators. Least squares regression is one means to determine the line that best fits the data, and here we will refer to this method as linear regression.
How to: given data of input and corresponding outputs from a linear function, find the best fit line using linear regression.
- Enter the input in List 1 (L1).
- Enter the output in List 2 (L2).
- On a graphing utility, select Linear Regression (LinReg).
Example. Find the least squares regression line using the cricket-chirp data in the table above.
Solution. Enter the input (chirps) in List 1 (L1), and enter the output (temperature) in List 2 (L2).
| L1 | 44 | 35 | 20.4 | 33 | 31 | 35 | 18.5 | 37 | 26 |
|---|---|---|---|---|---|---|---|---|---|
| L2 | 80.5 | 70.5 | 57 | 66 | 68 | 72 | 52 | 73.5 | 53 |
On a graphing utility, select Linear Regression (LinReg). Using the cricket chirp data from earlier, with technology we obtain the equation:
Analysis. Notice that this line is quite similar to the equation we “eyeballed” but should fit the data better. Notice also that using this equation would change our prediction for the temperature when hearing 30 chirps in 15 seconds from 66 degrees to:
The graph of the scatter plot with the least squares regression line is shown below.
Q&A. Will there ever be a case where two different lines will serve as the best fit for the data?
No. There is only one best fit line.
Distinguishing between linear and non-linear models
As we saw above with the cricket-chirp model, some data exhibit strong linear trends, but other data, like the final exam scores plotted by age, are clearly nonlinear. Most calculators and computer software can also provide us with the correlation coefficient, which is a measure of how closely the line fits the data. Many graphing calculators require the user to turn a “diagnostic on” selection to find the correlation coefficient, which mathematicians label as . The correlation coefficient provides an easy way to get an idea of how close to a line the data falls.
We should compute the correlation coefficient only for data that follows a linear pattern or to determine the degree to which a data set is linear. If the data exhibits a nonlinear pattern, the correlation coefficient for a linear regression is meaningless. To get a sense for the relationship between the value of and the graph of the data, the plots below show data sets with their correlation coefficients. Remember, for all plots, the horizontal axis shows the input and the vertical axis shows the output.
A correlation coefficient near 0 does not mean the two variables are unrelated — it means they are not linearly related. The points below lie on a perfectly definite curve, yet their correlation coefficient is exactly 0.
Correlation coefficient. The correlation coefficient is a value, , between and 1.
- suggests a positive (increasing) relationship
- suggests a negative (decreasing) relationship
- The closer the value is to 0, the more scattered the data.
- The closer the value is to 1 or , the less scattered the data is.
Example. Calculate the correlation coefficient for the cricket-chirp data in the table above.
Solution. Because the data appear to follow a linear pattern, we can use technology to calculate . Enter the inputs and corresponding outputs and select the Linear Regression. The calculator will also provide you with the correlation coefficient, . This value is very close to 1, which suggests a strong increasing linear relationship.
Note: for some calculators, the Diagnostics must be turned “on” in order to get the correlation coefficient when linear regression is performed: [2nd]>[0]>[alpha][], then scroll to DIAGNOSTICSON.
Predicting with a regression line
Once we determine that a set of data is linear using the correlation coefficient, we can use the regression line to make predictions. As we learned above, a regression line is a line that is closest to the data in the scatter plot, which means that only one such line is a best fit for the data.
Example. Gasoline consumption in the United States has been steadily increasing. Consumption data from 1994 to 2004 is shown in the table below. Determine whether the trend is linear, and if so, find a model for the data. Use the model to predict the consumption in 2008.
| Year | ‘94 | ‘95 | ‘96 | ‘97 | ‘98 | ‘99 | ‘00 | ‘01 | ‘02 | ‘03 | ‘04 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Consumption (billions of gallons) | 113 | 116 | 118 | 119 | 123 | 125 | 126 | 128 | 131 | 133 | 136 |
The scatter plot of the data, including the least squares regression line, is shown below.
Solution. We can introduce new input variable, , representing years since 1994.
The least squares regression equation is:
Using technology, the correlation coefficient was calculated to be 0.9965, suggesting a very strong increasing linear trend.
Using this to predict consumption in 2008 ,
The model predicts 144.244 billion gallons of gasoline consumption in 2008.
Use the model created above to predict the gas consumption in 2011, in billions of gallons.
billion gallons2011 is 17 years after 1994, so evaluate the model at .Is that 2011 prediction an interpolation or an extrapolation?
Compare 2011 with the span of years the data actually covers.Key concepts
- Scatter plots show the relationship between two sets of data.
- Scatter plots may represent linear or non-linear models.
- The line of best fit may be estimated or calculated, using a calculator or statistical software.
- Interpolation can be used to predict values inside the domain and range of the data, whereas extrapolation can be used to predict values outside the domain and range of the data.
- The correlation coefficient, , indicates the degree of linear relationship between data.
- A regression line best fits the data.
- The least squares regression line is found by minimizing the squares of the distances of points from a line passing through the data and may be used to make predictions regarding either of the variables.
Key terms
correlation coefficient — a value, , between and 1 that indicates the degree of linear correlation of variables, or how closely a regression line fits a data set. extrapolation — predicting a value outside the domain and range of the data. interpolation — predicting a value inside the domain and range of the data. least squares regression — a statistical technique for fitting a line to data in a way that minimizes the differences between the line and data values. model breakdown — when a model no longer applies after a certain point.
This section is adapted from Precalculus 2e, Section 2.4: Fitting Linear Models to Data by Jay Abramson and OpenStax, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: recreated every scatter plot and fitted line as an accessible inline SVG plotted from the source’s own numbers — the cricket-chirp, interpolation, and gasoline figures use the exact table values together with the stated equations , , and , each of which was recomputed from the data and matched to the source’s three-decimal rounding; the opening “Final Exam Score vs. Age” scatter has no published data table, so its fourteen points were measured off the source figure; replaced the source’s twenty-one-panel Wikimedia correlation composite (credit: “DenisBoigelot”) with eight panels built from explicit point sets whose correlation coefficients were computed exactly, covering the same values plus one nonlinear arch with , and added the one sentence needed to introduce that arch; drew the interpolation region as a dashed rectangle and marked the two predictions with dashed crosshairs, because the source’s red and blue highlighting cannot be carried by a single-colour accessible SVG; drew the vertical axes over their full range instead of reproducing the source’s compressed axis breaks; presented the three data tables as Markdown tables; omitted the media links and end-of-section exercises; and converted the practice problems (“Try Its”) into interactive exercises with instant feedback, using multiple choice where the answer is the word “interpolation” or “extrapolation”, which cannot be graded as free-response math.