English 中文(简体)
Statistics Tutorial

Selected Reading

Gumbel Distribution
  • 时间:2024-11-03

Statistics - Gumbel Distribution


Previous Page Next Page  

Gumbel Distribution represents the distribution of extreme values either maximum or minimum of samples used in various distributions. It is used to model distribution of peak levels. For example, to show the distribution of peak temperatures of the year if there is a pst of maximum temperatures of 10 years.

Gumbel distribution

Probabipty density function

Probabipty density function of Gumbel distribution is given as:

Formula

${ P(x) = frac{1}{eta} e^{[frac{x - alpha}{eta} - e^{frac{x - alpha}{eta}}]} }$

Where −

    ${alpha}$ = location parameter.

    ${eta}$ = scale parameter.

    ${x}$ = random variable.

Cumulative distribution function

Cumulative distribution function of Gumbel distribution is given as:

Formula

${ D(x) = 1 - e^{-e^{frac{x - alpha}{eta}}}}$

Where −

    ${alpha}$ = location parameter.

    ${eta}$ = scale parameter.

    ${x}$ = random variable.

Advertisements