Related Topics: | ||
Description: Returns the mean of the Weibull distribution.
Syntax: weibullmean(Beta, Eta, Gamma)
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:
Beta, Eta and Gamma must be numerical.
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:
weibullmean(1.65, 103.35, -9.92)
Returns:
82.496723
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.