Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
At the core of IEC 61127 lies the binomial distribution as the governing statistical model. Unlike MTBF verification, which assumes a constant failure rate (exponential distribution), success ratio testing deals with go/no-go binary outcomes. In a fixed number of trials ( n ), the observed number of failures ( r ) follows ( B(n, p) ), where ( p ) is the failure probability and ( 1-p ) is the success ratio. This seemingly simple model has profound implications for test planning: each trial must be independent and identically distributed (i.i.d.), a condition often violated in practice when tests share common stress sources or when product quality drifts during a long test campaign.
The standard formalizes a statistical duel between two hypotheses. The null hypothesis ( H_0 ) defines the Acceptable Quality Level (AQL) — a success ratio ( p_0 ) deemed satisfactory by the producer. The alternative hypothesis ( H_1 ) defines the Limiting Quality (LQ) level — a success ratio ( p_1 ) considered unacceptable by the consumer. The test plan must decide between ( H_0 ) and ( H_1 ) while controlling two types of error:
The Discrimination Ratio (DR) is the key design parameter of any IEC 61127 test plan. Defined in terms of failure probabilities as ( DR = p_1 / p_0 ) (or equivalently in terms of success probabilities as ( DR = (1-p_1)/(1-p_0) )), the DR quantifies the test’s ability to distinguish between acceptable and unacceptable quality levels. A DR close to 1.0 demands a very large number of trials — often impractical — while a large DR (e.g., 5.0 or 10.0) yields quick decisions but at the cost of poor discrimination power.
The Operating Characteristic (OC) curve is the primary tool for evaluating a test plan’s discriminatory power. For a given plan defined by sample size ( n ) and acceptance number ( c ) (maximum allowed failures), the OC function gives the probability of acceptance ( L(p) ) as a function of the true failure probability ( p ):
( L(p) = sum_{r=0}^{c} binom{n}{r} p^r (1-p)^{n-r} )
An ideal OC curve is a step function: ( L(p) = 1 ) for all ( p le p_0 ) and ( L(p) = 0 ) for all ( p ge p_1 ). Real OC curves are sigmoidal, and their steepness at the inflection point directly measures the test’s statistical power. IEC 61127 provided pre-computed OC curves for its standard plans, a practical aid that greatly simplified engineering adoption without requiring advanced statistical expertise.
The simplest and most intuitive test plan type defined in IEC 61127 is the fixed-duration (or fixed-sample) plan. The engineer pre-selects the total number of trials ( n ) and an acceptance number ( c ). After completing all ( n ) trials, if the observed failures ( r le c ), the product is accepted; otherwise, it is rejected. The OC function is given by the binomial cumulative distribution as shown above.
| DR | Trials ( n ) | Accept. No. ( c ) | Actual ( alpha ) | Actual ( beta ) | Typical Application |
|---|---|---|---|---|---|
| 1.50 | 220 | 8 | 4.8% | 9.7% | High-reliability aerospace / defense |
| 2.00 | 75 | 5 | 5.1% | 9.5% | General industrial equipment |
| 3.00 | 30 | 3 | 4.9% | 10.2% | Cost-sensitive commercial products |
| 5.00 | 15 | 2 | 5.3% | 9.8% | Rapid screening / prototype validation |
| 10.00 | 8 | 1 | 4.7% | 10.4% | Rough go/no-go judgment |
Perhaps the most valuable engineering contribution of IEC 61127 is its adoption of Wald’s Sequential Probability Ratio Test (SPRT) for success ratio compliance. Unlike fixed-duration plans, SPRT does not fix the number of trials in advance. Instead, after each trial, the likelihood ratio is computed:
( Lambda(r, n) = frac{p_1^{,r} (1-p_1)^{,n-r}}{p_0^{,r} (1-p_0)^{,n-r}} )
The decision rule at each step is:
In practical engineering use, these inequalities are transformed into linear acceptance and rejection boundaries plotted on a sequential graph with cumulative trials ( n ) on the x-axis and cumulative failures ( r ) on the y-axis. The test path is a staircase function that steps upward on each failure and moves rightward on each trial. As long as the path remains within the two parallel boundaries, testing continues. Crossing the upper boundary triggers rejection; crossing the lower boundary triggers acceptance.
The withdrawal of IEC 61127 was not a consequence of technical obsolescence but rather a rationalization of the reliability test standard landscape. IEC Technical Committee 56 (Dependability) undertook a major restructuring effort in the late 1990s and early 2000s, resulting in:
IEC 61127’s influence extends well beyond its formal withdrawal date. Three enduring contributions deserve recognition:
1. Institutionalizing the Shared-Risk Paradigm. IEC 61127 was among the first reliability standards to explicitly codify both producer and consumer risks within a single decision framework. This “bilateral risk transparency” transformed reliability verification from a unilateral inspection exercise into a collaborative, data-driven negotiation between supplier and customer. The concept now permeates the entire IEC 60300 dependability management series.
2. Engineering-Friendly Sequential Analysis. While Wald’s SPRT theory had existed in the statistical literature since the 1940s, IEC 61127’s contribution was to package it into directly usable tables, graphs, and worked examples that practicing engineers could apply without a statistics degree. This dramatically lowered the adoption barrier for one of the most efficient statistical testing methods ever devised.
3. Legitimizing Small-Sample, High-Risk Plans. By providing formally calibrated risk values for aggressive plans (e.g., DR=5.0 or DR=10.0), IEC 61127 gave contractual legitimacy to rapid-testing approaches. This was especially valuable in industries where each test unit costs tens of thousands of dollars (aerospace, defense, deep-sea equipment) and a full 220-trial plan is simply not an option.
IEC 61127 was exclusively focused on success ratio (binomial pass/fail) data with a limited set of standard test plans. IEC 61124 provides a unified framework encompassing both constant failure rate (exponential/MTBF) verification and success ratio testing, with a broader selection of plan types (sequential truncated plans, short-duration plans, etc.) and more refined OC curve computation algorithms. IEC 61124 also offers better guidance for plan selection under various practical constraints.
DR selection is fundamentally an economic optimization problem. The recommended range is 2.0 to 3.0 for most applications. A DR below 2.0 drives sample size upward rapidly (220 trials at DR=1.5), often making testing prohibitively expensive. A DR above 3.0 weakens discrimination power to the point where the test may fail its quality assurance purpose. For high-reliability components (e.g., satellite electronics), DR=1.5 may be justified if the production volume supports large-sample testing. For general industrial products, DR=2.0 represents a well-established industry consensus for balancing cost and statistical power.
Several factors could contribute to this discrepancy: (1) Statistical limitation — every test plan carries a consumer risk ( beta ), meaning there is always a non-zero probability of accepting a non-compliant product; (2) Laboratory-to-field gap — IEC 61127 assumes test conditions faithfully represent the use profile. If acceleration factors or stress levels are incorrectly calibrated, laboratory results will not generalize to the field; (3) Insufficient sample size — especially with high-DR rapid plans, the confidence intervals around the estimated success ratio are wide, and a passed test does not guarantee a tight lower bound on reliability; (4) Quality drift — the product population tested may differ from later production units due to manufacturing process changes.
Yes, but with important caveats. Software failures do not follow physical wear-out mechanisms, and the independent-identical-distribution (i.i.d.) assumption underlying the binomial model is questionable for software. Software defects are systematic, not stochastic — the same defect causes failure every time the same input path is exercised. The SPRT framework from IEC 61127 is best applied to software reliability growth testing (e.g., during regression test cycles) where each test run can be treated as a Bernoulli trial conditional on the current fault content. Combining IEC 61127’s sequential approach with reliability growth models such as Goel-Okumoto or Musa-Okumoto provides a more robust framework than either approach alone.