Life Distributions

From ReliaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

New format available! This reference is now available in a new format that offers faster page load, improved display for calculations and images, more targeted search and the latest content available as a PDF. As of September 2023, this Reliawiki page will not continue to be updated. Please update all links and bookmarks to the latest reference at help.reliasoft.com/reference/life_data_analysis

Chapter 3: Life Distributions


Weibullbox.png

Chapter 3  
Life Distributions  

Synthesis-icon.png

Available Software:
Weibull++

Examples icon.png

More Resources:
Weibull++ Examples Collection

We use the term life distributions to describe the collection of statistical probability distributions that we use in reliability engineering and life data analysis. A statistical distribution is fully described by its pdf (or probability density function). In the previous sections, we used the definition of the pdf to show how all other functions most commonly used in reliability engineering and life data analysis can be derived; namely, the reliability function, failure rate function, mean time function and median life function, etc. All of these can be determined directly from the pdf definition, or [math]\displaystyle{ f(t)\,\! }[/math]. Different distributions exist, such as the normal, exponential, etc., and each one of them has a predefined form of [math]\displaystyle{ f(t)\,\! }[/math]. These distribution definitions can be found in many references. In fact, entire texts have been dedicated to defining families of statistical distributions. These distributions were formulated by statisticians, mathematicians and engineers to mathematically model or represent certain behavior. For example, the Weibull distribution was formulated by Waloddi Weibull, and thus it bears his name. Some distributions tend to better represent life data and are commonly called lifetime distributions. One of the simplest and most commonly used distributions (and often erroneously overused due to its simplicity) is the exponential distribution. The pdf of the exponential distribution is mathematically defined as:

[math]\displaystyle{ \begin{align} f(t)=\lambda e^{-\lambda t} \end{align}\,\! }[/math]

In this definition, note that [math]\displaystyle{ t\,\! }[/math] is our random variable, which represents time, and the Greek letter [math]\displaystyle{ \lambda\,\! }[/math] (lambda) represents what is commonly referred to as the parameter of the distribution. Depending on the value of [math]\displaystyle{ \lambda,\,\! }[/math] [math]\displaystyle{ f(t)\,\! }[/math] will be scaled differently. For any distribution, the parameter or parameters of the distribution are estimated from the data. For example, the well-known normal (or Gaussian) distribution is given by:

[math]\displaystyle{ f(t)=\frac{1}{\sigma \sqrt{2\pi }}{e}^{-\frac{1}{2}(\frac{t-\mu}{\sigma})^2}\,\! }[/math]

[math]\displaystyle{ \mu\,\! }[/math], the mean, and [math]\displaystyle{ \sigma\,\! }[/math], the standard deviation, are its parameters. Both of these parameters are estimated from the data (i.e., the mean and standard deviation of the data). Once these parameters have been estimated, our function [math]\displaystyle{ f(t)\,\! }[/math] is fully defined and we can obtain any value for [math]\displaystyle{ f(t)\,\! }[/math] given any value of [math]\displaystyle{ t\,\! }[/math].

Given the mathematical representation of a distribution, we can also derive all of the functions needed for life data analysis, which again will depend only on the value of [math]\displaystyle{ t\,\! }[/math] after the value of the distribution parameter or parameters have been estimated from data. For example, we know that the exponential distribution pdf is given by:

[math]\displaystyle{ \begin{align} f(t)=\lambda e^{-\lambda t} \end{align}\,\! }[/math]

Thus, the exponential reliability function can be derived as:

[math]\displaystyle{ \begin{align} R(t)= & 1-\int_{0}^{t}\lambda {{e}^{-\lambda s}}ds \\ = & 1-[ 1-{{e}^{-\lambda \cdot t}}] \\ = & {{e}^{-\lambda \cdot t}} \\ \end{align}\,\! }[/math]

The exponential failure rate function is:

[math]\displaystyle{ \begin{align} \lambda (t) =& \frac{f(t)}{R(t)} \\ =& \frac{\lambda {e}^{-\lambda t}}{e^{-\lambda t}} \\ =& \lambda \end{align}\,\! }[/math]

The exponential mean-time-to-failure (MTTF) is given by:

