Multinomial
The multinomial coefficient
Wikipedia
Multinomial theoremMultinomial coefficientMathWorldMultinomialCoefficientWikidataQ20820114Britannicatopic/multinomial-coefficientWolfram LanguageMultinomial✓Multinomial(k_1, k_2, ...)the multinomial coefficient for parts Details
- Counts the ways to split
labeled items into groups of the given sizes. - With two arguments it reduces to Binomial:
. - Orderless: permuting the arguments doesn't change the value.
- All-zero arguments and a single argument both reduce to the empty product, 1.
- compute-engine requires all-integer scalar arguments; it does not thread over a list argument.