Engineering Math

Central moments

Given a probability mass function (PMF) or probability density function (PDF) of a random variable, several useful parameters of the random variable can be computed. These are called central moments, which quantify parameters relative to its mean.

Definition

The \(n\)th central moment of random variable \(X\), with PDF \(f\), is defined as \[\begin{aligned} \E{(X - \mu_X)^n} &= \int_{-\infty}^\infty (x - \mu_X)^n f(x) dx. \end{aligned}\] For discrete random variable \(K\) with PMF \(f\), \[\begin{aligned} \E{(K - \mu_K)^n} &= \sum_{\forall k}^\infty (k - \mu_K)^n f(k). \end{aligned}\]

Example 3.10

Prove that the first moment of continuous random variable X is zero.

From the definition of the first moment:

The second central moment of random variable \(X\) is called the variance and is denoted \[\begin{aligned} \sigma_X^2 \quad \text{or} \quad \Var{X} \quad \text{or} \quad \E{(X-\mu_X)^2}. \end{aligned}\] The variance is a measure of the width or spread of the PMF or PDF. We usually compute the variance with the formula \[\begin{aligned} \Var{X} = \E{X^2} - \mu_X^2.\end{aligned}\] Other properties of variance include, for real constant \(c\), \[\begin{aligned} \Var{c} &= 0 \\ \Var{X+c} &= \Var{X} \\ \Var{c X} &= c^2\Var{X}. \end{aligned}\] The standard deviation is defined as \[\begin{aligned} \sigma_X = \sqrt{\sigma_X^2}.\end{aligned}\] Although the variance is mathematically more convenient, the standard deviation has the same physical units as \(X\), so it is often the more physically meaningful quantity. Due to its meaning as the width or spread of the probability distribution, and its sharing of physical units, it is a convenient choice for error bars on plots of a random variable.

The skewness \(\Skew{X}\) is a normalized third central moment: \[\begin{aligned} \Skew{X} &= \frac{\E{(X - \mu_X)^3}}{\sigma_X^3}. \end{aligned}\] Skewness is a measure of asymmetry of a random variable’s PDF or PMF. For a symmetric PMF or PDF, such as the Gaussian PDF, \(\Skew{X} = 0\).

The kurtosis \(\Kurt{X}\) is a normalized fourth central moment: \[\begin{aligned} \Kurt{X} &= \frac{\E{(X - \mu_X)^4}}{\sigma_X^4}. \end{aligned}\] Kurtosis is a measure of the tailedness of a random variable’s PDF or PMF. “Heavier” tails yield higher kurtosis.

A Gaussian random variable has PDF with kurtosis \(3\). Given that for Gaussians both skewness and kurtosis have nice values (\(0\) and \(3\)), we can think of skewness and and kurtosis as measures of similarity to the Gaussian PDF.

Online Resources for Section 3.8

No online resources.