Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Descriptive statistics gives students tools to organize, summarize, and describe data clearly. This cheat sheet covers measures of center, measures of spread, five-number summaries, box plots, and z-scores. Students need these ideas to compare data sets, recognize unusual values, and communicate patterns without listing every data point.

These skills are used throughout statistics, science labs, business, sports analysis, and everyday data interpretation.

The main measures of center are the mean, median, and mode, while common measures of spread include range, interquartile range, variance, and standard deviation. The mean is found with xˉ=xin\bar{x} = \frac{\sum x_i}{n}, and the sample standard deviation is s=(xixˉ)2n1s = \sqrt{\frac{\sum (x_i - \bar{x})^2}{n - 1}}. A five-number summary uses the minimum, Q1Q_1, median, Q3Q_3, and maximum to build a box plot.

A z-score, z=xxˉsz = \frac{x - \bar{x}}{s}, tells how many standard deviations a value is from the mean.

Key Facts

  • The mean of a data set is xˉ=xin\bar{x} = \frac{\sum x_i}{n}, where xi\sum x_i is the sum of all data values and nn is the number of values.
  • The median is the middle value when data are ordered, or the average of the two middle values when nn is even.
  • The range measures total spread and is calculated by range=maximumminimum\text{range} = \text{maximum} - \text{minimum}.
  • The interquartile range measures the spread of the middle half of the data and is IQR=Q3Q1\text{IQR} = Q_3 - Q_1.
  • The sample variance is s2=(xixˉ)2n1s^2 = \frac{\sum (x_i - \bar{x})^2}{n - 1}, and the sample standard deviation is s=(xixˉ)2n1s = \sqrt{\frac{\sum (x_i - \bar{x})^2}{n - 1}}.
  • The population variance is σ2=(xiμ)2N\sigma^2 = \frac{\sum (x_i - \mu)^2}{N}, and the population standard deviation is σ=(xiμ)2N\sigma = \sqrt{\frac{\sum (x_i - \mu)^2}{N}}.
  • A five-number summary is min,Q1,median,Q3,max\text{min}, Q_1, \text{median}, Q_3, \text{max}, and it is used to draw a box plot.
  • A z-score is z=xxˉsz = \frac{x - \bar{x}}{s} for a sample, and it shows whether a value is above or below the mean and by how many standard deviations.

Vocabulary

Mean
The mean is the arithmetic average found by adding all data values and dividing by the number of values.
Median
The median is the middle value of an ordered data set, or the average of the two middle values if there is an even number of values.
Mode
The mode is the data value or values that occur most often in a data set.
Interquartile Range
The interquartile range is the difference between the third quartile and first quartile, written as IQR=Q3Q1\text{IQR} = Q_3 - Q_1.
Standard Deviation
Standard deviation measures the typical distance of data values from the mean.
Z-Score
A z-score tells how many standard deviations a data value is above or below the mean.

Common Mistakes to Avoid

  • Forgetting to order the data before finding the median or quartiles is wrong because position-based statistics require the values to be arranged from least to greatest.
  • Dividing by nn instead of n1n - 1 for sample variance is wrong because s2=(xixˉ)2n1s^2 = \frac{\sum (x_i - \bar{x})^2}{n - 1} corrects for using a sample mean.
  • Confusing range with interquartile range is wrong because range uses the maximum and minimum, while IQR=Q3Q1\text{IQR} = Q_3 - Q_1 uses only the middle half of the data.
  • Treating every data set as if the mean is the best center is wrong because outliers and skewed data can pull the mean away from a typical value.
  • Interpreting a negative z-score as an error is wrong because z<0z < 0 simply means the value is below the mean.

Practice Questions

  1. 1 Find the mean, median, mode, and range for the data set 6,8,8,10,13,156, 8, 8, 10, 13, 15.
  2. 2 For the data set 3,5,7,9,12,14,18,203, 5, 7, 9, 12, 14, 18, 20, find Q1Q_1, the median, Q3Q_3, and IQR\text{IQR}.
  3. 3 A test score is x=88x = 88, the class mean is xˉ=76\bar{x} = 76, and the standard deviation is s=6s = 6. Find the z-score using z=xxˉsz = \frac{x - \bar{x}}{s}.
  4. 4 A data set is strongly right-skewed because of a few very large values. Explain whether the mean or median better represents the center and why.

Understanding Descriptive Statistics

A summary can be misleading when it hides the shape of the data. Two classes might have the same average test score, yet one class could have scores tightly grouped while the other has scores spread from very low to very high. The median is often more useful when a few extreme values pull the average away from where most values lie.

Household income is a common example because a small number of very high incomes can raise the mean sharply. Before choosing a measure of center, sort or graph the values and notice whether the distribution is roughly balanced, skewed, clustered, or has gaps.

Measures of spread tell a different part of the story. The range reacts strongly to only the smallest and largest values, so one recording error can change it a lot. The interquartile range ignores the outer quarters of the data.

This makes it useful for data with possible outliers. Standard deviation measures the typical distance of values from the mean. Its calculation squares every distance before combining them.

Squaring prevents positive and negative distances from cancelling, while giving larger deviations more weight. Standard deviation has the same units as the original data, such as seconds, centimeters, or points. Variance is measured in squared units, which is less intuitive but useful in later statistical calculations.

A box plot is more than a compact picture. The box marks the middle half of the ordered values. Its length shows the interquartile range, and the line inside shows the median.

Comparing box plots helps students see differences in center, spread, and skew without needing every original value. Many courses use a rule for possible outliers. A value may be flagged when it is more than one and one half interquartile ranges below the first quartile or above the third quartile.

A flagged point is not automatically wrong. It might be a real but unusual observation, such as an athlete with an unusually fast race time. It should be checked before it is removed.

Z-scores make values from different scales easier to compare. A score above the mean has a positive z-score, while one below the mean has a negative z-score. For example, a student can compare a result on a math test with a result on a running trial even when the units are completely different.

The larger the absolute z-score, the farther the value is from its group mean in standard deviation units. Z-scores are most informative when the distribution is roughly bell shaped and has no major outliers.

Students should state whether their data represent a full population or a sample. This choice affects the standard deviation calculation because a sample uses one fewer in the denominator to better estimate the spread of the larger population.