Binomial distributionIn mathematics, the binomial distribution is a discrete probability distribution which describes the number of successes in a sequence of n independent yes/no experiments, each of which yielding success with probability p. Such a success/failure experiment is also called a Bernoulli experiment or Bernoulli trial. The binomial distribution is the basis for the popular binomial test of statistical significance. A typical example is the following: assume 5% of the population are HIV-positive. You pick 500 people randomly. How likely is it that you get 30 or more HIV-positives? The number of HIV-positives you pick is a random variable X which follows a binomial distribution with n = 500 and p = .05. We are interested in the probability Pr[X ≥ 30]. In general, if the random variable X follows the binomial distribution with parameters n and p, we write X ~ B(n, p). The probability of getting exactly k successes is given by where is the binomial coefficient "n choose k" (also denoted C(n, k)), whence the name of the distribution. The formula can be understood as follows: we want k successes (pk) and n − k failures ((1 − p)n − k). However, the k successes can occur anywhere among the n trials, and there are C(n, k) different ways of distributing k successes in a sequence of n trials. The cumulative distribution function can be expressed in terms of the regularized incomplete beta function, as follows:
If X ~ B(n, p), then the expected value of X is
and the variance is
The most likely value or mode of X is given by the largest integer less than or equal to (n+1)p; if m = (n+1)p is itself an integer, then m − 1 and m are both modes. If X ~ B(n, p) and Y ~ B(m, p) are independent binomial variables, then X + Y is again a binomial variable; its distribution is
Two other important distributions arise as approximations of binomial distributions:
The formula for Bézier curves was inspired by the binomial distribution. See alsonegative binomial distribution, multinomial distribution
de:Binomialverteilung es:Distribución binomial it:Variabile casuale binomiale pl:Rozkład dwumianowy sv:Binomialfördelning Categories: Probability distributions |
|
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia article. Browse Wikipedia for more information. |