gevrnd
Random arrays from the generalized extreme value (GEV) distribution.
r = gevrnd (k, sigma, mu
returns an array of
random numbers chosen from the GEV distribution with shape parameter k,
scale parameter sigma, and location parameter mu. The size of
r is the common size of the input arguments. A scalar input functions
as a constant matrix of the same size as the other inputs.
When called with a single size argument, returns a square matrix with the dimension specified. When called with more than one scalar argument the first two arguments are taken as the number of rows and columns and any further arguments specify additional matrix dimensions. The size may also be specified with a vector sz of dimensions.
See also: gevcdf, gevinv, gevpdf, gevfit, gevlike, gevstat
Source Code: gevrnd