Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the WEIBULL.DIST function. |
| alpha | Parameter of the WEIBULL.DIST function. |
| beta | Parameter of the WEIBULL.DIST function. |
| cumulative | Parameter of the WEIBULL.DIST function. |
Examples
Warranty claim probability
=WEIBULL.DIST(365, 1.2, 1000, TRUE)
Wind speed probability
=WEIBULL.DIST(15, 2.5, 10, TRUE)
Maintenance planning
=1-WEIBULL.DIST(5000, 3, 7000, TRUE)
Common Errors
x must be non-negative, alpha (shape) and beta (scale) must be positive.
Occurs when arguments are non-numeric.
Tips
The Weibull distribution is the default choice for modeling product lifetimes in engineering. Shape parameter captures whether products fail early (shape < 1), randomly (shape = 1), or wear out (shape > 1).
The mean of the Weibull distribution is beta * GAMMA(1 + 1/alpha). For shape=2 and scale=1000, MTTF = 1000 * gamma(1.5) = about 886 hours.
WEIBULL.DIST and WEIBULL are functionally identical. Use WEIBULL.DIST in new spreadsheets for consistency with the modern naming convention.
Try WEIBULL.DIST in Viztab
Import your data and use WEIBULL.DIST with 370+ other formulas. No signup required.
Open Viztab