Please help with simple statistics problem

  • Thread starter Thread starter bryandnk
  • Start date Start date
  • Tags Tags
    Statistics
bryandnk
Messages
4
Reaction score
0

Homework Statement


Consider the distributions N(mu1, 400) and N(mu2, 225). Let theta = mu1-mu2 and x and y be the observed means of two independent random samples, each of size n, from these two disbtibutions. We reject H(0) : theta = 0 and accept H(a): theta >0 if and only if x-y >=C. If pi(theta) is the power function of this test, find n and C so that pi(theta=10) = 0.95 at significance level alpha = 0.05.

Thank for anyone's help.


The Attempt at a Solution


<br /> <br /> {X-Y-10\over\sqrt{{400\over n}+{225\over n}}}=-1.645<br />

and:

C = X-Y=1.645\sqrt{{400\over n}+{225\over n}}


So if I subtract the first equation from the 2nd, I get:

10=3.29\sqrt{{400\over n}+{225\over n}}

and n = 67.65, but since it should be a whole number, we round up to 68?

Is any of this right, or what's the correct answer?
 
Physics news on Phys.org
no one can help?
 
So the first equation is from the true distribution of x - y under H(a) which is Normal(10, 625/n) due to independence.

The second equation comes form the upper tail test of x - y, which only rejects when the test statistic is greater than (in this case) 1.645.

Seems to me you've done this correctly; you want to round up to 68 because increasing sample size will only increase power.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top