题目
Problem
A random sample of 2 observations, X1 and X2, is taken from a population with
unknown mean μ and unknown variance σ2.
(a) Explain why σX1−X2 is not a statistic.
(1)
S=53X1+75X2
(b) Show that S is a biased estimator of μ
(2)
(c) Hence find the bias, in terms of μ, when S is used as an estimator of μ
(1)
Given that Y=aX1+bX2 is an unbiased estimator of μ, where a and b are constants,
(d) find an equation, in terms of a and b, that must be satisfied.
(2)
(e) Using your answer to part (d), show that Var(Y)=(2a2−2a+1)σ2
(3)
(Total for Question 3 is 9 marks)
题目中文翻译
从某总体中抽取 2 个观测值 X1 和 X2 的随机样本,该总体的均值为未知的 μ,方差为未知的 σ2。
(a) 解释为什么 σX1−X2 不是统计量。
S=53X1+75X2
(b) 证明 S 是 μ 的有偏估计量。
(c) 因此求当 S 用作 μ 的估计量时的偏差,用 μ 表示。
已知 Y=aX1+bX2 是 μ 的无偏估计量,其中 a 和 b 为常数,
(d) 求 a 和 b 必须满足的一个方程。
(e) 利用 (d) 小题的结果,证明 Var(Y)=(2a2−2a+1)σ2。
解答
(a)
解法一
思路
展开
统计量只能由样本观测值和已知常数构成,不能含有未知的总体参数。这里分母 σ 是未知总体标准差。
答题过程
展开
The expression σX1−X2 is not a statistic because it contains σ, which is an unknown population parameter.
(b)
解法一
思路
展开
估计量无偏的条件是其期望等于被估计参数。利用期望的线性性质和 E(X1)=E(X2)=μ,计算 E(S) 并与 μ 比较。
答题过程
展开
Since X1 and X2 are observations from the population,
E(X1)=E(X2)=μ.
Therefore,
E(S)===53E(X1)+75E(X2)53μ+75μ3546μ.
Since
E(S)=3546μ=μ,
S is a biased estimator of μ, as required.
(c)
解法一
思路
展开
估计量的偏差定义为“估计量的期望减去目标参数”。直接承接 (b) 中得到的 E(S)。
答题过程
展开
Using the result from part (b), the bias is
Bias(S)===E(S)−μ3546μ−μ3511μ.
(d)
解法一
思路
展开
Y 无偏意味着 E(Y)=μ。对 Y=aX1+bX2 取期望后,即可得到 a 与 b 必须满足的关系。
答题过程
展开
Since Y is an unbiased estimator of μ,
E(Y)===aE(X1)+bE(X2)(a+b)μμ.
Therefore,
a+b=1.
(e)
解法一
思路
展开
由于 X1、X2 来自随机样本,它们相互独立,线性组合的方差可按系数平方相加。再由 (d) 得到 b=1−a,代入并展开即可推出题目要求的形式。
答题过程
展开
Since X1 and X2 are independent,
Var(Y)==a2Var(X1)+b2Var(X2)(a2+b2)σ2.
From part (d), b=1−a. Hence
Var(Y)===(a2+(1−a)2)σ2(a2+1−2a+a2)σ2(2a2−2a+1)σ2,
as required.