Generates Poisson distribution parameter estimates and confidence intervals. |
||
Syntax |
Mu, MuCI = PoissFit(Points) |
|
Arguments |
Name |
Description |
Points |
A vector of non-negative data points. |
|
Outputs |
Name |
Description |
Mu |
Estimate of the distribution mean. A scalar. |
|
MuCI |
95% confidence interval of the estimate of Mu. A two element row vector containing the lower and upper bounds of the confidence interval. |
|
Example |
For a given data set, find Mu and the confidence intervals assuming an Poisson distribution. |
|
Syntax |
||
mu, muCI = PoissFit(data) |
||
Results |
||
Mu is the maximum likelihood estimate of the mean |
||
MuCI is a two element vector containing the 95% confidence interval of Mu |
||
See Also: |