mathematic wrote:
My conjecture is wrong. The fourth central moment estimate includes the square of the second central moment.
Indeed, if

is the r-th sample central moment and

is the r-th (population) central moment, then
![\begin{aligned}
m_1&=0\\
\mathbb{E}m_2&=\frac{n-1}{n}\mu_2\\
\mathbb{E}m_3&=\frac{(n-1)(n-2)}{n^2}\mu_3\\
\mathbb{E}m_4&=\frac{(n-1)[3(2n-3)\mu_2^2+(n^2-3n+3)\mu_4]}{n^3}\\
\mathbb{E}m_5&=\frac{(n-1)(n-2)[10(n-2)(n-3)\mu_2\mu_3+(n^2-2n+2)\mu_5]}{n^4}
\end{aligned} \begin{aligned}
m_1&=0\\
\mathbb{E}m_2&=\frac{n-1}{n}\mu_2\\
\mathbb{E}m_3&=\frac{(n-1)(n-2)}{n^2}\mu_3\\
\mathbb{E}m_4&=\frac{(n-1)[3(2n-3)\mu_2^2+(n^2-3n+3)\mu_4]}{n^3}\\
\mathbb{E}m_5&=\frac{(n-1)(n-2)[10(n-2)(n-3)\mu_2\mu_3+(n^2-2n+2)\mu_5]}{n^4}
\end{aligned}](/CBB/latexrender/pictures/41dcf07d6a2627a426b27cb85d78afa1.png)
(assuming

are independent identically distributed such that all relevant moments exist)
Here is a quick way to derive them (and all higher ones too): Let

iid

-random variables,

. Then

are identically distributed, and so taking expectation, you get

. But

is a sum of independent random variables, so its moment generating function is just the product of individual m.g.f.s:

where

is the central moment generating function of

:

. So differentiate away (using (generalised) Leibnitz rule) and set t=0. Finally, use density to go from

to

.
Edit: correct signs.