The number of requests at a Web server is a Poisson random variable $X$ with mean $\alpha=2$ requests per minute. Suppose that $n 1$-minute intervals are observed and that the number $N_0$ of intervals with zero arrivals is counted. The probability of zero arrivals is then estimated by $\hat{p}_0=N_0 / n$. To estimate the arrival rate $\alpha, \hat{p}$ is set equal to the probability of zero arrivals in one minute:
$$
\hat{p}_0=N_0 / n=P[X=0]=\frac{\alpha^0}{0!} e^{-\alpha}=e^{-\alpha} .
$$
(a) Solve the above equation for $\hat{\alpha}$ to obtain an estimator for the arrival rate.
(b) Show that $\hat{\alpha}$ is biased.
(c) Find the mean square error of $\hat{\alpha}$.
(d) Is $\hat{\alpha}$ a consistent estimator?