WEIBULL
Description
Returns either the weibull density function or the weibull cumulative distribution function for the specified arguments.
Syntax
WEIBULL(
x
,
alpha
,
beta
,
cumulative
)
- x: The input value.
- alpha: The alpha parameter.
- beta: The beta parameter.
- cumulative: The type of distribution to use. FALSE = Weibull probability density function; TRUE = Weibull cumulative distribution function.