Inferensys

Glossary

Weibull Distribution

A continuous probability distribution widely used in reliability engineering to model the time-to-failure of transformer populations, characterized by its flexible shape parameter that captures decreasing, constant, or increasing hazard rates over an asset's lifecycle.
ML engineer managing model training cluster on laptop, GPU utilization visible, technical deep learning setup.
RELIABILITY ENGINEERING

What is Weibull Distribution?

The Weibull distribution is a continuous probability distribution used extensively in reliability engineering to model time-to-failure data, characterized by its flexible shape parameter that can represent increasing, decreasing, or constant failure rates.

The Weibull distribution is a continuous probability distribution defined by its shape parameter (β) and scale parameter (η). Its primary value in predictive maintenance for transformers lies in the shape parameter's ability to model distinct phases of the asset lifecycle: infant mortality (β < 1), random failures during useful life (β = 1), and wear-out failures due to insulation aging (β > 1). This flexibility makes it superior to the exponential distribution for analyzing time-to-failure data from transformer populations.

In practice, reliability engineers fit historical failure data from a transformer fleet to a Weibull model to estimate the hazard rate and forecast future failure probabilities. The scale parameter (η), representing the characteristic life at which 63.2% of units have failed, is correlated with Degree of Polymerization (DP) and hot-spot temperature data to refine Remaining Useful Life (RUL) estimates. This statistical foundation enables the transition from time-based to Condition-Based Maintenance (CBM) strategies.

RELIABILITY ENGINEERING FOUNDATIONS

Core Characteristics of the Weibull Distribution

The Weibull distribution is a versatile probability model used to characterize asset failure behavior over time. Its flexible shape parameter allows it to model decreasing, constant, or increasing hazard rates, making it indispensable for transformer life data analysis.

01

The Shape Parameter (β) and the Bathtub Curve

The shape parameter β (beta) is the defining characteristic of the Weibull distribution, directly mapping to the bathtub curve of asset reliability:

  • β < 1: Models infant mortality or early-life failures. The hazard rate decreases over time as weak components are eliminated. This is typical of new transformers with manufacturing defects.
  • β = 1: Reduces to the exponential distribution, modeling random failures during the useful life period. Failures occur at a constant rate due to external events like lightning strikes or switching surges.
  • β > 1: Models wear-out failures. The hazard rate increases over time as insulation degrades and mechanical components fatigue. A β of 3-4 is common for transformer paper insulation aging.
  • β > 10: Indicates rapid, deterministic wear-out, approaching a normal distribution.
02

The Scale Parameter (η) and Characteristic Life

The scale parameter η (eta) defines the characteristic life of the asset population. It is the time at which 63.2% of the population will have failed, regardless of the shape parameter value.

  • η is expressed in the same units as the time-to-failure data, typically hours or years for transformers.
  • For a given β, a larger η indicates a more reliable population with longer expected life.
  • In transformer fleet analysis, η helps asset managers benchmark different sub-populations, such as comparing the characteristic life of transformers from different manufacturers or those operating under different loading profiles.
  • The relationship between η and the Mean Time To Failure (MTTF) is: MTTF = η × Γ(1 + 1/β), where Γ is the gamma function.
03

Probability Density Function (PDF) and Failure Modes

The Probability Density Function (PDF) describes the relative likelihood of failure at any given time t. Its shape is dictated entirely by β:

  • For β < 1: The PDF is monotonically decreasing, with the highest probability of failure at time zero, decreasing thereafter.
  • For β = 1: The PDF is a simple exponential decay curve.
  • For β > 1: The PDF is unimodal and right-skewed, peaking at the mode of the distribution. As β increases, the distribution becomes more symmetric and concentrated around η.
  • In Dissolved Gas Analysis (DGA)-driven predictive maintenance, the PDF helps quantify the probability that a transformer with a specific gas trend will fail within the next inspection interval, enabling risk-based maintenance scheduling.
04

The Reliability Function R(t) and Survival Probability

