Difference between revisions of "Manuals/calci/MULTINOMIAL"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''MULTINOMIAL(x1,x2,..)'''</div><br/> |
+ | *<math>x1,x2,..., </math> 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:<math> MULTINOMIAL(x1,x2,..xn)=\frac{(x1+x2+…+xn)}!{x1!x2!..xn!}</math> | ||
+ | This function gives the result as error when | ||
+ | 1.Any one of the argument is nonnumeric. | ||
+ | 2.Any one of the argument is <0. | ||
+ | *In MULTINOMIAL(x1,x2..) x1 is required.x2,x3,... ,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 | ||
− | + | ==See Also== | |
− | + | *[[Manuals/calci/FACT | FACT ]] | |
− | |||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 02:05, 1 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 (syntax error): {\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 nonnumeric. 2.Any one of the argument is <0.
- In MULTINOMIAL(x1,x2..) x1 is required.x2,x3,... ,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