Statistics Toolbox    
poissfit

Parameter estimates and confidence intervals for Poisson data

Syntax

Description

poissfit(X) returns the maximum likelihood estimate (MLE) of the parameter of the Poisson distribution, , given the data X.

[lambdahat,lambdaci] = poissfit(X) also gives 95% confidence intervals in lamdaci.

[lambdahat,lambdaci] = poissfit(X,alpha) gives 100(1-alpha)% confidence intervals. For example alpha = 0.001 yields 99.9% confidence intervals.

The sample average is the MLE of .

Example

See Also

betafit, binofit, expfit, gamfit, poisscdf, poissinv, poisspdf, poissrnd, poisstat, unifit, weibfit


  poisscdf poissinv