WEIBULL
Returns the Weibull distribution. Replaced by WEIBULL.DIST.
Syntax
WEIBULL(x, alpha, beta, cumulative)
Parameters
- x: Required. The value at which to evaluate the function
- alpha: Required. A parameter of the distribution (shape)
- beta: Required. A parameter of the distribution (scale)
- cumulative: Required. If TRUE, returns the cumulative distribution function; if FALSE, returns the probability density function
Example
=WEIBULL(105, 20, 100, TRUE)