๐Ÿ 
Guest Not signed in

Binomial: counting successes in n Bernoulli trials

Sum of $n$ independent Bernoullis. Mean $np$, variance $np(1-p)$. The 'count successes in $n$ trials' distribution.

Method · Binomial
Intro
Three Binomial(n, p) probability mass functions plotted as bar charts, showing how the distribution shifts and skews as p varies.
Tayste โ€” public domain · Public Domain · Wikimedia Commons

Binomial = sum of n iid Bernoullis. The next question is 'how many trials until the first success?' โ€” that's the Geometric distribution.

โœ“ Intro ยท expand