EXPON.DIST

Exponential distribution[1].

Syntax:

EXPON.DIST( x:Number, lambda:Number {, cumulative:Boolean} )

Returns the value of the cumulative distribution function (CDF) or the probability density function (PDF) for the exponential distribution with given lambda parameter at x.

cumulative: selects CDF (TRUE, default) or PDF (FALSE).

Revisions:

This function was added in Fireworkz 2.00.

  1. Weisstein, Eric W. "Exponential Distribution." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/ExponentialDistribution.html