Suppose that $X_1, X_2, \dots, X_n$ is a random sample coming from the following probability mass
function:
$f(x, n, p) = \binom{n}{x} p^x (1 - p)^{n - x}$ for $x = 0, 1, \dots, n$
i. (6 pts) Find the method of moments estimator of the parameter $p$ above.
Assume that $n$ is known.
Hint: $E[X] = np$
ii. (6 pts) Find the maximum likelihood estimator of the parameter $p$ above.
Assume that $n$ is already known.
iii. (3 pts) Find the standard error of the method of moment estimator in part (i).
iv. (4 pts) Find MSE of the maximum likelihood estimator you found in part (ii).
Hint: $V[X] = np(1 - p)$
v. (3 pts) Find the maximum likelihood estimator of $1/p$.