Problem 1: Estimating a true temperature from noisy thermometers
Assume the true (fixed) temperature is an unknown constant θ.
1a) One thermometer
You take n independent measurements from thermometer A:
X1,…,Xn
with
-
E[Xi]=θ
(unbiased for the true temperature),
-
Var(Xi)=σ12
,
-
measurements are i.i.d.
Task: Propose an estimator θ^ of θ. What is its variance?
1b) Two thermometers
You also take m independent measurements from thermometer B:
Y1,…,Ym
with
-
E[Yj]=θ
,
-
Var(Yj)=σ22
,
-
all
X
’s are independent of all
Y
’s.
Task: Construct a combined estimator θ^ using both thermometers that minimizes variance among linear unbiased estimators. Give the optimal weights and the resulting variance.
If you need an additional assumption, you may assume σ12 and σ22 are known.
Problem 2: Correlations in a 2D random walk
Define a 2D simple random walk starting at (0,0). At each step you move one unit in exactly one of the four directions {up,down,left,right}, each with probability 1/4. Let (Xn,Yn) be the coordinates after n steps.
2a)
Compute Corr(Xn,Yn).
2b)
Compute or characterize Corr(∣Xn∣,∣Yn∣). If a simple closed form is hard, give a correct expression and determine at least the sign and asymptotic behavior as n→∞.