InverseExponential Command
- InverseExponential( <Lambda>, <Probability> )
-
Computes the inverse of the cumulative distribution function of an Exponential distribution at probability p, where the Exponential distribution is defined by the given parameter lambda. In other words, finds t such that P(X ≤ t) = p, where X is an Exponential random variable. Probability p must be a value in the closed interval [0,1].