WEIBULL.DIST
Description
Returns either the weibull density function or the weibull cumulative distribution function
for the specified arguments.
Syntax
WEIBULL.DIST(
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.
Example
Formula | Result |
|---|---|
=WEIBULL.DIST(129335,54,151456,TRUE) | 0.000198223 |
Notes
- This function does the same action as WEIBULLDIST().
- In a formula with a null entry such as:=WEIBULL.DIST(,54,151456,TRUE)Worksheets evaluates this formula as having an invalid data type. Microsoft® Excel® evaluates it as if it were sent a zero instead of the null value.