5

In particular, is the $n$th cumulant equivalent to the $n$th central moment (i.e. about the mean)?

There's little difference I can see between MGFs (moment generating) and CGFs (cumulant generating), apart from the former gives moments about the origin while the latter yields central moments.

kjetil b halvorsen
  • 63,378
  • 26
  • 142
  • 467
mchen
  • 710
  • 1
  • 6
  • 15

1 Answers1

7

Question asks: "is the $n$th cumulant equivalent to the $n$th central moment (i.e. about the mean)?"

Answer is: only for $n = 1, 2$ or $3$.

Here, for example, are the first 9 cumulants of the population in terms of central moments $\mu_i$ of the population:

enter image description here

using mathStatica's CumulantToCentral function.

More generally
In a multivariate world, the product cumulant will only be identical to the product central moments if 1 < (sum of the indexes) $\le$ 3. For example, $\kappa_{i,j,k}$ will be equal to $\mu_{i,j,k}$ provided $1 < i+j+k \le 3$. Here are some bivariate product cumulants expressed in terms of product central moments of the population:

enter image description here

wolfies
  • 6,963
  • 1
  • 22
  • 27
  • Brilliant answer. I guess the dynamics of the CGF and MGF are more complex than I first imagined. – mchen May 26 '13 at 19:32