Hand Calculations logo Hand Calculations All help pages ▾

Weibull Distribution PDF⚠ unverified

General Calculations / Statistics · Probability density of a Weibull distribution at x

Parameters

InputSymbolUnitDefaultDescription
xx500.0Value
shapeβ2.0Shape parameter
scaleη1000.0Scale parameter
OutputSymbolUnitDescription
ff(x)Probability density

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The Weibull PDF is the derivative of its cumulative distribution function. The Weibull CDF — the probability of failure by time $x$ — is postulated as a stretched exponential,

$$F(x) = 1 - e^{-(x/\eta)^\beta},$$

which is $0$ at $x=0$, rises to $1$ as $x\to\infty$, and passes through $1 - e^{-1}$ at $x = \eta$ (the characteristic-life property). The PDF is its derivative:

$$f(x) = \frac{dF}{dx} = -\frac{d}{dx}e^{-(x/\eta)^\beta} = e^{-(x/\eta)^\beta}\cdot\frac{\beta}{\eta}\left(\frac{x}{\eta}\right)^{\beta-1} = \frac{\beta}{\eta}\left(\frac{x}{\eta}\right)^{\beta-1}e^{-(x/\eta)^\beta}. \qquad\blacksquare$$

using the chain rule with $\frac{d}{dx}(x/\eta)^\beta = \frac{\beta}{\eta}(x/\eta)^{\beta-1}$. The corresponding hazard rate $h(x) = f/(1-F) = \frac{\beta}{\eta}(x/\eta)^{\beta-1}$ (Weibull Failure Rate) makes the $\beta$-controlled failure-rate behaviour explicit: a power law in $x$ with exponent $\beta - 1$, decreasing for $\beta<1$, flat for $\beta=1$, increasing for $\beta>1$.

Dimensional check. With $x$ and $\eta$ in the same units, $(x/\eta)$ is dimensionless; the prefactor $\beta/\eta$ carries "per unit $x$", so $f(x)$ is a density and $\int f\,dx = 1$. $\checkmark$

History and Development

Related Concepts: Weibull Reliability, Weibull Failure Rate, Weibull Mean, Weibull Median, Weibull Mode, B10 Life, Bathtub Curve, Normal Distribution PDF, Sample Weibull

Notes: Registry calculator weibull-pdf (unverified). Weibull PDF — correct as shipped. $\beta$ sets the failure-rate regime ($<1$ infant, $=1$ random $\Rightarrow$ exponential, $>1$ wear-out); $\eta$ is the characteristic life ($63.2\%$ failed). Registry labels $x$, $\beta$, $\eta$ dimensionless (life is a time). One extreme-value (weakest-link) distribution. Returns $0$ for non-positive inputs.

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