Exam PDiscreteFree to read

Poisson distribution

The number of events in a fixed interval when events occur independently at a constant average rate.

Parameters and support

expected number of events in the interval
Support

The formulas

p(x)
F(x)
Mean
Variance
MGF
Memory hook. Mean = variance = λ. Rescaling the interval rescales λ proportionally: 3 per hour over 20 minutes is λ = 1, not 3.

Where the moments come from

  1. Take Binomial(, ) and let : .
  2. Mean: .
  3. Variance: , since the correction vanishes.
  4. Directly from the MGF: , so and , giving .
  5. Independent Poissons ADD: if and are independent, .

Worked example

Claims arrive at a call centre as a Poisson process at 3 per hour. Find the probability of exactly 2 claims in a 20-minute window.

  1. Rescale the rate to the window: 20 minutes is of an hour, so .
  2. .
  3. , so .

Answer: 0.1839

The mean, variance, CDF and moment generating function above are re-derived numerically from this distribution’s own density on every test run — summed over the support for a discrete distribution, integrated by quadrature for a continuous one — and compared with the closed forms printed here. A typo on this page fails the build.

Traps

  • Leaving λ at the stated per-unit rate when the question asks about a different-length interval.
  • Adding Poisson parameters for DEPENDENT streams — the addition rule needs independence.
  • Confusing the count (Poisson) with the waiting time between events (exponential).

Related

Drill this: the Exam P question bank has original questions on this distribution, and the recall trainer builds its prompts from exactly the formulas above.