dGumbel gives the density function, pGumbel gives
the distribution function, qGumbel gives the quantile
function, and rGumbel generates random deviates.
Arguments
x, q
Vector of quantiles.
p
Vector of probabilities.
n
Number of observations.
loc, scale
Location and scale parameters (can be given
as vectors).
log
Logical; if TRUE, the log density is returned.
lower.tail
Logical; if TRUE (default), probabilities
are P[X <= x], otherwise, P[X > x]
Author
Alec Stephenson <alec_stephenson@hotmail.com>
Details
The Gumbel distribution function with parameters
\(loc = a\) and \(scale = b\) is
$$G(z) = \exp\left\{-\exp\left[-\left(\frac{z-a}{b}\right)
\right]\right\}$$
for all real \(z\), where \(b > 0\).