Weibull distribution

From HandWiki
(Redirected from Weibull chart)
Short description: Continuous probability distribution
Weibull (2-parameter)
Probability density function
Probability distribution function
Cumulative distribution function
Cumulative distribution function
Parameters [math]\displaystyle{ \lambda\in (0, +\infty)\, }[/math] scale
[math]\displaystyle{ k\in (0, +\infty)\, }[/math] shape
Support [math]\displaystyle{ x \in [0, +\infty)\, }[/math]
PDF [math]\displaystyle{ f(x)=\begin{cases} \frac{k}{\lambda}\left(\frac{x}{\lambda}\right)^{k-1}e^{-(x/\lambda)^k}, & x\geq0,\\ 0, & x\lt 0.\end{cases} }[/math]
CDF [math]\displaystyle{ \begin{cases}1 - e^{-(x/\lambda)^k}, & x\geq0,\\ 0, & x\lt 0.\end{cases} }[/math]
Mean [math]\displaystyle{ \lambda \, \Gamma(1+1/k)\, }[/math]
Median [math]\displaystyle{ \lambda(\ln2)^{1/k}\, }[/math]
Mode [math]\displaystyle{ \begin{cases} \lambda \left(\frac{k-1}{k} \right)^{1/k}\,, &k\gt 1,\\ 0, &k\leq 1.\end{cases} }[/math]
Variance [math]\displaystyle{ \lambda^2\left[\Gamma\left(1+\frac{2}{k}\right) - \left(\Gamma\left(1+\frac{1}{k}\right)\right)^2\right]\, }[/math]
Skewness [math]\displaystyle{ \frac{\Gamma(1+3/k)\lambda^3-3\mu\sigma^2-\mu^3}{\sigma^3} }[/math]
Kurtosis (see text)
Entropy [math]\displaystyle{ \gamma(1-1/k)+\ln(\lambda/k)+1 \, }[/math]
MGF [math]\displaystyle{ \sum_{n=0}^\infty \frac{t^n\lambda^n}{n!}\Gamma(1+n/k), \ k\geq1 }[/math]
CF [math]\displaystyle{ \sum_{n=0}^\infty \frac{(it)^n\lambda^n}{n!}\Gamma(1+n/k) }[/math]
Kullback-Leibler divergence see below

In probability theory and statistics, the Weibull distribution /ˈwbʊl/ is a continuous probability distribution. It models a broad range of random variables, largely in the nature of a time to failure or time between events. Examples are maximum one-day rainfalls and the time a user spends on a web page.

The distribution is named after Swedish mathematician Waloddi Weibull, who described it in detail in 1939,[1] although it was first identified by Maurice René Fréchet and first applied by (Rosin Rammler) to describe a particle size distribution.

Definition

Standard parameterization

The probability density function of a Weibull random variable is[2][3]

[math]\displaystyle{ f(x;\lambda,k) = \begin{cases} \frac{k}{\lambda}\left(\frac{x}{\lambda}\right)^{k-1}e^{-(x/\lambda)^{k}}, & x\geq0 ,\\ 0, & x\lt 0, \end{cases} }[/math]

where k > 0 is the shape parameter and λ > 0 is the scale parameter of the distribution. Its complementary cumulative distribution function is a stretched exponential function. The Weibull distribution is related to a number of other probability distributions; in particular, it interpolates between the exponential distribution (k = 1) and the Rayleigh distribution (k = 2 and [math]\displaystyle{ \lambda = \sqrt{2}\sigma }[/math][4]).

