Extreme value (Gumbel) Inverse CDF
x = distfun_evinv ( p , mu , sigma ) x = distfun_evinv ( p , mu , sigma , lowertail )
a matrix of doubles, the probability. Must be in the range [0,1].
a matrix of doubles, the location.
a matrix of doubles, the scale. sigma>0.
a 1-by-1 matrix of booleans, the tail (default lowertail=%t). If lowertail is true (the default), then considers P(X<=x) otherwise P(X>x).
a matrix of doubles, the outcome
Computes the inverse cumulated probability distribution function of the Extreme value (Gumbel) function. This is the minimum Gumbel distribution.
Any scalar input argument is expanded to a matrix of doubles of the same size as the other input arguments.