Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the EXPONDIST function. |
| lambda | Parameter of the EXPONDIST function. |
| cumulative | Parameter of the EXPONDIST function. |
Examples
Probability of waiting over 30 min
=1-EXPONDIST(30, 1/15, TRUE)
CDF at the mean
=EXPONDIST(10, 0.1, TRUE)
Density function value
=EXPONDIST(5, 0.5, FALSE)
Common Errors
x must be non-negative and lambda must be positive.
Non-numeric arguments trigger this error.
Tips
EXPONDIST is the compatibility function. Use EXPON.DIST in new work for consistency with other modern distribution functions.
To find P(X > x), use =1 - EXPONDIST(x, lambda, TRUE). The exponential CDF gives the probability of being at or below x.
If events follow a Poisson distribution with rate lambda, then the waiting time between events follows an exponential distribution with the same lambda.
Try EXPONDIST in Viztab
Import your data and use EXPONDIST with 370+ other formulas. No signup required.
Open Viztab