Fisher-Tippett distribution
|
In probability theory and statistics the Gumbel distribution is used to find the minimum (or the maximum) of a number of samples of various distributions. For example we would use it to find the maximum level of a river in a particular year if we had the list of maximum values for the past ten years. It is therefore useful in predicting the chance that an extreme earthquake, flood or other natural disaster will occur.
The distribution of the samples could be of the normal or exponential type. The Gumbel distribution, and similar distributions, are used in extreme value theory.
In particular, the Gumbel distribution is a special case of the Fisher-Tippett distribution, also known as the log-Weibull distribution, whose cumulative distribution function is
- <math>p = e^{-e^{(\mu-x)/\beta}}.\,<math>
The Gumbel distribution is the case where μ = 0 and β = 1.
A more practical way of using the distribution could be
- <math>p=e^{-e^{-0.367(A-x)/(A-M)}} ;<math>
- <math>-0.367=\ln(-\ln(0.5))<math>
where M is the median. To fit values one could get the median straight away and then vary A until it fits the list of values.
Its variates (i.e. to get a list of random values) can be given as ;
- <math>x=A-B\ln(-\ln(\operatorname{rnd})).\,<math>
Its percentiles can be given by ;
- <math>x=A-B \ln(-\ln(p))<math>
ie <math>Q1=A-B \ln(-\ln(.25))<math>
The median is <math>A-B \ln(-\ln(0.5))<math>
- <math>Q3=A-B \ln(-\ln(0.75))<math>
The mean is <math>A+gB<math> where <math>g<math> = Euler's constant = 0.57721.
The standard deviation is
- <math>B \pi/\sqrt{6}.\,<math>
The mode is A.