gevrnd
Generalized extreme value random numbers
Description
generates a random number drawn from the generalized extreme value (GEV) distribution with
the specified shape parameter r = gevrnd(k,sigma,mu)k, scale parameter
sigma, and location parameter mu.
When k < 0, the GEV
distribution is the type III extreme value distribution. When k >
0, the GEV distribution is the type II (Frechet) extreme value
distribution. If w has a Weibull distribution, then –w has
a type III extreme value distribution and 1/w has a type II extreme value
distribution. In the limiting case as k approaches 0, the
GEV distribution is the mirror image of the type I (Gumbel) extreme value distribution. For more
information, see Generalized Extreme Value Distribution.
Examples
Input Arguments
Output Arguments
Alternative Functionality
gevrndis a function specific to the GEV distribution. Statistics and Machine Learning Toolbox™ also offers the generic functionrandom, which supports various probability distributions. To userandom, specify the probability distribution name and its parameters. Note that the distribution-specific functiongevrndis faster than the generic functionrandom.To generate random numbers interactively, use
randtool, a user interface for random number generation.
References
[1] Embrechts, P., C. Klüppelberg, and T. Mikosch. Modelling Extremal Events for Insurance and Finance. New York: Springer, 1997.
[2] Kotz, S., and S. Nadarajah. Extreme Value Distributions: Theory and Applications. London: Imperial College Press, 2000.
Extended Capabilities
Version History
Introduced before R2006a
