Graphical Representations of Summary Statistics for One Quantitative Variable
AP StatisticsΒ· CED Unit 1: Exploring One-Variable DataΒ· 12 min read
1. Dotplots and Stemplots: Raw Data Visualizationβ β ββββ± 15 min
These two displays preserve all individual raw data values, making them ideal for small to medium data sets where you need full transparency of observations.
Stemplot (Stem-and-Leaf Plot)
A display that splits each data point into a shared leading stem digit and unique trailing leaf digit to group values while retaining full precision
Example:
Data points 23, 27, 31, 32 have stems 2 and 3, with leaves [3,7] and [1,2] respectively
Construct a stemplot for the following 12 test scores: 62, 65, 71, 74, 75, 77, 80, 82, 86, 91, 93, 98
- 1
Identify the leading tens digit as the stem, and trailing units digit as the leaf
- 2
List all unique stems from 6 to 9 in ascending order on the left side of the plot
- 3
Assign each score's units digit as a leaf to its corresponding stem, sorting leaves in ascending order
- 4
Add a key to explain notation, e.g. 6 | 2 = 62 points
Test your understanding of raw data displays:
What is the largest value in a stemplot with stem 9 and leaves 2, 4, 7?
Reveal answer
97 βThe stem 9 represents the tens place, and 7 is the units digit.
2. Histograms: Binned Frequency Visualizationβ β β βββ± 18 min
Histogram
A bar chart for quantitative data where the x-axis is split into consecutive non-overlapping bins, and bar height represents the frequency or relative frequency of observations in each bin
Example:
Bin 0-10 has 7 observations, so its bar rises to 7 on the y-axis
Construct a histogram for 20 student commute times with bins 0-10, 10-20, 20-30, 30-40, 40-50 and frequencies 5, 7, 4, 3, 1
- 1
Draw a continuous x-axis labeled 'Commute Time (minutes)' spanning 0 to 50
- 2
Draw a y-axis labeled 'Number of Students' spanning 0 to 8 to accommodate the maximum frequency of 7
- 3
Draw adjacent bars for each bin with height equal to its frequency, no gaps between bars
- 4
Confirm no bars overlap and all data points fall into exactly one bin
3. Boxplots: Summary Statistic Visualizationβ β β βββ± 17 min
Boxplot
A compact display built exclusively from the five-number summary that clearly marks outliers using the 1.5*IQR rule
Construct a boxplot from a five-number summary
min = 12, Q1 = 18, median = 25, Q3 = 32, max = 47, outlier at 58
- 1
Draw a number axis covering the full range of values including the outlier
- 2
Draw a rectangular box from Q1 = 18 to Q3 = 32, with a vertical line at the median 25
- 3
Calculate IQR = Q3 - Q1 = 14, so 1.5*IQR = 21. Upper fence = Q3 + 21 = 53
- 4
Draw whiskers from Q1 down to the minimum 12, and from Q3 up to 47, the largest value below the upper fence
- 5
Plot the outlier 58 as a separate isolated point beyond the upper whisker
The final boxplot clearly shows the right skew from the outlier and the central 50% of data
4. Cross-Distribution Comparison Using Aligned Graphsβ β β β ββ± 12 min
Choose the right display for group comparison based on sample size and required detail:
Side-by-side dotplots
Best for 2 groups with small n < 30
+ Pros: Preserves all individual data points
β Cons: Clutters for large n
Side-by-side boxplots
Best for 3+ groups of any size
+ Pros: Easy to compare centers and spreads at a glance
β Cons: Hides individual point detail
Test your comparison skills:
Which display is best for comparing 5 different class test score distributions?
Side-by-side boxplots
Dotplots
Stemplots
Reveal answer
Side-by-side boxplots βBoxplots are compact enough to fit 5 aligned displays on a single axis for easy comparison.
5. Common Pitfalls
Wrong move:
Using unequal bin widths in a histogram and counting raw frequency on the y-axis
Why:
This distorts the relative area of bins, making the distribution shape look incorrectly skewed
Correct move:
Use equal bin widths, or scale the y-axis to density if bins are unequal
Wrong move:
Adding gaps between bars of a histogram to separate bins
Why:
Histogram bars represent continuous ordered data, gaps incorrectly signal no data in that range
Correct move:
Leave no gaps between adjacent histogram bars, except for empty bins with zero frequency
Wrong move:
Claiming a boxplot shows the mode of the data set
Why:
Boxplots only show quartiles, not individual data points or peak frequency
Correct move:
Use a dotplot or stemplot to identify mode, note that mode cannot be confirmed from a boxplot
Wrong move:
Ignoring outliers when comparing two side-by-side boxplots
Why:
Outliers represent extreme values that impact spread and context of the data, and AP rubrics deduct points for omitting them
Correct move:
Explicitly reference outliers as a separate feature when comparing distributions
Wrong move:
Splitting a stemplot stem into only 2 parts for a wide data range
Why:
This over-aggregates data and hides shape features like bimodality
Correct move:
Split stems into 5 or 2 parts as needed to get 6-15 total stems for clear shape visibility
6. Quick Reference Cheatsheet
Display Type | Best Use Case | Shows Exact Data Values? | Identifies Outliers Easily? | AP Exam Common Command Term |
|---|---|---|---|---|
Dotplot | Small n < 50 quantitative data | Yes | Yes | Construct / Describe |
Stemplot | Small to medium n < 200 quantitative data | Yes | Yes | Construct / Compare |
Histogram | Large n > 100 continuous quantitative data | No | No | Interpret / Describe Shape |
Boxplot | Comparing 3+ groups of data | No | Yes | Compare Distributions |
7. Frequently Asked
Can I use a histogram to display categorical data?
No, histograms require a quantitative x-axis with continuous or ordered binned values. Categorical data uses bar charts, which have gaps between bars to separate unrelated groups.
Do boxplots show the exact mode of a data set?
No, boxplots only display the five-number summary, so you cannot identify the mode or gaps/clusters in the central 50% of data. Use dotplots or stemplots for that level of detail.
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2023 Β· Paper 1
Compare two distributions via boxplots
- 2022 Β· Paper 2
Construct histogram from summary stats
- 2021 Β· Paper 1
Identify outliers from stemplot
What's Next
Mastering these graphical representations is the foundation for all future inferential and comparative statistics work on the AP exam. You will use these displays to justify assumptions for t-tests, chi-squared tests, and regression analysis later in the course, as well as to earn full points on free response questions that ask you to compare two distributions β a question type that appears on nearly every AP Stats exam. To build on this knowledge, practice applying your interpretation skills to formal distribution description frameworks, then move to calculating numerical summary statistics like mean, standard deviation, and interquartile range to pair with your graphical analysis. These paired skills will ensure you never lose points for incomplete description on exam day.
