Unit 1: Exploring One-Variable Data
Graphical Displays of Data
Constructing and comparing dotplots, histograms, and boxplots.
Seeing a Distribution's Shape Before Naming It
Two sections of the same exam produced these scores. Before reading on, just look: Section A — 62, 65, 68, 70, 72, 74, 75, 77, 79, 82, 85, 90. Section B — 55, 58, 60, 63, 65, 68, 70, 72, 75, 78, 88, 95. Can you tell, just from the list of numbers, which section's scores are more spread out, or which has a longer stretch on one side?
A list of numbers hides its own shape. Sorting them into a table of intervals — a histogram's underlying structure — makes the shape visible. Binning Section A's 12 scores into width-10 intervals: 60–69 has 3 scores (62, 65, 68), 70–79 has 6 (70, 72, 74, 75, 77, 79), 80–89 has 2 (82, 85), and 90–99 has 1 (90). The distribution is unimodal, mounded in the 70s, with a single higher score stretching it slightly to the right.
Definition — Distribution Shape Vocabulary
Definition — Five-Number Summary and the Boxplot
Worked Example — Building a Five-Number Summary and Checking for Outliers
Worked Example — Comparing Two Distributions by Their Five-Number Summaries
Tip
Common Mistakes
Reading 'right-skewed' as 'most of the data is on the right.'
Right-skewed means the tail stretches right — the bulk of the data actually sits on the left, with a smaller number of higher values pulling the distribution's shape out to the right, as Section B's data shows.
Calling any visually unusual value an outlier without applying the 1.5×IQR rule.
'Outlier' has a specific, computable definition — a value has to fall outside Q1 − 1.5(IQR) or Q3 + 1.5(IQR) to be flagged, not just look far from the pack.
Key Takeaways
- A histogram's shape — symmetric, skewed left/right, unimodal/bimodal — reveals structure a raw list of numbers hides.
- The five-number summary (min, Q1, median, Q3, max) and IQR describe center and spread using only the data's order.
- Skewness and outliers are distinct ideas — a distribution can be clearly skewed without any single value meeting the formal 1.5×IQR outlier rule.
Summary
Shape, the five-number summary, and IQR describe a distribution without needing every individual value. The next lesson introduces mean and standard deviation — numerical summaries that use every value directly, and behave differently when a distribution is skewed.
Sign in to track your progress and mark this lesson complete.
Track your progress