GAUSS 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
GAUSS
Returns a value in the standard normal cumulative distribution.
Syntax:
GAUSS(x)
- where x is a number, returns NORMSDIST(x) - 0.5.
Example:
GAUSS(0)
- returns 0.
See Also