Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
<div style="font-size:30px">'''MULTINOMIAL(x1,x2,..)'''</div><br/>
 
<div style="font-size:30px">'''MULTINOMIAL(x1,x2,..)'''</div><br/>
*<math>x1,x2,..., </math> are numbers
+
*<math>x_1,x_2,..., </math> are numbers
    
==Description==
 
==Description==
*This function gives the multinomial of the values.  
+
*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 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>
+
*Multinomial of n set of numbers is defined by:
 +
<math> MULTINOMIAL(x_1,x_2,..x_n)=\frac{(x_1+x_2+…+x_n)!}{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.
  2.Any one of the argument is <0.
+
  2.Any one of the argument is < 0.
*In <math>MULTINOMIAL(x1,x2...)</math>, <math>x1</math> is required. <math>x2,x3...</math> are optional.
+
*In <math>MULTINOMIAL(x_1,x_2...)</math>, <math>x_1</math> is required. <math>x_2,x_3...</math> are optional.
    
==Examples==
 
==Examples==
writer
5,435

edits

Navigation menu