Problem Sheet 3.7
Problem Sheet 3.7
for θ.
If T is an estimator for θ, the mean square error of the estimator is
E(T − θ)2 . Show that if T is unbiased then the mean square error is
equal to the variance of the estimator.
Among the the three estimators T1 , T2 , T3 for the mean, listed earlier,
which one has least mean square error?
(Hint: Write (Xk − X̄) = (Xk − µ) − (X̄ − µ) and note that (X̄ − µ) =
k (Xk − µ)/n and that E(Xk − µ)(Xj − µ) = 0 for k 6= j).
P
1
Show that cov(X̄, Xi − X̄) = 0, i = 1, 2, · · · , n. (Hint: Note that Xi X̄
can be written as sum of terms like Xi Xj ; note that EXi Xj = µ2 if
i 6= j and is µ2 +σ 2 if i = j; note also that you know mean and variance
of X̄).
Now suppose that the iid random variables Xi have normal distribu-
tion. Show that X̄ and S 2 are independent random variables. (Hint:
Try to use the result that for jointly Gaussian random variables, un-
correlatedness implies independence).
5. Let X, Y be two random variables each having mean zero and variance
one. Let ρ be the correlation coefficient of X, Y . Show that
q
E[max(X 2 , Y 2 )] ≤ 1 + 1 − ρ2
7. Suppose you have to play the following game. You are going to be
shown N prizes in sequence. At any time you can either accept the
2
one that is being offered or reject it and choose to see the next prize.
Once you reject a prize you cannot go back to it. At any time you are
seeing a prize, all the information you have is the relative rank of the
prize that you are being offered, with respect to all the ones that have
gone by. That is, when you are seeing the third prize, you know how it
ranks with respect to the first and second ones that you have already
seen and rejected. Consider the following strategy. You fix an integer
k between 1 and N . You reject the first k prizes and then accept the
first one that you see which is better than all the ones rejected till
that point. (If after the first k, in the remaining N − k chances, you
never see a prize that is better than all the ones you had rejected till
then, then you would end up rejecting all the prizes). Assuming that
all possible orderings of the N prizes are equally likely, calculate the
probability that this strategy would get you the best prize. Based on
this, suggest what is a good value of k to choose.