We consider $n$ iid random variables $X_1,...,X_n$ sampled from a Weibull distribution:
$$\mathscr{W}(\lambda,k) \qquad \lambda,k > 0 \qquad pdf: f(x) = \frac{kx^{k-1}}{\lambda^k}e^{-(x/\lambda)^k} _{\Bbb{R_+^*}}(x)$$
Here $k$ is known and we want to estimate $\lambda$. With maximum likelihood estimation we find:
$$\hat{\lambda}_n = \left(\frac{\sum X_i^k}{n}\right)^{1/k}$$
I would like to compute the expected value $E_{\lambda}(\hat{\lambda}_n)$ in order to compute the estimator bias but it is very difficult due to the power $1/k$ in the expression. My question is: is it possible to compute this expected value ? And if not, can we prove it ? I heard about integral convergence so maybe we can show that the integral formula of the expected value of $\hat{\lambda}_n$ doesn't converge, but I really don't know how to do this...
Γ(n+r)
(r rational) is transcendental most of the time. We therefore can't develop the expression. Nonetheless, using an asymptotic property found here (I hope it's correct), I found that the expected value tends toλ
and that the variance tends to zero. Thus our estimator is consistent in mean square error. – vincentRoca Mar 16 '23 at 12:55