University of Free Knowledge
QA 276.12 · fol. 3

How Far Things Spread

Range, interquartile range, and standard deviation measure how far data sits from its center, and they differ chiefly in how much an outlier can move them. · 12 min

Two classes both average 70 on a test. In the first, every score lands between 68 and 72. In the second, scores run from 40 to 100. Same center, utterly different classes — and the mean cannot tell them apart. What separates them is spread: how far the values sit from the center. There are three common rulers for it. They agree on the tidy cases and disagree, revealingly, whenever a single value strays far from the rest.

Guess before you learn

You add one wildly large outlier to a dataset. Which of these three measures of spread will change the least?

THE DEPTH DIAL — the same idea, younger or deeper
9–12

9–12

The range = max − min uses only two values, so a single outlier sets it. The IQR = Q3 − Q1 is the span of the middle half of the sorted data; because it discards the outer quarters, no lone extreme can touch it. The standard deviation s = √( Σ(x − x̄)² / (n − 1) ) is the root-mean-square distance from the mean — the typical gap, in the data's own units.

The standard deviation squares every deviation before averaging, so distance from the mean counts far more than proportionally: a value ten units out contributes a hundred, one twenty units out contributes four hundred. That squaring is what makes the standard deviation sensitive to outliers and heavy tails. The pairing is not arbitrary: report the mean with the standard deviation, the median with the IQR — a resistant center deserves a resistant spread.

interquartile range (IQR)

The width of the middle 50% of sorted data: IQR = Q3 − Q1, where Q1 sits a quarter of the way up and Q3 three-quarters up. It is resistant — a single extreme value cannot change it.

Find the interquartile range of 4, 7, 8, 9, 11, 12, 20 — the steps fade as you master them

1
The data are already sorted; find the median (the middle value)
4, 7, 8, [9], 11, 12, 20 → median = 9
2
Take the lower half (below the median) and find its median — that is Q1
lower half 4, 7, 8 → Q1 = 7
3
Take the upper half (above the median) and find its median — that is Q3
upper half 11, 12, 20 → Q3 = 12
4
Subtract: IQR = Q3 − Q1
12 − 7 = 5
DATASETVALUESMEANRANGEIQRSD ≈A — tight48, 49, 50, 51, 5250431.6B — wide10, 30, 50, 70, 9050806031.6
PLATE I Identical means, opposite spreads. The center is silent about scatter; the three rulers speak.
Retrieval Gate — answer before you continue 0 / 4

1.Find the range of 12, 5, 19, 8, 14.

2.For the sorted data 3, 5, 6, 8, 10, 11, 14, compute the IQR (Q3 − Q1).

3.In plain terms, what does the standard deviation measure?

4.Two classes both average 70. Class A scored between 68 and 72; Class B between 40 and 100. Which has the larger standard deviation?

Now push one value away and watch the three rulers respond. Start with a calm dataset. Drag a single point steadily outward until it is a far outlier. The range tracks it step for step. The standard deviation, which squares every distance, climbs almost as fast. The IQR — anchored in the middle half — does not move at all. Sketch the standard deviation's climb before the ink reveals it.

Ink That Thinks — guess first; the answer draws itself.
A tidy dataset starts with a standard deviation near 2. Drag one point away, from 0 up to 100 units past the rest, and sketch how the standard deviation responds as that point flees.

020406080100010203040how far the outlier is pushed (units)standard deviation
Drag across the axes to sketch.
PLATE II One point fleeing the pack — the standard deviation follows; the IQR would stay flat.
Range: change72Std deviation: change26IQR: change0
PLATE III Add one wild value to the five-point set 20, 22, 24, 26, 28: the range leaps by 72, the standard deviation nearly follows, the IQR does not budge.
Why is this true?

Why can a single enormous outlier leave the IQR completely unchanged?

Because the IQR is built from Q1 and Q3, the values a quarter and three-quarters of the way through the sorted data. A lone extreme value sits out past everyone, in the top or bottom quarter, so it never becomes a quartile. It changes who the maximum is, not who stands at the one-quarter and three-quarter marks.

Retrieval Gate — answer before you continue 0 / 4

1.You add one extreme outlier to a dataset. Which measure of spread barely changes?

2.A dataset of incomes contains a few billionaires. Which pair of summaries describes it most honestly?

3.A dataset has Q1 = 25 and Q3 = 47. What is its IQR?

4.Without looking back: rank the range, IQR, and standard deviation from most to least affected by a single wild outlier.

You can now describe a single variable in full: its level, its center, and its spread. But three numbers still flatten a distribution into a summary. Next folio restores the picture — the shape of the data — and shows that the shape itself is what tells you whether to trust the mean or the median in the first place.

Practice — new ink and old, interleaved

1.Every value in a dataset is 7: the data are 7, 7, 7, 7. What is the standard deviation?

2.A report on wait times wants a spread figure that a handful of very long waits will not exaggerate. Which should it use?

3.For the sorted data 2, 4, 4, 6, 8, 10, 12, 14 (eight values), Q1 = 4 and Q3 = 11. What is the IQR?

4.Of the four levels — nominal, ordinal, interval, ratio — on how many is the mean a legitimate summary of center?

5.Computing a standard deviation means adding and squaring differences between values. On which level of measurement does it first become legal?

6.Find the mean of 12, 15, 18, 21, 24.

7.Find the median of 5, 2, 9, 4, 12, 7.

8.For a dataset the mean is 71 and the median is 52. What does this say about the shape?

9.The same right-skewed wait times have a mean of 22 minutes and a median of 14. Which is the more honest headline figure for a typical wait?

The Call Slip — search everything Ctrl·K / ⌘K