Let $U$ be a uniform random variable on $[−1,1]$. Given $U$, let $Z$ be a normal random variable with mean $U$ and variance $1$. Prove that $Z$ is not a normal random variable by showing that its kurtosis differs from that of a normal random variable.
I didn’t quite understand how to use given $U$, let $Z$… I guess that mean $E[Z|U]=U$,$Var[Z|U]=1$ and $Z|U$ is normal. But I want to calculate $\text{kurt}[Z]$. I need $E[Z^4]$ and so on. How could I use these conditions to solve it?
To compute the expectations necessary to calculate the kurtosis, we can use the tower property of conditional expectations, $\mathbb{E}\left[\mathbb{E}\left[Y\left|U\right.\right]\right] = \mathbb{E}\left[Y\right]$ for any integrable random variable.
Using the tower property, we have for the mean, $\mathbb{E}\left[Z\right] = \mathbb{E}\left[\mathbb{E}\left[Z\left|U\right.\right]\right] = \mathbb{E}\left[U\right] = 0$ and for the variance, $$\text{Var}\left(Z\right) = \mathbb{E}\left[Z^2\right] = \mathbb{E}\left[\mathbb{E}\left[Z^2\left|U\right.\right]\right] = \mathbb{E}\left[\text{Var}\left(Z\left|U\right.\right) + \mathbb{E}\left[Z\left|U\right.\right]^2\right] = 1 + \mathbb{E}\left[U^2\right] = \frac{4}{3}.$$ With these computations, we can calculate the expectation defining kurtosis. We write $\mu$ for the mean and $\sigma^2$ the variance, $$\text{Kurt}\left[Z\right] = \mathbb{E}\left[\left(\frac{Z - \mu}{\sigma}\right)^4\right] = \frac{9}{16}\mathbb{E}\left[Z^4\right]=\frac{9}{16}\mathbb{E}\left[\mathbb{E}\left[Z^4\left|U\right.\right]\right] = \frac{9}{16}\mathbb{E}\left[U^4 + 6U^2 + 3\right] = 2.925, $$ the second to last equality is the fourth moment of a normal distribution.