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.

Standard deviation measures how spread out a dataset is from its mean. This cheat sheet gives students a clear by-hand workflow for small datasets, where every calculation can be shown in a table. It is useful for checking calculator results, understanding variability, and comparing data sets in statistics class. The main steps are to find the mean, subtract the mean from each value, square each deviation, add the squared deviations, divide by the correct count, and take the square root. For a population, use σ=(xμ)2N\sigma = \sqrt{\frac{\sum (x - \mu)^2}{N}}. For a sample, use s=(xxˉ)2n1s = \sqrt{\frac{\sum (x - \bar{x})^2}{n - 1}}, which uses n1n - 1 because samples estimate population spread.

Key Facts

  • The mean of a population is μ=xN\mu = \frac{\sum x}{N}, and the mean of a sample is xˉ=xn\bar{x} = \frac{\sum x}{n}.
  • A deviation is the distance from a value to the mean, written as xμx - \mu for a population or xxˉx - \bar{x} for a sample.
  • The sum of deviations from the mean is always (xxˉ)=0\sum (x - \bar{x}) = 0, except for small rounding errors.
  • Population variance is σ2=(xμ)2N\sigma^2 = \frac{\sum (x - \mu)^2}{N}.
  • Sample variance is s2=(xxˉ)2n1s^2 = \frac{\sum (x - \bar{x})^2}{n - 1}.
  • Population standard deviation is σ=(xμ)2N\sigma = \sqrt{\frac{\sum (x - \mu)^2}{N}}.
  • Sample standard deviation is s=(xxˉ)2n1s = \sqrt{\frac{\sum (x - \bar{x})^2}{n - 1}}.
  • Standard deviation is in the original units of the data, while variance is in squared units.

Vocabulary

Mean
The mean is the average value found by dividing the sum of the data values by the number of values.
Deviation
A deviation is the difference between a data value and the mean, such as xxˉx - \bar{x}.
Variance
Variance is the average of the squared deviations from the mean, using NN for a population or n1n - 1 for a sample.
Standard Deviation
Standard deviation is the square root of variance and describes the typical distance of data values from the mean.
Population
A population is the entire group of data values being studied, with size NN.
Sample
A sample is a smaller group chosen from a population, with size nn, used to estimate information about the population.

Common Mistakes to Avoid

  • Dividing by nn for a sample, which is wrong because sample standard deviation uses n1n - 1 to better estimate population spread.
  • Forgetting to square the deviations, which is wrong because positive and negative deviations would cancel out before measuring spread.
  • Stopping at variance, which is wrong if the question asks for standard deviation because you must take s2\sqrt{s^2} or σ2\sqrt{\sigma^2}.
  • Rounding too early, which can make the final standard deviation inaccurate because small errors build up across several steps.
  • Mixing population and sample notation, which is wrong because σ\sigma and μ\mu describe a population while ss and xˉ\bar{x} describe a sample.

Practice Questions

  1. 1 Find the population standard deviation for the dataset 4,6,8,10,124, 6, 8, 10, 12.
  2. 2 Find the sample standard deviation for the dataset 3,5,5,7,103, 5, 5, 7, 10.
  3. 3 A dataset has n=6n = 6 and (xxˉ)2=48\sum (x - \bar{x})^2 = 48. Find the sample variance and sample standard deviation.
  4. 4 Two classes have the same mean test score, but Class A has a larger standard deviation than Class B. Explain what this means about the scores in the two classes.