You have some data points labeled by
. They form the set {3, 5, 7}.
The mean,
, is the average of these values:
Then in the column labeled
, what you're doing is computing the difference between each data point
and the mean
:
These are sometimes called "residuals".
In the next column, you square these values:
and the variance of the data is the sum of these so-called "squared residuals".