If the quantity X is a "time-to-failure", the Weibull distribution gives a distribution for which the failure rate is proportional to a power of time. The shape parameter, k, is that power plus one, and so this parameter can be interpreted directly as follows:[5]

  • A value of [math]\displaystyle{ k \lt 1\, }[/math] indicates that the failure rate decreases over time (like in case of the Lindy effect, which however corresponds to Pareto distributions[6] rather than Weibull distributions). This happens if there is significant "infant mortality", or defective items failing early and the failure rate decreasing over time as the defective items are weeded out of the population. In the context of the diffusion of innovations, this means negative word of mouth: the hazard function is a monotonically decreasing function of the proportion of adopters;
  • A value of [math]\displaystyle{ k = 1\, }[/math] indicates that the failure rate is constant over time. This might suggest random external events are causing mortality, or failure. The Weibull distribution reduces to an exponential distribution;
  • A value of [math]\displaystyle{ k \gt 1\, }[/math] indicates that the failure rate increases with time. This happens if there is an "aging" process, or parts that are more likely to fail as time goes on. In the context of the diffusion of innovations, this means positive word of mouth: the hazard function is a monotonically increasing function of the proportion of adopters. The function is first convex, then concave with an inflexion point at [math]\displaystyle{ (e^{1/k} - 1)/e^{1/k},\, k \gt 1\, }[/math].

In the field of materials science, the shape parameter k of a distribution of strengths is known as the Weibull modulus. In the context of diffusion of innovations, the Weibull distribution is a "pure" imitation/rejection model.

Alternative parameterizations

First alternative

Applications in medical statistics and econometrics often adopt a different parameterization.[7][8] The shape parameter k is the same as above, while the scale parameter is [math]\displaystyle{ b = \lambda^{-k} }[/math]. In this case, for x ≥ 0, the probability density function is

[math]\displaystyle{ f(x;k,b) = bkx^{k-1}e^{-bx^k}, }[/math]

the cumulative distribution function is

[math]\displaystyle{ F(x;k,b) = 1 - e^{-bx^k}, }[/math]

the hazard function is

[math]\displaystyle{ h(x;k,b) = bkx^{k-1}, }[/math]

and the mean is

[math]\displaystyle{ b^{-1/k}\Gamma(1+1/k). }[/math]

Second alternative

A second alternative parameterization can also be found.[9][10] The shape parameter k is the same as in the standard case, while the scale parameter λ is replaced with a rate parameter β = 1/λ. Then, for x ≥ 0, the probability density function is

[math]\displaystyle{ f(x;k,\beta) = \beta k({\beta x})^{k-1} e^{-(\beta x)^k} }[/math]

the cumulative distribution function is

[math]\displaystyle{ F(x;k,\beta) = 1 - e^{-(\beta x)^k}, }[/math]

and the hazard function is

[math]\displaystyle{ h(x;k,\beta) = \beta k({\beta x})^{k-1}. }[/math]

In all three parameterizations, the hazard is decreasing for k < 1, increasing for k > 1 and constant for k = 1, in which case the Weibull distribution reduces to an exponential distribution.

Properties

Density function

The form of the density function of the Weibull distribution changes drastically with the value of k. For 0 < k < 1, the density function tends to ∞ as x approaches zero from above and is strictly decreasing. For k = 1, the density function tends to 1/λ as x approaches zero from above and is strictly decreasing. For k > 1, the density function tends to zero as x approaches zero from above, increases until its mode and decreases after it. The density function has infinite negative slope at x = 0 if 0 < k < 1, infinite positive slope at x = 0 if 1 < k < 2 and null slope at x = 0 if k > 2. For k = 1 the density has a finite negative slope at x = 0. For k = 2 the density has a finite positive slope at x = 0. As k goes to infinity, the Weibull distribution converges to a Dirac delta distribution centered at x = λ. Moreover, the skewness and coefficient of variation depend only on the shape parameter. A generalization of the Weibull distribution is the hyperbolastic distribution of type III.

Cumulative distribution function

The cumulative distribution function for the Weibull distribution is

[math]\displaystyle{ F(x;k,\lambda) = 1 - e^{-(x/\lambda)^k}\, }[/math]

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

If x = λ then F(x; k; λ) = 1 − e−1 ≈ 0.632 for all values of k. Vice versa: at F(x; k; λ) = 0.632 the value of x ≈ λ.

The quantile (inverse cumulative distribution) function for the Weibull distribution is

[math]\displaystyle{ Q(p;k,\lambda) = \lambda(-\ln(1-p))^{1/k} }[/math]

for 0 ≤ p < 1.

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

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

The Mean time between failures MTBF is

[math]\displaystyle{ \text{MTBF}(k,\lambda) = \lambda\Gamma(1+1/k). }[/math]

