Weibull distribution[1].
Syntax:
WEIBULL.DIST( x:Number, shape:Number, scale:Number, cumulative:Boolean )
Returns the value of the cumulative distribution function (CDF) or the probability density function (PDF) for the Weibull distribution with given shape and scale parameters at x.
cumulative selects CDF (TRUE
) or PDF (FALSE
).
Revisions:
This function was added in Fireworkz 2.00.