Related Topics: | ||
Description: Returns the probability from the Weibull cumulative distribution function evaluated at x.
Syntax: pr_weibull(x, Beta, Eta, Gamma)
x 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:
x, Beta and Eta must evaluate to numerical values that are >0.
Gamma must evaluate to a numerical value.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
pr_weibull(1000, 1.5, 500, 0)
Returns:
0.940894
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.