WEIBULL.DIST function
Summary
Returns the Weibull distribution
Syntax
WEIBULL.DIST(x,alpha,beta,cumulative)
The WEIBULL.DIST function syntax has the following arguments:
• X Required. The value at which to evaluate the function.
• Alpha Required. A parameter to the distribution.
• Beta Required. A parameter to the distribution.
• Cumulative Required. Determines the form of the function.
• X Required. The value at which to evaluate the function.
• Alpha Required. A parameter to the distribution.
• Beta Required. A parameter to the distribution.
• Cumulative Required. Determines the form of the function.
Example
=WEIBULL.DIST(A2,A3,A4,TRUE)
=WEIBULL.DIST(A2,A3,A4,FALSE)
=WEIBULL.DIST(A2,A3,A4,FALSE)