I am looking at trying to derive an expression for the asymptotic distribution. We have $X_1,\ldots, X_n$ i.i.d $N(\mu, σ^2)$.
So we have defined $\hat \sigma^2 = \frac 1n \sum_{i=1}^n(X_i-\mu)^2$. (MLE of $σ^2$) If further we are told that $\hat\sigma^2$ is a sample mean, how would I go about deriving an expression for the asymptotic distribution for:
$$\sqrt n( \hat\sigma^2 -σ^2).$$
I initially had the thought of using a chi squared argument and ultimately proving that $\sqrt n( \hat\sigma^2 -σ^2)$ -> $N(0, 2σ^4)$. However, I now think that my argument is flawed.
How would you guys go about it?