Multinomial distribution

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Multinomial
parameters: n > 0 number of trials (integer)
p_1, \ldots p_k event probabilities (Σpi = 1)
support: X_i \in \{0,\dots,n\}
\Sigma X_i = n\!
pmf: \frac{n!}{x_1!\cdots x_k!} p_1^{x_1} \cdots p_k^{x_k}
cdf:
mean: E{Xi} = npi
median:
mode:
variance: \textstyle{\mathrm{Var}}(X_i) = n p_i (1-p_i)
\textstyle {\mathrm{Cov}}(X_i,X_j) = - n p_i p_j~~(i\neq j)
skewness:
kurtosis:
entropy:
mgf: \left( \sum_{i=1}^k p_i e^{t_i} \right)^n
cf:


In probability theory, the multinomial distribution is a generalization of the binomial distribution.

The binomial distribution is the probability distribution of the number of "successes" in n independent Bernoulli trials, with the same probability of "success" on each trial. In a multinomial distribution, the analog of the Bernoulli distribution is the categorical distribution, where each trial results in exactly one of some fixed finite number k of possible outcomes, with probabilities p1, ..., pk (so that pi ≥ 0 for i = 1, ..., k and \sum_{i=1}^k p_i = 1), and there are n independent trials. Then let the random variables Xi indicate the number of times outcome number i was observed over the n trials. The vector X = (X1, ..., Xk) follows a multinomial distribution with parameters n and p, where p = (p1, ..., pk).

Contents

[edit] Specification

[edit] Probability mass function

The probability mass function of the multinomial distribution is:

 \begin{align}
f(x_1,\ldots,x_k;n,p_1,\ldots,p_k) & {} = \Pr(X_1 = x_1\mbox{ and }\dots\mbox{ and }X_k = x_k) \\  \\
& {} = \begin{cases} { \displaystyle {n! \over x_1!\cdots x_k!}p_1^{x_1}\cdots p_k^{x_k}}, \quad &
\mbox{when } \sum_{i=1}^k x_i=n \\  \\
0 & \mbox{otherwise,} \end{cases}
\end{align}

for non-negative integers x1, ..., xk.

[edit] Properties

The expected number of times the outcome i was observed over n trials is

\operatorname{E}(X_i) = n p_i.\,

The covariance matrix is as follows. Each diagonal entry is the variance of a binomially distributed random variable, and is therefore

\operatorname{var}(X_i)=np_i(1-p_i).\,

The off-diagonal entries are the covariances:

\operatorname{cov}(X_i,X_j)=-np_i p_j\,

for i, j distinct.

All covariances are negative because for fixed n, an increase in one component of a multinomial vector requires a decrease in another component.

This is a k × k positive-semidefinite matrix of rank k − 1.

The off-diagonal entries of the corresponding correlation matrix are

\rho(X_i,X_j) = -\sqrt{\frac{p_i p_j}{ (1-p_i)(1-p_j)}}.

Note that the sample size drops out of this expression.

Each of the k components separately has a binomial distribution with parameters n and pi, for the appropriate value of the subscript i.

The support of the multinomial distribution is the set

\{(n_1,\dots,n_k)\in \mathbb{N}^{k}| n_1+\cdots+n_k=n\}.\,

Its number of elements is

{n+k-1 \choose k-1} = \left\langle \begin{matrix}n \\ k \end{matrix}\right\rangle,

the number of n-combinations of a multiset with k types, or multiset coefficient.

[edit] Example

In a recent three-way election for a large country, candidate A received 20% of the votes, candidate B received 30% of the votes, and candidate C received 50% of the votes. If six voters are selected randomly, what is the probability that there will be exactly one supporter for candidate A, two supporters for candidate B and three supporters for candidate C in the sample?

Note: Since we’re assuming that the voting population is large, it is reasonable and permissible to think of the probabilities as unchanging once a voter is selected for the sample. Technically speaking this is sampling without replacement, so the correct distribution is the multivariate hypergeometric distribution, but the distributions converge as the population grows large.

 \Pr(A=1,B=2,C=3) = \frac{6!}{1! 2! 3!}(.2^1) (.3^2) (.5^3) = .135

[edit] Sampling from a multinomial distribution

First, reorder the parameters p_1, \ldots p_k such that they are sorted descendingly (this is only to speed up computation and not strictly necessary). Now, for each trial, draw an auxiliary variable X from a uniform (0, 1) distribution. The resulting outcome is the component

j = \arg \min_{j'=1}^{k} \left( \sum_{i=1}^{j'} p_i \ge X \right).

This is a sample for the multinomial distribution with n = 1. A sum of independent repetitions of this experiment is a sample from a multinomial distribution with n equal to the number of such repetitions.

[edit] Related distributions

[edit] See also

[edit] External links

[edit] References

Evans, Merran; Nicholas Hastings, Brian Peacock (2000). Statistical Distributions. New York: Wiley. pp. 134–136. 3rd ed.. ISBN 0-471-37124-6.