safina
- 26
- 0
Homework Statement
A sample of size n is drawn from a population having N units by simple random sampling without replacement. A sub-sample of size n_{1} units is drawn from the n units by simple random sampling without replacement. Let \bar{y_{1}} denote the mean based on n_{1} units and \bar{y_{2}} based on (n-n_{1}) units.
Consider the estimator \hat{\overline{Y}} = w\bar{y_{1}} + (1-w)\bar{y_{2}}.
Show that E[\hat{\overline{Y}}] =\overline{Y} and obtain its variance.
Homework Equations
The Attempt at a Solution
E[\hat{\overline{Y}}] = E[w\bar{y_{1}} + (1-w)\bar{y_{2}}]
= w E[\bar{y_{1}}] + (1-w) E[\bar{y_{2}}]
= w\overline{Y}_{1} + (1-w)\overline{Y}_{2}
Why I did not arrive at the rigth answer which is \overline{Y}?