Statistics is the science of collecting, organising, summarising, and interpreting data. When data sets are large, it is useful to describe them with a few key numbers that capture their central tendency and their spread. This chapter extends the measures of central tendency to a more complete picture by introducing measures of dispersion.
The chapter begins by recalling the mean, median, and mode, and then focuses on the measures of dispersion: range, mean deviation, variance, and standard deviation. It develops formulas for grouped and ungrouped data, for both individual observations and frequency distributions, and studies the variance and standard deviation of grouped data using the assumed mean method and step deviation method.
Measures of dispersion answer a critical question that averages cannot: how spread out is the data? Two data sets can have the same mean but very different variability, which matters enormously in quality control, finance, weather, and science. Understanding variance and standard deviation is also the foundation of probability distributions and inferential statistics studied later.
The measures of central tendency give a single representative value of a data set.
The arithmetic mean of n observations x1, x2, ..., xn is:
x bar = (x1 + x2 + ... + xn)/n
For a frequency distribution with values xi and frequencies fi, the mean is:
x bar = (sum fi xi)/(sum fi)
The median is the middle value when the observations are arranged in increasing order. For n observations:
The mode is the observation that occurs most frequently.
Dispersion measures how scattered the data values are around the central value.
The range is the difference between the maximum and minimum values:
Range = Maximum - Minimum
The range is easy to compute but uses only two values, ignoring the rest of the data.
The mean deviation about a central point A is the mean of the absolute deviations:
MD(A) = (sum |xi - A|)/n
For grouped data with frequencies:
MD(A) = (sum fi |xi - A|)/(sum fi)
The central point A is usually the mean or the median. Mean deviation is least when taken about the median.
The variance is the mean of the squares of the deviations from the mean. For ungrouped data:
sigma^2 = sum (xi - x bar)^2 / n
The standard deviation is the square root of the variance:
sigma = sqrt(sum (xi - x bar)^2 / n)
The standard deviation has the same units as the data, making it easier to interpret.
sigma^2 = sum fi (xi - x bar)^2 / N, where N = sum fi
Using the shortcut formula, the variance can be computed without finding deviations individually:
sigma^2 = (sum fi xi^2)/N - (x bar)^2
For grouped data with class marks xi:
sigma^2 = (sum fi (xi - x bar)^2)/N
The standard deviation is sqrt of the variance.
For grouped data, three methods are commonly used:
In the step deviation method, define ui = (xi - A)/h, then:
x bar = A + (sum fi ui)/N x h
sigma = h sqrt((sum fi ui^2)/N - ((sum fi ui)/N)^2)
The coefficient of variation (CV) is a relative measure of dispersion:
CV = (sigma/x bar) x 100%
It expresses the standard deviation as a percentage of the mean. The CV is used to compare the variability of two data sets that may have different means or units. The group with the smaller coefficient of variation is more consistent or stable.
Two data sets can be compared using their means and standard deviations:
For example, if two manufacturers produce bulbs with the same mean lifetime but different standard deviations, the one with the smaller standard deviation is more reliable.
| Measure | Formula |
|---|---|
| Range | Maximum - Minimum |
| Mean deviation about A | (sum |
| Variance | sum (xi - x bar)^2 / n |
| Standard deviation | sqrt(variance) |
| Measure | Formula |
|---|---|
| Mean of grouped data | (sum fi xi)/N |
| Variance of grouped data | (sum fi (xi - x bar)^2)/N |
| Step deviation mean | A + h(sum fi ui)/N |
| Step deviation sigma | h sqrt((sum fi ui^2)/N - ((sum fi ui)/N)^2) |
| Coefficient of variation | (sigma/x bar) x 100% |
Statistics provides the tools to summarise data and understand its variability. Measures of central tendency tell us where the data is centred, while measures of dispersion such as the range, mean deviation, variance, and standard deviation tell us how the data is spread. The standard deviation, in particular, is a fundamental measure that appears throughout probability and statistics. The coefficient of variation enables fair comparisons between data sets with different scales or means. These methods are essential in science, business, and everyday decision-making, and they prepare students for the study of probability distributions and statistical inference in higher classes.