|
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 where only the first 20 hours or less are of practical use. Many distributions may be flexible enough to adequately fit the data at the percentiles where the points are, and yet differ 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 get 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 with Dataplot commands | 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 T50 at 25°C
is just
Using the graphical model estimates for ln A and we have T50 at use = e-18.312 × e.808 × 11605/298.16 = e13.137 = 507380 and combining this T50 with the common sigma of .74 allows us to easily estimate the CDF or failure rate after any number of hours of operation at use conditions. In particular, the Dataplot command LET Y = LGNCDF((T/T50),sigma)evaluates a lognormal CDF at time T, and LET Y = LGNCDF((100000/507380),.74)returns the answer .014 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 done by letting the characteristic life parameter The second type of use projection was used in the section on lognormal and Weibull Tests where 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:
LET T50STRESS = T *LGNPPF(p,If the model is Weibull, the Dataplot commands are LET ASTRESS = T*WEIPPF(p, |
||