For your personal enrichment

In teaching lore

In teaching lore … the death by horse kick distribution

Poisson distribution

  • In general, the Poisson distribution is useful for describing the number of events that occur during a specified time interval.

Examples of data that might be described by a Poisson distribution

From a Pubmed search for articles in the last 9 months.

Examples of data that might be described by a Poisson distribution

Examples of data that might be described by a Poisson distribution

Examples of data that might be described by a Poisson distribution

Poisson distribution

\[ P(Outcome = x|\lambda) = \frac{\lambda^xe^{-\lambda}}{x!} \]

\[\lambda = \text{Controls the rate of events}\]

Poisson distribution

Poisson in R

# Probability 2 events per period time with lamda = 3
dpois(2,lambda = 3)
# Probability 2 or fewer events per period time with lamda = 3
ppois(2,3)
# Pseudo-random draw of the number of events when lambda = 3
rpois(1,3)
## [1] 0.2240418
## [1] 0.4231901
## [1] 5

Connection between Poisson and Binomial

  • Suppose we take a window of time and divide it into N sections