Hand Calculations logo Hand Calculations All help pages ▾

Weibull Mean⚠ unverified

General Calculations / Reliability · Compute the mean life of a Weibull distribution

Parameters

InputSymbolUnitDefaultDescription
shapeshape1.0Weibull shape parameter (beta), dimensionless
scalescale1.0Weibull scale parameter (eta), in time units
OutputSymbolUnitDescription
resultmeanMean life (expected time to failure), in time units

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The mean is the first moment of the Weibull density, $\bar t = \int_0^\infty t\,f(t)\,dt$ with $f(t) = \frac{\beta}{\eta}(t/\eta)^{\beta-1}e^{-(t/\eta)^\beta}$ (Weibull Distribution PDF). Substitute $u = (t/\eta)^\beta$, so $t = \eta\,u^{1/\beta}$ and $du = \frac{\beta}{\eta}(t/\eta)^{\beta-1}\,dt$ — which is exactly $f(t)\,dt/e^{-u}\cdot e^{-u}$... more directly, the substitution turns the integral into

$$\bar t = \int_0^\infty t\,f(t)\,dt = \eta\int_0^\infty u^{1/\beta}\,e^{-u}\,du.$$

The remaining integral is the definition of the gamma function, $\Gamma(z) = \int_0^\infty u^{z-1}e^{-u}\,du$, with $z - 1 = 1/\beta$, i.e. $z = 1 + 1/\beta$. Therefore

$$\bar t = \eta\,\Gamma\!\left(1 + \frac{1}{\beta}\right). \qquad\blacksquare$$

The gamma function is the continuous generalisation of the factorial ($\Gamma(n) = (n-1)!$ for integers), and its appearance here is why the Weibull mean carries a non-elementary factor. At $\beta = 1$, $\Gamma(2) = 1! = 1$, recovering the exponential mean $\bar t = \eta = 1/\lambda$ (Mtbf From Failure Rate).

Dimensional check. $\Gamma(1 + 1/\beta)$ is a dimensionless number; $\eta$ carries the time units, so $\bar t$ is a time. $\checkmark$

History and Development

Related Concepts: Weibull Median, Weibull Mode, B10 Life, Weibull Reliability, Weibull Distribution PDF, Weibull Failure Rate, Mtbf From Failure Rate

Notes: Registry calculator weibull-mean (unverified). $\bar t = \eta\,\Gamma(1+1/\beta)$ — correct as shipped; not equal to $\eta$ except at $\beta=1$ (where $\Gamma(2)=1$). The gamma factor corrects for skew. Distinct from the median and mode. Registry labels $\eta$ dimensionless (is a time).

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