Uniformly Most Powerful Tests.

  • Thread starter Thread starter Artusartos
  • Start date Start date
Artusartos
Messages
236
Reaction score
0

Homework Statement



Let X have the pdf f(x, \theta) = \theta^x(1-\theta)^{1-x}, x = 0, 1, zero elsewhere. We test H_0 = \theta = 1/2 against H_1 : \theta < 1/2 by taking a random sample X_1, X_2, ... , X_5 of size n=5 and rejecting H_0 if Y = \sum^n_1 X_i is observed to be less than or equal to a constant c. Show that this is a uniformly most powerful test.

Homework Equations





The Attempt at a Solution




L(\theta; x_1, ... ,x_n) = \theta^{x_1}(1 - \theta)^{1-x_1}...\theta^{x_n}(1-\theta)^{1-x_n}

\frac{L(\theta'; x_1, ... ,x_n)}{L(\theta''; x_1, ... ,x_n)} \leq k

\frac{\theta'^{x_1}(1 - \theta')^{1-x_1}...\theta'^{x_n}(1-\theta')^{1-x_n}}{\theta''^{x_1}(1 - \theta'')^{1-x_1}...\theta''^{x_n}(1-\theta'')^{1-x_n}}

(\frac{\theta'}{\theta''})^{x_1+...+x_n}(\frac{1-\theta'}{1-\theta''})^{n-\sum^n_1 x_n} \leq k

Now I was trying to transform the left side of the equality into a binomial distribution, but I was kind of stuck...
 
Physics news on Phys.org
Why do you need to obtain a binomial distribution? The question does not require this.
 
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