$X_1,X_2,...$ independent continuous random variables with p.d.f
$f(x) = \theta x^{\theta-1}$ if $0<x<1 , 0 $ otherwise for $\theta > 0 $
sample size = 1
Use Neyman-Pearson Lemma to drive MP test for the hypothesis $$H_0: \theta = 4$$ $$H_1: \theta = 6$$ at level of significance $\alpha$
Derive the power of the above test at $\theta = 6$
So my thoughts are we use the NP lemma, so this would go $$\frac{L(\theta_0|\mathbf{x})}{L(\theta_1|\mathbf{x})}\leq c$$
this would be the same as $$\frac{4x^3}{6x^5} < c$$
simplifies to $\frac{2}{3x^2} < c$ which after this point I'm not too sure how to complete if i'm being honest
But im thinking along the lines of
$P(X> \sqrt \frac{2}{3c} | \theta_0 = 4) =\alpha$ and for the power part the same thing but use $\theta = 6$
If someone could walk me through this please, it'll be really helpful
Thank you
This exercise is very simple because you have a single observation thus your random sample is $X_1$
Your solution is almost correct as you arrived at
$$\frac{4x^3}{6x^5}\leq c$$
that is the same as
$$x>k$$
Thus simply applying the definition you get (fixing a certain $\alpha$)
$$\mathbb{P}[X>k|\theta=4]=\int_{k}^1 4x^3dx=\alpha \rightarrow k=\sqrt[4]{1-\alpha}$$
thus you reject the null hypotesis iff you single observation $x_1>\sqrt[4]{1-\alpha}$
to derive the power at $\theta=6$ always using the definition you get
$$\gamma=\mathbb{P}[X>\sqrt[4]{1-\alpha}|\theta=6]=\int_{\sqrt[4]{1-\alpha}}^1 6x^5dx=1-(1-\alpha)^{3/2}$$