Chapter 13: Statistics
You already know how to compute the mean, median, and mode , these are measures of central tendency. They tell you where the "centre" of a data set is. But two data sets can have the same mean and look entirely different , one might be tightly bunched, another spread far and wide. This chapter answers: how much do the data vary?
The answer is measures of dispersion. We will study four:
- Range , simplest: max minus min.
- Mean deviation , average of absolute deviations from a centre (mean or median).
- Variance , average of squared deviations from the mean.
- Standard deviation , square root of variance.
The standard deviation is the workhorse of statistics. It has the same units as the data and behaves predictably under shifts and scalings. The variance is more convenient for algebraic manipulation. The coefficient of variation (often expressed as a percentage) lets you compare dispersion across data sets with different units or scales.
We will compute these for raw data, frequency-tabulated data, and grouped (continuous frequency) data. For grouped data, we use the short-cut formula and the step-deviation method to keep arithmetic manageable.
For Class XII probability and statistics, the ideas you learn here scale up to random variables, expectation, and population statistics. Mastery here pays dividends.
What's inside
- Measures of central tendency: review (mean, median, mode).
- Range and mean deviation about mean / median.
- Variance and standard deviation for ungrouped data.
- Variance and standard deviation for grouped data (short-cut, step-deviation).
- Combined mean and standard deviation, properties under shift/scale.
- Coefficient of variation; comparing data sets.
Key results / Formula card
| Quantity | Formula |
|---|---|
| Mean (raw) | |
| Mean (frequency) | |
| Range | |
| Mean deviation about mean | $\text{MD}_{\bar{x}} = \dfrac{\sum |
| Mean deviation about median | $\text{MD}_M = \dfrac{\sum |
| Variance (raw) | |
| Standard deviation | |
| Variance (alt formula) | |
| Variance (frequency) | |
| Coefficient of variation | |
| Shift/scale (data ) | , $\sigma_y = |
How to read this chapter
For every dataset problem: (1) tabulate, (2) compute , (3) deviations or their absolute values / squares, (4) sum and divide. The mechanics are simple; the volume of arithmetic is the challenge. Use the step-deviation method for grouped data to save time.