Evaluates the extreme value cumulative probability distribution function.
double scalar value representing the argument at which the function is to be evaluated. double scalar value representing the location parameter, double scalar value representing the scale parameter, A double scalar value representing the probability that an extreme value random variable takes on a value less than or equal to x.
Method ExtremeValue, also known as the Gumbel minimum distribution, evaluates the extreme value distribution function, F, of a uniform random variable with location parameter
and shape parameter
; that is,
The case where
and
is called the standard Gumbel distribution.
Random numbers are generated by evaluating uniform variates
, equating the continuous distribution function, and then solving for
by first computing
.
Cdf Class | Imsl.Stat Namespace | Example