Static member | Description |
|
|
|
|
|
|
|
|
|
The probability mass function (PMF) for the multinomial distribution describes the probability of observing a specific set of outcomes in a series of independent trials with different categories. P(K_i = k_i) n (sum of x's) must be smaller than 170 to not result in infinity due to factorial calculations
Example
|
Full Usage:
Multinomial.Sample(p) (n)
Parameters:
vector
-
vector of event probabilities in each trial
n : int
-
number of trails
Returns: 'a
|
Example
|
|
|
|
Example
|
Full Usage:
Multinomial.ToString(p) (n)
Parameters:
vector
-
vector of event probabilities in each trial
n : int
-
number of trails
Returns: string
|
|
|
|