Variance
The average squared distance of each value from the mean β a measure of spread.
Variance ignores where the mean sits and measures how far the values are from it, after squaring those distances.
Definition
Variance measures how spread out the values in a dataset are around the mean. A small variance means the values cluster tightly together; a large variance means they are widely scattered.
To compute variance:
- Find the mean .
- Subtract the mean from each value to get the deviation.
- Square each deviation (so negatives become positive).
- Average the squared deviations.
Computing variance
Dataset: 2, 4, 4, 4, 5, 5, 7, 9. Mean .
Deviations:
Squared deviations:
Variance has squared units
If the data is in metres, variance is in metresΒ². That makes variance hard to interpret directly. The standard deviation brings things back to the original units.
Try it
Find the variance of: 1, 3, 5, 7, 9.
Solution
Mean . Deviations: . Squared: .