Given a random variable \(X\) with mean \(\mu\) and standard deviation \(\sigma\), we define the kurtosis, \(\kappa\), of \(X\) by
\[
\kappa = \frac{ \E\big((X-\mu)^4\big)}{\sigma^4} -3 \,.
\]
Show that the random variable \(X-a\), where \(a\) is a constant, has the same kurtosis as \(X\).
Show by integration that a random variable which
is Normally distributed with mean 0 has kurtosis 0.
Let \(Y_1, Y_2, \ldots, Y_n\) be \(n\) independent, identically distributed, random variables with mean 0, and let \(T = \sum\limits_{r=1}^n Y_r\). Show that
\[
\E(T^4) = \sum_{r=1}^n \E(Y_r^4) +
6 \sum_{r=1}^{n-1} \sum_{s=r+1}^{n} \E(Y^2_s)
\E(Y^2_r)
\,.
\]
Let \(X_1\), \(X_2\), \(\ldots\)\,, \(X_n\) be \(n\) independent, identically distributed, random variables each with kurtosis \(\kappa\). Show that the kurtosis of their sum is \(\dfrac\kappa n\,\).
Without loss of generality, we may assume they all have mean zero. Therefore we can consider the sitatuion as in the previous case with \(T\) and \(Y_i\)s. Note that \(\mathbb{E}(Y_i^4) = \sigma^4(\kappa + 3)\) and \(\textrm{Var}(T) = n \sigma^2\)
\begin{align*}
&& \kappa_T &= \frac{\mathbb{E}(T^4)}{(\textrm{Var}(T))^2} - 3 \\
&&&= \frac{\sum_{r=1}^n \mathbb{E} \left [ Y_r^4 \right]+6\sum_{i\neq j} \mathbb{E} \left [ Y_i^2\right]\mathbb{E}\left[Y_j^2\right]}{n^2\sigma^4}-3 \\
&&&= \frac{n\sigma^4(\kappa+3)+6\binom{n}{2}\sigma^4}{n^2\sigma^4} -3\\
&&&= \frac{\kappa}{n} + \frac{3n + \frac{6n(n-1)}{2}}{n^2} - 3 \\
&&&= \frac{\kappa}{n} + \frac{3n^2}{n^2}-3 \\
&&&= \frac{\kappa}{n}
\end{align*}