I have a random sample of ${X_1,...,X_n}$ from the following pdf: $${\theta \beta^ \theta \over {x^{\theta+1}}}$$ where $\theta>0$, $\beta>0$, $x\ge\beta$
I want to find the LRT to test $H_o:\beta=1$ vs $H_a:\beta\neq1$, using $\alpha$=0.05 to find the critical values of the test.
I know the MLEs are $$\hat\beta = x_{(1)}=min_{(i)}\{X_i\}'s$$ $$\hat\theta = {n \over \sum_{i=1}^n ln(x_i)-nln(x_{(1)})}$$
which should give the LRT under the null of $$\Lambda (\mathbf x)= {\hat\theta^n\prod_{I=1}^n {1 \over x_i^{\hat\theta+1}} \over \hat\theta^n x_{(1)} ^{\hat\theta(n)} \prod_{I=1}^n {1 \over x_i^{\hat\theta+1}} }$$
But I am stuck on simplifying and am not sure what distribution this statistic would follow...a guess would be to transform it with Wilks' Theorem for a chi-sq approximation.