[math]\displaystyle{ \begin{align} \mu = & \int_{0}^{\infty} t\cdot f(t)dt \\ = & \int_{0}^{\infty}{t \cdot {\lambda} \cdot e^{-\lambda t}}dt \\ = & \frac{1}{\lambda } \end{align}\,\! }[/math]

This exact same methodology can be applied to any distribution given its pdf, with various degrees of difficulty depending on the complexity of [math]\displaystyle{ f(t)\,\! }[/math].

Parameter Types

Distributions can have any number of parameters. Do note that as the number of parameters increases, so does the amount of data required for a proper fit. In general, the lifetime distributions used for reliability and life data analysis are usually limited to a maximum of three parameters. These three parameters are usually known as the scale parameter, the shape parameter and the location parameter.

Scale Parameter The scale parameter is the most common type of parameter. All distributions in this reference have a scale parameter. In the case of one-parameter distributions, the sole parameter is the scale parameter. The scale parameter defines where the bulk of the distribution lies, or how stretched out the distribution is. In the case of the normal distribution, the scale parameter is the standard deviation.

Shape Parameter The shape parameter, as the name implies, helps define the shape of a distribution. Some distributions, such as the exponential or normal, do not have a shape parameter since they have a predefined shape that does not change. In the case of the normal distribution, the shape is always the familiar bell shape. The effect of the shape parameter on a distribution is reflected in the shapes of the pdf, the reliability function and the failure rate function.

Location Parameter The location parameter is used to shift a distribution in one direction or another. The location parameter, usually denoted as [math]\displaystyle{ \gamma\,\! }[/math], defines the location of the origin of a distribution and can be either positive or negative. In terms of lifetime distributions, the location parameter represents a time shift.

Locationparameter.png

This means that the inclusion of a location parameter for a distribution whose domain is normally [math]\displaystyle{ [0,\infty]\,\! }[/math] will change the domain to [math]\displaystyle{ [\gamma ,\infty]\,\! }[/math], where [math]\displaystyle{ \gamma\,\! }[/math] can either be positive or negative. This can have some profound effects in terms of reliability. For a positive location parameter, this indicates that the reliability for that particular distribution is always 100% up to that point. In other words, a failure cannot occur before this time [math]\displaystyle{ \gamma\,\! }[/math]. Many engineers feel uncomfortable in saying that a failure will absolutely not happen before any given time. On the other hand, the argument can be made that almost all life distributions have a location parameter, although many of them may be negligibly small. Similarly, many people are uncomfortable with the concept of a negative location parameter, which states that failures theoretically occur before time zero. Realistically, the calculation of a negative location parameter is indicative of quiescent failures (failures that occur before a product is used for the first time) or of problems with the manufacturing, packaging or shipping process. More attention will be given to the concept of the location parameter in subsequent discussions of the exponential and Weibull distributions, which are the lifetime distributions that most frequently employ the location parameter.

Most Commonly Used Distributions

There are many different lifetime distributions that can be used to model reliability data. Leemis [22] presents a good overview of many of these distributions. In this reference, we will concentrate on the most commonly used and most widely applicable distributions for life data analysis, as outlined in the following sections.

The Exponential Distribution

The exponential distribution is commonly used for components or systems exhibiting a constant failure rate. Due to its simplicity, it has been widely employed, even in cases where it doesn't apply. In its most general case, the 2-parameter exponential distribution is defined by:

[math]\displaystyle{ \begin{align} f(t)=\lambda e^{-\lambda (t-\gamma)} \end{align}\,\! }[/math]

Where [math]\displaystyle{ \lambda\,\! }[/math] is the constant failure rate in failures per unit of measurement (e.g., failures per hour, per cycle, etc.) and [math]\displaystyle{ \gamma\,\! }[/math] is the location parameter. In addition, [math]\displaystyle{ \lambda =\tfrac{1}{m}\,\! }[/math], where [math]\displaystyle{ {m}\,\! }[/math] is the mean time between failures (or to failure).

If the location parameter, [math]\displaystyle{ \gamma\,\! }[/math], is assumed to be zero, then the distribution becomes the 1-parameter exponential or:

