Multinomial Probability Function

From GM-RKB
(Redirected from Multinomial Mass Function)
Jump to navigation Jump to search

A Multinomial Probability Function is a discrete probability function that is a multivariate probability function for a multinomial random variable (based on a multinomial probability function family)



References

2014

  • (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/Multinomial_distribution Retrieved:2014-10-29.
    • In probability theory, the multinomial distribution is a generalization of the binomial distribution. For n independent trials each of which leads to a success for exactly one of k categories, with each category having a given fixed success probability, the multinomial distribution gives the probability of any particular combination of numbers of successes for the various categories.

      The binomial distribution is the probability distribution of the number of

      successes for one of just two categories 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 possible outcomes, with probabilities p1, ..., pk (so that pi ≥ 0 for i = 1, ..., k and [math]\displaystyle{ \sum_{i=1}^k p_i = 1 }[/math]), and there are n independent trials. Then if the random variables Xi indicate the number of times outcome number i is observed over the n trials, the vector X = (X1, ..., Xk) follows a multinomial distribution with parameters n and p, where p = (p1, ..., pk). Note that while the trials are independent, their outcomes X are dependent because they must be summed to n.

      Note that, in some fields, such as natural language processing, the categorical and multinomial distributions are conflated, and it is common to speak of a "multinomial distribution" when a categorical distribution is actually meant. This stems from the fact that it is sometimes convenient to express the outcome of a categorical distribution as a "1-of-K" vector (a vector with one element containing a 1 and all other elements containing a 0) rather than as an integer in the range [math]\displaystyle{ 1 \dots K }[/math]; in this form, a categorical distribution is equivalent to a multinomial distribution over a single trial.

    • parameters =[math]\displaystyle{ n \gt 0 }[/math] number of trials (integer)
      [math]\displaystyle{ p_1, \ldots, p_k }[/math] event probabilities ([math]\displaystyle{ \Sigma p_i = 1 }[/math])|
    • support =[math]\displaystyle{ X_i \in \{0,\dots,n\} }[/math]
      [math]\displaystyle{ \Sigma X_i = n\! }[/math]|
    • pdf =[math]\displaystyle{ \frac{n!}{x_1!\cdots x_k!} p_1^{x_1} \cdots p_k^{x_k} }[/math]|
    • cdf =|
    • mean =[math]\displaystyle{ E\{X_i\} = np_i }[/math]|
    • median =|
    • mode =|
    • variance =[math]\displaystyle{ \textstyle{\mathrm{Var}}(X_i) = n p_i (1-p_i) }[/math]
      [math]\displaystyle{ \textstyle {\mathrm{Cov}}(X_i,X_j) = - n p_i p_j~~(i\neq j) }[/math]|
    • skewness =|
    • kurtosis =|
    • entropy =|
    • mgf =[math]\displaystyle{ \biggl( \sum_{i=1}^k p_i e^{t_i} \biggr)^n }[/math]|
    • char =[math]\displaystyle{ \left(\sum_{j=1}^k p_je^{it_j}\right)^n }[/math] where [math]\displaystyle{ i^2= -1 }[/math]|
    • pgf = [math]\displaystyle{ \biggl( \sum_{i=1}^k p_i z_i \biggr)^n\text{ for }(z_1,\ldots,z_k)\in\mathbb{C}^k }[/math]|
    • conjugate =Dirichlet: [math]\displaystyle{ \mathrm{Dir}(\alpha+\beta) }[/math]|

2009

  • http://stattrek.com/Tables/multinomial.aspx#experiment
    • A multinomial distribution is a probability distribution. It refers to the probabilities associated with each of the possible outcomes in a multinomial experiment. For example, suppose we toss a toss a pair of dice one time. This multinomial experiment has 11 possible outcomes: the numbers from 1 to 12. The probabilities associated with each possible outcome are an example of a multinomial distribution
  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Multinomial_distribution
    • 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).

2006