Given the distribution:
$f(x;\theta) = \frac{3}{\theta}x^2e^{-x^3/\theta}$ if $x>0$
the MLE for $\theta$ is $\frac{1}{n}\sum_{i=1}^n x_i^3$. It's an unbiased estimator with variance $\theta^2/n$. The Fisher information number is $1/\theta^2$.
Now, I am supposed to check whether or not this estimator shows asymptotic normality. The problem here is that my textbook has a condition which I can't find in any other source:
"$\frac{d^2}{d\theta^2} \ln f(x;\theta)$ is a continuous function in $\theta$, uniformly in $x$."
It's this uniformly continuity that I can't seem to find anywhere else. This seems to be the only condition not met for asymptotic normality. I've found that $\frac{d^2}{d\theta^2} ln f(x;\theta) = \frac{1}{\theta^2} - 2\frac{x^3}{\theta^3}$. Since uniform continuity is equivalent with the boundedness of the derivative, I derived this to $x$ to find $ - 6\frac{x^2}{\theta^3}$, which is not bounded for x.
My textbook also mentions that "these conditions are in particular fulfilled for (identifiable) members of the exponential class". So, my question is, is this really a necessary condition, and am I right that this MLE is not asymptotically efficient?
Thanks.