Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Statistical Distributions > Continuous Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Continuous Statistical Distributions >

GumbelDistribution

GumbelDistribution[Alpha, Beta]
represents a Gumbel distribution with location parameter Alpha and scale parameter Beta.
  • The Gumbel distribution gives the asymptotic distribution of the minimum value in a sample from a distribution such as the normal distribution.
  • The probability density for value x in a Gumbel distribution is proportional to ⅇ^(-ⅇ^((x-alpha)/beta)+(x-alpha)/beta). »
  • The asymptotic distribution of the maximum value, also sometimes called a Gumbel distribution, is implemented in Mathematica as ExtremeValueDistribution. »
The mean and variance of a Gumbel distribution:
Probability density function:
Generate a set of pseudorandom numbers that have the Gumbel distribution:
Properties based on higher-order moments:
Third moment of a Gumbel distribution:
The q^(th) quantile of a Gumbel distribution:
Plot the cumulative distribution function of a Gumbel distribution:
A contour plot as both x and Beta are varied:
The probability density function integrates to unity:
Moments can be obtained from the characteristic function:
The negative of a Gumbel random variable follows an ExtremeValueDistribution:
GumbelDistribution is exponentially related to WeibullDistribution:
The distribution of minimum values is given by GumbelDistribution:
The distribution of maximum values is given by ExtremeValueDistribution:
GumbelDistribution is not defined when Alpha is not a real number:
GumbelDistribution is not defined when Beta is not a positive real number:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team