A stratified random sample with $2$ strata of Statisticians (Stratum-1) and Biologists (Stratum-2), where $12$ Statisticians and $15$ Biologists are drawn from Stratum-1 and Stratum-2, respectively, using SRSWOR scheme.
Denote $\bar{y}_S, \bar{y}_B$, and $\bar{y}$ as the mean of the variable among the Statistician sample, Biologist sample, and the combined sample, respectively. Which of the following is an unbiased estimator of $\bar{Y}$?
The question asks us to find an unbiased estimator for the population mean ($\bar{Y}$) of a variable for a finite population. The population consists of $N = 85$ individuals, divided into two distinct groups, or strata: Statisticians ($N_1 = 34$) and Biologists ($N_2 = 51$). We are using a stratified random sampling method. In this method, we draw samples independently from each stratum using Simple Random Sampling Without Replacement (SRSWOR).
Specifically, a sample of $n_1 = 12$ Statisticians is drawn from Stratum-1, and a sample of $n_2 = 15$ Biologists is drawn from Stratum-2. Let $\bar{y}_S$ denote the sample mean for the Statisticians and $\bar{y}_B$ denote the sample mean for the Biologists.
In stratified sampling, the overall population mean $\bar{Y}$ is estimated by taking a weighted average of the sample means from each stratum. The weights used in this average are the proportions of the total population that each stratum represents.
First, let's calculate the population proportion for each stratum:
$W_1 = \frac{N_1}{N} = \frac{34}{85}$
Simplifying this fraction by dividing the numerator and denominator by their greatest common divisor (17):
$W_1 = \frac{34 \div 17}{85 \div 17} = \frac{2}{5}$
$W_2 = \frac{N_2}{N} = \frac{51}{85}$
Simplifying this fraction by dividing the numerator and denominator by their greatest common divisor (17):
$W_2 = \frac{51 \div 17}{85 \div 17} = \frac{3}{5}$
Notice that the sum of the weights is $W_1 + W_2 = \frac{2}{5} + \frac{3}{5} = \frac{5}{5} = 1$, as expected.
For a two-strata population, the unbiased estimator for the population mean ($\bar{Y}$) in stratified random sampling is given by the formula:
$\hat{\bar{Y}}_{st} = W_1 \bar{y}_1 + W_2 \bar{y}_2$
Where $\bar{y}_1$ is the sample mean of Stratum-1 and $\bar{y}_2$ is the sample mean of Stratum-2.
In our case, $\bar{y}_1 = \bar{y}_S$ (mean for Statisticians) and $\bar{y}_2 = \bar{y}_B$ (mean for Biologists).
Substituting the calculated population proportions (weights) $W_1 = \frac{2}{5}$ and $W_2 = \frac{3}{5}$ into the formula, we get:
$\hat{\bar{Y}}_{st} = \frac{2}{5} \bar{y}_S + \frac{3}{5} \bar{y}_B$
To combine these terms into a single fraction, we find a common denominator, which is 5:
$\hat{\bar{Y}}_{st} = \frac{2\bar{y}_S}{5} + \frac{3\bar{y}_B}{5} = \frac{2\bar{y}_S + 3\bar{y}_B}{5}$
This formula provides an unbiased estimate of the population mean $\bar{Y}$.
Let's compare our derived estimator with the given options:
Therefore, the correct unbiased estimator for the population mean $\bar{Y}$ is $\frac{2\bar{y}_S + 3\bar{y}_B}{5}$.
Let $X$ be a random variable with the cumulative distribution function
$F_X(x) = \begin{cases} 0, & \text{if } x<0, \\ \frac{x+2}{5}, & \text{if } 0 \le x<2, \\ 1, & \text{if } x \ge 2. \end{cases}$
Then, which of the following statements are true?