Skip to content
Prev 172279 / 398506 Next

Finding Lambda in Poisson distribution

Hi,

assuming the assumption of Poisson distribution is true (or at least 
approximately true), you can use MLE as mentioned by Roland using 
(fitdistr of MASS, mle of stats4, MLEstimator of distrMod, probably more).

Using package distrMod you can compute minimum distance estimators (cf. 
function MDEstimator).

Using package ROptEst you can compute (in some sense) optimally robust 
estimators (cf. function roptest).

Best,
Matthias
Rau, Roland wrote: