Poisson limit of binomial probabilities #
This file proves a Poisson limit theorem.
Fix k : ℕ. Assuming n * p n → r as n → ∞, we show
PMF.binomial (p n) (h n) n (Fin.ofNat (n + 1) k) → poissonPMF r k.
Main results #
ProbabilityTheory.tendsto_choose_mul_pow_of_tendsto_mul_atTop: ifn * p n → r, thenn.choose k * (p n)^k * (1 - p n)^(n - k) → exp (-r) * r^k / k!.ProbabilityTheory.binomial_tendsto_poissonPMFReal_atTop: convergence ofPMF.binomialtopoissonPMFinℝ≥0∞under the natural hypotheses (p n ≤ 1andn * p n → r).
Tags #
binomial distribution, Poisson distribution, asymptotics, limits, probability mass function
Poisson limit Theorem: If n * p n → r as n → ∞. Then
(n.choose k) * (p n)^k * (1 - p n)^(n - k) → exp (-r) * r^k / k!.
Another version of Poisson Limit Theorem: convergence of PMF.binomial to poissonPMF in ℝ≥0∞
under the natural hypotheses (∀ n, p n ≤ 1 and r ≥ 0).