题目
Problem
A population has an unknown mean μ and an unknown variance σ^2.
A random sample represented by X1, X2, …, X20 is taken from the population.
(a) Explain why 1/2 X1 + 3/4 X20 is a statistic.
(1)
(b) Show that R = 1/2 X1 + 3/4 X20 is a biased estimator of μ.
(2)
(c) Hence find the bias, in terms of μ, when R is used as an estimator of μ.
(1)
Given that S = (aX1 - bX2)/2 and T = (a ∑{i=1}^{14} Xi + b ∑{i=15}^{20} Xi) / 20 are each used as an unbiased estimator of μ, where a and b are constants,
(d) find the value of a and the value of b.
(4)
(Total for Question 6 is 8 marks)
题目中文翻译
某总体的均值为未知的 μ,方差为未知的 σ^2。
从该总体中抽取一个随机样本 X1, X2, …, X20。
(a) 说明为什么 1/2 X1 + 3/4 X20 是一个统计量。
(b) 证明 R = 1/2 X1 + 3/4 X20 是 μ 的有偏估计量。
(c) 因而求 R 作为 μ 的估计量时的偏差,用 μ 表示。
已知 S = (aX1 - bX2)/2 和 T = (a ∑{i=1}^{14} Xi + b ∑{i=15}^{20} Xi) / 20 都可作为 μ 的无偏估计量,其中 a 和 b 为常数。
(d) 求 a 和 b 的值。
解答
(a)
解法一
思路
展开
统计量必须完全由样本观测值构成,不能含有未知总体参数。这里的表达式只使用样本中的 X1 与 X20 以及已知常数。
答题过程
展开
The expression is calculated solely from the sample observations X1 and X20 and contains no unknown population parameters. It is therefore a statistic.
(b)
解法一
思路
展开
估计量无偏的条件是其期望等于被估计参数。由于随机样本中每个 Xi 的期望都是 μ,直接利用期望的线性性质计算 E(R)。
答题过程
展开
Since E(X1)=E(X20)=μ,
E(R)====E(21X1+43X20)21E(X1)+43E(X20)21μ+43μ45μ.
Since E(R)=μ, R is a biased estimator of μ.
(c)
解法一
思路
展开
承接 (b),估计量的偏差定义为 E(R)−μ,因此把刚求出的 E(R)=5μ/4 代入即可。
答题过程
展开
Using the result from part (b),
Bias(R)===E(R)−μ45μ−μ41μ.
(d)
解法一
思路
展开
分别令 E(S)=μ 和 E(T)=μ,便得到两个只含 a,b 的一次方程。联立求解即可确定两个常数。
答题过程
展开
Since S is an unbiased estimator of μ,
E(S)===E(2aX1−bX2)2a−bμμ.
Therefore,
a−b=2.(1)
Similarly, since T is unbiased,
E(T)===201E(ai=1∑14Xi+bi=15∑20Xi)2014a+6bμμ.
Thus
14a+6b=20.(2)
From (1), b=a−2. Substituting into (2),
14a+6(a−2)=20a=a=20,32,1.6.
Hence
b=a−2=1.6−2=−0.4.
Therefore,
a=1.6,b=−0.4.