The binomial distribution #
This file defines the probability mass function of the binomial distribution.
Main results #
binomial_one_eq_bernoulli: Forn = 1, it is equal toPMF.bernoulli.
@[deprecated ProbabilityTheory.binomial (since := "2026-04-07")]
The binomial PMF: the probability of observing exactly i “heads” in a sequence of n
independent coin tosses, each having probability p of coming up “heads”.
Equations
Instances For
@[deprecated ProbabilityTheory.binomial_one_eq_bernoulliMeasure (since := "2026-05-31")]
The binomial distribution on one coin is the Bernoulli distribution.