Apps

🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!

Extrapolation Error

Also Known As: Out-of-sample prediction error Beyond-range projection
Statistical Error ID: extrapolation_error

Definition

Extrapolation error occurs when a model or trend observed within a specific data range is extended beyond that range to make predictions. The assumption that relationships remain stable outside observed conditions is often unjustified, as many real-world phenomena have nonlinearities, thresholds, or regime changes that only become apparent at extreme values. Predictions become increasingly unreliable the further they extend beyond the data.

Examples

A pharmaceutical company tests a drug at doses of 10-50 mg and observes a linear dose-response relationship. They extrapolate this trend to predict that 200 mg would be four times as effective. In reality, the drug reaches a plateau at 80 mg and becomes toxic above 150 mg.

A city's population grew at a steady 3% per year for a decade, and urban planners extrapolate this trend linearly to project population 50 years into the future. They build infrastructure for a city twice the current size, but growth slowed dramatically after a major employer left the region — a structural shift the linear model could not anticipate.

An investor observes that a tech stock has risen 20% per month for six consecutive months and extrapolates that it will continue at the same rate, projecting a tenfold return within a year. The stock was in a speculative bubble, and the extrapolation ignores the fundamental valuation limits that caused the price to collapse shortly after.

Verification Steps
Verification Steps
Binary yes/no questions that an AI must answer to detect a reasoning pattern in a text.
Each of the 452 aspects has verification steps — simple yes/no questions designed to systematically detect whether a pattern appears in a text. For ad hominem: "Does the argument attack a person rather than their claim?" For false dichotomy: "Are only two options presented when more exist?" This ensures consistent, reproducible analysis.

Binary (yes/no) questions an LLM must answer to identify this aspect:

  1. 1

    Are predictions being made for values outside the range of the observed data?

    Type: binary
  2. 2

    Is there an assumption that the observed relationship continues unchanged beyond the data range?

    Type: binary
  3. 3

    Could the underlying relationship change form or break down outside the observed range?

    Type: binary
  4. 4

    Has the analysis acknowledged the increased uncertainty of predictions beyond the data?

    Type: binary
Deep Dive
The expandable detail section on each aspect page with examples, psychology, and counter-strategies.
The Deep Dive section provides in-depth information about each aspect: a real-world example showing the pattern in action, an explanation of why it works psychologically, practical advice on how to counter it, alternative names, and links to related aspects.

Hierarchical Context