ExponDist(Value, Lambda, Cumulative)
Value. Function value. The value must satisfy the constraint: Value >= 0.
Lambda. Parameter value. The value must satisfy the constraint: Lambda > 0.
Cumulative. Boolean value, which indicates what form of exponential function should be used:
True. The ExponDist function returns the integral distribution function.
False. The ExponDist function returns the distribution density function.
The method returns exponential distribution.
The function is used to model time delays between events.
See also: