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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Bot: Adding Category: Documentation)
m (Robot: Automated text replacement %s)
Line 21: Line 21:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation]]
+
[[Category: Documentation/Reference/Calc]]

Revision as of 09:19, 24 November 2009


GAMMAINV

Calculates the inverse of the cumulative GAMMADIST function.

Syntax:

GAMMAINV(p; α; β)

The gamma distribution is a family of continuous probability distributions, with two controlling parameters α and β.
GAMMAINV returns the value n, such that GAMMADIST(n; α; β; 1) is p.

Example:

GAMMAINV(0.86; 1; 1)

returns approximately 2.

Template:Documentation/SeeAlso

Personal tools