[math]\displaystyle{ \begin{align} f(t)=\lambda e^{-\lambda t} \end{align}\,\! }[/math]

For a detailed discussion of this distribution, see The Exponential Distribution.

The Weibull Distribution

The Weibull distribution is a general purpose reliability distribution used to model material strength, times-to-failure of electronic and mechanical components, equipment or systems. In its most general case, the 3-parameter Weibull pdf is defined by:

[math]\displaystyle{ f(t)=\frac{\beta}{\eta } \left( \frac{t-\gamma }{\eta } \right)^{\beta -1}{e}^{-(\tfrac{t-\gamma }{\eta }) ^{\beta}}\,\! }[/math]

where [math]\displaystyle{ \beta \,\! }[/math] = shape parameter, [math]\displaystyle{ \eta \,\! }[/math] = scale parameter and [math]\displaystyle{ \gamma\,\! }[/math] = location parameter.

If the location parameter, [math]\displaystyle{ \gamma\,\! }[/math], is assumed to be zero, then the distribution becomes the 2-parameter Weibull or:

[math]\displaystyle{ f(t)=\frac{\beta}{\eta }( \frac{t }{\eta } )^{\beta -1}{e}^{-(\tfrac{t }{\eta }) ^{\beta}}\,\! }[/math]

One additional form is the 1-parameter Weibull distribution, which assumes that the location parameter, [math]\displaystyle{ \gamma\,\! }[/math] is zero, and the shape parameter is a known constant, or [math]\displaystyle{ \beta \,\! }[/math] = constant = [math]\displaystyle{ C\,\! }[/math], so:

[math]\displaystyle{ f(t)=\frac{C}{\eta}(\frac{t}{\eta})^{C-1}e^{-(\frac{t}{\eta})^C} \,\! }[/math]

For a detailed discussion of this distribution, see The Weibull Distribution.

Bayesian-Weibull Analysis

Another approach is the Weibull-Bayesian analysis method, which assumes that the analyst has some prior knowledge about the distribution of the shape parameter of the Weibull distribution (beta). There are many practical applications for this model, particularly when dealing with small sample sizes and/or when some prior knowledge for the shape parameter is available. For example, when a test is performed, there is often a good understanding about the behavior of the failure mode under investigation, primarily through historical data or physics-of-failure.

Note that this is not the same as the so called "WeiBayes model," which is really a one-parameter Weibull distribution that assumes a fixed value (constant) for the shape parameter and solves for the scale parameter. The Bayesian-Weibull feature in Weibull++ is actually a true Bayesian model and offers an alternative to the one-parameter Weibull by including the variation and uncertainty that is present in the prior estimation of the shape parameter.

This analysis method and its characteristics are presented in detail in Bayesian-Weibull Analysis.

The Normal Distribution

The normal distribution is commonly used for general reliability analysis, times-to-failure of simple electronic and mechanical components, equipment or systems. The pdf of the normal distribution is given by:

[math]\displaystyle{ \begin{align} f(t)= \frac{1}{\sigma \sqrt{2\pi }}{e^{-\tfrac{1}{2}(\tfrac{t-\mu }{\sigma })^2}} \end{align}\,\! }[/math]

where [math]\displaystyle{ \mu \,\! }[/math] is the mean of the normal times to failure and [math]\displaystyle{ \sigma\,\! }[/math] is the standard deviation of the times to failure.

The normal distribution and its characteristics are presented in The Normal Distribution.

The Lognormal Distribution

The lognormal distribution is commonly used for general reliability analysis, cycles-to-failure in fatigue, material strengths and loading variables in probabilistic design. When the natural logarithms of the times-to-failure are normally distributed, then we say that the data follow the lognormal distribution.

The pdf of the lognormal distribution is given by:

[math]\displaystyle{ \begin{align} & f(t)=\frac{1}{t{\sigma}'\sqrt{2\pi}}e^{-\tfrac{1}{2}(\tfrac{t'-{\mu'}}{\sigma'})^2}\\ & f(t)\ge 0,t\gt 0,{\sigma'}\gt 0 \\ & {t'}= \ln (t) \end{align}\,\! }[/math]

