An exam question rarely asks you to "define" a Poisson process. It asks for a number: a probability, a mean, or a variance. The mechanics below are the calculation engine.
The core probability formula. For a homogeneous Poisson process with rate , the count over an interval of length is Poisson with parameter .
Plug in as a single number. If per hour and hours, the parameter is 12. Both the mean and the variance equal 12.
KEY: The Poisson parameter is always . The single most common error is using when .
Cumulative probabilities. For "at least one" or "at most two" questions, sum or complement.
- .
- .
- .
Inter-arrival and waiting times. Gaps between consecutive events are iid Exponential().
Common mistakes
- Forgetting to multiply by . Writing when drops the time factor. The Poisson parameter is always (or for NHPP).
- Using instead of in compound Poisson variance. The correct formula is . Always rebuild first.
- Evaluating NHPP intensity at one point. For over , the answer is not or . Integrate.
Bottom line
- so ; probabilities use .
- Inter-arrival times , iid, with and ; waiting time with mean .
- Superpose by adding rates (only when the constituent processes are independent). Thin by classification probability : independent Poisson sub-processes at rates and .
- Memorylessness applies to gaps only, never to counts; observing past events does not change expected future arrivals.
Exam shortcut
When a problem fixes the total count and asks about timing or types, switch frames: arrival times are uniform on and type labels are Binomial(). This collapses many Poisson questions to elementary distributions. For "at least one" probabilities, always complement to rather than summing the tail. The complement is one exponential evaluation; the tail is an infinite sum.
The full lesson (about 1,733 words, 12 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- A2
Browse all free MAS-I lessons or jump into free MAS-I practice questions.