返回题库

两次测量估两根杆长:能否优于各测一次

Doubling Your Accuracy

专题
Statistics / 统计
难度
L4

题目详情

An unbiased instrument for measuring distances makes random errors whose distribution has standard deviation σ\sigma . You are allowed two measurements all told to estimate the lengths of two cylindrical rods, one clearly longer than the other. Can you do better than to take one measurement on each rod? (An unbiased instrument is one that on the average gives the true measure.)

解析

可以。

设长杆真实长度 AA,短杆为 BB。用两次测量分别测“差”和“和”:

  • D=(AB)+εDD=(A-B)+\varepsilon_D
  • S=(A+B)+εSS=(A+B)+\varepsilon_S

其中误差独立、均值 0、方差均为 σ2\sigma^2

则估计量

A^=D+S2=A+εD+εS2,B^=SD2=B+εSεD2.\hat A=\frac{D+S}{2}=A+\frac{\varepsilon_D+\varepsilon_S}{2},\qquad \hat B=\frac{S-D}{2}=B+\frac{\varepsilon_S-\varepsilon_D}{2}.

两者无偏。

方差:

Var(A^)=14(σ2+σ2)=12σ2,\mathrm{Var}(\hat A)=\frac14(\sigma^2+\sigma^2)=\boxed{\frac12\sigma^2},

同理 Var(B^)=12σ2\mathrm{Var}(\hat B)=\frac12\sigma^2

相比“各测一次”得到的方差是 σ2\sigma^2,该方案把方差减半。