8.
Assessing Product Reliability
8.4. Reliability Data Analysis
|
|||
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 |
Two types of use-condition reliability projections are common:
|
||
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:
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. |