Poisson random variable
Yesterday we discussed the negative binomial random variable and we mentioned that it has an infinite number of values consisting of all natural numbers. Another random variable who values consist of all natural numbers and is used more extensively is the Poisson random variable.
The Poisson random variable is primarily used when you are counting observations and the upper limit of the count is technically infinity. Here are some examples:
- number of field goals scored in a basketball game
- number of blades of grass in one square meter
- number of birds observed in a 10-minute count
The notation we use for a Poisson random variable is:
![]()
and we say `Y is a Poisson random variable with mean lambda.’
Unlike the binomial and negative binomial random variables, the Poisson random variable only has one parameter. This parameter gives the expected number for the random variable. But this number does not need to be a natural number. For example, we could have an expected number of 3.5 and this would mean that (approximately) we would expect 3 as often as 4 and 2 as often as 5.
The probability mass function is
![]()
where e represents this mathematical constant.
Bottom Line: A Poisson random variable can be used to model counts when there is no maximum number the count can be.