Skip to content
Prev 76113 / 398502 Next

Poisson Distribution fitting

On Thu, 25 Aug 2005, Mark Miller wrote:

            
If you mean fitdistr in package MASS, it can be used.  But the mle for a 
Poisson is just the sample mean.
[1] 2.62
lambda
   2.6203125
  (0.1023841)

You can even find the s.e. via mu/sqrt(n), here
[1] 0.1657033