GAMMADIST 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
GAMMADIST
Calculates values for a gamma distribution.
Syntax:
GAMMADIST(x; α; β; mode)
- The gamma distribution is a family of continuous probability distributions, with parameters α (shape) and β (scale).
- x must be greater than or equal to 0.
Example:
GAMMADIST(2; 1; 1; 1)
- returns approximately 0.86.
See Also