Hand Calculations logo Hand Calculations All help pages ▾

Weibull Mode⚠ unverified

General Calculations / Reliability · Compute the mode (most likely failure time) of a Weibull distribution

Parameters

InputSymbolUnitDefaultDescription
shapeshape1.0Weibull shape parameter (beta), dimensionless
scalescale1.0Weibull scale parameter (eta), in time units
OutputSymbolUnitDescription
resultmodeMode of the failure distribution, in time units. Returns 0.0 when ``shape`` is less than or equal to 1

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The mode is where the probability density is maximised, found by setting its derivative to zero. Take the Weibull PDF $f(t) = \frac{\beta}{\eta}(t/\eta)^{\beta-1}e^{-(t/\eta)^\beta}$ (Weibull Distribution PDF). It is easier to maximise $\ln f$ (the log is monotonic, so it shares the maximum):

$$\ln f = \text{const} + (\beta-1)\ln t - \left(\frac{t}{\eta}\right)^\beta.$$

Differentiate with respect to $t$ and set to zero:

$$\frac{d\ln f}{dt} = \frac{\beta-1}{t} - \frac{\beta}{\eta}\left(\frac{t}{\eta}\right)^{\beta-1} = 0.$$

Multiply through by $t$ and rearrange: $\frac{\beta}{\eta^\beta}t^\beta = \beta - 1$, so $(t/\eta)^\beta = (\beta-1)/\beta$, giving

$$t_{mode} = \eta\left(\frac{\beta-1}{\beta}\right)^{1/\beta}. \qquad\blacksquare$$

The condition requires $\beta > 1$ for a positive solution; for $\beta \le 1$ the derivative is negative everywhere (density decreasing), so the maximum sits at the boundary $t = 0$ — hence the piecewise definition.

Dimensional check. $((\beta-1)/\beta)^{1/\beta}$ is a dimensionless number; $\eta$ carries the time units, so $t_{mode}$ is a time. $\checkmark$

History and Development

Related Concepts: Weibull Mean, Weibull Median, B10 Life, Weibull Distribution PDF, Weibull Reliability, Weibull Failure Rate

Notes: Registry calculator weibull-mode (unverified). $t_{mode} = \eta((\beta-1)/\beta)^{1/\beta}$ for $\beta>1$, else $0$ — correct as shipped. No interior mode for $\beta\le1$ (density peaks at $t=0$). Ordering mode $<$ median $<$ mean (right skew). Registry labels $\eta$ dimensionless (is a time).

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