Difference between revisions of "Documentation/How Tos/Calc: EXPONDIST function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Bot: Adding Category: Documentation)
m (Robot: Automated text replacement %s)
Line 28: Line 28:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation]]
+
[[Category: Documentation/Reference/Calc]]

Revision as of 09:15, 24 November 2009


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.

Template:Documentation/SeeAlso

Personal tools