Moments

The moment generating function of the logarithm of a Weibull distributed random variable is given by[11]

[math]\displaystyle{ \operatorname E\left[e^{t\log X}\right] = \lambda^t\Gamma\left(\frac{t}{k}+1\right) }[/math]

where Γ is the gamma function. Similarly, the characteristic function of log X is given by

[math]\displaystyle{ \operatorname E\left[e^{it\log X}\right] = \lambda^{it}\Gamma\left(\frac{it}{k}+1\right). }[/math]

In particular, the nth raw moment of X is given by

[math]\displaystyle{ m_n = \lambda^n \Gamma\left(1+\frac{n}{k}\right). }[/math]

The mean and variance of a Weibull random variable can be expressed as

[math]\displaystyle{ \operatorname{E}(X) = \lambda \Gamma\left(1+\frac{1}{k}\right)\, }[/math]

and

[math]\displaystyle{ \operatorname{var}(X) = \lambda^2\left[\Gamma\left(1+\frac{2}{k}\right) - \left(\Gamma\left(1+\frac{1}{k}\right)\right)^2\right]\,. }[/math]

The skewness is given by

[math]\displaystyle{ \gamma_1=\frac{2\Gamma_1^3-3\Gamma_1\Gamma_2+ \Gamma_3 }{[\Gamma_2-\Gamma_1^2]^{3/2}} }[/math]

where [math]\displaystyle{ \Gamma_i=\Gamma(1+i/k) }[/math], which may also be written as

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

where the mean is denoted by μ and the standard deviation is denoted by σ.

The excess kurtosis is given by

[math]\displaystyle{ \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]\displaystyle{ \Gamma_i=\Gamma(1+i/k) }[/math]. The kurtosis excess may also be written as:

[math]\displaystyle{ \gamma_2=\frac{\lambda^4\Gamma(1+\frac{4}{k})-4\gamma_1\sigma^3\mu-6\mu^2\sigma^2-\mu^4}{\sigma^4}-3. }[/math]

Moment generating function

A variety of expressions are available for the moment generating function of X itself. As a power series, since the raw moments are already known, one has

[math]\displaystyle{ \operatorname E\left[e^{tX}\right] = \sum_{n=0}^\infty \frac{t^n\lambda^n}{n!} \Gamma\left(1+\frac{n}{k}\right). }[/math]

Alternatively, one can attempt to deal directly with the integral

[math]\displaystyle{ \operatorname E\left[e^{tX}\right] = \int_0^\infty e^{tx} \frac k \lambda \left(\frac{x}{\lambda}\right)^{k-1}e^{-(x/\lambda)^k}\,dx. }[/math]

If the parameter k is assumed to be a rational number, expressed as k = p/q where p and q are integers, then this integral can be evaluated analytically.[12] With t replaced by −t, one finds

[math]\displaystyle{ \operatorname E\left[e^{-tX}\right] = \frac1{ \lambda^k\, t^k} \, \frac{ p^k \, \sqrt{q/p}} {(\sqrt{2 \pi})^{q+p-2}} \, G_{p,q}^{\,q,p} \!\left( \left. \begin{matrix} \frac{1-k}{p}, \frac{2-k}{p}, \dots, \frac{p-k}{p} \\ \frac{0}{q}, \frac{1}{q}, \dots, \frac{q-1}{q} \end{matrix} \; \right| \, \frac {p^p} {\left( q \, \lambda^k \, t^k \right)^q} \right) }[/math]

where G is the Meijer G-function.

The characteristic function has also been obtained by (Muraleedharan Rao). The characteristic function and moment generating function of 3-parameter Weibull distribution have also been derived by (Muraleedharan Soares) by a direct approach.

Minima

Let [math]\displaystyle{ X_1, X_2, \ldots, X_n }[/math] be independent and identically distributed Weibull random variables with scale parameter [math]\displaystyle{ \lambda }[/math] and shape parameter [math]\displaystyle{ k }[/math]. If the minimum of these [math]\displaystyle{ n }[/math] random variables is [math]\displaystyle{ Z = \min(X_1, X_2, \ldots, X_n) }[/math], then the cumulative probability distribution of [math]\displaystyle{ Z }[/math] given by

