Related Topics: | ||
Description: Returns the exponential failure rate at a given time.
Syntax: exponfr(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:
exponfr(1, 2, 3)
Returns:
2.000000
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.