Homework 7
Problem 1
Assume a Poisson(
Suppose we want to estimate
- Compute the value of
based on the sample (3, 0, 1, 4, 0). Write a clearly worded sentence reporting in context this estimate of . - Compute the value of
based on the sample (3, 0, 1, 4, 0). Write a clearly worded sentence reporting in context your estimate of . - Which of these two estimators is the MLE of
in this situation? Explain, without doing any calculations. - It can be shown that
is an unbiased estimator of . Explain in words what this means. - Is
an unbiased estimator of ? Explain. (You don’t have to derive anything; just apply a general principle.) - Suppose
and . Explain in full detail how you would use simulation to approximate the bias of in this case. - Coding required. Conduct the simulation from the previous part and approximate bias of
when and . - Explain in full detail how you would use simulation to approximate the bias function of
when . - Coding required. Conduct the simulation from the previous part and plot the approximate bias function when
. For what values of does tend to overestimate ? Underestimate? For what values of is the bias the worst?
Problem 2
Continuing Problem 1.
- It can be shown that
. Compute when and . Then write a clearly worded sentence interpreting this value. - Suppose
and . Explain in full detail how you would use simulation to approximate the variance of . - Coding required. Conduct the simulation from the previous part and approximate the variance of
when and . Then write a clearly worded sentence interpreting this value. - Which estimator has smaller variance when
(and )? Answer, but then explain why this information alone is not really useful. - Explain in full detail how you would use simulation to approximate the variance function of
(if ). - Coding required. Conduct the simulation from the previous part and plot the approximate variance function. Compare to the variance function of
. Based on variability alone, which estimator is preferred?
Problem 3
Continuing Problems 1 and 2
- Compute
when and . (You can do the next part first if you want, but it helps to work with specific numbers first.) - Derive the MSE function of
. (Hint: use facts from previous parts.) - Suppose
(and ). Explain in full detail how you would use simulation to approximate the MSE of . - Coding required. Conduct the simulation from the previous part and approximate the MSE of
when (and ). - Which estimator has smaller MSE when
(and )? Answer, but then explain why this information alone is not really useful. - Explain in full detail how you would use simulation to approximate the MSE function of
(if ). - Coding required. Conduct the simulation from the previous part and plot the approximate MSE function. Compare to the MSE function of
. - Compare the MSEs of the two estimators for
and a few other values of . Is there a clear preference between these two estimators? Discuss.