A distribution is a way to describe how probabilities are spread across different outcomes. Chapter 6 focuses on the Binomial Distribution.
The Four Conditions (BINS)
You can only use a Binomial model if the situation meets these four criteria:
- B - Binary: There are only two possible outcomes (e.g., Success or Failure, Heads or Tails).
- I - Independent: The result of one trial does not affect the next.
- N - Fixed Number: There is a set number of trials ().
- S - Same Probability: The probability of success () stays the same for every trial.
Notation
We write a Binomial distribution as:
- : The random variable (what we are counting).
- : The number of trials.
- : The probability of success.
Calculating Probabilities
Individual Probabilities
To find the chance of exactly successes, use the formula:
or just use Distributions > Binary CD/PD.
Cumulative Probabilities
This is the “running total” of probabilities.
- : The probability of or fewer successes. You usually find this using a calculator or a probability table.
- : Calculated as .
- : Calculated as .
Mean and Variance
For a Binomial distribution, the average (mean) number of successes you expect is simply the number of trials multiplied by the probability:
Discrete Uniform Distribution
The chapter also briefly mentions this. It is when every possible outcome has the exact same probability (like rolling a fair 6-sided die, where every number has a chance).
Binomial CD/PD
- Binomial PD (Probability Distribution): Use this when you want the probability of an exact number (e.g., ).
- Binomial CD (Cumulative Distribution): Use this for a range of values (e.g., “at most 6,” “less than 6,” or “more than 6”).