Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the EXPON.DIST function. |
| lambda | Parameter of the EXPON.DIST function. |
| cumulative | Parameter of the EXPON.DIST function. |
Examples
Probability of next customer within 5 min
=EXPON.DIST(5, 0.2, TRUE)
Failure rate density at 100 hours
=EXPON.DIST(100, 0.01, FALSE)
Probability server responds within 2 seconds
=EXPON.DIST(2, 1.5, TRUE)
Common Errors
x must be >= 0 and lambda must be positive. Negative values for either cause this error.
Occurs if arguments are non-numeric text.
Tips
Lambda is the rate parameter (events per unit time). If the average time between events is 10 minutes, lambda = 1/10 = 0.1.
The exponential distribution is memoryless: the probability of waiting another 5 minutes is the same whether you have already waited 1 minute or 100 minutes.
Set cumulative=TRUE for questions like 'what is the probability it happens within x time.' Use FALSE only when you need the instantaneous density.
Try EXPON.DIST in Viztab
Import your data and use EXPON.DIST with 370+ other formulas. No signup required.
Open Viztab