Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 61649:2008 provides a standardized methodology for performing Weibull analysis on time-to-failure data collected from field performance, accelerated life tests, or burn-in programs. The Weibull distribution is the most widely used parametric model in reliability engineering because of its flexibility in modeling increasing, constant, and decreasing failure rates. This standard consolidates best practices for parameter estimation, confidence interval calculation, and goodness-of-fit testing.
The cumulative distribution function (CDF) of the two-parameter Weibull distribution is:
F(t) = 1 − exp[−(t/η)β]
where β (beta) is the shape parameter (slope of the Weibull plot) and η (eta) is the scale parameter or characteristic life (63.2rd percentile).
Adding a location parameter γ (gamma), also called the failure-free period or guaranteed life, gives the three-parameter form:
F(t) = 1 − exp{−[(t−γ)/η]β}
The 3-parameter Weibull is useful when failures cannot occur before a certain time (e.g., mechanical fatigue crack initiation period). However, IEC 61649 cautions that estimating γ requires larger sample sizes and can lead to unstable results with small data sets.
| Parameter | Symbol | Meaning | Typical Range |
|---|---|---|---|
| Shape | β | Failure rate behavior (<1 = decreasing, =1 = constant, >1 = increasing) | 0.2 – 5.0 |
| Scale (characteristic life) | η | Time at which 63.2 % of population has failed | Application-dependent |
| Location (failure-free) | γ | Minimum life before any failure can occur | ≥ 0 |
IEC 61649 describes two primary estimation methods and provides guidance on their applicability:
Also known as “least squares on a Weibull plot,” MRR involves plotting failure times against their median ranks (approximated by Benard’s formula: (i − 0.3) / (n + 0.4)) on logarithmic axes and fitting a straight line. The slope of the line is β, and the intercept gives η. MRR is intuitive and provides a visual goodness-of-fit check — it is the preferred method for small data sets (n < 20).
MLE iteratively maximizes the likelihood function for the observed data. It handles multiply censored data naturally and provides better statistical properties for large samples. However, MLE can produce biased estimates for small sample sizes (corrected by the unbiasing factor in IEC 61649 Annex A). MLE is the preferred method for sample sizes n ≥ 20.
| Criterion | MRR (Median Rank Regression) | MLE (Maximum Likelihood) |
|---|---|---|
| Best sample size | n < 20 | n ≥ 20 |
| Handles censored data | Limited (suspended items) | Yes (multiple censoring) |
| Visual check | Built-in (probability plot) | Requires separate plot |
| Confidence intervals | Approximate (Fisher matrix) | Likelihood ratio or Fisher matrix |
| Computational complexity | Simple (manual or spreadsheet) | Requires numerical iteration |
IEC 61649 requires that the adequacy of the Weibull model be verified before using the estimated parameters for predictions. Three key methods are specified:
The methodology of IEC 61649 is applied across diverse industries:
Example: A manufacturer tested 30 electromechanical relays. 12 failed during the 10,000-hour test, with β = 1.8 and η = 14,500 hours. The Weibull plot showed good linearity (r = 0.97). The B10 life (time at which 10 % of units fail) was calculated from the fitted distribution as 4,200 hours — this became the declared lifetime rating.
IEC 61649 recommends a minimum of 7–10 failures for the 2-parameter Weibull using MRR. For MLE, a minimum of 20 failures is recommended. The 3-parameter Weibull requires at least 20–30 failures. With fewer failures, confidence bounds become very wide, and the analysis may not support engineering decisions.
Indirectly, yes. Degradation data (e.g., wear, resistance drift, insulation leakage) can be transformed into pseudo-failure times by defining a critical degradation threshold. Each unit’s time-to-cross the threshold becomes a failure time. This approach, sometimes called “degradation-based Weibull,” is more efficient than waiting for actual failures but requires careful definition of the failure threshold.
IEC 61649 is the most comprehensive international standard for Weibull analysis in reliability engineering. ASTM E2782 focuses on Weibull analysis for ceramic strength data. MIL-HDBK-17 covers composites with some Weibull applications. IEC 61649 covers the broadest range of failure data types (complete, censored, interval-censored) and is the preferred reference for electronics and electromechanical reliability.
Zero-failure data sets cannot be analyzed with standard Weibull methods. IEC 61649 suggests using Bayesian approaches or the “Weibayes” technique, where the shape parameter β is assumed based on prior knowledge (e.g., β = 1.0 for electronic components based on historical data), and only the scale parameter η is estimated. This is a special case covered in the standard’s informative annexes.