poissfit
Poisson parameter estimates
Description
Examples
Input Arguments
Output Arguments
Alternative Functionality
poissfit is a function specific to the Poisson distribution.
Statistics and Machine Learning Toolbox™ also offers the generic functions mle, fitdist, and paramci and the Distribution Fitter app, which support various
probability distributions.
mlereturns MLEs and the confidence intervals of MLEs for the parameters of various probability distributions. You can specify the probability distribution name or a custom probability density function.Create a
PoissonDistributionprobability distribution object by fitting the distribution to data using thefitdistfunction or the Distribution Fitter app. The object propertylambdastores the estimate of the Poisson mean parameter. To obtain the confidence interval for the parameter estimate, pass the object toparamci.
Version History
Introduced before R2006a