Difference between revisions of "Manuals/calci/MULTINOMIAL"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
==Examples== | ==Examples== | ||
− | #MULTINOMIAL(10,11)=352716 | + | #=MULTINOMIAL(10,11) = 352716 |
− | #MULTINOMIAL(2,3,4,5)=2522520 | + | #=MULTINOMIAL(2,3,4,5) = 2522520 |
− | #MULTINOMIAL(0,1.2,1.3,1.4,1.5)=24 | + | #=MULTINOMIAL(0,1.2,1.3,1.4,1.5) = 24 |
− | #MULTINOMIAL(0,-1,2)=NAN | + | #=MULTINOMIAL(0,-1,2) = NAN |
==See Also== | ==See Also== |
Revision as of 03:07, 3 January 2014
MULTINOMIAL(x1,x2,..)
- are numbers
Description
- This function gives the multinomial of the values.
- Multinomial means the ratio of the factorial of a sum of values to the product of factorials.
- Multinomial of n set of numbers is defined by:Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle MULTINOMIAL(x1,x2,..xn)=\frac{(x1+x2+…+xn)!}{x1!x2!..xn!}}
This function gives the result as error when
1.Any one of the argument is non-numeric. 2.Any one of the argument is <0.
- In , is required. are optional.
Examples
- =MULTINOMIAL(10,11) = 352716
- =MULTINOMIAL(2,3,4,5) = 2522520
- =MULTINOMIAL(0,1.2,1.3,1.4,1.5) = 24
- =MULTINOMIAL(0,-1,2) = NAN