# Distributions & Summary Statistics — AP Statistics
Exploring data is the first unit of AP Statistics. You need to describe distributions using graphical displays and numerical summaries. Always address shape, center, spread, and unusual features.
Key Concepts
Graphical Displays
- Histogram: shows frequency distribution; good for shape.
- Stemplot: shows individual values; good for small datasets.
- Boxplot (Box-and-Whisker): shows five-number summary; good for comparing groups.
- Dotplot: shows each data value as a dot.
Describing Shape
- Symmetric: roughly equal on both sides of center.
- Skewed right: tail extends to the right (positive skew).
- Skewed left: tail extends to the left (negative skew).
- Unimodal / Bimodal / Uniform.
Measures of Center
- Mean (): — sensitive to outliers.
- Median: middle value — resistant to outliers.
- For skewed data, median is preferred.
Measures of Spread
- Range: max − min.
- Interquartile Range (IQR): — resistant to outliers.
- Standard deviation (): average distance from the mean.
- Variance (): .
Five-Number Summary
Min, , Median, , Max.
Outliers (1.5×IQR Rule)
A value is a potential outlier if:
Effects of Transformations
- Adding a constant : center shifts by ; spread unchanged.
- Multiplying by : center and spread both multiply by .
Worked Example
Dataset: 12, 15, 17, 19, 20, 22, 24, 28, 35
. Median = 20 (5th value). , . . Outlier fence: , . No outliers.
Practice Questions
1. A distribution is skewed right. Which is larger: the mean or the median?
The mean is larger (pulled toward the right tail).
2. If every value in a dataset is multiplied by 3, what happens to the standard deviation?
It is multiplied by 3.
3. A boxplot shows the median closer to than . What does this suggest about shape?
Skewed right.
Want to check your answers and get step-by-step solutions?
Summary
- Always describe shape, center, spread, and outliers.
- Mean and standard deviation for symmetric data; median and IQR for skewed data.
- 1.5×IQR rule identifies potential outliers.
- Transformations: adding shifts center; multiplying scales everything.
