evrnd
Extreme value random numbers
Description
generates an array of random numbers, where r = evrnd(mu,sigma,sz1,...,szN)sz1,...,szN indicates the
size of each dimension.
generates an array of random numbers, where the vector r = evrnd(mu,sigma,sz)sz specifies
size(r).
The type 1 extreme value distribution is also known as the
Gumbel distribution. The software uses a version of the distribution that is suitable for
modeling minima. You can use the mirror image of this distribution to model maxima by negating
r. If x has a Weibull distribution, then
X = log(x) has the type 1 extreme value distribution.
See Extreme Value Distribution for more details.
Examples
Input Arguments
Output Arguments
Alternative Functionality
evrndis a function specific to the type 1 extreme value 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 functionevrndis faster than the generic functionrandom.To generate random numbers interactively, use
randtool, a user interface for random number generation.
Extended Capabilities
Version History
Introduced before R2006a
