Related Topics: | ||
Description: Returns the exponential reliability at a given time (i.e., 1 minus the cumulative density function).
Syntax: exponrel(x, Lambda, Gamma)
x is the time at which the function is evaluated.
Lambda is the parameter value.
Gamma is the location value.
Remarks:
x, Lambda and Gamma must be numerical.
x 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:
exponrel(0.2, 10, 0)
Returns:
0.135335
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.