Mean (Average)

Median

Mode

Comparing Means of Distributions

Impact of Outliers

Mean as the Balance Point

Choose mean, median, or mode from the distribution in front of you, not from habit.

Interquartile Range (IQR)

Range

Variance

Standard Deviation

Calculating Standard Deviation Step by Step

  1. Find the Mean: Sum all the data points and divide by the number of points.
  2. Calculate Each Point's Deviation from the Mean: Subtract the mean from each data point.
  3. Square Each Deviation: Square each result from step 2.
  4. Sum the Squared Deviations: Add up all the squared deviations.
  5. Divide by (N-1) for a Sample, or (N) for a Population: This gives the variance.
  6. Take the Square Root of the Variance: This gives the standard deviation.

Understanding the Concepts

Pick the measure that matches the analysis and the units you need to interpret.

Dividing by ( n - 1 ) in Variance Calculation

Sample variance uses ( n - 1 ), rather than ( n ), in the denominator. This is Bessel's correction.

Box and Whisker Plots

Box-and-whisker plots visualize a distribution's five-number summary: minimum, first quartile (Q1), median, third quartile (Q3), and maximum.

Use box plots for a compact comparison, then inspect the underlying distribution before drawing conclusions.