[math]\displaystyle{ F(z) = 1 - e^{-n(z/\lambda)^k}. }[/math]

That is, [math]\displaystyle{ Z }[/math] will also be Weibull distributed with scale parameter [math]\displaystyle{ n^{-1/k} \lambda }[/math] and with shape parameter [math]\displaystyle{ k }[/math].

Reparametrization tricks

Fix some [math]\displaystyle{ \alpha \gt 0 }[/math]. Let [math]\displaystyle{ (\pi_1, ..., \pi_n) }[/math] be nonnegative, and not all zero, and let [math]\displaystyle{ g_1,... , g_n }[/math] be independent samples of [math]\displaystyle{ \text{Weibull}(1, \alpha^{-1}) }[/math], then[13]

  • [math]\displaystyle{ \arg\min_i (g_i \pi_i^{-\alpha}) \sim \text{Categorical}\left(\frac{\pi_j}{\sum_i \pi_i}\right)_j }[/math]
  • [math]\displaystyle{ \min_i (g_i \pi_i^{-\alpha}) \sim\text{Weibull}\left( \left(\sum_i \pi_i \right)^{-\alpha}, \alpha^{-1}\right) }[/math].

Shannon entropy

The information entropy is given by

[math]\displaystyle{ H(\lambda,k) = \gamma\left(1 - \frac{1}{k}\right) + \ln\left(\frac{\lambda}{k}\right) + 1 }[/math]

where [math]\displaystyle{ \gamma }[/math] is the Euler–Mascheroni constant. The Weibull distribution is the maximum entropy distribution for a non-negative real random variate with a fixed expected value of xk equal to λk and a fixed expected value of ln(xk) equal to ln(λk) − [math]\displaystyle{ \gamma }[/math].

Parameter estimation

Maximum likelihood

The maximum likelihood estimator for the [math]\displaystyle{ \lambda }[/math] parameter given [math]\displaystyle{ k }[/math] is

[math]\displaystyle{ \widehat \lambda = (\frac{1}{n} \sum_{i=1}^n x_i^k)^\frac{1}{k} }[/math]

The maximum likelihood estimator for [math]\displaystyle{ k }[/math] is the solution for k of the following equation[14]

[math]\displaystyle{ 0 = \frac{\sum_{i=1}^n x_i^k \ln x_i }{\sum_{i=1}^n x_i^k } - \frac{1}{k} - \frac{1}{n} \sum_{i=1}^n \ln x_i }[/math]

This equation defines [math]\displaystyle{ \widehat k }[/math] only implicitly, one must generally solve for [math]\displaystyle{ k }[/math] by numerical means.

When [math]\displaystyle{ x_1 \gt x_2 \gt \cdots \gt x_N }[/math] are the [math]\displaystyle{ N }[/math] largest observed samples from a dataset of more than [math]\displaystyle{ N }[/math] samples, then the maximum likelihood estimator for the [math]\displaystyle{ \lambda }[/math] parameter given [math]\displaystyle{ k }[/math] is[14]

[math]\displaystyle{ \widehat \lambda^k = \frac{1}{N} \sum_{i=1}^N (x_i^k - x_N^k) }[/math]

Also given that condition, the maximum likelihood estimator for [math]\displaystyle{ k }[/math] is[citation needed]

[math]\displaystyle{ 0 = \frac{\sum_{i=1}^N (x_i^k \ln x_i - x_N^k \ln x_N)} {\sum_{i=1}^N (x_i^k - x_N^k)} - \frac{1}{N} \sum_{i=1}^N \ln x_i }[/math]

Again, this being an implicit function, one must generally solve for [math]\displaystyle{ k }[/math] by numerical means.

Kullback–Leibler divergence

The Kullback–Leibler divergence between two Weibulll distributions is given by[15]

