Next Page Previous Page Home Tools & Aids Search Handbook
8. Assessing Product Reliability
8.4. Reliability Data Analysis

8.4.3.

How do you project reliability at use conditions?

When projecting from high stress to use conditions, having a correct acceleration model and life distribution model is critical General Considerations

Reliability projections based on failure data from high stress tests are based on assuming we know the correct acceleration model for the failure mechanism under investigation and we are also using the correct life distribution model. This is because we are extrapolating "backwards" - trying to describe failure behavior in the early tail of the life distribution, where we have little or no actual data. 

For example, with an acceleration factor of 5000 (and some are much larger than this), the first 100,000 hours of use life is "over" by 20 hours into the test. Most, or all, of the test failures typically come later in time and are used to fit a life distribution model with only the first 20 hours or less being of practical use.  Many distributions may be flexible enough to adequately fit the data at the percentiles where the points are, and yet differ from the data by orders of magnitude in the very early percentiles (sometimes referred to as the early "tail" of the distribution). 

However, it is frequently necessary to test at high stress (to obtain any failures at all!) and project backwards to use. When doing this bear in mind two important points:

Project for each failure mechanism separately
  • Distribution models, and especially acceleration models, should be applied only to a single failure mechanism at a time. Separate out failure mechanisms when doing the data analysis and use the competing risk model to build up to a total component failure rate
  • Try to find theoretical justification for the chosen models, or at least a successful history of their use for the same or very similar mechanisms. (Choosing models solely based on empirical fit is like extrapolating from quicksand to a mirage.) 
How to Project from High Stress to Use Stress

Two types of use-condition reliability projections are common:

  1. Projection to use conditions after completing a multiple stress cell experiment and successfully fitting both a life distribution model and an acceleration model
  2. Projection to use conditions after a single cell at high stress is run as a line reliability monitor.
Arrhenius model projection example The Arrhenius example from the graphical estimation and the MLE estimation sections ended by comparing use projections of the CDF at 100,000 hours. This is a projection of the first type. We know from the Arrhenius model assumption that the \(T_{50}\) at 25 °C is just $$ A \cdot \mbox{exp} \left( \frac{\Delta H}{k(25+273.16)} \right) \, . $$ Using the graphical model estimates for \(\mbox{ln } A\) and \(\Delta H\) we have, $$ \begin{eqnarray} T_{50} \mbox{ at use } & = & e^{-18.312} \cdot e^{0.808 (11605)/298.16} \\ & & \\ & = & e^{13.137} = 507383 \, , \end{eqnarray} $$ and combining this \(T_{50}\) with the estimate of the common sigma of 0.74 allows us to easily estimate the CDF or failure rate after any number of hours of operation at use conditions.

In particular, the CDF value of a lognormal at \(T/T_{50}\) (where time \(T\) = 100,000 = 507383, and sigma = 0.74) is 0.014, which matches the answer given in the MLE estimation section as the graphical projection of the CDF at 100,000 hours at a use temperature of 25 °C.

If the life distribution model had been Weibull, the same type of analysis would be performed by letting the characteristic life parameter \(\alpha\) vary with stress according to the acceleration model, while the shape parameter \(\gamma\) is constant for all stress conditions.

The second type of use projection was used in the section on lognormal and Weibull tests, in which we judged new lots of product by looking at the proportion of failures in a sample tested at high stress. The assumptions we made were:

  • we knew the acceleration factor between use and high stress
  • the shape parameter (sigma for the lognormal, gamma for the Weibull) is also known and does not change significantly from lot to lot.
With these assumptions, we can take any proportion of failures we see from a high stress test and project a use CDF or failure rate. For a \(T\)-hour high stress test and an acceleration factor of \(A\) from high stress to use stress, an observed proportion \(p\) is converted to a use CDF at 100,000 hours for a lognormal model using: $$ T_{50Stress} = T \cdot G^{-1} (p, \, 0, \, \sigma) $$ $$ \mbox{CDF } = G\left( 100000/(AT_{50Stress}), \, 0, \, \sigma \right) \, , $$ where \(G(q, \, \mu, \, \sigma)\) is the lognormal distribution function with mean \(\mu\) and standard deviation \(\sigma\).

If the model is Weibull, we can find the use CDF or failure rate with: $$ A_{Stress} = T \cdot W^{-1} (p, \, \gamma, \, 1) $$ $$ \mbox{CDF } = W\left( 100000/(A \cdot A_{Stress}), \, \gamma, \, 1 \right) \, , $$ where \(W(q, \, \gamma, \, \alpha)\) is the Weibull distribution function with shape parameter \(\gamma\) and scale parameter \(\alpha\).

The analyses in this section can can be implemented using both Dataplot code and R code.

Home Tools & Aids Search Handbook Previous Page Next Page