STAT1003 – Statistical Techniques
Dr. Emi Tanaka
Australian National University
These slides are best viewed on a modern browser like Google Chrome on a desktop or laptop. Some interactive components may require some time to fully load.
If \(X \sim B(n, p)\) and \(n \to \infty\), \(p \to 0\) such that \(np = \lambda\) (a constant), then
\[ P(X = k) = \lim_{n \to \infty} \binom{n}{k} p^k (1 - p)^{n - k} = \frac{e^{-\lambda} \lambda^k}{k!}. \]
This limiting distribution is called the Poisson distribution with parameter \(\lambda\) written as \(X \sim \mathrm{Poisson}(\lambda)\).
\(E(X) = \lambda\) and \(\mathrm{Var}(X) = \lambda\).
If a coffee shop has an average of 75 customers per hour then assume the number of customers \(X \sim \mathrm{Poisson}(75)\). Then probability of exactly 70 customers arriving in an hour is \[ P(X=70) = \frac{75^{70}e^{-75}}{70!} \approx 0.0402. \]
\[X \sim \mathrm{Poisson}(\lambda)\]

STAT1003 – Statistical Techniques