Article 6A4S0 Famous constants and the Gumbel distribution

Famous constants and the Gumbel distribution

by
John
from John D. Cook on (#6A4S0)

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 distribution

The 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.

gumbel_plot.png

Euler-Mascheroni constant

The Euler-Mascheroni constant comes up frequently in applications. Here are five posts where has come 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.
External Content
Source RSS or Atom Feed
Feed Location http://feeds.feedburner.com/TheEndeavour?format=xml
Feed Title John D. Cook
Feed Link https://www.johndcook.com/blog
Reply 0 comments