The reliability function R(t) gives the probability that a transformer survives beyond time t. It is the complement of the cumulative distribution function: R(t) = e^-(t/η)^β.

  • At t = η, R(t) = e^-1 ≈ 36.8%, confirming that 63.2% have failed by the characteristic life.
  • This function is critical for Remaining Useful Life (RUL) estimation. Given a transformer has survived to its current age, the conditional reliability function calculates the probability of surviving an additional mission time.
  • Asset managers use R(t) curves to determine optimal replacement intervals, balancing the cost of unplanned failure against the cost of proactive replacement.
  • The Bx life (e.g., B10 life) is derived directly from R(t), indicating the time by which x% of the population is expected to fail.
05

The Hazard Function h(t) and Instantaneous Failure Rate

The hazard function h(t) represents the instantaneous failure rate at time t, given survival to that time. Its formula is: h(t) = (β/η) × (t/η)^(β-1).

  • This is the most diagnostically useful function for Condition-Based Maintenance (CBM). A rising h(t) signals accelerating degradation.
  • For transformer windings, the hazard rate often follows a power-law relationship with Hot-Spot Temperature, which can be integrated into a Physics-Informed Neural Network (PINN) to constrain failure predictions with Arrhenius-based thermal aging laws.
  • The cumulative hazard function H(t) = (t/η)^β is used in Weibull probability plotting to visually assess goodness-of-fit on Weibull probability paper.
  • A flat hazard function (β=1) implies that preventive replacement offers no reliability improvement over run-to-failure.
06

Parameter Estimation: Maximum Likelihood and Rank Regression

Accurate estimation of β and η from field data is essential for valid predictions. Two primary methods are used:

  • Maximum Likelihood Estimation (MLE): Solves for parameters that maximize the probability of observing the actual failure and suspension data. MLE handles right-censored data (transformers still operating) naturally, making it ideal for fleets with incomplete failure histories.
  • Rank Regression on X (RRX): Fits a linear model to the transformed data on Weibull probability paper using median ranks (often approximated by Benard's formula: (i-0.3)/(n+0.4)). RRX is robust for small sample sizes.
  • Bayesian Weibull analysis incorporates prior engineering knowledge—such as the expected β for paper insulation aging—to refine estimates when failure data is sparse.
  • Confidence bounds on parameters are critical; a wide confidence interval on β that spans 1.0 indicates insufficient data to distinguish random from wear-out failure modes.
RELIABILITY ENGINEERING

How Weibull Analysis Works in Transformer Asset Management

The Weibull distribution is a statistical probability model used in transformer asset management to analyze time-to-failure data, characterize aging patterns, and forecast remaining useful life across equipment populations.

The Weibull distribution is a continuous probability distribution defined by its shape parameter (β) and scale parameter (η), which together model the hazard rate—the instantaneous risk of failure at a given age. In transformer asset management, a β < 1 indicates infant mortality failures from manufacturing defects, β = 1 represents random failures during the useful life phase, and β > 1 signals wear-out failures driven by insulation aging, allowing reliability engineers to classify failure modes directly from historical outage data.

Asset managers apply Weibull analysis to transformer populations by fitting failure times to the distribution using maximum likelihood estimation or rank regression, then extracting the B10 life—the point at which 10% of the population is expected to fail—to prioritize replacement budgets. When combined with condition data from dissolved gas analysis and degree of polymerization measurements, Weibull-based reliability functions enable probabilistic forecasting of end-of-life curves, shifting maintenance strategies from reactive to predictive.

WEIBULL DISTRIBUTION IN RELIABILITY ENGINEERING

Frequently Asked Questions

Explore the fundamental concepts behind the Weibull distribution and its critical role in modeling transformer failure rates and predicting asset lifetimes.

The Weibull distribution is a continuous probability distribution widely used in reliability engineering to model the time-to-failure of assets, particularly transformers. Unlike the exponential distribution, which assumes a constant failure rate, the Weibull distribution is defined by a shape parameter (β) and a scale parameter (η). The shape parameter is crucial: if β < 1, the failure rate decreases over time, modeling early 'infant mortality' failures; if β = 1, the failure rate is constant, representing random failures; and if β > 1, the failure rate increases, modeling wear-out failures. For transformer populations, asset managers use historical failure data to fit a Weibull curve, allowing them to forecast the probability of failure at a given age and schedule predictive maintenance before the wear-out phase begins.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.