Weibull Distribution Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
The Weibull distribution is the most widely used distribution in reliability engineering and survival analysis. Its flexible shape parameter k allows it to model increasing failure rates (wear-out), constant failure rates (random failures), and decreasing failure rates (infant mortality).
Enter the shape parameter k and scale parameter λ, and optionally an x value. The calculator returns PDF, CDF, reliability function P(X > x), hazard rate h(x), and key statistics including mean, median, mode, and variance.
Formula
f(x) = (k/λ)(x/λ)^(k−1) exp[−(x/λ)^k] F(x) = 1 − exp[−(x/λ)^k]
- k
- shape parameter (k > 0) — controls failure rate pattern
- λ
- scale parameter (λ > 0) — characteristic life
- F(x)
- CDF = P(X ≤ x) = probability of failure by time x
- 1 − F(x)
- reliability / survival function = P(X > x)
- h(x)
- hazard rate = f(x) / (1 − F(x)) = (k/λ)(x/λ)^(k−1)
Parameters
k=1: exponential; k>1: wear-out
F(λ) = 1 − e⁻¹ ≈ 63.2%
Shape Parameter k — Failure Patterns
| k value | Hazard rate | Failure pattern | Typical cause |
|---|---|---|---|
| k < 1 | Decreasing | Infant mortality / early failures | Manufacturing defects, burn-in |
| k = 1 | Constant | Random failures (exponential) | Electronic components, accidents |
| k = 2 | Linearly increasing | Wear-out (Rayleigh) | Metal fatigue, linear degradation |
| k = 3.44 | Steep increase | Approximates normal distribution | Mechanical aging, many causes |
| k > 4 | Rapid increase | Sudden wear-out failures | Brittle fracture, corrosion |
Related Calculators
Special case: Weibull with k = 1
Log-Normal Distribution CalculatorAlternative lifetime distribution
Normal Distribution CalculatorApproximated by Weibull when k ≈ 3.44
Normality Test CalculatorTest if data follows any known distribution
Mean CalculatorCompute sample mean
Statistics HubAll statistics calculators
Disclaimer
For educational and exploratory use only. Reliability decisions should be made in consultation with reliability engineering professionals.