Francais | English | Espanõl

Weibull distribution

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Weibull (2-Parameter)
Probability density function
Image:Weibull PDF 2.PNG
Cumulative distribution function
Image:Weibull CDF 2.PNG
Parameters <math>\lambda>0\,</math> scale (real)
<math>k>0\,</math> shape (real)
Support <math>x \in [0; +\infty)\,</math>
Probability density function (pdf) <math>(k/\lambda) (x/\lambda)^{(k-1)} e^{-(x/\lambda)^k}</math>
Cumulative distribution function (cdf) <math>1- e^{-(x/\lambda)^k}</math>
Mean <math>\lambda \Gamma\left(1+\frac{1}{k}\right)\,</math>
Median <math>\lambda\ln(2)^{1/k}\,</math>
Mode <math>\lambda \left(\frac{k-1}{k} \right)^{\frac{1}{k
Variance {{{variance}}}
Skewness {{{skewness}}}
Excess Kurtosis {{{kurtosis}}}
Entropy {{{entropy}}}
mgf {{{mgf}}}
Char. func. {{{char}}}
\,</math> if <math>k>1</math>|
 arg mode   =<math>\lambda\frac{k-1}{k}^{\frac{1}{k}}\,</math> if <math>k>1</math>|
 variance   =<math>\lambda^2\Gamma\left(1+\frac{2}{k}\right) - \mu^2\,</math>|
 skewness   =<math>\frac{\Gamma(1+\frac{3}{k})\lambda^3-3\mu\sigma^2-\mu^3}{\sigma^3}</math>|
 kurtosis   =(see text)|
 entropy    =<math>\gamma\left(1\!-\!\frac{1}{k}\right)+\ln\left(\frac{\lambda}{k}\right)+1</math>|
 mgf        = see Weibull fading|
 char       =|

}}

In probability theory and statistics, the Weibull distribution<ref>Weibull, W. (1951) "A statistical distribution function of wide applicability" J. Appl. Mech. 18, 293-297</ref> (named after Waloddi Weibull) is a continuous probability distribution with the probability density function

<math>f(x;k,\lambda) = {k \over \lambda} \left({x \over \lambda}\right)^{k-1} e^{-(x/\lambda)^k}\,</math>

for <math>x \geq 0</math> and f(x; k, λ) = 0 for x < 0, where <math>k >0</math> is the shape parameter and <math>\lambda >0</math> is the scale parameter of the distribution.

A generalized, 3-parameter Weibull distribution is also often found in the literature. It has the probability density function

<math>f(x;k,\lambda, \theta)={k \over \lambda} \left({x - \theta \over \lambda}\right)^{k-1} e^{-({x-\theta \over \lambda})^k}\,</math>

for <math>x \geq \theta</math> and f(x; k, λ, θ) = 0 for x < θ, where <math>k >0</math> is the shape parameter, <math>\lambda >0</math> is the scale parameter and <math>\theta</math> is the location parameter of the distribution.

The cumulative distribution function for the 2-parameter Weibull is

<math>F(x;k,\lambda) = 1- e^{-(x/\lambda)^k}\,</math>

for x ≥ 0, and F(x; k; λ) = 0 for x < 0.

The cumulative distribution function for the 3-parameter Weibull is

<math>F(x;k,\lambda, \theta) = 1- e^{-({x-\theta \over \lambda})^k}</math>

for x ≥ θ, and F(x; k, λ, θ) = 0 for x < θ.

The failure rate h (or hazard rate) is given by

<math> h(x;k,\lambda) = {k \over \lambda} \left({x \over \lambda}\right)^{k-1}.</math>

The Weibull distribution is often used in the field of life data analysis due to its flexibility—it can mimic the behavior of other statistical distributions such as the normal and the exponential. If the failure rate decreases over time, then k < 1. If the failure rate is constant over time, then k = 1. If the failure rate increases over time, then k > 1.

An understanding of the failure rate may provide insight as to what is causing the failures:

  • A decreasing failure rate would suggest "infant mortality". That is, defective items fail early and the failure rate decreases over time as they fall out of the population.
  • A constant failure rate suggests that items are failing from random events.
  • An increasing failure rate suggests "wear out" - parts are more likely to fail as time goes on.

When k = 3, then the Weibull distribution appears similar to the normal distribution. When k = 1, then the Weibull distribution reduces to the exponential distribution.

Contents

[edit] Properties

The nth raw moment is given by:

<math>m_n = \lambda^n \Gamma(1+n/k)\,</math>

where <math>\Gamma</math> is the Gamma function. The expected value and standard deviation of a Weibull random variable can be expressed as:

