ReferenceFunctionsStatistics Functions
EXPON.DIST
EXPON.DIST: Returns the exponential-distribution probability at `x` for rate `lambda`.
Summary
Use EXPON.DIST for waiting-time models where events occur with a constant hazard rate.
Remarks
- Requires
x >= 0andlambda > 0. - Set
cumulativeto non-zero for CDF mode, or0for PDF mode. - Returns
#NUM!when inputs violate domain requirements. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Exponential CDF
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.6321205588285577
Exponential PDF
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.36787944117144233
Related functions
Runtime metadata
Category
Statistics
Signature
EXPON.DIST(arg1: Number, arg2: Number, arg3: Number)Arity
min 3, max 3
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
Caps
PURE
Source