ABSTRACT
This note distinguishes between distributions where outcomes are equally likely and those where probability mass is distributed unevenly. This distinction determines whether simple counting methods or weighted calculations must be used.
Uniform Distribution
INFO
A distribution is Uniform if it assigns the same probability to every outcome in the sample space .
Because the sum of all probabilities must equal , the probability of any single outcome is:
Examples
- Fair Coin Flip: .
- Fair Six-sided Die: for each .
- Standard Deck of Cards: .
Non-Uniform Distribution
INFO
A distribution is Non-Uniform if at least two outcomes in the sample space have different probabilities.
In these cases, you cannot simply count outcomes () to find probability; you must sum the specific weights assigned to each outcome in the event.
Examples
- Biased Coin: A coin where and .
- Weighted Die: A die where faces are not equally likely:
- (Note: The sum is still ).
Comparison Table
| Feature | Uniform Distribution | Non-Uniform Distribution |
|---|---|---|
| Probability | Every outcome has the probability | Different outcomes can have different probabilities. |
| Calculation Method | ||
| Typical Context | ”Fair”, “Randomly selected" | "Biased”, “Weighted,” “Empirical” |
Important Considerations
- Assumptions: Many introductory problems assume a uniform distribution (e.g., “a random 4-digit string”). If the problem does not specify “uniform” or “fair,” check for given weights.
- Random Variables: A uniform distribution on a sample space (like die rolls) can result in a non-uniform distribution for a random variable (like the sum of two dice).