WEIBULL DISTRIBUTION

{{Probability distribution|
name =Weibull (2-Parameter)|
type =density|
pdf_image =
Probability distribution function
|
cdf_image =
Cumulative distribution function
|
parameters =lambda>0, scale (real)
k>0, shape (real)|
support =x in [0; +infty),|
pdf =(k/lambda) (x/lambda)^{(k-1)} e^{-(x/lambda)^k}|
cdf =1- e^{-(x/lambda)^k}|
mean =lambda Gammaleft(1+ rac{1}{k}
ight),|
median =lambdaln(2)^{1/k},|
mode =lambda left( rac{k-1}{k}
ight)^{ rac{1}{k}}, if k>1|
arg mode =lambda rac{k-1}{k}^{ rac{1}{k}}, if k>1|
variance =lambda^2Gammaleft(1+ rac{2}{k}
ight) - mu^2,|
skewness = rac{Gamma(1+ rac{3}{k})lambda^3-3musigma^2-mu^3}{sigma^3}|
kurtosis =(see text)|
entropy =gammaleft(1!-! rac{1}{k}
ight)+lnleft( rac{lambda}{k}
ight)+1|
mgf = see Weibull fading|
char =|
}}
In probability theory and statistics, the 'Weibull distribution'[1] (named after Waloddi Weibull) is a continuous probability distribution with the probability density function
:f(x;k,lambda) = {k over lambda} left({x over lambda}
ight)^{k-1} e^{-(x/lambda)^k},
for x geq 0 and ''f''(''x''; ''k'', λ) = 0 for ''x'' < 0, where k >0 is the ''shape parameter'' and lambda >0 is the scale parameter of the distribution. Its complementary cumulative distribution function is a stretched exponential.
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.4, then the Weibull distribution appears similar to the normal distribution.
When ''k'' = 1, then the Weibull distribution reduces to the exponential distribution.

Contents
Properties
Generating Weibull-distributed random variates
Related distributions
Uses
References
External links

Properties


The ''n''th raw moment is given by:
:m_n = lambda^n Gamma(1+n/k),
where Gamma is the Gamma function. The expected value and standard deviation of a Weibull random variable can be expressed as:
: extrm{E}(X) = lambda Gamma(1+1/k),
and
: extrm{var}(X) = lambda^2[Gamma(1+2/k) - Gamma^2(1+1/k)],.
The skewness is given by:
:gamma_1= rac{Gammaleft(1+ rac{3}{k}
ight)lambda^3-3musigma^2-mu^3}{sigma^3}.
The kurtosis excess is given by:
:gamma_2= rac{-6Gamma_1^4+12Gamma_1^2Gamma_2-3Gamma_2^2
-4Gamma_1Gamma_3+Gamma_4}{[Gamma_2-Gamma_1^2]^2}
where Gamma_i=Gamma(1+i/k). The kurtosis excess may also be written as
:gamma_{2}= rac{lambda^4Gamma(1+ rac{4}{k})-4gamma_{1}sigma^3mu-6mu^2sigma^2-mu^4}{sigma^4}
A generalized, 3-parameter Weibull distribution is also often found in the literature. It has the probability density function
:f(x;k,lambda, heta)={k over lambda} left({x - heta over lambda}
ight)^{k-1} e^{-({x- heta over lambda})^k},
for x geq heta and ''f''(''x''; ''k'', λ, θ) = 0 for ''x'' < θ, where k >0 is the shape parameter, lambda >0 is the scale parameter and heta is the location parameter of the distribution. When θ=0, this reduces to the 2-parameter distribution.
The cumulative distribution function for the 2-parameter Weibull is
:F(x;k,lambda) = 1- e^{-(x/lambda)^k},
for ''x'' ≥ 0, and ''F''(''x''; ''k''; λ) = 0 for ''x'' < 0.
The cumulative distribution function for the 3-parameter Weibull is
:F(x;k,lambda, heta) = 1- e^{-({x- heta over lambda})^k}
for ''x'' ≥ θ, and ''F''(''x''; ''k'', λ, θ) = 0 for ''x'' < θ.
The failure rate ''h'' (or hazard rate) is given by
: h(x;k,lambda) = {k over lambda} left({x over lambda}
ight)^{k-1}.

Generating Weibull-distributed random variates


Given a random variate ''U'' drawn from the uniform distribution in the interval (0, 1), then the variate
:X=lambda (-ln(U))^{1/k},
has a Weibull distribution with parameters ''k'' and λ. This follows from the form of the cumulative distribution function. Note that if you are generating random numbers belonging to (0,1), exclude zero values to avoid the natural log of zero.

Related distributions



X sim mathrm{Exponential}(lambda) is an exponential distribution if X sim mathrm{Weibull}(gamma = 1, lambda^{-1}).

X sim mathrm{Rayleigh}(eta) is a Rayleigh distribution if X sim mathrm{Weibull}(gamma = 2, sqrt{2} eta).

lambda(-ln(X))^{1/k}, is a Weibull distribution if X sim mathrm{Uniform}(0,1).

★ Inverse Weibull distribution with p.d.f. f(x;k,lambda)=(k/lambda) (lambda/x)^{(k+1)} e^{-(lambda/x)^k}

★ See also the generalized extreme value distribution.

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.

References


1. Weibull, W. (1951) "A statistical distribution function of wide applicability" ''J. Appl. Mech.-Trans. ASME'' 18(3), 293-297

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.

Biography of Waloddi Weibull.

This article provided by Wikipedia. To edit the contents of this article, click here for original source.

psst.. try this: add to faves