Definition
Central Moment
A central moment is calculated about the mean of the distribution. The -th central moment describes the shape of the distribution relative to its center.
The -th central moment is given by:
Note that for , the central moment is:
Variance
For , the second central moment is:
which is the exact definition of the variance.
Intuition
After finding the centre, the next logical question is: “How spread out are the data points from this centre?“. Are they all clustered tightly around the mean, or are they widely dispersed.
To measure this, one could try calculating the average distance of each point from the mean, i.e.:
However, some points are to the left mean (negative distance) and some are to the right (positive distance). These will cancel each other out, and the result will always be zero.
Thus, all distances should be non-negative. There are two obvious main options:
- Absolute value:
- Squaring:
Statisticians prefer squaring for a few reasons: it’s mathematically easier to work with (continuous, differentiable), and it heavily penalises values that are far from the mean, which is often a desirable property.
This measure, the average of the squared distances from the mean, is exactly the variance: