Homework 6
Problem 1
You have a brand new coin and you want to estimate
- Suggest an estimator of
; it should be an expression involving and . Describe in words what your estimator is. (Hint: what is the most obvious estimator you can think of?) - Suppose you observe
heads in flips. Use your estimator to compute an estimate of based on this sample. - Consider the estimator (called the “plus four” estimator)
Explain in words what this estimator does. (The two expressions in the equation above are just different ways of expressing the estimator.) - Use the estimator from the previous part and compute an estimate of
based on a sample with 6 heads in 10 flips. - If you observe 6 heads in 10 flips, which of your two estimates is a better estimate of
? Explain. - Compute and interpret the probability of observing 6 heads in 10 flips if
. - Compute and intepret the probability of observing 6 heads in 10 flips if
. - Compare the values from the two previous parts. If you observed 6 heads in 10 flips, which of the values — 0.6 or 0.571 — would you choose as your estimate of
? Explain your reasoning. - Suppose you observe 6 heads in 10 flips. Carefully write the likelihood function.
- Continuing the previous part, use any software of your choice and plot the likelihood function. Based on your plot, what value appears to be the maximum likelihood estimate of
based on a sample with 6 heads in 10 flips? (You can do this just by zooming in on the plot.) - Continuing the previous part, carefully write the log-likelihood function.
- Use calculus to find the maximum likelihood estimate of
based on observing 6 heads in 10 flips. - Now suppose you observe
heads in 10 flips. Carefully write the likelihood function. - Continuing the previous part, carefully write the log-likelihood function.
- Use calculus to find a general expression for the maximum likelihood estimate of
based on observing heads in 10 flips. (Your answer will be an expression involving .)
Problem 2
Suppose that times (minutes) between earthquakes (of any magnitude in a certain region) follow an Exponential distribution with rate parameter
- Explain intuitively why
is a reasonable estimator of . Hint: it’s not just because it’s the MLE; think of properties of Exponential distributions. - Suppose the observed sample is: 20, 37, 13, 10, 25 minutes. Carefully write the likelihood function. (For a random sample from a continuous distribution, to find the likelihood function you plug each observed value into the pdf and then form the product.)
- Use any software you want to carefully plot the likelihood function from the previous part. Then use your plot to verify that the MLE of
based on this sample is . (You can just zoom in on the plot.) - Write a clearly worded sentence reporting in context your estimate of
from the previous part.