GAMMADIST function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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

