EXPONDIST function

From Apache OpenOffice Wiki
Jump to: navigation, search
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.



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:
Calc expondist0 equation.png
If mode is 1, EXPONDIST calculates the cumulative distribution function of the exponential distribution:
Calc expondist1 equation.png

Example:

EXPONDIST(0; 1; 0)

returns 1.

EXPONDIST(0; 1; 1)

returns 0.



See Also

Personal tools