Context:FIT1058_MOC, FIT2086_MOC · counts independent events in an interval · pmf e−μμk/k! · large-n small-np approximation to the binomial · the Z+ member of the parametric zoo
Quick Revision
🎯 Objective: count of rare independent events in an interval ➔ Pr(X=k)=e−μμk/k! (μ≡λ, the rate).
📦 Core Components: one parameter μ ➔ E=Var=μ ➔ unbounded support ➔ closed under addition and interval-splitting.
⚡ Key Constraint: approximates Bin(n,p) for large n, small np (μ=np); the four modelling conditions must actually hold.
📝 Core
1. The Distribution
Definition ➔ Pr(X=k)=k!e−μμk, k∈N0, μ>0; FIT2086 writes X∼Pois(λ) with λ called the rate.
One parameter ➔ E(X)=μ, Var(X)=μ, σ=μ ➔ the family where the variance grows with the mean.
2. When It Arises
Count of independent occurrences ➔ calls per hour, visits, radioactive emissions — sample space Z+={0,1,2,…}.
Interval-scaled ➔ μ scales with interval length.
Unbounded ➔ any nonnegative integer (unlike the binomial’s cap at n).
Four appropriateness conditions(FIT2086) ➔ (i) one event’s occurrence does not affect the probability of a second — events are independent; (ii) the rate is constant across intervals, never higher in some than others; (iii) two events cannot occur at the same instant; (iv) the probability of an event in a small interval is proportional to that interval’s length. Violating (i) or (ii) is what makes real count data spread wider than V=λ allows.
3. Binomial Approximation
Condition ➔ large n, small np ⟹ Bin(n,p)≈Poisson(np).
Decomposition ➔ any X∼Poi(λ) splits as X=∑i=1nXi with Xi∼Poi(λi) and ∑iλi=λ.
Interval rescaling (thinning) ➔ if XT∼Poi(λ) counts events in a period T, then over T/k:
XT/k∼Poi(λ/k)
➔ the rate is per unit time ➔ always rescale λ to the interval the question asks about before evaluating any probability.
Key identities:
∑k=0∞k!e−μμk=e−μ∑k=0∞k!μk=e−μeμ=1
⚖️ Core Decision Matrix
Aspect
Poisson
vs Binomial
parameter
μ
n,p
E, Var
both μ
np, np(1−p)
support
unbounded
{0,…,n}
relation
≈Bin large n
μ=np
closure under +
rates add: Poi(λ1+λ2)
trials add (same θ): Bin(θ,n1+n2)
When It Flips: Poisson suits "could be any count" of rare independent events; it is the unbounded limit of the binomial. The ex-series normalisation mirrors the geometric-series argument for other pmfs. V=E is the family fingerprint — sample variance far above the sample mean falsifies the constant-rate assumption.
📊 Exam Execution Trace
Applied Exercise 1
Problem: Poisson μ=2 — find Pr(X=0), Pr(X=1), E, Var.
Derivation Proof / Hand-Calculation Walkthrough:
Problem: a hospital sees on average 6 heart-attack patients per week, rate independent of the day. Find (i) P(≤2 in a week); (ii) P(exactly 1 on a given day); (iii) P(≥1 on a given day).
(i)(ii)(iii)P(X≤2∣λ=6)=ppois(2, 6)≈0.0620X=∑i=17Xi∼Poi(∑i=17λi) with all λi equal⇒λi=76P(Xi=1∣λ=76)=1!(6/7)1e−6/7≈0.3637dpois(1, 6/7)P(Xi≥1)=1−P(Xi=0)=1−0!(6/7)0e−6/7=1−e−6/7≈0.5756
Final Extracted Output:0.0620; 0.3637; 0.5756. Key move: the identical-days assumption is what forces λ1=⋯=λ7, so additivity run backwards gives λi=λ/7. And “at least one” always collapses to 1−e−λ because P(X=0)=e−λ — no summation needed.
💡 Common Mistake:lambda must already match the interval in the question ➔ do the λ/k thinning by hand before the call. Also exp() and factorial() reproduce the pmf exactly — useful for checking that you translated P(X<2) into P(X≤1) and not P(X≤2).
⚠️ Common Mistakes
💡 μ is mean AND variance ➔ the single parameter does double duty; the binomial→Poisson swap needs large n with small np.
💡 Forgetting to rescale the rate ➔ λ is defined per interval; a question about a half/quarter period needs Poi(λ/k).
💡 Applying Poisson to clustered events ➔ if one event makes another more likely (contagion, queues, bursts) the independence and constant-rate conditions fail, and the V=λ prediction breaks.
💡 Strict vs weak inequality on a discrete support ➔ P(X<2)=P(X≤1)=ppois(1, λ), notppois(2, λ); unlike the continuous case the boundary value carries real mass.
💡 Poisson for a binary or continuous variable ➔ “land vs water” is binary (binomial) and “average weight” is continuous (normal); Poisson needs an unbounded count. Selection drill ➔ Parametric Probability Distributions.
🧠 Active Recall
State the Poisson pmf, show it sums to 1, and give mean and variance.
Hint:ex series.
Answer
Short answer:Pr(X=k)=e−μμk/k!; ∑=e−μeμ=1; E=Var=μ.
Why:Power series ➔ ∑kμk/k!=eμ.
When does the Poisson distribution arise, and how does it relate to the binomial?
Hint: Rare independent counts.
Answer
Short answer: Counts of independent occurrences in a fixed interval; Bin(n,p)≈Poisson(np) for large n, small np.
Why:Unbounded limit ➔ one parameter replaces two.
Which four conditions must hold for a Poisson model, and what happens to the rate if the interval is shortened by a factor k?
Hint: Independence, constancy, no ties, proportionality.
Answer
Short answer: events independent; constant rate across intervals; no two events at the same instant; probability in a small interval proportional to its length. Shortening the interval to T/k gives XT/k∼Poi(λ/k).
Why:The rate is per unit time ➔ proportionality (condition iv) plus additivity means the k sub-intervals of T each carry rate λ/k and sum back to Poi(λ); breaking independence or constancy leaves the data spread wider than V=λ permits, falsifying the model.