Let $(X_i)_{i\in \mathbb N}$ be a sequence of independent random variable with density function $f(x)=\theta x^{\theta -1}\mathbb I_{(0,1)}(x)$, with $\theta>0$. I know that the maximum likelihood estimator for the parameter $\theta$ is given by $$\hat \theta_n=-\frac{1}{\frac{1}{n}\sum_{i=1}^n\log X_i}.$$ The exercise ask me to find the rejection critical region of the Wald test for the hypotesis $H_0:=\theta=\theta_0$ v.s. $H_1:\theta<\theta_0$.
It is the first time I am studying statistics and for what I know the Wald test tell me that if $H_0$ is true then the distribution of $\frac{(\hat \theta_n-\theta_0)^2}{var (\hat\theta_n)}$ is distributed according to a chi quadro with $1$ degree of fredoom. My questions are the following:
How can I compute (if this is really necessary) the $var(\hat\theta_n)$?
I guess that the $var(\hat\theta_n)$ will depends on $\theta$. How I can apply the Wald test if it depends on $\theta$?
Can I replace $var(\hat\theta_n)$ with the campionary variance?
Under certain regularity conditions which hold in your case you have that \begin{equation} \sqrt{n}\left(\hat{\theta}_{n}-\theta\right)\stackrel{d}{\to}\mathcal{N}\left(0,I\left(\theta\right)^{-1}\right) \tag{1} \end{equation} where $I(\theta)$ is the Fisher Information Matrix given by $$ I(\theta)=-\mathbb{E}\left[\frac{\partial^{2}\log f(x;\theta)}{\partial^{2}\theta}\right] $$ Thus, the Wald statistic in this particular case will be: $$ W=nI(\theta)\left(\hat{\theta}_{n}-\theta\right)\stackrel{d}{\to}\chi^{2}_{1} $$ Recall that the Wald test is an asymptotic test, so it only holds for large sample size $n$. As you may have already noticed, $I(\theta)$ depends on $\theta$, so what one usually does in this case is to replace $\theta$ by its MLE $\hat{\theta}_{n}$. Since $\hat{\theta}_{n}$ is consistent then everything should be allright (under certaing conditions). This is called "plug in" method.
If you wanted to compute the variance of $\hat{\theta}_{n}$ then you have three options:
I hope this helps. Please let me know if there is something you did not understand.