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 valueHazard rateFailure patternTypical cause
k < 1DecreasingInfant mortality / early failuresManufacturing defects, burn-in
k = 1ConstantRandom failures (exponential)Electronic components, accidents
k = 2Linearly increasingWear-out (Rayleigh)Metal fatigue, linear degradation
k = 3.44Steep increaseApproximates normal distributionMechanical aging, many causes
k > 4Rapid increaseSudden wear-out failuresBrittle fracture, corrosion

Disclaimer

For educational and exploratory use only. Reliability decisions should be made in consultation with reliability engineering professionals.

Frequently Asked Questions