Consider the following four examples of counting:
- Consider the finite populaton
. Draw 11 letters at random from this population with replacement. The total number of 11-character letter strings that can be formed is
. How many of these character strings contain one m, four i’s, four s’s and two p’s?
- What is the total number of 11-character strings that can be formed using the letters in the word Mississippi?
- Suppose each of the questions in an 11-question multiple choice test has 4 choices (M, I, S and P). A student chooses the answers by pure guessing. How many ways can this student take the test if the random selection of the answers produces 1 M, 4 I’s, 4 S’s and 2 P’s as answers?
- How many ways can we randomly assign 11 candidates into 4 committees such that Committee M consists of 1 member, Committee I consists of 4 members, Committee S consists of 4 members and Committee P consists of 2 members? Assume that each candidate can only be assigned to one committee.
All four examples have the same answer, namely 34,650. All these examples are about the number of ways of assigning 11 objects into four subgroups, one containing 1 object, two containing 4 objects each and one containing 2 objects, where the objects in each subgroup are considered indistinguishable. These four examples illustrate the combinatorial approach called multinomial coefficients. The multinomial coefficient (the number of ways of assigning the 11 objects in the specified manner) in these examples is:
In this post, I make a few observations about the combinatorics surrounding the multinomial coefficients and the multinomial theorem. The multinomial distribution is then naturally defined.
First, the multinomial coefficients. Suppose and
are positive integers such that
. Suppose we have nonnegative integers
such that
. The following is the number of ways to partition a set of
distinct objects into
subgroups where the first subgroup consists of
objects, the second subgroup consists of
objects and so on.
The result is the result of a combinatoric observation below. The result
is the multinomial theorem.
Discussion of Example
In drawing 11 letters at random with replacement from the set , there are a total of
many ordered samples. The following two strings are two examples:
Both of these ordered samples have one m, four i’s, four s’s and two p’s. In other words, both of these ordered samples have the same unordered sample . A more compact way of notating this unordered sample is
, where the first coordinate is the number of m’s, the second coordinate is the number of i’s, the third coordinate is the number of s’s, and the fourth coordinate is the number of p’s. Note that the sum of the four is 11. The number of ordered samples that are tied to
is the multinomial coefficient 34650 as indicated above.
Another way of denoting the unordered sample is using a string of stars and bars as follows:
In the star and bar diagram, there are 11 stars (representing the 11 characters selected) and 3 bars (creating four spaces representing the letters m, i, s and p, respectively). The star and bar diagram has a combinatorial advantage. For example, how many unordered samples are there when 11 letters are selected at random with replacement from ?
In any unordered sample in our discussion, there are 3 bars and 11 stars. The stars and bars can be in any arbitary order. Thus there are many unordered samples. Furthermore, the equation
has 364 many nonnegative integer solutions.
A related question is: how many unordered samples are there when 11 letters are selected at random with replacement from such that each letter is selected at least once? In the star and bar diagram, each of the four spaces has at least one star. Thus we need to arrange 7 more stars in these four spaces. Thus there are
many ways of doing this. Furthermore, the equation
has 120 many positive integer solutions.
Generalization
Suppose we sample times from the finite set
with replacement. There are
many ordered samples. These ordered samples can be collapsed into
many unordered samples (this can be seen using the star and bar diagram). Furthermore, the number of nonnegative integer solutions to the equation is obtained by
.
The number of ordered samples tied to the unordered sample is:
The preceding discussion is encapsulated in equation . The equation
above is the statement of the multinomial theorem, which is a statement about polynomial expansion. The number of terms in the polynomial expansion is indicated by
, which is also the number of nonnegative integer solutions to the equation
. Each term
in the polynomial expansion can be considered as an unordered sample in the finite sampling with replacement. Thus both results of
and
are compact ways of describing the finite sampling with replacement from the set
.
The number of unordered samples where each object in is selected at least once is:
As a result, provides the number of positive integer solutions to the equation
.
The Multinomial Distribution
Suppose that independent trials are performed where each trial has
outcomes denoted by
. Suppose that in each trial, the probability of the outcome
is
. Furthermore, we have
.
The result of performing the independent trials can be denoted by an ordered string such as
, i.e. an ordered sample when sampling
times from
with replacement. Consider the ordered samples where the outcome
occurs
times, the outcome
occurs
times and so on such that
. This is a scenario that is equivalent to the four examples indicated at the beginning of the post, which is about assigning
trials into
subgroups, the first of which consists of
occurrences of the outcome
, the second subgroup consists of
occurrences of the outcome
and so on. The multinomial coefficient
above is the number of all such ordered samples. Thus the following is the probability that in
trials,
occurs
times,
occurs
times (and so on):
More formally, for each , let
be the number of times the event
occurs in the
many trials. Then the joint distribution of the random variables
is called the multinomial distribution with parameters
.
The joint probability density function (joint pdf) is given by:
The multinomial distribution is so named is because of the multinomial theorem. Note that the right-hand side of the above pdf is a term in the multinomial expansion of . Furthermore we have:
When there are only two categories of balls, labeled 1 (success) or 2 (failure), . As a result,
has a univariate distribution, which is the binomial distribution.
Reference
- Feller, W., An Introduction to Probability Theory and its Applications, Vol. I, 3rd ed., John Wiley & Sons, Inc., New York, 1968
Amazing work……I was trying to grasp multinomial theorem and i stumbled on this blog.Excellent !!
Thanks for the blog post – this was really helpful when I was trying to sort out multinomial thm!