I've been reviewing questions from a statistics exam of the last year. There is a question with the probability density function below
$$\displaystyle f(x,\theta) = \frac 1{2\theta^3}x^2e^{-\frac x\theta}$$
where $\displaystyle0<x<\infty$ and $\displaystyle0<\theta<\infty$.
Question is as follows:
a) Find the maximum likelihood estimator for $\displaystyle\theta$.
b) Find the minimum variance estimator $\widehat{\theta}$ for the given pdf.
c) Is the maximum likelihood estimator obtained in a) efficient and consistent?
I have found the answer to a) as $\widehat\theta=\frac {1} {3n}\sum x_n$.
However, I couldn't find the Cramer-Rao lower bound to the end. I've shown the equation below
$$\displaystyle \frac {d^2\log(f(x,\theta))} {d\theta^2} = \frac 3 {\theta^2}-2\frac x {\theta^3}$$
I should take the expectation of this, but I'm not sure what should I replace $E[x]$ with. Should I just make it equal to $\displaystyle \theta$ and go further with the solution?
By the way, could you also hint me how can I find the variance of the maximum likelihood estimator above for c)? I'd appreciate it
Thanks in advance