Solved – Unbiased estimator for $e^\lambda$ in Poisson distribution

poisson distributionunbiased-estimator

How to generate an unbiased estimator for $e^{-\lambda}$ in Poisson distribution: $\frac{\lambda^k}{k!}{e^{-\lambda}}$

I tried:
$$E[a^x]=\sum_{x=0}^\infty a^x\frac{1}{e^{\lambda}}\frac{\lambda^x}{x!}=\frac{1}{e^{\lambda}}\sum_{x=0}^\infty \frac{(a\lambda)^x}{x!}=e^{a\lambda-\lambda}=e^{\lambda(a-1)}$$
But here I cannot just let a=0. So I have to find other ways.

I prefer a deductive answer instead of a guessed one.

Furthermore, how to generate the UMVUE for it if possible? Thank you.

Best Answer

Hint: Given observed data $x_1,...,x_n$, consider the estimator of the form:

$$\widehat{e^{-\lambda}} = \sum_{k=0}^\infty w_k \Bigg[ \frac{1}{n} \sum_{i=1}^n \mathbb{I}(x_i = k) \Bigg],$$

where $w_0,w_1,w_2,...$ are a series of estimator weights corresponding to the possible outcomes of a Poisson random variable. You can see that this estimator estimates the target value as a weighted sum of the proportions of values equal to each possible outcome of a Poisson random variable.

Try to find an expression for the expected value of this estimator, and then see if there is any choice of values you could make for $w_0,w_1,w_2,...$ that would lead the expected value of this estimator to be equal to the quantity you are trying to estimate.