gevinv
Inverse of the generalized extreme value (GEV) cumulative distribution function (iCDF).
For each element of p, compute the quantile (the inverse of the CDF) at p of the GEV distribution with shape parameter k, scale parameter sigma, and location parameter mu. The size of x is the common size of the input arguments. A scalar input functions as a constant matrix of the same size as the other inputs.
Default values for K, SIGMA, and MU are 0, 1, and 0, respectively.
See also: gevcdf, gevpdf, gevrnd, gevfit, gevlike, gevstat
Source Code: gevinv