Anscombe's Quartet and Summary-Statistic Blindness
Four small datasets, constructed by Francis Anscombe, that share nearly identical mean, variance, correlation, and regression line — yet look completely different when plotted, illustrating why summary statistics alone can hide the true shape of data.
Imagine being handed only a spreadsheet of summary numbers for four different backtests — mean daily return, standard deviation, correlation to a benchmark, and a fitted regression line — and being asked to judge which strategy is "the same" as which. If all four summaries match almost exactly, the natural conclusion is that the underlying return series are essentially interchangeable. Anscombe's quartet exists to show that conclusion can be badly wrong.
In 1973, statistician Francis Anscombe constructed four small datasets, each with 11 points, that share almost identical mean of , mean of , variance of , variance of , correlation coefficient (), and best-fit regression line () — to two or three decimal places. Yet plotted side by side, the four datasets look nothing alike: the first is a genuine linear scatter with noise; the second is a smooth, clearly curved (non-linear) relationship that a straight regression line badly misdescribes; the third is a perfect straight line except for one point knocked far off, which alone determines the fitted correlation and slope; and the fourth is a vertical column of identical -values plus a single outlier that manufactures the entire "correlation" from just one point.
The dataset was built by reverse-engineering points to hit the target statistics, and it makes the point precisely because every one of the four scenarios is common in real return data — genuine linear signal, true non-linearity misfit by a linear model, one influential outlier driving a regression, and one lever point creating a spurious correlation — yet a table of moments alone cannot tell them apart.
Anscombe's quartet is four datasets with nearly identical mean, variance, correlation, and regression fit that look completely different when plotted, demonstrating that summary statistics can conceal non-linearity, single-point leverage, and outlier-driven correlation — always plot the data before trusting the numbers.
The recurring mistake is treating a clean or correlation coefficient as sufficient evidence of a genuine linear relationship without ever looking at the scatterplot. A single influential point, as in the third and fourth Anscombe datasets, can manufacture an impressive-looking statistic from data that either has a wildly different true relationship or barely any relationship at all.
Practice in interviews
Further reading
- Anscombe, Graphs in Statistical Analysis (1973)