Exercise 3.6 - MLE for the Poisson distribution

Answers

The Poisson distribution plays a central role in the stochastic process, e.g., the queueing theory. If data are assumed to be generated from a similar process then the Bayesian analysis of the Poisson distribution derived in this exercise and the next can be applied directly. The likelihood of data for a Poisson distribution is (assuming i.i.d.):

p ( 𝒟 | λ ) = n = 1 N Poi ( x n | λ ) = exp ( 𝜆𝑁 ) λ n = 1 N x n 1 n = 1 N x n ! .

Setting the derivative of the likelihood w.r.t. λ to zero:

∂𝜆 p ( 𝒟 | λ ) = exp ( 𝜆𝑁 ) λ ( n = 1 N x n ) 1 n = 1 N x n ! { 𝑁𝜆 + n = 1 N x n } .

Thus:

λ MLE = n = 1 N x n N .

The formulation could be made easier by taking logarithm (since the Poisson distribution can be considered an element of the exponential family as well):

log p ( 𝒟 | λ ) = λ N + ( n = 1 N x n ) log λ ,

where we have omitted the term independent of λ .

User profile picture
2021-03-24 13:42
Comments