Multinomial Distribution — Definition, Formula & Examples
The multinomial distribution gives the probability of observing a specific combination of counts across multiple categories when you repeat an experiment a fixed number of times. It generalizes the binomial distribution from two possible outcomes to any number of outcomes.
If a trial has mutually exclusive outcomes with probabilities where , and the trial is repeated independent times, then the joint probability that outcome occurs exactly times (with ) follows the multinomial distribution.
Key Formula
Where:
- = Total number of independent trials
- = Number of possible outcome categories
- = Number of times outcome i occurs, where x₁ + x₂ + ⋯ + xₖ = n
- = Probability of outcome i on any single trial, where p₁ + p₂ + ⋯ + pₖ = 1
How It Works
You use the multinomial distribution whenever an experiment has more than two categories and each trial is independent with the same probabilities. First, identify the number of trials , the number of categories , and each category's probability . Then specify the count you want for each category, making sure the counts sum to . Plug these values into the multinomial probability formula. The multinomial coefficient in front accounts for all the different orderings that produce the same set of counts.
Worked Example
Problem: A fair die is rolled 6 times. What is the probability of getting exactly 2 ones, 2 twos, and 2 threes (and zero of everything else)?
Identify parameters: Here n = 6 trials, k = 6 faces. The counts are x₁ = 2, x₂ = 2, x₃ = 2, x₄ = 0, x₅ = 0, x₆ = 0. Each face has probability 1/6.
Compute the multinomial coefficient: The coefficient counts the number of orderings that give these counts.
Compute the probability product: Raise each category's probability to the power of its count.
Multiply: Combine the coefficient and the probability product.
Answer: The probability is approximately 0.00193, or about 0.19%.
Why It Matters
The multinomial distribution underpins the chi-squared goodness-of-fit test, which compares observed category counts to expected ones. It arises naturally in genetics, survey analysis, natural language processing, and any setting where outcomes fall into more than two groups.
Common Mistakes
Mistake: Using the binomial formula when there are more than two outcome categories.
Correction: The binomial distribution handles only two outcomes (success/failure). When there are three or more categories, you need the multinomial distribution, which accounts for how counts are split across all categories simultaneously.
