Extrapolation
By Jude Wallis · Published
Extrapolation is using a regression line to predict outside the range of x-values the data covered, where the pattern may no longer hold.
Extrapolation is defined by where the explanatory value sits, not by how the answer looks. If the you substitute falls outside the interval of -values used to fit the line, the prediction is an extrapolation even when it comes out perfectly plausible, and an inside that interval is not an extrapolation even when the prediction turns out badly. The range of the response has nothing to do with it.
Six students study 1, 2, 3, 4, 5 and 6 hours and score 60, 72, 65, 78, 71 and 86, giving . Predict for a student who studies 12 hours and the line returns on a test scored out of 100. The arithmetic is correct. What is missing is any observation past 6 hours, so nothing in these data says the gain of 4 points per hour keeps going rather than flattening off, and the line has no way to know that scores stop at 100.
The defense to reject is "the fit is strong, so the prediction is fine." Strength is measured over the observed range only. Here and describe how the line does between 1 and 6 hours, and both are unchanged by which you feed the equation afterwards. Regression output prints no warning when you leave the data behind, so the check has to be yours: write down the smallest and largest before predicting.
Extrapolation is not banned. Forecasting is often the whole point of fitting a line, and a prediction just past the edge of the data is usually more defensible than one far beyond it. What you lose is the ability to check the assumption against evidence, so an extrapolated value gets stated with its assumption attached. The y-intercept is the case people miss: is the predicted score at hours, which is outside the range 1 to 6, so reading it as a claim about a student who does not study at all is itself an extrapolation.
Where this comes up
- Interpolation vs extrapolation in regressionComparison
- AP Stats 5.3: Linear Regression ModelsAP topic
- How to predict y from x with a regression lineGuide
- How to interpret the y-intercept of a regression lineGuide
- Least-squares regression line: find and interpret itGuide
- How to interpret the slope of a regression lineGuide
- Regression and correlation practice problemsPractice
- Computer regression output practice problemsPractice
10 pages on the site use this term.
More regression and correlation terms, or browse the full statistics glossary.