Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

In my book, it says:

Independent random variables $X_1, X_2, \dots, X_n$ are modeled by a Poisson distribution with mean $\lambda > 0$. The likelihood for $\lambda$ based on data $\mathbf{x}=(x_1,x_2,\dots\,x_n)^T$ is $$L(\lambda)=\prod_{i=1}^n \frac{\lambda^{x_i}e^{-\lambda}}{x_i!}$$ $$=k \lambda^{n \bar{x}}e^{-n\lambda}$$ where $k$ is a constant.

At first I was a bit confused by this, but I think I get it now. The $e^{-n\lambda}$ bit is easy. For the $\lambda^{n \bar{x}}$ part I think they had $\lambda^{x_1+x_2+\dots,x_n}=\lambda^{\sum{x_i}}$ so $\bar{x}=\frac{\sum{x_i}}{n}$ and $\sum{x_i}=n \bar{x}$ and then $k= \frac{1}{\prod_{i=1}^nx_i!}$ which doesn't depend on $\mathbf{\lambda}$. Have I missed anything ?

share|improve this question
2  
No, it seems ok to me. Recall that $\prod_i(a_i\times b_i \times...)=\prod_i(a_i)\times \prod_i(b_i)...$, which is exactly what you did. – Néstor Jul 9 '12 at 7:39
1  
I agree. You have it right. – Michael Chernick Jul 9 '12 at 9:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.