transforms
Characteristic Functions
You should know: moment generating functions, expectation
Overview
The characteristic function of a random variable X is defined as the expected value of e^{itX} — the Fourier transform of its probability distribution. Unlike moment generating functions (MGFs), characteristic functions exist for every probability distribution without any moment conditions, making them the most general and powerful analytic tool in probability theory. They are the key instrument used to prove the central limit theorem rigorously and to characterise important distribution families such as stable and infinitely divisible distributions.
Intuition
The characteristic function is the Fourier transform of the probability distribution. Just as the Fourier transform uniquely characterises a function, the characteristic function uniquely characterises a probability distribution — two distributions are equal if and only if they have the same characteristic function. The key advantage over moment generating functions is that the characteristic function is always finite (since |e^{itX}| = 1), so it exists even for heavy-tailed distributions like the Cauchy where the MGF diverges everywhere except at 0.
Formal Definition
The characteristic function of a random variable X is the function φ_X : ℝ → ℂ defined by:
Worked Examples
- 1
Compute the expectation using the Gaussian integral.
- 2
Complete the square in the exponent: itx − x²/2 = −(x − it)²/2 − t²/2.
✓ Answer
φ_X(t) = e^{−t²/2}.
Practice Problems
Find the characteristic function of the Bernoulli(p) distribution.
If X has characteristic function φ_X(t), what is the characteristic function of aX + b?
Quiz
Summary
- The characteristic function φ_X(t) = E[e^{itX}] is the Fourier transform of the distribution and always exists.
- It uniquely determines the distribution; two distributions are equal iff their characteristic functions agree.
- For independent variables, characteristic functions multiply: φ_{X+Y} = φ_X · φ_Y.
- Moments can be recovered from derivatives at zero: E[Xⁿ] = φ_X^{(n)}(0) / iⁿ.
Mathematics