binomial distribution
n.
The frequency distribution of the probability of a specified number of successes in an arbitrary number of repeated independent Bernoulli trials. Also called Bernoulli distribution.
|
Results for binomial distribution
|
On this page:
|
The frequency distribution of the probability of a specified number of successes in an arbitrary number of repeated independent Bernoulli trials. Also called Bernoulli distribution.
A probability distribution that summarizes the likelihood that a value will take one of two independent values under a given set of parameters or assumptions. The underlying assumptions of the binomial distribution are that there is only one outcome for each trial, that each trial has the same probability of success and that each trial is mutually exclusive.
Investopedia Says:
A binomial distribution summarizes the number of trials, or observations, when each trial has the same probability of attaining one particular value.
For example, flipping a coin would create a binomial distribution. This is because each trial can only take one of two values (heads or tails), each success has the same probability (i.e. the probability of flipping a head is 0.50) and the results of one trial will not influence the results of another.
Related Links:
Learn how to illustrate an asset return's sensitivity. Find The Right Fit With Probability Distributions
This technique can reduce uncertainty in estimating future outcomes. Introduction To Monte Carlo Simulation
Volatility is not the only way to measure risk. Learn about the "new science of risk management". Introduction to Value at Risk (VAR) - Part 1
A binomial distribution can be used to describe the number of times an event will occur in a group of patients, a series of clinical trials, or any other sequence of observations. This event is a binary variable: It either occurs or it doesn't. For example, when patients are treated with a new drug they are either cured or not; when a coin is flipped, the result is either a head or tail. The binary outcome associated with each event is typically referred to as either a "success" or a "failure." In general, a binomial distribution is used to characterize the number of successes over a series of observations (or trials), where each observation is referred to as a "Bernoulli trial."
In a series of n Bernoulli trials, the binomial distribution can be used to calculate the probability of obtaining k successful outcomes. If the variable X represents the total number of successes in n trials, it can only take on a value from 0 to n. The binomial distribution can be used to calculate the probability of obtaining k successes in n trials is calculated as follows:
where 0 less than or equal to p less than or equal to 1 is the probability of success, and n!= 1 × 2 × 3[.dotmath][.dotmath][.dotmath][.dotmath] (n−2)×(n−1)×n.
The above formula assumes that the experiment consists of n identical trials that are independent from one another, and that there are only two possible outcomes for each trial (success or failure). The probability of success (p) is also assumed to be the same in each of the trials.
To further illustrate the application of the above formula, if a drug was developed that cured 30 percent of all patients, and it was administered to ten patients, the probability that exactly four patients would be cured is:
Like other distributions, the binomial distribution can be described in terms of a mean and the spread, or variance, of values. The mean value of a binomial random variable X (i.e., the average number of successes in n trials) can be obtained by multiplying the number of trials by p (np). In the above example, the average number of persons cured in any group of 10 patients would thus be 3. The variance of a binomial distribution is np × (1−p). The variance is largest for p = 0.5, while it decreases as p approaches 0 or 1. Intuitively, this makes sense, since when p is very large or small nearly all the outcomes take on the same value. Returning to the example, a drug that cured every patient p would equal one, while for a drug that cured no one, p would equal zero. In contrast, if the drug was effective in curing only half of the population (p = 0.5) it would be more difficult to predict the outcome in any particular patient, and in this case the variability is relatively large.
In studies of public health, the binomial distribution is used when a researcher is interested in the occurrence of an event rather than in its magnitude. For instance, smoking cessation interventions may choose to focus on whether a smoker quit smoking altogether, rather than evaluate daily reductions in the number of cigarettes smoked. The binomial distribution plays an important role in statistics, as it is likely the most frequently used distribution to describe discrete data.
(SEE ALSO: Statistics for Public Health)
Bibliography
Pagano, M., and Gauvreau, K. (2000). Priniciples of Biostatistics, 2nd edition. Pacific Grove, CA: Duxbury Press.
Rosner, B. (2000). Fundamentals of Biostatistics, 5th edition. Pacific Grove, CA: Duxbury Press.
— PAUL J. VILLENEUVE
A theoretical frequency distribution which is used in sampling to test whether the characteristics of a random sample are representative of the whole: the population. For example, if it is known that half the population is male, then the probability of sampling one male at random is 0.5, of sampling two consecutively at random is
The probability distribution for the frequency of a particular event given that the event has the same probability of occurring in each of several independent trials. For example, the number of heads observed in several coin tosses follows a binomial distribution.
— Stephen Fisher
| Probability mass function The lines connecting the dots are added for clarity |
|
| Cumulative distribution function Colors match the image above |
|
| Parameters | number of trials
(integer) success probability
(real) |
|---|---|
| Support | ![]() |
| Probability mass function (pmf) | ![]() |
| Cumulative distribution function (cdf) | ![]() |
| Mean | ![]() |
| Median | one of ![]() |
| Mode | ![]() |
| Variance | ![]() |
| Skewness | ![]() |
| Excess kurtosis | ![]() |
| Entropy | ![]() |
| Moment-generating function (mgf) | ![]() |
| Characteristic function | ![]() |
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 500 people randomly. The number of green-eyed people you pick is a random variable X which follows a binomial distribution with n = 500 and p = 0.05.
In general, if the random variable K follows the binomial distribution with parameters n and p, we write K ~ B(n, p). The probability of getting exactly k successes is given by the probability mass function:

for k = 0, 1, 2, ..., n and where

