Difference between revisions of "Manuals/calci/MULTINOMIAL"

From ZCubes Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
*Multinomial means the ratio of the factorial of a sum of values to the product of factorials.  
 
*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:
 
*Multinomial of n set of numbers is defined by:
<math> MULTINOMIAL(x_1,x_2,..x_n)</math>=<math>(x_1+x_2++x_n)!</math>\<math>{x_1!x_2!..x_n!}</math>
+
<math> MULTINOMIAL(x_1,x_2,..x_n)</math>=<math>(x_1+x_2+...+x_n)!</math>\<math>{x_1!x_2!..x_n!}</math>
 
This function gives the result as error when  
 
This function gives the result as error when  
 
  1.Any one of the  argument is non-numeric.
 
  1.Any one of the  argument is non-numeric.

Revision as of 18:01, 20 July 2017

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:

=\ 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.

ZOS

  • The syntax is to calculate multinomial in ZOS is .
    • are numbers

Examples

  1. =MULTINOMIAL(10,11) = 352716
  2. =MULTINOMIAL(2,3,4,5) = 2522520
  3. =MULTINOMIAL(0,1.2,1.3,1.4,1.5) = 24
  4. =MULTINOMIAL(0,-1,2) = NAN

Related Videos

MULTINOMIAL

See Also

References

Multinomial_distribution