Hand Calculations logo Hand Calculations All help pages ▾

Weibull Failure Rate⚠ unverified

General Calculations / Reliability · Compute the Weibull hazard (instantaneous failure) rate

Parameters

InputSymbolUnitDefaultDescription
tt1.0Time at which the hazard rate is evaluated, in time units
shapeshape1.0Weibull shape parameter (beta), dimensionless
scalescale1.0Weibull scale parameter (eta), in the same time units as ``t``
OutputSymbolUnitDescription
resulthHazard rate, in failures per unit time

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The hazard rate is defined as the ratio of the failure density to the survival function, $h(t) = f(t)/R(t)$ — the failure density conditioned on having survived. For the Weibull, the PDF is $f(t) = \frac{\beta}{\eta}(t/\eta)^{\beta-1}e^{-(t/\eta)^\beta}$ (Weibull Distribution PDF) and the survival is $R(t) = e^{-(t/\eta)^\beta}$ (Weibull Reliability). Dividing:

$$h(t) = \frac{f(t)}{R(t)} = \frac{\frac{\beta}{\eta}(t/\eta)^{\beta-1}e^{-(t/\eta)^\beta}}{e^{-(t/\eta)^\beta}} = \frac{\beta}{\eta}\left(\frac{t}{\eta}\right)^{\beta-1}. \qquad\blacksquare$$

The exponential survival terms cancel, leaving the clean power law. This cancellation is special to the Weibull form and is exactly why the model is so tractable: the hazard is elementary, the cumulative hazard is $(t/\eta)^\beta$, and reliability is its exponential. The ratio of hazards at two times, $h(t_2)/h(t_1) = (t_2/t_1)^{\beta-1}$, is independent of $\eta$ (Hazard Rate Ratio) — a convenient way to compare risk across ages.

Dimensional check. $(t/\eta)^{\beta-1}$ is dimensionless; the prefactor $\beta/\eta$ carries $1/\text{time}$, so $h(t)$ is a rate. $\checkmark$

History and Development

Related Concepts: Weibull Reliability, Weibull Distribution PDF, Hazard Rate Ratio, Weibull Mean, B10 Life, Exponential Reliability, Bathtub Curve

Notes: Registry calculator weibull-failure-rate (unverified). $h(t) = \frac{\beta}{\eta}(t/\eta)^{\beta-1}$ — correct as shipped; power law with exponent $\beta-1$ (decreasing/constant/increasing hazard). $h = f/R$; integrates to the cumulative hazard $(t/\eta)^\beta$. Registry labels $t$, $\eta$ dimensionless (are times).

← Back to the workspace  ·  All help pages  ·  Getting started