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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(See also:)
Line 18: Line 18:
  
 
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
 
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
 +
 +
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 +
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]

Revision as of 14:01, 13 September 2008


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.

See also:

GAMMADIST

Statistical functions

Functions listed alphabetically, Functions listed by category

Personal tools