Find the maximum likelihood estimator (paramhat) of the generalized extreme value (GEV) distribution to fit data.
data = 1:50; [pfit, pci] = gevfit (data); p1 = gevcdf(data,pfit(1),pfit(2),pfit(3)); plot(data, p1)
See also: gevcdf, gevinv, gevlike, gevpdf, gevrnd, gevstat.
Package: statistics