Functions
EXPON.DIST
Exponential distribution
Try it
When to use it
When should I use EXPON.DIST?
Use EXPON.DIST to compute the exponential distribution PDF (cumulative=FALSE) or CDF (cumulative=TRUE) — modeling the time between events in a Poisson process, such as waiting times or equipment failure intervals.
Used in
Syntax
EXPON.DIST(x,lambda,cumulative)Examples
=EXPON.DIST(4,0.5,FALSE) // => 0.06766764161830635
=EXPON.DIST(4,0.5,TRUE) // => 0.8646647167633873