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 >

ExtremeValueDistribution

ExtremeValueDistribution[Alpha, Beta]
represents an extreme value distribution with location parameter Alpha and scale parameter Beta.
  • The extreme value distribution gives the asymptotic distribution of the maximum value in a sample from a distribution such as the normal distribution.
  • The probability density for value x in an extreme value distribution is proportional to ⅇ^(-ⅇ^((alpha-x)/beta)+(alpha-x)/beta). »
  • The asymptotic distribution of the minimum value, also sometimes called an extreme value distribution, is implemented in Mathematica as GumbelDistribution. »
The mean and variance of an extreme value distribution:
Probability density function:
Generate a set of pseudorandom numbers that have the extreme value distribution:
Properties based on higher-order moments:
Third moment of an extreme value distribution:
The q^(th) quantile of an extreme value distribution:
Plot the cumulative distribution function of an extreme value 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 an extreme value random variable follows a GumbelDistribution:
ExtremeValueDistribution is exponentially related to WeibullDistribution :
The distribution of maximum values is given by ExtremeValueDistribution:
The distribution of minimum values is given by GumbelDistribution:
ExtremeValueDistribution is not defined when Alpha is not a real number:
ExtremeValueDistribution 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