Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Multivariate Statistics Package >

MultinomialDistribution

MultinomialDistribution[n, p]
represents a multinomial distribution with n trials and probability vector p.
  • The probability for a vector x of non-negative integers x1, x2, ... xLength[p] in a multinomial distribution is n!Product(pixi/xi!).
  • The number of trials n can be any positive integer, and p can be any vector of non-negative real numbers that sum to unity.
The mean of a multinomial distribution:
The variances of each dimension:
Probability density function:
Needs["MultivariateStatistics`"]
The mean of a multinomial distribution:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["MultivariateStatistics`"]
The variances of each dimension:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["MultivariateStatistics`"]
Probability density function:
In[2]:=
Click for copyable input
Out[2]=
Generate a set of pseudorandom vectors that follow a multinomial distribution:
The probability density function sums to unity:
A bivariate multinomial distribution is a binomial distribution:
MultinomialDistribution is not defined when n is not a positive integer:
MultinomialDistribution is not defined when the elements of p do not sum to 1:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team