Multinomial Distribution
The multinomial distribution is a discrete probability density function.
Contents
Description
Where the binomial distribution requires two outcomes for any trial, the multinomial distribution allows for multiple exclusive and exhaustive outcomes.
There are k possible outcomes, each with an associated probability of pi for outcome i. The count of observations that realize into outcome i is a random variable, denoted Xi. The probability of any particular outcome is expressed as Prob(X1=x1, X2=x2, ... Xk=xk). Further note that it is required for...
the sum of pi across all outcomes is 1.
the sum of xi across all outcomes is n.
Moments
It doesn't necessarily make sense to consider the expected value of all multinomially distributed random variables at the same time.
For any one of the Xi random variables, the expected value is given as E[Xi] = npi.
Variance is given as Var[Xi] = npi(1 - pi).
These of course match the binomial distribution.
The covariance matrix of a multinomial distribution is constructed as:
- variances on the diagonal, as above
covariances calculated as Cov(Xi, Xj) = -npipj