Skip to content

Binomial Distribution

Tags
PAS
Cegep/2
Word count
80 words
Reading time
1 minute

Discrete probability distribution of the number of successes in n Bernoulli trials with replacement
Sym. B(n,p)

Properties

P(X=k)=(nk)pk(1p)nkE(X)=npVar(X)=np(1p)

Unlike hypergeometric distribution, since the experiments are conducted with replacement, the PMF doesn't depend on population size and number of successes in population.

Contributors

Changelog