Question

Suppose X1, .., Xn is a random sample from a N(0, a2) population, where variance o are known. Consider testing Ho : 0 = O0 vs

0 0
Add a comment Improve this question Transcribed image text
Answer #1


(I; - 0) 202 Q1: The likelihood function for = ) = 1 f(1,0) = 11 + V20 I “ (ti - 0)2 exp - (27) on 1202 We know MLE of 6=ī if

Hence we reject H, at level a if Vnī - 00) Vnī - 00) -> 21-a/2 or, v 0 5-21-a/2 Q2. It not uniformly most power ful test. Sin

R code:

p=1:5000*0
for(i in 1:5000)
{
x=rnorm(20,0,1)
t=abs(sqrt(20)*mean(x))
p[i]=2*(1-pnorm(t))
}
hist(p)

Histogram of p 500 400 300 Frequency 200 100 0 0.0 0.2 0.4 0.6 0.8 1.0

Q5: Uniform(0,1).

Q6. Yes.

When T(2) = 21-a/2 then p– value = P(T(X) > 21-a/2 H.) (Vn(X – 60) p7n(x – 0%). > 21-a/2H0 +P -S-21-a/2|H, = a

Add a comment
Know the answer?
Add Answer to:
Suppose X1, .., Xn is a random sample from a N(0, a2) population, where variance o...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT