Difference between revisions of "Manuals/calci/MULTINOMIAL"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="font-size:30px">'''MULTINOMIAL()'''</div><br/> | <div style="font-size:30px">'''MULTINOMIAL()'''</div><br/> | ||
*Parameters are any set of numbers. | *Parameters are any set of numbers. | ||
| + | **MULTINOMIAL(),returns the multinomial of a set of numbers. | ||
==Description== | ==Description== | ||
| Line 20: | Line 21: | ||
#=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) = | + | #=MULTINOMIAL(0,-1,2) = #N/A (NUMBER < 0) |
==Related Videos== | ==Related Videos== | ||
Latest revision as of 08:34, 9 June 2020
MULTINOMIAL()
- Parameters are any set of numbers.
- MULTINOMIAL(),returns the multinomial of a set of 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 \frac{(x_1+x_2+...+x_n)!}{x_1!x_2!..x_n!}} 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 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()} , First Parameter is required. From the second parameter are optional.
ZOS
- The syntax is to calculate multinomial in ZOS is 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()}
.
- Parameters are any set of numbers.
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) = #N/A (NUMBER < 0)
Related Videos
See Also
References