Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the WEIBULL function. |
| alpha | Parameter of the WEIBULL function. |
| beta | Parameter of the WEIBULL function. |
| cumulative | Parameter of the WEIBULL function. |
Examples
Probability of failure within 2 years
=WEIBULL(2, 1.5, 5, TRUE)
Survival probability
=1-WEIBULL(10000, 2, 8000, TRUE)
PDF for failure rate analysis
=WEIBULL(3, 2, 4, FALSE)
Common Errors
x must be non-negative, and both alpha (shape) and beta (scale) must be positive.
Occurs when arguments are non-numeric.
Tips
alpha < 1: decreasing failure rate (infant mortality). alpha = 1: constant failure rate (exponential distribution). alpha > 1: increasing failure rate (wear-out).
The scale parameter (beta) is the time at which 63.2% of units have failed, regardless of the shape parameter. It is also called the characteristic life in reliability.
The reliability (survival) function is simply =1 - WEIBULL(t, alpha, beta, TRUE). This gives the probability of surviving past time t.
Try WEIBULL in Viztab
Import your data and use WEIBULL with 370+ other formulas. No signup required.
Open Viztab