ReferenceFunctionsStatistics Functions
WEIBULL.DIST
WEIBULL.DIST: Returns the Weibull-distribution probability at `x` for shape `alpha` and scale `beta`.
Summary
WEIBULL.DIST is commonly used for reliability and time-to-failure analysis.
Remarks
- Requires
x >= 0,alpha > 0, andbeta > 0. - Set
cumulativeto non-zero for CDF mode, or0for PDF mode. - Returns
#NUM!when parameters fall outside valid ranges. - In PDF mode at
x = 0, behavior follows the Weibull shape-specific limit.
Examples
Weibull CDF with alpha=1 and beta=2
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.6321205588285577
Weibull PDF with alpha=1 and beta=2
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.18393972058572117
Related functions
Runtime metadata
Category
Statistics
Signature
WEIBULL.DIST(arg1: Number, arg2: Number, arg3: Number, arg4: Number)Arity
min 4, max 4
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
arg4Number · Scalar · coercion NumberLenientText
Caps
PURE
Source