[math]\displaystyle{ D_\text{KL}( \mathrm{Weib}_1 \parallel \mathrm{Weib}_2) = \log \frac{k_1}{\lambda_1^{k_1}} - \log \frac{k_2}{\lambda_2^{k_2}} + (k_1 - k_2) \left[ \log \lambda_1 - \frac{\gamma}{k_1} \right] + \left(\frac{\lambda_1}{\lambda_2}\right)^{k_2} \Gamma \left(\frac{k_2}{k_1} + 1 \right) - 1 }[/math]

Weibull plot

Weibull plot

The fit of a Weibull distribution to data can be visually assessed using a Weibull plot.[16] The Weibull plot is a plot of the empirical cumulative distribution function [math]\displaystyle{ \widehat F(x) }[/math] of data on special axes in a type of Q–Q plot. The axes are [math]\displaystyle{ \ln(-\ln(1-\widehat F(x))) }[/math] versus [math]\displaystyle{ \ln(x) }[/math]. The reason for this change of variables is the cumulative distribution function can be linearized:

[math]\displaystyle{ \begin{align} F(x) &= 1-e^{-(x/\lambda)^k}\\[4pt] -\ln(1-F(x)) &= (x/\lambda)^k\\[4pt] \underbrace{\ln(-\ln(1-F(x)))}_{\textrm{'y'}} &= \underbrace{k\ln x}_{\textrm{'mx'}} - \underbrace{k\ln \lambda}_{\textrm{'c'}} \end{align} }[/math]

which can be seen to be in the standard form of a straight line. Therefore, if the data came from a Weibull distribution then a straight line is expected on a Weibull plot.

There are various approaches to obtaining the empirical distribution function from data: one method is to obtain the vertical coordinate for each point using [math]\displaystyle{ \widehat F = \frac{i-0.3}{n+0.4} }[/math] where [math]\displaystyle{ i }[/math] is the rank of the data point and [math]\displaystyle{ n }[/math] is the number of data points.[17]

Linear regression can also be used to numerically assess goodness of fit and estimate the parameters of the Weibull distribution. The gradient informs one directly about the shape parameter [math]\displaystyle{ k }[/math] and the scale parameter [math]\displaystyle{ \lambda }[/math] can also be inferred.

Applications

The Weibull distribution is used[citation needed]

File:FitWeibullDistr.tif

Fitted curves for oil production time series data [19]
  • In survival analysis
  • In reliability engineering and failure analysis
  • In electrical engineering to represent overvoltage occurring in an electrical system
  • In industrial engineering to represent manufacturing and delivery times
  • In extreme value theory
  • In weather forecasting and the wind power industry to describe wind speed distributions, as the natural distribution often matches the Weibull shape[20]
  • In communications systems engineering
    • In radar systems to model the dispersion of the received signals level produced by some types of clutters
    • To model fading channels in wireless communications, as the Weibull fading model seems to exhibit good fit to experimental fading channel measurements
  • In information retrieval to model dwell times on web pages.[21]
  • In general insurance to model the size of reinsurance claims, and the cumulative development of asbestosis losses
  • In forecasting technological change (also known as the Sharif-Islam model)[22]
  • In hydrology the Weibull distribution is applied to extreme events such as annual maximum one-day rainfalls and river discharges.
  • In decline curve analysis to model oil production rate curve of shale oil wells.[19]
  • In describing the size of particles generated by grinding, milling and crushing operations, the 2-Parameter Weibull distribution is used, and in these applications it is sometimes known as the Rosin–Rammler distribution.[23] In this context it predicts fewer fine particles than the log-normal distribution and it is generally most accurate for narrow particle size distributions.[24] The interpretation of the cumulative distribution function is that [math]\displaystyle{ F(x; k, \lambda) }[/math] is the mass fraction of particles with diameter smaller than [math]\displaystyle{ x }[/math], where [math]\displaystyle{ \lambda }[/math] is the mean particle size and [math]\displaystyle{ k }[/math] is a measure of the spread of particle sizes.
  • In describing random point clouds (such as the positions of particles in an ideal gas): the probability to find the nearest-neighbor particle at a distance [math]\displaystyle{ x }[/math] from a given particle is given by a Weibull distribution with [math]\displaystyle{ k=3 }[/math] and [math]\displaystyle{ \rho=1/\lambda^3 }[/math] equal to the density of the particles.[25]
  • In calculating the rate of radiation-induced single event effects onboard spacecraft, a four-parameter Weibull distribution is used to fit experimentally measured device cross section probability data to a particle linear energy transfer spectrum.[26] The Weibull fit was originally used because of a belief that particle energy levels align to a statistical distribution, but this belief was later proven false[citation needed] and the Weibull fit continues to be used because of its many adjustable parameters, rather than a demonstrated physical basis.[27]

