GumbelDistribution
GumbelDistribution[α, β] represents a Gumbel distribution with location parameter α and scale parameter β.
GumbelDistribution[] represents a standard Gumbel distribution with location 0 and scale 1.
Examples
Generate random samples:
RandomVariate[GumbelDistribution[0, 1], 5]Mean of the distribution:
Mean[GumbelDistribution[0, 1]]
(* EulerGamma *)Please visit the official Wolfram Language Reference for more details.