题目
Problem
A random sample of two observations X1 and X2 is taken from a population with
unknown mean μ and unknown variance σ2
(a) Explain why σX1−μ is not a statistic.
(1)
(b) Explain what you understand by an unbiased estimator for μ
(1)
Two estimators for μ are U1 and U2 where
U1=3X1−2X2andU2=4X1+3X2
(c) Show that both U1 and U2 are unbiased estimators for μ
(3)
The most efficient estimator among a group of unbiased estimators is the one with the
smallest variance.
(d) By finding the variance of U1 and the variance of U2 state, giving a reason, the most
efficient estimator for μ from these two estimators.
(4)
(Total for Question 5 is 9 marks)
题目中文翻译
从某总体中抽取两个观测值 X1 和 X2 的随机样本,该总体的均值为未知的 μ,方差为未知的 σ2。
(a) 解释为什么 σX1−μ 不是统计量。
(b) 解释你对 μ 的无偏估计量的理解。
μ 的两个估计量为 U1 和 U2,其中
U1=3X1−2X2andU2=4X1+3X2
(c) 证明 U1 和 U2 都是 μ 的无偏估计量。
在一组无偏估计量中,最有效的估计量是方差最小的那个。
(d) 通过求 U1 和 U2 的方差,说明这两个估计量中哪个是 μ 的最有效估计量,并给出理由。
解答
(a)
解法一
思路
展开
统计量只能由样本观测值和已知常数构成,不能含有未知的总体参数。这里 μ 和 σ 都是未知参数。
答题过程
展开
The expression is not a statistic because it contains the unknown population parameters μ and σ.
(b)
解法一
思路
展开
无偏的含义是估计量在重复抽样下的长期平均值恰好等于被估计的总体参数,而不是某一次样本算出的估计值一定等于该参数。
答题过程
展开
An estimator U is an unbiased estimator of μ if
E(U)=μ.
(c)
解法一
思路
展开
随机样本中的每个观测值都来自同一个总体,所以 E(X1)=E(X2)=μ。分别利用期望的线性性质计算两个估计量的期望,检查结果是否等于 μ。
答题过程
展开
Since X1 and X2 are observations from the same population,
E(X1)=E(X2)=μ.
For U1,
E(U1)====E(3X1−2X2)3E(X1)−2E(X2)3μ−2μμ.
For U2,
E(U2)====E(4X1+3X2)41(E(X1)+3E(X2))41(μ+3μ)μ.
Therefore, both U1 and U2 are unbiased estimators of μ.
(d)
解法一
思路
展开
因为 X1,X2 是随机样本中的不同观测值,所以彼此独立,线性组合的方差中没有协方差项。计算两者方差后,选择方差较小的无偏估计量。
答题过程
展开
Since X1 and X2 are independent and each has variance σ2,
Var(U1)====Var(3X1−2X2)9Var(X1)+4Var(X2)9σ2+4σ213σ2.
Also,
Var(U2)====Var(4X1+3X2)161(Var(X1)+9Var(X2))161(σ2+9σ2)85σ2.
Since
85σ2<13σ2,
U2 has the smaller variance. Hence the more efficient estimator is
U2=4X1+3X2.