Related distributions

  • If [math]\displaystyle{ W \sim \mathrm{Weibull}(\lambda, k) }[/math], then the variable [math]\displaystyle{ G = \log W }[/math] is Gumbel (minimum) distributed with location parameter [math]\displaystyle{ \mu = \log \lambda }[/math] and scale parameter [math]\displaystyle{ \beta = 1/k }[/math]. That is, [math]\displaystyle{ G \sim \mathrm{Gumbel}_{\min}(\log \lambda, 1/k) }[/math].
  • A Weibull distribution is a generalized gamma distribution with both shape parameters equal to k.
  • The translated Weibull distribution (or 3-parameter Weibull) contains an additional parameter.[11] It has the probability density function

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

    for [math]\displaystyle{ x \geq \theta }[/math] and [math]\displaystyle{ f(x; k, \lambda, \theta) = 0 }[/math] for [math]\displaystyle{ x \lt \theta }[/math], where [math]\displaystyle{ k \gt 0 }[/math] is the shape parameter, [math]\displaystyle{ \lambda \gt 0 }[/math] is the scale parameter and [math]\displaystyle{ \theta }[/math] is the location parameter of the distribution. [math]\displaystyle{ \theta }[/math] value sets an initial failure-free time before the regular Weibull process begins. When [math]\displaystyle{ \theta = 0 }[/math], this reduces to the 2-parameter distribution.
  • The Weibull distribution can be characterized as the distribution of a random variable [math]\displaystyle{ W }[/math] such that the random variable

    [math]\displaystyle{ X = \left(\frac{W}{\lambda}\right)^k }[/math]

    is the standard exponential distribution with intensity 1.[11]
  • This implies that the Weibull distribution can also be characterized in terms of a uniform distribution: if [math]\displaystyle{ U }[/math] is uniformly distributed on [math]\displaystyle{ (0,1) }[/math], then the random variable [math]\displaystyle{ W = \lambda(-\ln(U))^{1/k}\, }[/math] is Weibull distributed with parameters [math]\displaystyle{ k }[/math] and [math]\displaystyle{ \lambda }[/math]. Note that [math]\displaystyle{ -\ln(U) }[/math] here is equivalent to [math]\displaystyle{ X }[/math] just above. This leads to an easily implemented numerical scheme for simulating a Weibull distribution.
  • The Weibull distribution interpolates between the exponential distribution with intensity [math]\displaystyle{ 1/\lambda }[/math] when [math]\displaystyle{ k = 1 }[/math] and a Rayleigh distribution of mode [math]\displaystyle{ \sigma = \lambda/\sqrt{2} }[/math] when [math]\displaystyle{ k = 2 }[/math].
  • The Weibull distribution (usually sufficient in reliability engineering) is a special case of the three parameter exponentiated Weibull distribution where the additional exponent equals 1. The exponentiated Weibull distribution accommodates unimodal, bathtub shaped[28] and monotone failure rates.
  • The Weibull distribution is a special case of the generalized extreme value distribution. It was in this connection that the distribution was first identified by Maurice Fréchet in 1927.[29] The closely related Fréchet distribution, named for this work, has the probability density function

    [math]\displaystyle{ f_{\rm{Frechet}}(x;k,\lambda)=\frac{k}{\lambda} \left(\frac{x}{\lambda}\right)^{-1-k} e^{-(x/\lambda)^{-k}} = f_{\rm{Weibull}}(x;-k,\lambda). }[/math]

  • The distribution of a random variable that is defined as the minimum of several random variables, each having a different Weibull distribution, is a poly-Weibull distribution.
  • The Weibull distribution was first applied by (Rosin Rammler) to describe particle size distributions. It is widely used in mineral processing to describe particle size distributions in comminution processes. In this context the cumulative distribution is given by

    [math]\displaystyle{ f(x;P_{\rm{80}},m) = \begin{cases} 1-e^{\ln\left(0.2\right)\left(\frac{x}{P_{\rm{80}}}\right)^m} & x\geq0 ,\\ 0 & x\lt 0 ,\end{cases} }[/math]

    where
    • [math]\displaystyle{ x }[/math] is the particle size
    • [math]\displaystyle{ P_{\rm{80}} }[/math] is the 80th percentile of the particle size distribution
    • [math]\displaystyle{ m }[/math] is a parameter describing the spread of the distribution
  • Because of its availability in spreadsheets, it is also used where the underlying behavior is actually better modeled by an Erlang distribution.[30]
  • If [math]\displaystyle{ X \sim \mathrm{Weibull}(\lambda,\frac{1}{2}) }[/math] then [math]\displaystyle{ \sqrt{X} \sim \mathrm{Exponential}(\frac{1}{\sqrt{\lambda}}) }[/math] (Exponential distribution)
  • For the same values of k, the Gamma distribution takes on similar shapes, but the Weibull distribution is more platykurtic.
  • From the viewpoint of the Stable count distribution, [math]\displaystyle{ k }[/math] can be regarded as Lévy's stability parameter. A Weibull distribution can be decomposed to an integral of kernel density where the kernel is either a Laplace distribution [math]\displaystyle{ F(x;1,\lambda) }[/math] or a Rayleigh distribution [math]\displaystyle{ F(x;2,\lambda) }[/math]:

    [math]\displaystyle{ F(x;k,\lambda) = \begin{cases} \displaystyle\int_0^\infty \frac{1}{\nu} \, F(x;1,\lambda\nu) \left( \Gamma \left( \frac{1}{k}+1 \right) \mathfrak{N}_k(\nu) \right) \, d\nu , & 1 \geq k \gt 0; \text{or } \\ \displaystyle\int_0^\infty \frac{1}{s} \, F(x;2,\sqrt{2} \lambda s) \left( \sqrt{\frac{2}{\pi}} \, \Gamma \left( \frac{1}{k}+1 \right) V_k(s) \right) \, ds , & 2 \geq k \gt 0; \end{cases} }[/math]

    where [math]\displaystyle{ \mathfrak{N}_k(\nu) }[/math] is the Stable count distribution and [math]\displaystyle{ V_k(s) }[/math] is the Stable vol distribution.

