Famous constants and the Gumbel distribution
The Gumbel distribution, named after Emil Julius Gumbel (1891-1966), is important in statistics, particularly in studying the maximum of random variables. It comes up in machine learning in the so-called Gumbel-max trick. It also comes up in other applications such as in number theory.
For this post, I wanted to point out how a couple famous constants are related to the Gumbel distribution.
Gumbel distributionThe standard Gumbel distribution is most easily described by its cumulative distribution function
F(x) = exp( -exp(-x) ).
You can introduce a location parameter and scale parameter the usual way, replacing x with (x - )/ and dividing by .
Here's a plot of the density.
Euler-Mascheroni constantThe Euler-Mascheroni constant comes up frequently in applications. Here are five posts where has come up.
- Numbers worth memorizing
- The coupon collector problem
- Pratt prime proofs
- Distribution of Mersenne primes
- Average fraction round up
The constant comes up in the context of the Gumbel distribution two ways. First, the mean of the standard Gumbel distribution is . Second, the entropy of a standard Gumbel distribution is + 1.
Apery's constant (3)The values of the Riemann zeta function (z) at positive even integers have closed-form expressions given here, but the values at odd integers do not. The value of (3) is known as Apery's constant because Roger Apery proved in 1978 that (3) is irrational.
Like the Euler-Mascheroni constant, Apery's constant has come up here multiple times. Some examples:
The connection of the Gumbel distribution to Apery's constant is that the skewness of the distribution is
126 (3)/^3.
The post Famous constants and the Gumbel distribution first appeared on John D. Cook.