Range and Outliers - Complete Interactive Lesson
Part 1: Range: Measuring Spread
📏 Range and Outliers
Part 1 of 5 — Range: Measuring Spread
Topics in This Part
| Section |
|---|
| What "Spread" Means |
| Finding Maximum and Minimum |
| Computing the Range |
🔑 Key Concept: Two data sets can have the same average but feel completely different. The range is the simplest way to measure how spread out a data set is — that's where we start.
What Does "Spread" Mean?
Compare two basketball players who each average 20 points per game over five games:
| Player | Game scores | Average |
|---|---|---|
| Steady Sam | ||
| Wild Wendy |
Same average — but Wendy is far less consistent. Her scores are spread out; Sam's are bunched together.
A measure of spread captures this difference. The easiest one is the range.
💡 Center vs. Spread: The mean and median tell you where data is centered. The range tells you how far apart the values are. You need both to describe a data set well.
Maximum, Minimum, and Range
The range is the distance from the smallest value to the largest:
To find it:
- Find the maximum (largest value).
- Find the minimum (smallest value).
- Subtract: maximum minimum.
Worked Example
Data set:
Identify the Pieces 🔽
Sorted data set: → sorted: .
Range in Context
Range works for any kind of numeric data — temperatures, prices, test scores, heights.
Example — Daily high temperatures (°F):
- Maximum , Minimum
Concept Check 🎯
Find the Range 🧮
Compute the range (maximum minimum) of each data set.
1) 2)
Looking Ahead
You can now measure spread with the range. But remember: because it depends on only the two extreme values, a single unusual data point can change it dramatically.
🔑 Takeaway: That fragile point is exactly what Part 2 is about — outliers, the values that lie far from the rest.
Part 2: Spotting Outliers
📏 Range and Outliers
Part 2 of 5 — Spotting Outliers
🔑 The Idea: An outlier is a value that lies far away from the rest of the data. Outliers can be real surprises, data-entry typos, or rare events — and they can quietly distort your statistics.
What Is an Outlier?
An outlier is a data value that is unusually far from the others.
Example — quiz scores (out of 20):
Part 3: The 1.5 × IQR Rule
📏 Range and Outliers
Part 3 of 5 — The 1.5 × IQR Rule
🔑 Why a rule? "It looks far away" isn't precise. Statisticians use the interquartile range (IQR) to draw exact boundaries — called fences — so an outlier is defined, not guessed.
Quartiles and the IQR
Quartiles split sorted data into four equal parts:
- (first quartile) — the median of the lower half.
- — the overall median.
Part 4: How Outliers Distort Statistics
📏 Range and Outliers
Part 4 of 5 — How Outliers Distort Statistics
🔑 Big Idea: Outliers pull some statistics hard and barely touch others. Knowing which measures resist outliers tells you which number to trust.
Resistant vs. Non-Resistant
A statistic is resistant (or robust) if outliers barely change it.
| Statistic | Resistant to outliers? | Why |
|---|---|---|
| Range | ❌ No | Uses only max and min |
| Mean | ❌ No | Every value is added in, so a huge value drags it |
| Median | ✅ Yes | Only the position of the middle matters |
| IQR | ✅ Yes | Ignores the extreme ends entirely |
💡 Rule of thumb: When a data set has outliers, report the median and IQR. When it's roughly symmetric with no outliers, the mean and range are fine.
Part 5: Mixed Practice & Mastery Check
📏 Range and Outliers
Part 5 of 5 — Mixed Practice & Mastery Check
You can now (1) compute the range, (2) spot outliers by gaps, (3) use the 1.5 × IQR fences to define outliers exactly, and (4) judge which statistics resist outliers. Time to put it together.
Quick Reference
| Goal | Key move |
|---|---|
| Measure spread | |
| Spread of middle 50% |