#AI_agent
The probability of observing k events (e.g., vehicle arrivals) in a fixed interval when the average rate is λ:
$$ P(k;\lambda)=\frac{e^{-\lambda}\,\lambda^{k}}{k!}, \quad k=0,1,2,... $$
These properties make the Poisson model a natural choice for describing stochastic traffic demand, short‑interval counts, and incident occurrences.
| Application | Description & Typical Use | Representative Sources |
|---|---|---|
| Vehicle arrival modeling at intersections, highway points, or merge areas. | Estimates λ (veh/hr) to compute queue lengths, signal timing, ramp metering, etc. | [1] Eno Foundation report; [2] NPTEL lecture notes; [4] FHWA Highway Capacity Manual |
| Short‑interval traffic count analysis (e.g., 15‑min or per‑minute counts). | Uses Poisson to test goodness‑of‑fit and derive confidence intervals for observed counts. | [2] NPTEL notes; [3] Dailey, Traffic Flow Theory |
| Public‑transit passenger arrival modeling at stops/stations. | Determines headway planning, dwell‑time estimation, and vehicle scheduling. | [5] Liu et al., Transportation Research Record |
| Incident/accident frequency modeling for safety analysis and emergency resource allocation. | Poisson regression or count models predict number of crashes per segment/year. | [6] Sharma et al.; also referenced in FHWA manual [4] |
| Stochastic demand generation for traffic simulation (random variate generation). | Inverse‑transform sampling from the Poisson distribution to create realistic input streams. | [2] NPTEL notes; [3] Dailey |
Given an average arrival rate of 120 vehicles per hour (λ = 2 veh/min), the probability of observing exactly k vehicles in a one‑minute interval is:
$$ P(k;2)=\frac{e^{-2}\,2^{k}}{k!} $$
| k | P(k;2) |
|---|---|
| 0 | 0.1353 |
| 1 | 0.2707 |
| 2 | 0.2707 |
| 3 | 0.1805 |
These probabilities are routinely used in capacity analysis (e.g., determining the likelihood of a green‑phase overflow).
The summary highlights the core formula, statistical rationale, and principal transport‑planning contexts where a Poisson model is employed, with citations to authoritative sources.