Related Topics: | ||
Description: Returns the inverse of the Weibull cumulative distribution evaluated for the given probability.
Syntax: rv_weibull(Probability, Beta, Eta, Gamma)
Probability is the value for which the distribution 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:
Probability must evaluate to a numerical value that is > 0 and < 1.
Beta and Eta must evaluate to numerical values that are >=0.
Gamma must be numerical.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
rv_weibull(0.9, 1.5, 500, 0)
Returns:
871.860757
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.