Let $X_1, X_2, \dots, X_7$ be a random sample from $N(\mu, \sigma^2)$ where $\mu$ and $\sigma^2$ are unknown. Consider the problem of testing $H_0: \mu = 2$ against $H_1: \mu > 2$. Suppose the observed values of $x_1, x_2, \dots, x_7$ are $1.2, 1.3, 1.7, 1.8, 2.1, 2.3, 2.7$. If we use the Uniformly Most Powerful test, which of the following is true?
$H_0$ is accepted both at $5\%$ and $1\%$ levels of significance.
This problem concerns a hypothesis test for the mean ($\mu$) of a normally distributed population where both the mean and variance ($\sigma^2$) are unknown. The test is conducted using a Uniformly Most Powerful (UMP) approach.
To perform the t-test, we first compute the sample mean ($\bar{x}$) and sample standard deviation ($s$).
Since the population variance is unknown, we use a t-statistic. The UMP test for $H_0: \mu = \mu_0$ against $H_1: \mu > \mu_0$ rejects $H_0$ if the t-statistic is greater than the critical value.
The test statistic is calculated as: $ t = \frac{\bar{x} - \mu_0}{s/\sqrt{n}} $ Substituting the values ($\bar{x} \approx 1.8714$, $\mu_0 = 2$, $s \approx 0.5377$, $n=7$): $ t = \frac{1.8714 - 2}{0.5377/\sqrt{7}} \approx \frac{-0.1286}{0.5377 / 2.6458} \approx \frac{-0.1286}{0.2032} \approx -0.6328 $
The degrees of freedom are $df = n-1 = 6$. The critical region is $t > t_{\alpha, 6}$.
Based on the UMP t-test, the null hypothesis $H_0: \mu = 2$ is accepted for both significance levels, $\alpha=0.05$ and $\alpha=0.01$. The sample mean is below the hypothesized mean, and the test statistic is significantly negative, falling far short of the critical values needed for rejection in this right-tailed test.
Let $X$ be a random sample from an exponential distribution with mean $1/\lambda$. If $\lambda$ has a prior distribution with probability density function
$g(\lambda) = \begin{cases} \lambda e^{-\lambda} & ; \quad \lambda > 0 \\ 0 & ; \quad \lambda \leq 0 \end{cases}$
then the Bayes estimator of $1/\lambda$ with respect to the squared error loss function is
Suppose $X_i \mid \theta_i \sim N(\theta_i, \sigma^2), i = 1, 2$ are independently distributed. Under the prior distribution, $\theta_1$ and $\theta_2$ are i.i.d $N(\mu, \tau^2)$, where $\sigma^2, \mu$ and $\tau^2$ are known. Then which of the following is true about the marginal distributions of $X_1$ and $X_2$?
Let $(X,Y)$ have the joint discrete distribution such that $X \mid Y=y \sim \text{Binomial} \quad (y, 0.5)$ and $Y \sim \text{Poisson}(\lambda), \lambda > 0$, where $\lambda$ is an unknown parameter. Let $T = T(X,Y)$ be any unbiased estimator of $\lambda$. Then