The Poisson distribution is useful for modelling data in the form of counts: that is, non-negative integers.
The probability mass function for the Poisson distribution with parameter µ is
Since 0! is defined to be 1, the probability that X is zero is simply exp(-µ).
The mean and variance of the Poisson(µ) distribution are both equal to µ. For large µ (say, above about 10) the Poisson(µ) distribution can be reasonably well approximated by the normal(µ, µ) distribution. The continuity correction should be used.
| ... Previous page | Next page ... |