Related Topics: | ||
Description: Returns the Weibull reliability at a given time. This is one minus the cumulative density function.
Syntax: weibullrel(x, Beta, Eta, Gamma)
x is the time at which the function is evaluated.
Beta is the shape parameter of the Weibull distribution.
Eta is the scale parameter of the Weibull distribution.
Gamma is the location parameter of the Weibull distribution.
Remarks:
x, Beta, Eta and Gamma must be numerical.
x, Beta and Eta 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:
weibullrel(20, 1.65, 103.35, -9.92)
Returns:
0.878677
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.