where [math]\displaystyle{ {\mu'}\,\! }[/math] is the mean of the natural logarithms of the times-to-failure and [math]\displaystyle{ {\sigma'}\,\! }[/math] is the standard deviation of the natural logarithms of the times to failure.

For a detailed discussion of this distribution, see The Lognormal Distribution.

Other Distributions

In addition to the distributions mentioned above, which are more frequently used in life data analysis, the following distributions also have a variety of applications and can be found in many statistical references. They are included in Weibull++, as well as discussed in this reference.

The Mixed Weibull Distribution

The mixed Weibull distribution is commonly used for modeling the behavior of components or systems exhibiting multiple failure modes (mixed populations). It gives the global picture of the life of a product by mixing different Weibull distributions for different stages of the product’s life and is defined by:

[math]\displaystyle{ f_{S}(t)=\sum_{i=1}^{S}p_{i}\frac{\beta_{i}}{\eta_{i}}(\frac{t}{\eta_{i}})^{\beta_{i}-1}e^{-(\frac{t}{\eta_{i}})^{\beta_{i}}} \,\! }[/math]

where the value of [math]\displaystyle{ S\,\! }[/math] is equal to the number of subpopulations. Note that this results in a total of [math]\displaystyle{ (3\cdot S-1)\,\! }[/math] parameters. In other words, each population has a portion or mixing weight for the [math]\displaystyle{ {{i}^{th}}\,\! }[/math] population, a [math]\displaystyle{ {{\beta}_{i}}\,\! }[/math], or shape parameter for the [math]\displaystyle{ {{i}^{th}}\,\! }[/math] population and or scale parameter [math]\displaystyle{ {{n}_{i}}\,\! }[/math] for [math]\displaystyle{ {{i}^{th}}\,\! }[/math] population. Note that the parameters are reduced to [math]\displaystyle{ (3\cdot S-1)\,\! }[/math], given the fact that the following condition can also be used:

[math]\displaystyle{ \sum_{i=1}^{s}p_{i}=1\,\! }[/math]

The mixed Weibull distribution and its characteristics are presented in The Mixed Weibull Distribution.

The Generalized Gamma Distribution

Compared to the other distributions previously discussed, the generalized gamma distribution is not as frequently used for modeling life data; however, it has the the ability to mimic the attributes of other distributions, such as the Weibull or lognormal, based on the values of the distribution’s parameters. This offers a compromise between two lifetime distributions. The generalized gamma function is a three-parameter distribution with parameters [math]\displaystyle{ \mu\,\! }[/math], [math]\displaystyle{ \sigma\,\! }[/math] and [math]\displaystyle{ \lambda\,\! }[/math]. The pdf of the distribution is given by,

[math]\displaystyle{ f(x)=\begin{cases} \frac{|\lambda|}{\sigma \cdot t}\cdot \tfrac{1}{\Gamma( \tfrac{1}{\lambda}^2)}\cdot {e^{\tfrac{\lambda \cdot{\tfrac{\ln(t)-\mu}{\sigma}}+\ln( \tfrac{1}{{\lambda}^2})-e^{\lambda \cdot {\tfrac{\ln(t)-\mu}{\sigma}}}}{{\lambda}^2}}} & \text{if} \ \lambda \ne 0 \\ \frac{1}{t\cdot \sigma \sqrt{2\pi }} e^{-\tfrac{1}{2}{(\tfrac{\ln(t)-\mu}{\sigma })^2}} & \text{if} \ \lambda =0 \end{cases} \,\! }[/math]

where [math]\displaystyle{ \Gamma(x)\,\! }[/math] is the gamma function, defined by:

[math]\displaystyle{ \Gamma (x)=\int_{0}^{\infty}{s}^{x-1}{e^{-s}}ds\,\! }[/math]

This distribution behaves as do other distributions based on the values of the parameters. For example, if [math]\displaystyle{ \lambda = 1\,\! }[/math], then the distribution is identical to the Weibull distribution. If both [math]\displaystyle{ \lambda = 1\,\! }[/math] and [math]\displaystyle{ \sigma = 1\,\! }[/math], then the distribution is identical to the exponential distribution, and for [math]\displaystyle{ \lambda = 0,\,\! }[/math] it is identical to the lognormal distribution. While the generalized gamma distribution is not often used to model life data by itself, its ability to behave like other more commonly-used life distributions is sometimes used to determine which of those life distributions should be used to model a particular set of data.

