- If $X\sim\operatorname{Poisson}(u)$ and $\theta = \mathbb{P}\{X=0\} = e^{-u}$, is $\hat{\theta}_1 = e^{-X}$ an unbiased estimator?
Here's what I tried, is this right?
$$
\begin{align}
\mathbb{E}[\hat{\theta}_1] &= \mathbb{E}[e^{-X}] \\
&= e^{\mathbb{E}[-X]}\\
&= e^{-u} \\
&= \theta
\end{align}
$$
- Show that $\hat{\theta}_2 = w(X)$ is an unbiased estimator of $\theta$, where $w(0)=1$ and $w(x)=0$ if $x> 0$.
I honestly don't know how to do this part. Thanks for the help!
- Compare MSEs of $\hat{\theta}_1$ and $\hat{\theta}_2$ for estimating $\theta = e^{-u}$ when $u=1$ and $u=2$
So the MSE is equal to $Var() + Bias()^2$
Since $\hat{\theta}_2$ is unbiased, $MSE=Var(\hat{\theta}_2)$ My variance is $E(X^2)-E(X)^2$.
I think $E(X)^2$ is $(e^{-u})^2=e^{-2u}$, and for $E(X^2)$ do I just use the $\sum_{k=0}^\infty(w(k)^2P[X=k])$?
In part (1) there is no theorem that states $\mathbb E(\exp Y) = \exp \mathbb E(Y)$. You can't move the expectation past the exponential. Instead, use the general formula: $$ \mathbb E(g(X))=\sum_{k=0}^\infty g(k)P(X=k), $$ which is valid for any function $g$ when $X$ takes values $0, 1, 2,\ldots$. For part (1) the formula gives $$ \mathbb E(e^{-X}) = \sum_{k=0}^\infty e^{-k}P(X=k) = \sum_{k=0}^\infty e^{-k}e^{-u}{u^k\over k!} = e^{-u}\sum_{k=0}^\infty {(u e^{-1})^k\over k!} = e^{-u}e^{u(e^{-1})} = e^{u(e^{-1}-1)}, $$ agreeing with the answer of @Clement C. For part (2) the formula gives $$ \mathbb E(w(X)) = \sum_{k=0}^\infty w(k)P(X=k) =\sum_{k=0}w(k)P(X=k) + \sum_{k=1}^\infty w(k)P(X=k) $$ Can you take it from there?
For part (3), to get the variance of a generic estimator $\hat\theta$, you are correct to use: $$ V(\hat\theta) = E(\hat\theta^2) - [E(\hat\theta)]^2. $$ You already calculated $E(\hat\theta)$ in parts (1) and (2). As for $E(\hat\theta^2)$: For part (1) we have $\hat\theta_1:=e^{-X}$, so $$ E[\hat\theta_1^2] = E[(e^{-X})^2] = E[e^{-2X}] = E[g(X)] $$ where $g(x):=e^{-2x}$, while for part (2) we have $\theta_2:=w(X)$, so $$E[\hat\theta_1^2] = E[w(X)^2] = E[w(X)]$$ since $w(x)$ takes values only $0$ and $1$. So in both cases you can apply the $\mathbb Eg(X)$ formula.