Statistics · Statistical distributions
1 / 10
The binomial distribution as a model
When the count of "successes" in a fixed number of repeated trials follows a binomial distribution X ~ B(n, p): the four conditions (a fixed number of trials, two outcomes per trial, a constant probability of success, and independent trials), how to identify n and p from a context, how to state a condition for a binomial model, and when the binomial is NOT appropriate.
Statistics · Statistical distributions
The binomial distribution as a model
When the count of "successes" in a fixed number of repeated trials follows a binomial distribution X ~ B(n, p): the four conditions (a fixed number of trials, two outcomes per trial, a constant probability of success, and independent trials), how to identify n and p from a context, how to state a condition for a binomial model, and when the binomial is NOT appropriate.
Why it works
Many situations are the same experiment repeated over and over, where each repeat either "succeeds" or "fails". If you count the number of successes, that count often follows a binomial distribution, writtenwhere is the number of trials and is the probability of success on each trial. (So in , there are trials each with success probability .)
The four conditions for a binomial model. can be modelled by when:
- there is a fixed number of trials, ;
- each trial has only two outcomes — "success" or "failure";
- the probability of success, , is constant for every trial;
- the trials are independent of one another.
Identifying and . Read the context: is how many times the trial is repeated and is the probability of the outcome you are counting. " of students are members, a sample of is taken, is the number who are members" gives .
Here is the shape of — the height of each bar is :The distribution is bunched near and tails off — when it is skewed to the right, when it is symmetric, and when it is skewed to the left.
When the binomial does not apply. Watch for a broken condition:
- Sampling without replacement from a small group changes from trial to trial,
- No fixed (e.g. "keep rolling until a six") — not binomial.
- More than two outcomes that you can't reduce to success/failure — not binomial.