Solution: CF-Based Derivation of Moments and Cumulants
Part 1 — Gaussian
is a polynomial of degree in , so all higher derivatives vanish:
- , , , , and for all .
Result: a Gaussian is entirely determined by its first two cumulants. Every higher cumulant is zero — this is the defining property of the normal distribution among continuous laws.
Part 2 — Poisson
. Matching coefficients with :
- for every .
Result: every cumulant of a Poisson distribution equals its rate parameter. In particular: , , skewness , and...
Part 3 — Excess kurtosis
For small (say ) the Poisson has excess kurtosis — meaningfully heavier tails than Gaussian. For large (say ) the excess kurtosis is — essentially Gaussian, consistent with the CLT ( is a sum of independent Poisson(1)s, so it converges to Gaussian).
Interpretation. Poisson has heavier tails than a matched-variance Gaussian — at low intensity, extreme counts (many defaults at once) are more likely than Gaussian would predict. This matters in credit-risk where default rates are low and the normal approximation undersells tail risk.
Part 4 — Additivity
For independent, , so . Matching Taylor coefficients:
Which moments fail. Moments do not add; only is clean, because it is actually . For : , which has a cross term. Cumulants are the clean additive "centred" moment surrogates — , third central moment, etc.
Multiplicativity of CFs drives the additivity of cumulants; this is the structural advantage of cumulants over ordinary moments in anything involving sums.
Takeaways
- Cumulants are the additive version of moments. For sums of independents, cumulants simply add; moments don't.
- Gaussians have only two non-zero cumulants. This is the formal sense in which the Gaussian is "minimally structured" among distributions with a given mean and variance.
- Excess kurtosis is the standard heavy-tail diagnostic. = heavier tails than Gaussian; = lighter.
- The Poisson sits between discrete and continuous. Each cumulant equals ; as , the distribution Gaussianises. This is the CLT for counting processes seen in cumulant form.