See also

References

  1. Bowers, et. al. (1997) Actuarial Mathematics, 2nd ed. Society of Actuaries.
  2. Papoulis, Athanasios Papoulis; Pillai, S. Unnikrishna (2002). Probability, Random Variables, and Stochastic Processes (4th ed.). Boston: McGraw-Hill. ISBN 0-07-366011-6. 
  3. Kizilersu, Ayse; Kreer, Markus; Thomas, Anthony W. (2018). "The Weibull distribution". Significance 15 (2): 10–11. doi:10.1111/j.1740-9713.2018.01123.x. 
  4. "Rayleigh Distribution – MATLAB & Simulink – MathWorks Australia". http://www.mathworks.com.au/help/stats/rayleigh-distribution.html. 
  5. Jiang, R.; Murthy, D.N.P. (2011). "A study of Weibull shape parameter: Properties and significance". Reliability Engineering & System Safety 96 (12): 1619–26. doi:10.1016/j.ress.2011.09.003. 
  6. Eliazar, Iddo (November 2017). "Lindy's Law". Physica A: Statistical Mechanics and Its Applications 486: 797–805. doi:10.1016/j.physa.2017.05.077. Bibcode2017PhyA..486..797E. 
  7. Collett, David (2015). Modelling survival data in medical research (3rd ed.). Boca Raton: Chapman and Hall / CRC. ISBN 978-1439856789. 
  8. Cameron, A. C.; Trivedi, P. K. (2005). Microeconometrics : methods and applications. p. 584. ISBN 978-0-521-84805-3. 
  9. Kalbfleisch, J. D.; Prentice, R. L. (2002). The statistical analysis of failure time data (2nd ed.). Hoboken, N.J.: J. Wiley. ISBN 978-0-471-36357-6. OCLC 50124320. 
  10. Therneau, T. (2020). "A Package for Survival Analysis in R.". https://CRAN.R-project.org/package=survival. 
  11. 11.0 11.1 11.2 Johnson, Kotz & Balakrishnan 1994
  12. See (Cheng Tellambura) for the case when k is an integer, and (Sagias Karagiannidis) for the rational case.
  13. Balog, Matej; Tripuraneni, Nilesh; Ghahramani, Zoubin; Weller, Adrian (2017-07-17). "Lost Relatives of the Gumbel Trick" (in en). International Conference on Machine Learning (PMLR): 371–379. https://proceedings.mlr.press/v70/balog17a.html. 
  14. 14.0 14.1 Sornette, D. (2004). Critical Phenomena in Natural Science: Chaos, Fractals, Self-organization, and Disorder. .
  15. Bauckhage, Christian (2013). "Computing the Kullback-Leibler Divergence between two Weibull Distributions". arXiv:1310.3713 [cs.IT].
  16. "1.3.3.30. Weibull Plot". http://www.itl.nist.gov/div898/handbook/eda/section3/weibplot.htm. 
  17. Wayne Nelson (2004) Applied Life Data Analysis. Wiley-Blackwell ISBN:0-471-64462-5
  18. "CumFreq, Distribution fitting of probability, free software, cumulative frequency". https://www.waterlog.info/cumfreq.htm. 
  19. 19.0 19.1 Lee, Se Yoon; Mallick, Bani (2021). "Bayesian Hierarchical Modeling: Application Towards Production Results in the Eagle Ford Shale of South Texas". Sankhya B 84: 1–43. doi:10.1007/s13571-020-00245-8. 
  20. "Wind Speed Distribution Weibull – REUK.co.uk". http://www.reuk.co.uk/Wind-Speed-Distribution-Weibull.htm. 
  21. Liu, Chao; White, Ryen W.; Dumais, Susan (2010-07-19). Understanding web browsing behaviors through Weibull analysis of dwell time. ACM. pp. 379–386. doi:10.1145/1835449.1835513. ISBN 9781450301534. 
  22. Sharif, M.Nawaz; Islam, M.Nazrul (1980). "The Weibull distribution as a general model for forecasting technological change". Technological Forecasting and Social Change 18 (3): 247–56. doi:10.1016/0040-1625(80)90026-8. 
  23. Computational Optimization of Internal Combustion Engine page 49
  24. Austin, L. G.; Klimpel, R. R.; Luckie, P. T. (1984). Process Engineering of Size Reduction. Hoboken, NJ: Guinn Printing Inc.. ISBN 0-89520-421-5. 
  25. Chandrashekar, S. (1943). "Stochastic Problems in Physics and Astronomy". Reviews of Modern Physics 15 (1): 86. 
  26. ECSS-E-ST-10-12C – Methods for the calculation of radiation received and its effects, and a policy for design margins (Report). European Cooperation for Space Standardization. November 15, 2008. https://ecss.nl/standard/ecss-e-st-10-12c-methods-for-the-calculation-of-radiation-received-and-its-effects-and-a-policy-for-design-margins/. 
  27. L. D. Edmonds; C. E. Barnes; L. Z. Scheick (May 2000). An Introduction to Space Radiation Effects on Microelectronics (Report). NASA Jet Propulsion Laboratory, California Institute of Technology. pp. 75–76. https://parts.jpl.nasa.gov/pdf/JPL00-62.pdf. 
  28. "System evolution and reliability of systems". Sysev (Belgium). 2010-01-01. http://www.sys-ev.com/reliability01.htm. 
  29. Montgomery, Douglas (2012-06-19). Introduction to statistical quality control. [S.l.]: John Wiley. p. 95. ISBN 9781118146811. 
  30. Chatfield, C.; Goodhardt, G.J. (1973). "A Consumer Purchasing Model with Erlang Interpurchase Times". Journal of the American Statistical Association 68 (344): 828–835. doi:10.1080/01621459.1973.10481432. 

Bibliography

External links