Calculates values for an exponential distribution.
Syntax
x: The value whose exponential distribution function you want to calculate. Eg., 0.3
lambda: The parameter value. This value must be greater than zero. Eg., 5
mode: The mode of calculation.
0 or FALSE - EXPONDIST calculates the probability density function of the exponential distribution.
Examples
|
Formula |
Result |
|
=EXPONDIST(A2;B2;C2) |
1.115650801 |
|
=EXPONDIST(A3;B3;1) |
0.917915001 |
|
=EXPONDIST(A4;B4;C4) |
0.001574071 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions