Why We Compare Distributions: A Brief History
Long before anyone had a graphing calculator, people wrestled with the question of how to summarize a messy pile of numbers. The earliest efforts focused on a single idea — finding the "middle" value — but over centuries, statisticians realized that the center alone tells an incomplete story. The shape and spread of data matter just as much, and ignoring extreme data points can distort conclusions in dangerous ways.
The question that drives this lesson is straightforward yet powerful: when you look at two (or more) data sets side by side, what do their shapes, centers, and spreads actually mean — and how do extreme values change the picture?
Core Principles & Definitions
Before diving into comparisons, you need a firm grip on four foundational ideas. Every data distribution can be described through its shape, center, spread, and any outliers it contains. Think of these as the four dimensions of a distribution's personality.
Shape
Center
Spread
Outliers
Visualizing Shape, Center, and Spread
The most intuitive way to compare distributions is side by side. Below is a dot-plot style diagram showing two data sets — Class A and Class B — representing test scores for two sections of the same course. Study how the shape, center, and spread differ, and notice the outlier in Class B.
Notice how the outlier in Class B creates a visible gap between the mean and the median. In a symmetric distribution like Class A, the mean and median sit almost on top of each other. The moment you introduce a single extreme value, the mean shifts toward that outlier while the median barely budges. This is why, for skewed data, the median is typically the better measure of center, and the IQR is the more reliable measure of spread.
Mathematical Framework
You're already familiar with computing the mean and standard deviation, but it's worth reviewing these formulas side by side with their "resistant" (robust) counterparts to see exactly why outliers hit some measures harder than others.
The 1.5 × IQR Rule for Identifying Outliers
Once you've calculated Q₁ and Q₃, you can formally flag outliers. Any value below Q₁ − 1.5 × IQR or above Q₃ + 1.5 × IQR is considered a potential outlier. This rule strikes a balance between being too lenient (missing extreme values) and too strict (flagging ordinary data as extreme). It's the standard method used in box plots.
How Shape, Center, and Spread Interact
The relationship between shape and the choice of summary statistics is one of the most practical concepts in statistics. The diagram below summarizes how different distribution shapes affect the relationship between the mean and median, and which measures of center and spread are most appropriate for each shape.
Interpreting Differences "In Context"
Computing numbers is only half the job. The Common Core standard asks you to interpret differences in context, which means you must connect the statistics back to the real-world situation. For example, saying "the median of Class B (83) is higher than the median of Class A (78)" is just arithmetic. Saying "a typical student in Class B scored about 5 points higher than a typical student in Class A, suggesting that Class B may have had better preparation or an easier exam section" is an interpretation in context.
Likewise, when you note that Class B has a much larger range but a comparable IQR to Class A, you should explain that the wide range is almost entirely driven by the single outlier at 52. Without that outlier, Class B's range would shrink considerably, and the two classes would have similar variability. The outlier warrants investigation — perhaps that student was absent for part of the material or experienced test anxiety.
Worked Example
Two local restaurants tracked customer wait times (in minutes) over a Saturday evening. Compare the distributions and interpret the differences in context.
Restaurant A: 8, 10, 11, 12, 13, 14, 14, 15, 16, 18
Restaurant B: 5, 9, 10, 11, 12, 12, 13, 14, 15, 42
Resistant vs. Non-Resistant Measures
One of the most important practical decisions in statistics is choosing the right summary statistics for your data. The table below puts the key measures side by side so you can see how each responds to outliers.
| Measure | Type | Resistant to Outliers? | Best Used When… |
|---|---|---|---|
| Mean | Center | No — pulled toward extremes | Distribution is symmetric with no outliers |
| Median | Center | Yes — position-based | Distribution is skewed or outliers are present |
| Standard Deviation | Spread | No — inflated by squared distances | Distribution is symmetric with no outliers |
| IQR | Spread | Yes — uses only Q₁ and Q₃ | Distribution is skewed or outliers are present |
| Range | Spread | No — uses only min and max | Quick glance; not a reliable standalone measure |
Connection to Advanced Methods
The skills you're building here — comparing distributions and thinking critically about outliers — are the foundation for more sophisticated statistical methods you'll encounter in AP Statistics and beyond. Here's how these concepts scale up.
| This Lesson | Advanced Extension |
|---|---|
| Describing shape as "symmetric" or "skewed" | Measuring skewness numerically with the skewness coefficient; fitting named distributions (normal, exponential, log-normal) |
| Using the 1.5 × IQR rule for outliers | Z-scores (|z| > 2 or 3 flags outliers); Grubbs' test and other formal outlier tests |
| Choosing median + IQR for skewed data | Robust statistics: trimmed means, Winsorized means, median absolute deviation (MAD) |
| Comparing two data sets descriptively | Inferential tests: two-sample t-tests, Mann-Whitney U test, permutation tests — asking whether observed differences are statistically significant |
| Interpreting differences "in context" | Causal reasoning, confounding variables, experimental design — asking why the differences exist |
In AP Statistics, you'll formalize the question "Is this difference real or just due to chance?" using hypothesis tests and confidence intervals. But even those advanced methods rely on checking the shape of your sampling distribution and being aware of how outliers can violate the assumptions of your test. The descriptive skills from this lesson aren't left behind — they're embedded in every inference you'll ever make.
Practice Problems
22, 25, 27, 28, 30, 31, 32, 34, 35, 38 Route 2: 15, 26, 28, 29, 30, 31, 32, 33, 35, 72 (a) Compute the mean, median, IQR, and standard deviation for each route. (b) Identify any outliers in either route. (c) The planner wants to advertise the route with more reliable commute times. Which route should she promote, and what statistics should she cite? Explain in context.Putting It All Together
Every data distribution has a story to tell, and that story unfolds through three key characteristics: shape (symmetric, left-skewed, or right-skewed), center (mean or median), and spread (standard deviation, IQR, or range). When comparing two data sets, you should describe all three — and always connect your observations back to the real-world context. Saying "the IQR is larger" isn't enough; you need to explain what that means for the people, processes, or phenomena the data represent.
Outliers — extreme data points identified by the 1.5 × IQR rule — deserve special attention because they disproportionately inflate the mean and the standard deviation while leaving the median and IQR largely untouched. For symmetric distributions with no outliers, the mean and standard deviation give an accurate portrait. For skewed distributions or data containing outliers, the median and IQR provide a more honest summary. The critical skill is recognizing which situation you're in and choosing — and interpreting — your statistics accordingly. Data doesn't speak for itself; your job is to translate its shape, center, and spread into a meaningful, contextual narrative.