Parameters |
\(\lambda\), non-negative rate |
Kernel |
\({\lambda ^x}\exp ( - \lambda )/x!\) |
Support |
Non-negative integers |
Mean |
\(\lambda\) |
Variance |
\(\lambda\) |
Main Uses |
Probability model for counts of "rare" events where there is no upper bound. |
Probability |
%POISSONK(lambda,count) is the probability of exactly count occurrences given parameter lambda. %LOGPOISSONK(lambda,count) is the log of the probability of exactly count occurrences given parameter lambda. |
Cumulative Probability |
%POISSON(lambda,count) is the probability of at most count occurrences given parameter lambda. |
Moment Matching |
The parameter is the mean (and variance). |
Copyright © 2025 Thomas A. Doan