All courses › Statistics and Risk Analysis › Binomial distribution

Binomial distribution

The binomial distribution Bin(n,p)\text{Bin}(n, p) describes the number of successes in nn independent trials where each trial has success probability pp, such as the number of defects in a sample with replacement. The expected value is simple to compute directly from nn and pp.

E[X]=npE[X] = npexpected number of successes
X∼Bin(n,p)X \sim \text{Bin}(n, p)nn independent trials, success probability pp

Symbols

nnnumber of trials
ppsuccess probability per trial
XXnumber of successes

Example

X∼Bin(10, 0.5)X \sim \text{Bin}(10,\ 0.5):

E[X]=10⋅0.5=5E[X] = 10\cdot 0.5 = 5.

Use the binomial distribution when each trial is independent with the same success probability.
Practise distributions for free →

← Normal distribution and z-score · Poisson and exponential distribution →

Part of Statistics and Risk Analysis: Distributions.