6.3. Multinomial Distribution#
Bernoulli trials come out in one of two ways. But many trials come out in multiple different ways, all of which we might want to track. A die can land six different ways. A jury member can have one of several different educational levels. In general, an individual might belong to one of several classes.
The multinomial distribution is a joint distribution that extends the binomial to the case where each repeated trial has more than two possible outcomes. Let’s look at it first in an example, and then we will define it in general.
A box contains 2 blue tickets, 5 green tickets, and 3 red tickets. Fifteen draws are made at random with replacement. To find the chance that there are 4 blue, 9 green, and 2 red tickets drawn, we could start by writing all possible sequences of 4 B’s, 9 G’s, and 2 R’s.
Each such sequence has chance
There are
ways of choosing places to write the B’s.For each of these ways, there are
ways of choosing 9 of the remaining 11 places to write the G’s.The remaining 2 places get filled with R’s.
So
Notice how this simply extends the binomial probability formula by including a third category.
Analogously, or formally by induction, you can extend the formula to any finite number of categories or classes.
6.3.1. Multinomial Distribution#
Fix a positive integer
For each
Then the joint distribution of
where
This is called the multinomial distribution with parameters
When there are just two classes, then
Quick Check
In a population, 20% of the individuals are in Class A, 50% in Class B, and 30% in Class C. If 20 individuals are drawn at random with replacement, what is the chance that the sample contains 3 individuals in Class A, 13 in Class B, and 4 in Class C?
Answer
6.3.2. Binomial Marginals#
No matter how many classes there are, the marginal distribution of each
You don’t have to sum terms in the joint distribution to work this out.
is the number of Class individuals in the sampleEach sampled individual is in Class
with probabilityThere are
independent draws.
That’s the binomial setting.
6.3.3. A Roulette Example#
A Nevada roulette wheel has 18 red pockets, 18 black pockets, and 2 green pockets. Each time the wheel is spun, all 38 pockets are equally likely to win, independent of all other spins.
Question: If the wheel is spun 10 times, what is the chance that red and black win an equal number of times?
Answer: Let