Let $X_1,X_2,......X_n$ be a random sample from a population density function
$ f_\theta(x) = \left\{ \begin{array}{ll} \frac{4}{\theta}x^3e^{\frac{-x^4}{\theta}}, \quad x>0, \\ \\ 0, \quad \text{otherwise} \end{array} \right.$
where $\theta >0$ is unknown. Then , a consistent estimator for $\theta$ is
I know to find consistency of a given estimator. Since there is no estimator given in the question should we find a consistency estimator? if so how do we find it ?
As per MLE properties, $\hat{\theta}_{ML}$ is consistent
So, simply let's define
$$L(\theta)\propto \frac{1}{\theta^n}e^{-\frac{\sum x^4}{\theta}}$$
$$log L=-nlog\theta-\frac{\sum x^4}{\theta}$$
$$\frac{\partial}{\partial{\theta}}log L=-\frac{n}{\theta}+\frac{\sum x^4}{\theta^2}$$
$$\hat{\theta}_{ML}=\frac{\sum x^4}{n}$$
which is the same solution as the above topic