<math>\textrm{E}(X) = \lambda \Gamma(1+1/k)\,</math>

and

<math>\textrm{var}(X) = \lambda^2[\Gamma(1+2/k) - \Gamma^2(1+1/k)]\,</math>

The skewness is given by:

<math>\gamma_1=\frac{\Gamma\left(1+\frac{3}{k}\right)\lambda^3-3\mu\sigma^2-\mu^3}{\sigma^3}</math>

The kurtosis excess is given by:

<math>\gamma_2=\frac{-6\Gamma_1^4+12\Gamma_1^2\Gamma_2-3\Gamma_2^2

-4\Gamma_1\Gamma_3+\Gamma_4}{[\Gamma_2-\Gamma_1^2]^2}</math>

where <math>\Gamma_i=\Gamma(1+i/k)</math>. The kurtosis excess may also be written as

<math>\gamma_2=\frac{\lambda^4\Gamma\left(1+\frac{4}{k}\right)

-3\sigma^4-4\gamma_1\sigma^3\mu-6\sigma^2\mu^2-\mu^4}{\sigma^4}.</math>

[edit] Generating Weibull-distributed random variates

Given a random variate U drawn from the uniform distribution in the interval (0, 1), then the variate

<math>X=\lambda (-\ln(U))^{1/k}\,</math>

has a Weibull distribution with parameters k and λ. This follows from the form of the cumulative distribution function.

[edit] Related distributions

  • <math>X \sim \mathrm{Exponential}(\lambda)</math> is an exponential distribution if <math>X \sim \mathrm{Weibull}(\gamma = 1, \lambda^{-1})</math>.
  • <math>X \sim \mathrm{Rayleigh}(\beta)</math> is a Rayleigh distribution if <math>X \sim \mathrm{Weibull}(\gamma = 2, \sqrt{2} \beta)</math>.
  • <math>\lambda(-\ln(X))^{1/k}\,</math> is a Weibull distribution if <math>X \sim \mathrm{Uniform}(0,1)</math>.
  • See also the generalized extreme value distribution.

[edit] Uses

The Weibull distribution is most commonly used in life data analysis, though it has found other applications as well. The Weibull distribution is often used in place of the normal distribution due to the fact that a Weibull variate can be generated through inversion, while normal variates are typically generated using the more complicated Box-Muller method, which requires two uniform random variates. Weibull distributions may also be used to represent manufacturing and delivery times in industrial engineering problems, while it is very important in extreme value theory and weather forecasting. It is also a very popular statistical model in reliability engineering and failure analysis, while it is widely applied in radar systems to model the dispersion of the received signals level produced by some types of clutters. Furthermore, concerning wireless communications, the Weibull distribution may be used for fading channel modelling, since the Weibull fading model seems to exhibit good fit to experimental fading channel measurements. The Weibull distribution is also commonly used to describe wind speed distributions as the natural distribution often matches the Weibull shape.

[edit] References

<references/>

[edit] External links

Image:Bvn-small.png Probability distributions

view  talk  edit</span>  ]

Univariate Multivariate
Discrete: BernoullibinomialBoltzmanncompound PoissondegenerateGauss-Kuzmingeometrichypergeometriclogarithmicnegative binomialparabolic fractalPoissonRademacherSkellamuniformYule-SimonzetaZipfZipf-Mandelbrot Ewensmultinomial
Continuous: BetaBeta primeCauchychi-squareDirac delta functionErlangexponentialexponential powerFfadingFisher's zFisher-TippettGammageneralized extreme valuegeneralized hyperbolicgeneralized inverse GaussianHalf-LogisticHotelling's T-squarehyperbolic secanthyper-exponentialhypoexponentialinverse chi-squareinverse gaussianinverse gammaKumaraswamyLandauLaplaceLévyLévy skew alpha-stablelogisticlog-normalMaxwell-BoltzmannMaxwell speednormal (Gaussian)ParetoPearsonpolarraised cosineRayleighrelativistic Breit-WignerRiceStudent's ttriangulartype-1 Gumbeltype-2 GumbeluniformVoigtvon MisesWeibullWigner semicircleWilks' lambda DirichletKentmatrix normalmultivariate normalvon Mises-FisherWigner quasiWishart
Miscellaneous: Cantorconditionalexponential familyinfinitely divisiblelocation-scale familymarginalmaximum entropy phase-typeposterior priorquasisamplingsingular
</center>de:Weibull-Verteilung

fr:Distribution de Weibull gl:Distribución Weibull it:Variabile casuale di Weibull ja:ワイブル分布 nl:Weibull-verdeling ru:Распределение Вейбулла su:Sebaran Weibull sv:Weibullfördelning

Personal tools