Question:medium

Let X have a probability density function of the form, \( f(x;\theta) = \begin{cases} \frac{1}{\theta} e^{-x/\theta} & ; 0<x<\infty, \theta>0 \\ 0 & ; \text{otherwise} \end{cases} \) To test null hypothesis \(H_0: \theta = 2\) against the alternate hypothesis \(H_1: \theta = 1\), a random sample of size 2 is taken. For the critical region \(W_0 = \{(x_1, x_2) : 6.5 \le x_1 + x_2\}\), the power of the test is

Show Hint

Recognizing the relationship between common distributions is key to solving advanced problems quickly. The link between the sum of exponentials, the Gamma distribution, and the Chi-squared distribution is a frequently tested concept. Remember: \(2 \times \text{rate} \times \text{Gamma}(\text{shape, rate}) \sim \chi^2_{2 \times \text{shape}}\).
Updated On: Feb 18, 2026
  • \( P(\chi^2_{(4)} \le 6.5) \)
  • \( P(\chi^2_{(4)} \ge 6.5) \)
  • \( P(\chi^2_{(4)} \ge 13) \)
  • \( P(\chi^2_{(4)} \ge 2) \)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Concept Overview:
The power of a test represents the probability of correctly rejecting \(H_0\) when \(H_1\) is true. Given an exponential distribution with mean \(\theta\), we aim to determine the probability of the sample falling within the critical region \(W_0\), assuming the parameter value specified by \(H_1\).

Step 2: Core Formula and Methodology:
1. Power is defined as \(P(\text{Reject } H_0 | H_1 \text{ is true}) = P((X_1, X_2) \in W_0 | \theta = 1)\). 2. This simplifies to \(P(X_1 + X_2 \ge 6.5 | \theta=1)\). 3. The sum of \(n\) independent and identically distributed (i.i.d.) Exponential(\(\lambda\)) random variables follows a Gamma(\(n, \lambda\)) distribution. Since the mean is \(\theta\), the rate parameter is \(\lambda = 1/\theta\). 4. A Gamma variable can be transformed into a Chi-squared variable using the relationship: If \(S \sim \text{Gamma}(k, \lambda)\), then \(2\lambda S \sim \chi^2_{2k}\).

Step 3: Detailed Explanation:
Under the alternative hypothesis \(H_1: \theta = 1\), \(X_1\) and \(X_2\) are i.i.d. exponential random variables with mean \(\theta=1\). The rate parameter is \(\lambda = 1/\theta = 1\). Let \(S = X_1 + X_2\). Since \(X_1, X_2\) are i.i.d. Exp(1), their sum \(S\) follows a Gamma distribution with shape \(n=2\) and rate \(\lambda=1\). Thus, \(S \sim \text{Gamma}(2, 1)\). Applying the Chi-squared transformation: If \(S \sim \text{Gamma}(k=2, \lambda=1)\), then \(2\lambda S = 2(1)S = 2S\) follows a Chi-squared distribution with \(2k = 2(2) = 4\) degrees of freedom. \[ 2(X_1 + X_2) \sim \chi^2_{(4)} \] The power of the test is \(P(X_1 + X_2 \ge 6.5)\) under \(H_1\). Transforming the inequality to use the Chi-squared variable: \[ X_1 + X_2 \ge 6.5 \] Multiply by 2: \[ 2(X_1 + X_2) \ge 2(6.5) \] \[ 2(X_1 + X_2) \ge 13 \] Since \(2(X_1+X_2)\) is a \(\chi^2_{(4)}\) variable, the power is: \[ \text{Power} = P(\chi^2_{(4)} \ge 13) \]
Step 4: Final Result:
The power of the test is \( P(\chi^2_{(4)} \ge 13) \).
Was this answer helpful?
0