Statistics Toolbox
  Go to function:
    Search    Help Desk 
poissfit    Examples   See Also

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) percent confidence intervals. For example alpha = 0.001 yields 99.9% confidence intervals.

The sample average is the MLE of .


Example

See Also



[ Previous | Help Desk | Next ]