Given a random sample \(X_1, X_2, X_3, X_4\) from a distribution with the probability mass function:
| \(f(x) = \begin{cases} \theta^x(1-\theta)^{1-x}, & x=0,1 \\ 0, & \text{otherwise} \end{cases}\) |
We need to test the hypothesis:
The test rejects \(H_0\) if and only if \(\sum_{i=1}^{4} X_i \geq k_{\alpha}\), where \(k_{\alpha} \in \{0, 1, 2, 3, 4\}\).
The distribution of \(\sum_{i=1}^{4} X_i\) under \(H_0\) (\(\theta = \frac{1}{2}\)) is Binomial with parameters \(n=4\) and \(p=\frac{1}{2}\). The probability mass function of a Binomial random variable \(Y\) with parameters \(n\) and \(p\) is:
Substituting \(n = 4\) and \(p = \frac{1}{2}\), we find:
We need \(\alpha\) equal to the probability of rejection, so calculate:
Calculate cumulative probabilities:
We can see which values are feasible for \(1-\alpha\). Calculating, \(P(\text{sum} \ge k)\) for \(\alpha = \frac{1}{4}, k=3\) is not a possible cutoff:
Thus, the value of \(\alpha\) for which the size \(\alpha\) test does not exist is \(\frac{1}{4}\).