EXPONDIST 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
EXPONDIST
Calculates values for an exponential distribution.
Syntax:
EXPONDIST(x; λ; mode)
- The exponential distribution is a continuous probability distribution, with parameter λ (rate). λ must be greater than zero.
- If mode is 0, EXPONDIST calculates the probability density function of the exponential distribution:
- If mode is 1, EXPONDIST calculates the cumulative distribution function of the exponential distribution:
Example:
EXPONDIST(0; 1; 0)
- returns 1.
EXPONDIST(0; 1; 1)
- returns 0.
See Also