I'm trying to solve something, which requires me to calculate
$ E((\frac 1 n \sum^n_1e_i^2)^2) $ and I don't understand how to do it. Note that $e_i$ is a white noise.
From what I've tried, I got
$\frac 1 {n^2}E((\sum^n_1e_i^2)^2) $ but this seems complicated to calculate. Should I use the fact that $ \frac 1 n \sum^n_1e_i^2 $ is the expected value of the variance of $e_i$ ?
thank you