Two-parameter Gumbel (Extreme Value type I) distribution
with location \(\mu\) and scale \(\sigma\). The Gumbel
distribution is the limiting distribution of block maxima and is
widely used in extreme-value analysis of hydroclimatic variables.
Density, distribution, quantile, and random generation functions are
provided via the FAdist package. Fitting is performed via
closed-form L-moments through pelgum.
Define \(z = (x - \mu)/\sigma\). The probability density function is: $$f(x) = \frac{1}{\sigma} \exp(-z - e^{-z})$$ where:
\(\mu\) — location parameter (
location)\(\sigma\) — scale parameter (
scale)