|
8.
Assessing Product Reliability
8.1. Introduction 8.1.6. What are the basic lifetime distribution models used for non-repairable populations?
|
|||
|
The Extreme Value Distribution usually refers to the distribution of the minimum of a large number of unbounded random observations |
Description,
Formulas and Plots
We have already referred to Extreme Value Distributions when describing the uses of the Weibull distribution. Extreme value distributions are the limiting distributions for the minimum or the maximum of a very large collection of random observations from the same arbitrary distribution. Gumbel (1958) showed that for any well-behaved initial distribution (i.e., F(x) is continuous and has an inverse), only a few models are needed, depending on whether you are interested in the maximum or the minimum, and also if the observations are bounded above or below. In the context of reliability modeling, extreme value distributions for the minimum are frequently encountered. For example, if a system consists of n identical components in series, and the system fails when the first of these components fails, then system failure times are the minimum of n random component failure times. Extreme value theory says that, independent of the choice of component model, the system model will approach a Weibull as n becomes large. The same reasoning can also be applied at a component level, if the component failure occurs when the first of many similar competing failure processes reaches a critical level. The distribution often referred to as the Extreme Value Distribution (Type I) is the limiting distribution of the minimum of a large number of unbounded identically distributed random variables. The PDF and CDF are given by: |
||
| Extreme Value Distribution formulas and PDF shapes |
![]() If the x values are bounded below (as is the case with times of failure) then the limiting distribution is the Weibull. Formulas and uses of the Weibull have already been discussed. PDF Shapes for the (minimum) Extreme Value Distribution (Type I) are shown in the following figure.
|
||
| The natural log of Weibull data is extreme value data | Uses
of the Extreme Value Distribution Model
Because of this relationship, computer programs and graph papers designed for the extreme value distribution can be used to analyze Weibull data. The situation exactly parallels using normal distribution programs to analyze lognormal data, after first taking natural logarithms of the data points. |
||
| Dataplot commands for the extreme value distribution | DATAPLOT
for the Extreme Value Distribution
Assume µ = ln 200,000 = 12.206 and SET MINMAX 1Dataplot will calculate PDF and CDF values corresponding to the points 5, 8, 10, 12, 12.8. The PDF's are .110E-5, .444E-3, .024, .683 and .247. The CDF's are .551E-6, .222E-3, .012, .484 and .962. Finally, we generate 100 random numbers from this distribution and construct an extreme value distribution probability plot as follows: LET SAM = EXTREME VALUE TYPE 1 RANDOM NUMBERS FOR I = 1 1 100
Data from an extreme value distribution will line up approximately along
a straight line when this kind of plot is constructed. The slope of the
line is an estimate of |
||