I have a continuous random variable with density: $f(x|\theta) = \frac{\theta}{x^{\theta+1}}$.
I have calculated the MLE($\hat\theta$) as: $\frac{n}{\sum_{i}^{n}log(x_i)}$
I am stuck on figuring out how to estimate $P(\theta - 0.1 \leq \hat\theta \leq \theta + 0.1)$?
Thank you.
You are given the Pareto density $$f(x\mid \theta)=\frac{\theta}{x^{\theta+1}}\mathbf1_{x>1}\quad,\,\theta>0$$
This is a one-parameter exponential family, so we can be certain that the MLE of $\theta$ has an asymptotic normal distribution.
For large $n$, you can approximate the probability by using the fact that
$$\sqrt{n}(\hat\theta-\theta)\stackrel{a}\sim N\left(0,\frac{1}{I_{X_1}(\theta)}\right)$$, where $I_{X_1}(\theta)=E_{\theta}\left[\frac{\partial}{\partial\theta}\ln f(X_1\mid\theta)\right]^2$ is the information in a single observation.
This looks like what you are asked to do, as opposed to finding the exact probability.
Since the distribution function of $X$ is $F(x\mid\theta)=1-x^{-\theta}$ for $x>1$, we have $1-X^{-\theta}\sim U(0,1)$, or equivalently, $X^{-\theta}\sim U(0,1)$. Therefore, $-2\ln X^{-\theta}=2\theta\ln X\sim\chi^2_2$.
So if $X_1,X_2,\ldots,X_n$ are i.i.d having pdf $f$,
$$T=2\theta\sum_{i=1}^n \ln X_i\sim \chi^2_{2n}$$
Since $\hat\theta=\frac{2n\theta}{T}$, you can also use the distribution of $T$ to find the probability in terms of chi-square fractiles.