Describing Distributions

Describe the shape, center, spread, and outliers of a distribution using SOCS.

๐ŸŽฏโญ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson โ†’

Describing Distributions

The SOCS Framework

When describing any distribution, address all four components:

Shape

  • Symmetric: Mean โ‰ˆ Median; bell-shaped or uniform
  • Skewed Right: Tail extends right; Mean > Median
  • Skewed Left: Tail extends left; Mean < Median
  • Bimodal: Two distinct peaks
  • Uniform: Roughly equal frequencies

Outliers

Values that fall far from the bulk of the data. Use the 1.5 ร— IQR rule: Outlierย ifย x<Q1โˆ’1.5โ‹…IQRย orย x>Q3+1.5โ‹…IQR\text{Outlier if } x < Q_1 - 1.5 \cdot IQR \text{ or } x > Q_3 + 1.5 \cdot IQR

Center

  • Mean xห‰\bar{x}: Arithmetic average; sensitive to outliers
  • Median: Middle value; resistant to outliers

Spread

  • Range: Max โˆ’ Min (sensitive to outliers)
  • IQR: Q3โˆ’Q1Q_3 - Q_1 (resistant)
  • Standard Deviation ss: Average distance from the mean

Comparing Distributions

When comparing two distributions, always use comparative language:

  • "Distribution A has a higher center than Distribution B"
  • "Distribution A is more spread out than Distribution B"
  • "Both distributions are approximately symmetric"

Five-Number Summary

Min,โ€…โ€ŠQ1,โ€…โ€ŠMedian,โ€…โ€ŠQ3,โ€…โ€ŠMax\text{Min}, \; Q_1, \; \text{Median}, \; Q_3, \; \text{Max}

This summary is used to create boxplots. Side-by-side boxplots are excellent for comparing distributions.

AP Tip: On free-response questions, you must use context (mention the actual variable). Don't just say "the distribution is skewed right" โ€” say "the distribution of test scores is skewed right."

๐Ÿ“š Practice Problems

No example problems available yet.