Difference between revisions of "Documentation/How Tos/Calc: MULTINOMIAL function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:MULTINOMIAL function}}
 +
{{Documentation/CalcFunc MathematicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_LCM_ADD_function
 +
|NextPage=Documentation/How_Tos/Calc:_PRODUCT_function
 +
}}__NOTOC__  
  
 
== MULTINOMIAL ==
 
== MULTINOMIAL ==
Line 5: Line 10:
  
 
This function is only available if '''Analysis AddIn''' is installed.
 
This function is only available if '''Analysis AddIn''' is installed.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 12: Line 16:
 
: This function returns:
 
: This function returns:
 
:: <tt>'''( number1 + number2 + ... + number30 )! /  (number1! * number2! * ...* number30!)'''</tt>
 
:: <tt>'''( number1 + number2 + ... + number30 )! /  (number1! * number2! * ...* number30!)'''</tt>
 
  
 
=== Example: ===
 
=== Example: ===
Line 21: Line 24:
 
: where F1 to F3 contain <tt>'''2'''</tt>, <tt>'''3'''</tt> and <tt>'''4'''</tt>  returns <tt>'''1260'''</tt>.
 
: where F1 to F3 contain <tt>'''2'''</tt>, <tt>'''3'''</tt> and <tt>'''4'''</tt>  returns <tt>'''1260'''</tt>.
  
 +
=== Issues: ===
 +
The multinomial distribution is a generalization of the binomial distribution in probability theory. <tt>'''MULTINOMIAL()'''</tt> is currently categorized as a Mathematical function, but would be more readily categorized as a Statistical function.
  
=== See also: ===
+
{{SeeAlso|EN|
'''[[Documentation/How_Tos/Calc: FACT function|FACT]]''',
+
* [[Documentation/How_Tos/Calc: FACT function|FACT]]
'''[[Documentation/How_Tos/Calc: PRODUCT function|PRODUCT]]'''
+
* [[Documentation/How_Tos/Calc: PRODUCT function|PRODUCT]]
  
'''[[Documentation/How_Tos/Calc: Statistical functions|Statistical functions]]'''
+
* [[Documentation/How_Tos/Calc: Statistical functions|Statistical functions]]
  
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]
  
 
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
=== Issues: ===
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
The multinomial distribution is a generalization of the binomial distribution in probability theory. <tt>'''MULTINOMIAL()'''</tt> is currently categorised as a Mathematical function, but would be more readily categorised as a Statistical function.
+
[[Category: Documentation/Reference/Calc/Mathematical functions]]

Latest revision as of 15:36, 31 January 2024

MULTINOMIAL

Returns the factorial of the sum of the arguments divided by the product of the factorials of the arguments.

This function is only available if Analysis AddIn is installed.

Syntax:

MULTINOMIAL (number1; number2; ... number30)

number1 to number30 are up to 30 numbers or ranges of numbers.
This function returns:
( number1 + number2 + ... + number30 )! / (number1! * number2! * ...* number30!)

Example:

MULTINOMIAL(1; 2)

returns 3, which is (1+2)!/(1!*2!).

MULTINOMIAL(F1:F3)

where F1 to F3 contain 2, 3 and 4 returns 1260.

Issues:

The multinomial distribution is a generalization of the binomial distribution in probability theory. MULTINOMIAL() is currently categorized as a Mathematical function, but would be more readily categorized as a Statistical function.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_MULTINOMIAL_function&oldid=259898"
Views
Personal tools
Navigation
Tools
In other languages