GAMMAINV function
From Apache OpenOffice Wiki
< Documentation | How Tos
Spreadsheet Lookup functions
Measures of dispersion / spread
Probability and statistics
Correlation and line fitting
See also (in the Arrays Functions category); GROWTH, LINEST, LOGEST, TREND
Ranking
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