The generalized gamma distribution and its characteristics are presented in The Generalized Gamma Distribution.

The Gamma Distribution

The gamma distribution is a flexible distribution that may offer a good fit to some sets of life data. Sometimes called the Erlang distribution, the gamma distribution has applications in Bayesian analysis as a prior distribution, and it is also commonly used in queueing theory.

The pdf of the gamma distribution is given by:

[math]\displaystyle{ \begin{align} f(t)= & \frac{e^{kz-{e^{z}}}}{t\Gamma(k)} \\ z= & \ln{t}-\mu \end{align}\,\! }[/math]

where:

[math]\displaystyle{ \begin{align} \mu = & \text{scale parameter} \\ k= & \text{shape parameter} \end{align}\,\! }[/math]

where [math]\displaystyle{ 0\lt t\lt \infty \,\! }[/math], [math]\displaystyle{ -\infty \lt \mu \lt \infty \,\! }[/math] and [math]\displaystyle{ k \gt 0\,\! }[/math].

The gamma distribution and its characteristics are presented in The Gamma Distribution.

The Logistic Distribution

The logistic distribution has a shape very similar to the normal distribution (i.e., bell shaped), but with heavier tails. Since the logistic distribution has closed form solutions for the reliability, cdf and failure rate functions, it is sometimes preferred over the normal distribution, where these functions can only be obtained numerically.

The pdf of the logistic distribution is given by:

[math]\displaystyle{ \begin{align} f(t)= & \frac{e^z}{\sigma {(1+{e^z})^{2}}} \\ z= & \frac{t-\mu }{\sigma } \\ \sigma \gt & 0 \end{align}\,\! }[/math]

where:

[math]\displaystyle{ \begin{align} \mu = & \text{location parameter (also denoted as }\overline{T}) \\ \sigma = & \text{scale parameter} \end{align}\,\! }[/math]

The logistic distribution and its characteristics are presented in The Logistic Distribution.

The Loglogistic Distribution

As may be surmised from the name, the loglogistic distribution is similar to the logistic distribution. Specifically, the data follows a loglogistic distribution when the natural logarithms of the times-to-failure follow a logistic distribution. Accordingly, the loglogistic and lognormal distributions also share many similarities.

The pdf of the loglogistic distribution is given by:

[math]\displaystyle{ \begin{align} f(t)= & \frac{e^z}{\sigma{t}{(1+{e^z})^2}} \\ z= & \frac{t'-{\mu }}{\sigma } \\ f(t)\ge & 0, t\gt 0, {{\sigma}}\gt 0, \\ {t}'= & ln(t) \end{align}\,\! }[/math]

where:

[math]\displaystyle{ \begin{align} \mu= & \text{scale parameter} \\ \sigma=& \text{shape parameter} \end{align}\,\! }[/math]

The loglogistic distribution and its characteristics are presented in The Loglogistic Distribution.

The Gumbel Distribution

The Gumbel distribution is also referred to as the Smallest Extreme Value (SEV) distribution or the Smallest Extreme Value (Type 1) distribution. The Gumbel distribution is appropriate for modeling strength, which is sometimes skewed to the left (e.g., few weak units fail under low stress, while the rest fail at higher stresses). The Gumbel distribution could also be appropriate for modeling the life of products that experience very quick wear out after reaching a certain age.

The pdf of the Gumbel distribution is given by:

[math]\displaystyle{ \begin{align} f(t)= & \frac{1}{\sigma }{{e}^{z-{e^z}}} \\ z= &\frac{t-\mu }{\sigma } \\ f(t)\ge & 0,\sigma \gt 0 \end{align}\,\! }[/math]

where:

[math]\displaystyle{ \begin{align} \mu = & \text{location parameter} \\ \sigma = & \text{scale parameter} \end{align}\,\! }[/math]

The Gumbel distribution and its characteristics are presented in The Gumbel/SEV Distribution.