Weibull and Reliability Analysis - Weibull CDF, Reliability, and Hazard Functions
Density function
The Weibull distribution (Weibull, 1939, 1951; see also Lieblein, 1955) has density function (for positive parameters b, c, and θ):
f(x) = c/b*[(x-θ)/b]c-1 * e^{-[(x-θ)/b]c}
θ < x, b > 0, c > 0
Cumulative distribution function (CDF)
The Weibull distribution has the cumulative distribution function (for positive parameters b, c, and θ):
F(x) = 1 - exp{-[(x-θ)/b]c}
using the same notation and symbols as described above for the density function.
Hazard function
The hazard function describes the probability of failure during a very small time increment, assuming that no failures have occurred prior to that time. The Weibull distribution has the hazard function (for positive parameters b, c, and θ):
h(t) = f(t)/R(t) = [c*(x-θ)c-1] / bc
using the same notation and symbols as described above for the density and reliability functions.
Cumulative hazard function
The Weibull distribution has the cumulative hazard function (for positive parameters b, c, and θ):
H(t) = (x-θ) / bc
using the same notation and symbols as described above for the density and reliability functions.