Calculates values for a Weibull distribution based on the specified shape and scale.
Syntax
x: The number at which you want to find the Weibull distribution. Eg., 100
k: The shape parameter of the distribution. Eg., 15
λ: The scale parameter of the distribution. Eg., 90
mode : Determines the type of function to return.
Examples
|
Formula |
Result |
|
=WEIBULL(A2;B2;C2;D2) |
0.005663869 |
|
=WEIBULL(A3;B3;C3;D3) |
0.186078319 |
|
=WEIBULL(A4;B4;C4;D4) |
0.006720373 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions
BINOMDIST
CRITBINOM
EXPONDIST
HYPGEOMDIST
LOGINV
LOGNORMDIST
NEGBINOMDIST
NORMDIST
NORMINV
NORMSDIST
NORMSINV
POISSON
PROB