Bernoulli Trials
Either you make it or you do not.
It happens very often in real life that an event may have only two outcomes that matter. For example, either you pass an exam or you do not pass an exam, either you get the job you applied for or you do not get the job, either your flight is delayed or it departs on time, etc. The probability theory abstraction of all such situations is a Bernoulli trial.
Bernoulli trial is an experiment with only two possible outcomes that have positive probabilities p and q such that
For example, when rolling a die, we may be only interested whether 1 shows up, in which case, naturally,
The Bernoulli process is a succession of independent Bernoulli trials with the same probability of success. One important question about a succession of n Bernoulli trials is the probability of k success.
Since the individual trials are independent, we are talking of the product of probabilities of successes and failures. Such a product is independent of the order in individual successes and failures come about. For example,
P(SSFSF) = P(SFFSS) = P(FFSSS) = p3q2.
In general, the probability of k successes in n trials is denoted b(k; n, p) and is equal to
b(k; n, p) = C(n, k)pkqn - k,
where C(n, k) is the binomial coefficient n choose k. Observe that, by the binomial formula, ∑b(k; n, p) over k from 0 to n is exactly 1:
∑b(k; n, p) = ∑C(n, k)pkqn - k = (p + q)n = 1.
As a function of k, b(k; n, p) is known as the binomial distribution and plays an important role the theory of probabilities.
- What Is Probability?
- Intuitive Probability
- Probability Problems
- Sample Spaces and Random Variables
- Probabilities
- Example: A Poker Hand
- Bernoulli Trials
- Binomial Distribution
- Proofreading Example
- Conditional Probability
- Dependent and Independent Events
- Algebra of Random Variables
- Expectation
- Probability Generating Functions
- Probability of Two Integers Being Coprime
- Random Walks
- Probabilistic Method
- Probability Paradoxes
- Symmetry Principle in Probability
- Non-transitive Dice
|Contact| |Front page| |Contents| |Up|
Copyright © 1996-2007 Alexander Bogomolny
72011527