Multinomial Distribution
The Multinomial distribution generalizes the Binomial: each trial can land in one of categories (not just success/failure).
Setup
- You run independent trials.
- Each trial falls into exactly one category .
- Category probabilities are with .
- Let be the number of outcomes in category .
Then:
PMF
For counts that sum to :
Intuition
- The factorial term counts how many sequences produce the same category totals.
- The product term is the probability of any one specific sequence with those totals.
Relationship to Binomial
If (category A vs not-A), the Multinomial collapses to a Binomial.
Key facts
- Means:
- Variances:
- Covariances: for
That negative covariance matters: if one count goes up, the others must “make room” because totals sum to .
When to use
Use Multinomial when you count outcomes across multiple categories with replacement / independent trials:
- Dice rolls (1–6), survey responses (A/B/C/D), product segments, etc.
If you sample without replacement from a finite population, you’re in Hypergeometric territory.
Test Your Knowledge
Example: Multinomial counts
A bowl of candy has 50% Red, 30% Green, and 20% Blue candies. You grab 5 candies at random (with replacement). What is the probability you get exactly 2 Red, 2 Green, and 1 Blue candy?
View Step-by-Step Solution
Multinomial formula:
- Red:
- Green:
- Blue:
Probability
Probability
There is a 13.5% chance of grabbing this exact combination.