CONTENTS

Exercise: CF-Based Derivation of Moments and Cumulants

Problem

For a random variable XX with finite moments up to order kk, the CF is kk-times differentiable at 00 and

E[Xk]=(i)kφX(k)(0).\mathbb{E}[X^k] = (-i)^k\,\varphi_X^{(k)}(0).
The cumulants κk\kappa_k are the derivatives at 00 of the log-CF: κk:=(i)k[lnφX](k)(0)\kappa_k := (-i)^k\,[\ln\varphi_X]^{(k)}(0).
  1. For XN(μ,σ2)X \sim \mathcal{N}(\mu, \sigma^2), compute κ1,κ2,κ3,κ4\kappa_1, \kappa_2, \kappa_3, \kappa_4 from lnφX(t)=iμt12σ2t2\ln\varphi_X(t) = i\mu t - \tfrac{1}{2}\sigma^2 t^2. What is the cumulant structure of a Gaussian?

  2. For XPoisson(λ)X \sim \text{Poisson}(\lambda), compute κ1,κ2,κ3,κ4\kappa_1, \kappa_2, \kappa_3, \kappa_4 from lnφX(t)=λ(eit1)\ln\varphi_X(t) = \lambda(e^{it} - 1).

  3. Excess kurtosis is defined as κ4/κ22\kappa_4/\kappa_2^2 (zero for a Gaussian). Compute the excess kurtosis of Poisson(λ)\text{Poisson}(\lambda) and interpret: does the Poisson have heavier or lighter tails than a Gaussian with matched variance?
  4. Additivity property. Show that if X,YX, Y are independent, κk(X+Y)=κk(X)+κk(Y)\kappa_k(X + Y) = \kappa_k(X) + \kappa_k(Y) for every kk. Which CF property drives this additivity (which moments do not have)?

Hint

For parts 1–2, compute lnφX(t)\ln\varphi_X(t) directly, Taylor-expand in tt near 00, and read off the coefficients: lnφX(t)=k=1κk(it)k/k!\ln\varphi_X(t) = \sum_{k=1}^\infty \kappa_k (it)^k / k!.

Jump to the solution when you're ready.