Related Topics: | ||
Description: Returns the inverse of the cumulative exponential distribution.
Syntax: exponinv(Probability, Lambda, Gamma)
Probability is the value at which the cumulative exponential distribution function is evaluated.
Lambda is the parameter value.
Gamma is the location value.
Remarks:
Probability, Lambda and Gamma must be numerical.
Probability must be >= 0.
Lambda must be > 0.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
exponinv(1, 2, 3)
Returns:
116.977962
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.