Type-2 Gumbel distribution

From HandWiki
Short description: Probability distribution
Type-2 Gumbel
Parameters a (real)
b shape (real)
PDF abxa1ebxa
CDF ebxa
Mean b1/aΓ(11/a)
Variance b2/a(Γ(11/a)Γ(11/a)2)

In probability theory, the Type-2 Gumbel probability density function is

f(x|a,b)=abxa1ebxa

for

0<x<.

For 0<a1 the mean is infinite. For 0<a2 the variance is infinite.

The cumulative distribution function is

F(x|a,b)=ebxa

The moments E[Xk] exist for k<a

The distribution is named after Emil Julius Gumbel (1891 – 1966).

Generating random variates

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

X=(lnU/b)1/a,

has a Type-2 Gumbel distribution with parameter a and b. This is obtained by applying the inverse transform sampling-method.

  • The special case b = 1 yields the Fréchet distribution.
  • Substituting b=λk and a=k yields the Weibull distribution. Note, however, that a positive k (as in the Weibull distribution) would yield a negative a and hence a negative probability density, which is not allowed.

Based on The GNU Scientific Library, used under GFDL.

See also