Documentation/How Tos/Calc: EXPONDIST function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 17:27, 30 April 2008 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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:

NORMDIST

Statistical functions

Personal tools