Statistical variance gives a measure of how the data distributes itself about the mean or expected value. Unlike range that only looks at the extremes, the variance looks at all the data points and then determines their distribution. Thus in many cases of statistics and experimentation, it is the variance that gives invaluable information about the data distribution.
VARIANCE CALCULATION (POPULATION OF SCORES)
The mathematical formula to calculate the variance is given by:
σ2 = variance
∑ (X - µ)2 = The sum of (X - µ)2 for all datapoints
To get the final answer, we divide the sum by 5 (Because it was five scores). This is the variance for the dataset:
σ2 = 141.2
This is the variance of the population of scores.
STANDARD DIVIATION OF SAMPLE
In many cases, instead of a population, we deal with scores.
In this case, we need to slightly change the formula for standard deviation as
S2 = the standard deviation of the sample.
Note that the denominator is one less than the sample size in this case.
USAGE
The concept of variance can be extended to continuous data sets too. In that case, instead of summing up the individual differences from the mean, we need to integrate them. This approach is also useful when the number of data points is very large, like the population of a country.
Variance is extensively used in probability theory, wherein from a given smaller sample set, more generalized conclusions need to be drawn. This is because variance gives us an idea about the distribution of data around the mean, and thus from this distribution, we can work out where we can expect an unknown data point.