The Gumbel distribution is a continuous probability distribution used to model the maximum (or minimum) of a sample. It is one of the three extreme-value distributions and describes the limiting distribution of the maximum of many independent light-tailed variables.
A random variable \(X\) follows a Gumbel distribution with location parameter \(\mu \in \mathbb{R}\) and scale parameter \(\beta > 0\) if
\[
X \sim \text{Gumbel}(\mu, \beta).
\]
2 Probability Density Function
Writing \(z = \dfrac{x - \mu}{\beta}\), the probability density function is
where \(\gamma \approx 0.5772\) is the Euler–Mascheroni constant.
Proof. With \(z = (x - \mu)/\beta\) and the substitution \(u = e^{-z}\), the mean reduces to \(\mu + \beta\int_0^\infty (-\ln u) e^{-u} \, du = \mu +
\beta\gamma\), using \(\int_0^\infty (-\ln u) e^{-u}\,du = \gamma\). The variance follows from the second logarithmic moment of the exponential.
4 Generating Function
The moment generating function (MGF) of \(X \sim \text{Gumbel}(\mu, \beta)\) is