02. Expectation, Moments, and Characteristic Functions — Numerical Summaries of Distributions
Background 2/5. This page organizes the tools for summarizing the infinite-dimensional object called a distribution with finitely many numbers (moments) and one function (the characteristic function). The characteristic function is the only practical means of defining alpha-stable distributions, so it receives particular attention.
Expectation
The expectation of a random variable is an integral with respect to a probability measure.
In practical terms:
- Discrete:
- Continuous:
LOTUS (law of the unconscious statistician)
For a function , the following holds without having to derive the distribution of anew.
Properties of expectation
- Linearity: — this holds even without independence.
- Product under independence: if , then
- Existence condition: saying that "exists" means that is finite. Not every distribution has an expectation.
The Cauchy distribution has no defined mean because . The Cauchy distribution is the special case of an alpha-stable distribution, and it arises naturally when modeling the heavy tails of real data such as financial returns and network latency. The intuition that "we can just take the sample mean" collapses for these distributions—the sample mean does not converge regardless of how many samples are collected.
Variance and higher moments
The th moment is , and the th central moment is ().
Variance (second central moment)
- Under independence, — this is why the scaling appears in the CLT.
Skewness and kurtosis (third and fourth standardized moments)
- Skewness measures asymmetry. Depending on its parameters, a Beta distribution can lean in either direction.
- Kurtosis measures tail thickness. A Gaussian has kurtosis exactly 3, which serves as the reference point for measuring excess kurtosis.
The hierarchy of moment existence
If is finite, every lower-order moment is also finite. The converse does not hold. Each distribution differs in "the highest order that exists," making this a quantitative indicator of tail thickness.
| Distribution | Existing moments |
|---|---|
| Gaussian | Every order |
| Beta | Every order (because its support is bounded) |
| Alpha-stable () | Only orders — the variance is always infinite |
| Cauchy () | Not even the first moment (mean) |
Moment-generating function (MGF)
If it exists near 0, every moment can be obtained through differentiation: . It also factors into a product for independent sums.
Limitation: the MGF does not exist if the integral of diverges. Distributions whose tails decay polynomially (including alpha-stable distributions) have no MGF. We therefore need a more powerful tool.
Characteristic function
This is the Fourier transform of the density. Its decisive advantages are:
- It always exists. Because , the integral converges for every distribution. Even a Cauchy distribution without a mean has a perfectly valid characteristic function.
- It uniquely determines the distribution (Lévy's inversion theorem). If , then and have the same distribution.
- An independent sum becomes a product:
- It determines convergence (Lévy's continuity theorem): pointwise convergence of characteristic functions is equivalent to convergence in distribution. The proof of the CLT stands on this theorem.
Representative characteristic functions
| Distribution | |
|---|---|
| Gaussian | |
| Cauchy (location 0, scale 1) | |
| Alpha-stable (symmetric, scale 1) |
The third row makes it immediately apparent that the Gaussian () and Cauchy () distributions are two ends of the same family. The unity invisible in density functions is exposed in characteristic-function space—this is why an alpha-stable distribution is defined through its characteristic function.
Relationship to moments
If is finite, then is times differentiable and . Conversely, a characteristic function that is not smooth at the origin signals that the corresponding moment does not exist. The fact that is not differentiable at the origin and the fact that the Cauchy distribution has no mean are two expressions of the same fact.
Inequality toolbox
- Markov:
- Chebyshev: — holds regardless of the distribution as long as the variance exists
- Jensen: if is convex, then
Chebyshev gives the shortest proof of the law of large numbers.
What to remember from this page
- Expectations and variances may not exist. Their existence is itself an important property of a distribution.
- The range of existing moments is a quantitative indicator of tail thickness.
- The MGF is powerful but fails for heavy tails. A characteristic function always exists, uniquely determines the distribution, and turns independent sums into products.
- Gaussian and Cauchy distributions are the cases of the characteristic-function family .
Next step
- Gamma and Beta Functions — special functions that create the normalization constant of the Beta distribution
- Law of Large Numbers, Central Limit Theorem, and Stability — where characteristic functions are put to work