User Tools

Site Tools


binomial_distribution

Binomial Distribution

In probability theory and statistics, the binomial distribution is the discrete probability distribution of the number of successes in a sequence of n independent yes/no experiments, each of which yields success with probability p. Such a success/failure experiment is also called a Bernoulli experiment or Bernoulli trial. In fact, when n = 1, the binomial distribution is a Bernoulli distribution. The binomial distribution is the basis for the popular binomial test of statistical significance.

An elementary example is this: Roll a standard die ten times and count the number of sixes. The distribution of this random number is a binomial distribution with n = 10 and p = 1/6.

As another example, assume 5% of a very large population to be green-eyed. You pick 100 people randomly. The number of green-eyed people you pick is a random variable X which follows a binomial distribution with n = 100 and p = 0.05.

The probability of getting exactly x successes is given by the probability mass function:

f(x,n,p) = (n) “over” (x) * p^x(1-p)^(n-x)

support x = 0,…,n

ParameterDescriptionDefault value
n Trials 5.0
p Probability 0.5
binomial_distribution.txt · Last modified: 2023/01/30 10:16 by daria