Birnbaum–Saunders distribution

From HandWiki

The Birnbaum–Saunders distribution, also known as the fatigue life distribution, is a probability distribution used extensively in reliability applications to model failure times. There are several alternative formulations of this distribution in the literature. It is named after Z. W. Birnbaum and S. C. Saunders.

Theory

This distribution was developed to model failures due to cracks. A material is placed under repeated cycles of stress. The jth cycle leads to an increase in the crack by Xj amount. The sum of the Xj is assumed to be normally distributed with mean and variance 2. The probability that the crack does not exceed a critical length ω is

[math]\displaystyle{ P( X \le \omega ) = \Phi\left( \frac{ \omega - n \mu }{ \sigma \sqrt{ n } } \right) }[/math]

where Φ() is the cdf of normal distribution.

If T is the number of cycles to failure then the cumulative distribution function (cdf) of T is

[math]\displaystyle{ P( T \le t ) = 1 - \Phi\left( \frac{ \omega - t \mu }{ \sigma \sqrt{ t } } \right) = \Phi\left( \frac{ t \mu - \omega }{ \sigma \sqrt{ t } } \right) = \Phi\left( \frac{ \mu \sqrt{ t } }{ \sigma } - \frac{ \omega }{ \sigma \sqrt{t} } \right) = \Phi\left( \frac{ \sqrt{ \mu \omega } }{ \sigma } \left[ \left( \frac{ t }{ \omega / \mu } \right)^{ 0.5 } - \left( \frac{ \omega / \mu }{ t } \right)^{ 0.5 } \right] \right) }[/math]

The more usual form of this distribution is:

[math]\displaystyle{ F( x; \alpha, \beta ) = \Phi\left( \frac{ 1 }{ \alpha } \left[ \left( \frac{ x }{ \beta } \right)^{0.5} - \left( \frac{ \beta }{ x } \right)^{0.5} \right] \right) }[/math]

Here α is the shape parameter and β is the scale parameter.

Properties

The Birnbaum–Saunders distribution is unimodal with a median of β.

The mean (μ), variance2), skewness (γ) and kurtosis (κ) are as follows:

[math]\displaystyle{ \mu = \beta\left( 1 + \frac{ \alpha^2 }{ 2 } \right) }[/math]
[math]\displaystyle{ \sigma^2 = ( \alpha \beta )^2 \left( 1 + \frac{ 5 \alpha^2 }{ 4 } \right) }[/math]
[math]\displaystyle{ \gamma = \frac{ 4 \alpha ( 11 \alpha^2 + 6 ) }{ ( 5 \alpha^2 + 4 )^{\frac{3}{2}}} }[/math]
[math]\displaystyle{ \kappa = 3 + \frac{ 6 \alpha^2 ( 93 \alpha^2 + 40 ) }{ ( 5 \alpha^2 + 4 )^2 } }[/math]

Given a data set that is thought to be Birnbaum–Saunders distributed the parameters' values are best estimated by maximum likelihood.

If T is Birnbaum–Saunders distributed with parameters α and β then T−1 is also Birnbaum-Saunders distributed with parameters α and β−1.

Transformation

Let T be a Birnbaum-Saunders distributed variate with parameters α and β. A useful transformation of T is

[math]\displaystyle{ X = \frac{ 1 }{ 2 } \left[ \left( \frac{ T }{ \beta } \right)^{ 0.5 } - \left( \frac{ T }{ \beta } \right)^{ -0.5 } \right] }[/math].

Equivalently

[math]\displaystyle{ T = \beta\left( 1 + 2X^2 + 2X( 1 + X^2 )^{ 0.5 } \right) }[/math].

X is then distributed normally with a mean of zero and a variance of α2 / 4.

Probability density function

The general formula for the probability density function (pdf) is

[math]\displaystyle{ f(x) = \frac{\sqrt{\frac{x-\mu}{\beta}}+\sqrt{\frac{\beta}{x-\mu}}}{2\gamma\left(x-\mu\right)}\phi\left(\frac{\sqrt{\frac{x-\mu}{\beta}}-\sqrt{\frac{\beta}{x-\mu}}}{\gamma}\right)\quad x \gt \mu; \gamma,\beta\gt 0 }[/math]

where γ is the shape parameter, μ is the location parameter, β is the scale parameter, and [math]\displaystyle{ \phi }[/math] is the probability density function of the standard normal distribution.

Standard fatigue life distribution

The case where μ = 0 and β = 1 is called the standard fatigue life distribution. The pdf for the standard fatigue life distribution reduces to

[math]\displaystyle{ f(x) = \frac{\sqrt{x}+\sqrt{\frac{1}{x}}}{2\gamma x}\phi\left(\frac{\sqrt{x}-\sqrt{\frac{1}{x}}}{\gamma}\right)\quad x \gt 0; \gamma \gt 0 }[/math]

Since the general form of probability functions can be expressed in terms of the standard distribution, all of the subsequent formulas are given for the standard form of the function.

Cumulative distribution function

The formula for the cumulative distribution function is

[math]\displaystyle{ F(x) = \Phi\left(\frac{\sqrt{x} - \sqrt{\frac{1}{x}}}{\gamma}\right)\quad x \gt 0; \gamma \gt 0 }[/math]

where Φ is the cumulative distribution function of the standard normal distribution.

Quantile function

The formula for the quantile function is

[math]\displaystyle{ G(p) = \frac{1}{4}\left[\gamma\Phi^{-1}(p) + \sqrt{4+\left(\gamma\Phi^{-1}(p)\right)^2}\right]^2 }[/math]

where Φ −1 is the quantile function of the standard normal distribution.

References

External links

 This article incorporates public domain material from the National Institute of Standards and Technology website https://www.nist.gov.