I am stuck on this problem and help would be greatly appreciated! I have the following PMF (a modified Poisson Distribution).
\begin{align*} \frac{\lambda^x e^{-\lambda}}{x!(1 - e^{-\lambda})} \end{align*} for some $\lambda >0$ and $x=1,2,3...$
I am supposed to first fine the $mean$ of the distribution and then find the MLE (Maximum Likelihood Estimator).
So for the $mean$, I am not sure how to proceed as the only thing I can think of is to take the $Expectation$ of the PMF, but that would be quite complicated since we have a fraction with factorials in the denominator.
As for the MLE, for $n$ observations, we have the following I believe:
$L(x_1...x_n,\lambda)=\prod_{i=1}^n pmf = \begin{align*} \frac{\lambda^{nx} e^{{-\lambda}n}}{x!^n(1 - e^{-\lambda})^n} \end{align*} $
Is that the correct approach? Then I would have to take the $ln$ of $L$ and solve for $\lambda$ by setting the equation to $0$. Is that the correct approach? Thanks so much for your help!
I greatly appreciate it!
$$\exp{-n\lambda+\sum x_i\log\lambda-n\sum\log x_i! -n\log(1-e^{-\lambda})}$$
– lightfish Feb 24 '14 at 00:38