Weibull distribution
From Free net encyclopedia
Template:Probability distribution
In probability theory and statistics, the Weibull distribution (named after Waloddi Weibull) is a continuous probability distribution with the probability density function
- <math> f(x;k,\lambda) = (k/\lambda) (x/\lambda)^{(k-1)} e^{-(x/\lambda)^k}\,</math>
where <math>x \geq0</math> and <math>k >0</math> is the shape parameter and <math>\lambda >0</math> is the scale parameter of the distribution.
The cumulative density function is defined as
- <math>F(x;k,\lambda) = 1- e^{-(x/\lambda)^k}\,</math>
where again, <math>x >0</math>.
The failure rate h (or hazard rate) is given by:
- <math> h(x;k,\lambda) = (k/\lambda) (x/\lambda)^{(k-1)}</math>
Weibull distributions are often used to model the time until a given technical device fails. If the failure rate of the device decreases over time, one chooses <math>k<1</math> (resulting in a decreasing density <math>f</math>). If the failure rate of the device is constant over time, one chooses <math>k=1</math>, again resulting in a decreasing function <math>f</math>. If the failure rate of the device increases over time, one chooses <math>k>1</math> and obtains a density <math>f</math> which increases towards a maximum and then decreases forever. Manufacturers will often supply the shape and scale parameters for the lifetime distribution of a particular device. The Weibull distribution can also be used to model the distribution of wind speeds at a given location on Earth. Again, every location is characterized by a particular shape and scale parameter.
Contents |
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:
- <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>
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.
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.
Uses
The Weibull distribution gives the distribution of lifetimes of objects. It is also used in analysis of systems involving a weakest link. 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.
External links
- The Weibull distribution (with examples, properties, and calculators).
- The Weibull plot.
- Weibull plotting paper.
- Using Excel for Weibull Analysis
This article from the Quality Digest describes how to use MS Excel to analyse lifetest data with the Weibull statistical distribution. Although Excel doesn't have an inverse Weibull function, this article shows how to use Excel to solve for critical values.de:Weibull-Verteilung
fr:Distribution de Weibull gl:Distribución Weibull nl:Weibull-verdeling su:Sebaran Weibull sv:Weibullfördelning