is the binomial coefficient (hence the name of the distribution) "n choose k" (also denoted C(n, k) or nCk). 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.
In creating reference tables for binomial distribution probability, usually the table is filled in up to n/2 values. This is because for k > n/2, the probability can be calculated by its complement as

So, one must look to a different k and a different p (the binomial is not symmetrical in general).
The cumulative distribution function can be expressed in terms of the regularized incomplete beta function, as follows:

provided k is an integer and 0 ≤ k ≤ n. If x is not necessarily an integer or not necessarily positive, one can express it thus:

For k ≤ np, upper bounds for the lower tail of the distribution function can be derived. In particular, Hoeffding's inequality yields the bound

and Chernoff's inequality can be used to derive the bound

If X ~ B(n, p) (that is, X is a binomially distributed random variable), then the expected value of X is

and the variance is

This fact is easily proven as follows. Suppose first that we have exactly one Bernoulli trial. We have two possible outcomes, 1 and 0, with the first having probability p and the second having probability 1 − p; the mean for this trial is given by μ = p. Using the definition of variance, we have

Now suppose that we want the variance for n such trials (i.e. for the general binomial distribution). Since the trials are independent, we may add the variances for each trial, giving

The mode of X is the greatest integer less than or equal to (n + 1)p; if m = (n + 1)p is an integer, then m − 1 and m are both modes.
We derive these quantities from first principles. Certain particular sums occur in these two derivations. We rearrange the sums and terms so that sums solely over complete binomial probability mass functions (pmf) arise, which are always unity

We apply the definition of the expected value of a discrete random variable to the binomial distribution

The first term of the series (with index k = 0) has value 0 since the first factor, k, is zero. It may thus be discarded, i.e. we can change the lower limit to: k = 1

We've pulled factors of n and k out of the factorials, and one power of p has been split off. We are preparing to redefine the indices.

We rename m = n - 1 and s = k - 1. The value of the sum is not changed by this, but it now becomes readily recognizable

The ensuing sum is a sum over a complete binomial pmf (of one order lower than the initial sum, as it happens). Thus

It can be shown that the variance is equal to (see: variance, 10. Computational formula for variance):

In using this formula we see that we now also need the expected value of X2, which is

We can use our experience gained above in deriving the mean. We know how to process one factor of k. This gets us as far as

(again, with m = n - 1 and s = k - 1). We split the sum into two separate sums and we recognize each one

The first sum is identical in form to the one we calculated in the Mean (above). It sums to mp. The second sum is unity.

Using this result in the expression for the variance, along with the Mean (E(X) = np), we get

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

If n is large enough, the skew of the distribution is not too great, and a suitable continuity correction is used, then an excellent approximation to B(n, p) is given by the normal distribution

Various rules of thumb may be used to decide whether n is large enough. One rule is that both np and n(1 − p) must be greater than 5. However, the specific number varies from source to source, and depends on how good an approximation one wants; some sources give 10. Another commonly used rule holds that the above normal approximation is appropriate only if
![\mu \pm 3 \sigma = np \pm 3 \sqrt{np(1-p)} \in [0,n].](http://content.answers.com/main/content/wp/en/math/a/e/5/ae5596a270567f5898063ee04d680b52.png)
The following is an example of applying a continuity correction: Suppose one wishes to calculate Pr(X ≤ 8) for a binomial random variable X. If Y has a distribution given by the normal approximation, then Pr(X ≤ 8) is approximated by Pr(Y ≤ 8.5). The addition of 0.5 is the continuity correction; the uncorrected normal approximation gives considerably less accurate results.
This approximation is a huge time-saver (exact calculations with large n are very onerous); historically, it was the first use of the normal distribution, introduced in Abraham de Moivre's book The Doctrine of Chances in 1733. Nowadays, it can be seen as a consequence of the central limit theorem since B(n, p) is a sum of n independent, identically distributed 0-1 indicator variables.
For example, suppose you randomly sample n people out of a large population and ask them whether they agree with a certain statement. The proportion of people who agree will of course depend on the sample. If you sampled groups of n people repeatedly and truly randomly, the proportions would follow an approximate normal distribution with mean equal to the true proportion p of agreement in the population and with standard deviation σ = (p(1 − p)n)1/2. Large sample sizes n are good because the standard deviation gets smaller, which allows a more precise estimate of the unknown parameter p.
The binomial distribution converges towards the Poisson distribution as the number of trials goes to infinity while the product np remains fixed. Therefore the Poisson distribution with parameter λ = np can be used as an approximation to B(n, p) of the binomial distribution if n is sufficiently large and p is sufficiently small. According to two rules of thumb, this approximation is good if n ≥ 20 and p ≤ 0.05, or if n ≥ 100 and np ≤ 10.[1]

This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
Some good "binomial distribution" pages on the web:
Math mathworld.wolfram.com |
Join the WikiAnswers Q&A community. Post a question or answer questions about "binomial distribution" at WikiAnswers.
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2007. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Investment Dictionary. Copyright ©2000, Investopedia.com - Owned and Operated by Investopedia Inc. All rights reserved. Read more | |
![]() | Encyclopedia of Public Health. Encyclopedia of Public Health. Copyright © 2002 by The Gale Group, Inc. All rights reserved. Read more | |
![]() | Geography Dictionary. A Dictionary of Geography. Copyright © Susan Mayhew 1992, 1997, 2004. All rights reserved. Read more | |
![]() | Political Dictionary. The Concise Oxford Dictionary of Politics. Copyright © 1996, 2003 by Oxford University Press. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Binomial distribution". Read more |
Mentioned In: