Psychology Wiki
No edit summary
 
No edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
drive mean and variance of all distribution
+
{{Probability distribution|
  +
name =Weibull|
  +
type =density|
  +
pdf_image =[[Image:Weibul pdf.png|325px|Probability distribution function]]|
  +
cdf_image =[[Image:Weibul cdf.png|325px|Cumulative distribution function]]|
  +
parameters =<math>\lambda>0\,</math> [[scale parameter|scale]] ([[real number|real]])<br/><math>k>0\,</math> [[shape parameter|shape]] (real)|
  +
support =<math>x \in [0; +\infty)\,</math>|
  +
pdf =<math>(k/\lambda) (x/\lambda)^{(k-1)} e^{-(x/\lambda)^k}</math>|
  +
cdf =<math>1- e^{-(x/\lambda)^k}</math>|
  +
mean =<math>\mu=\lambda \Gamma\left(1+\frac{1}{k}\right)\,</math>|
  +
median =<math>\lambda\ln(2)^{1/k}\,</math>|
  +
mode =|
  +
variance =<math>\sigma^2=\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)+\left(\frac{\lambda}{k}\right)^k
  +
+\ln\left(\frac{\lambda}{k}\right)</math>|
  +
mgf = see [[Weibull fading]]|
  +
char =|
  +
}}
  +
  +
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.
  +
  +
==Properties==
  +
  +
The ''n''th 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 <nowiki>(0,&nbsp;1]</nowiki>, then the variate
  +
  +
:<math>X=\lambda (-\ln(U))^{1/k}\,</math>
  +
  +
has a Weibull distribution with parameters ''k'' and &lambda;. 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 distribution|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==
  +
  +
* [http://www.xycoon.com/Weibull.htm The Weibull distribution (with examples, properties, and calculators).]
  +
* [http://www.itl.nist.gov/div898/handbook/eda/section3/weibplot.htm The Weibull plot.]
  +
* [http://www.qualitydigest.com/jan99/html/weibull.html Using Excel for Weibull Analysis]<br>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.
  +
  +
[[Category:Continuous distributions]]
  +
  +
[[de:Weibull-Verteilung]]
  +
[[fr:Distribution de Weibull]]
  +
[[gl:Distribución Weibull]]
  +
[[nl:Weibull-verdeling]]
  +
[[su:Sebaran Weibull]]
  +
[[sv:Weibullfördelning]]
  +
{{enWP|Weibull distribution}}

Revision as of 09:01, 7 April 2006

Weibull
Probability density function
Probability distribution function
Cumulative distribution function
Cumulative distribution function
Parameters scale (real)
shape (real)
Support
pdf
cdf
Mean
Median
Mode
Variance
Skewness
Kurtosis (see text)
Entropy
mgf see Weibull fading
Char. func.

In probability theory and statistics, the Weibull distribution (named after Waloddi Weibull) is a continuous probability distribution with the probability density function

where and is the shape parameter and is the scale parameter of the distribution.

The cumulative density function is defined as

where again, .

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


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 (resulting in a decreasing density ). If the failure rate of the device is constant over time, one chooses , again resulting in a decreasing function . If the failure rate of the device increases over time, one chooses and obtains a density 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.

Properties

The nth raw moment is given by:

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

and

The skewness is given by:

The kurtosis excess is given by:

where . The kurtosis excess may also be written:

Generating Weibull-distributed random variates

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

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

Related distributions

  • is an exponential distribution if .
  • is a Rayleigh distribution if .
  • is a Weibull distribution if .
  • 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

de:Weibull-Verteilung fr:Distribution de Weibull gl:Distribución Weibull nl:Weibull-verdeling su:Sebaran Weibull sv:Weibullfördelning

This page uses Creative Commons Licensed content from Wikipedia (view authors).