Revision as of 00:37, 11 April 2005 editMichael Hardy (talk | contribs)Administrators210,282 editsNo edit summary← Previous edit | Revision as of 18:28, 3 July 2005 edit undoPAR (talk | contribs)Autopatrolled, Extended confirmed users, Pending changes reviewers11,662 edits clean some things upNext edit → | ||
Line 1: | Line 1: | ||
{{cleanup}} | |||
{{Probability distribution | | {{Probability distribution | | ||
name =Fisher-Tippett| | name =Fisher-Tippett| | ||
Line 26: | Line 26: | ||
The distribution of the samples could be of the normal or exponential type. The Gumbel distribution, and similar distributions, are used in ]. | The distribution of the samples could be of the normal or exponential type. The Gumbel distribution, and similar distributions, are used in ]. | ||
In particular, the Gumbel distribution is a special case of the '''Fisher-Tippett distribution''', also known as the '''log-Weibull distribution''' |
In particular, the Gumbel distribution is a special case of the '''Fisher-Tippett distribution''', also known as the '''log-Weibull distribution''' | ||
== Properties == | |||
⚫ | :<math> |
||
The ] is | |||
⚫ | :<math>F(x|\mu,\beta) = e^{-e^{(\mu-x)/\beta}}.\,</math> | ||
The Gumbel distribution is the case where μ = 0 and β = 1. | The Gumbel distribution is the case where μ = 0 and β = 1. | ||
⚫ | The median is <math>\mu-\beta \ln(-\ln(0.5))</math> | ||
⚫ | A more practical way of using the distribution could be | ||
⚫ | The mean is <math>\mu+\gamma\beta</math> where <math>\gamma</math> = ] = 0.57721... | ||
:<math>p=e^{-e^{-0.367(A-x)/(A-M)}} ;</math> | |||
⚫ | The standard deviation is | ||
⚫ | |||
⚫ | :<math>\beta \pi/\sqrt{6}.\,</math> | ||
⚫ | where M is the ]. To fit values one could get the median | ||
⚫ | straight away and then vary |
||
⚫ | The mode is μ. | ||
Its variates (i.e. to get a list of random values) can be given as ; | |||
==Parameter estimation== | |||
:<math>x=A-B\ln(-\ln(\operatorname{rnd})).\,</math> | |||
⚫ | A more practical way of using the distribution could be | ||
Its percentiles can be given by ; | |||
:<math>x=A-B \ln(-\ln(p))</math> | |||
:<math>F(x|\mu,\beta)=e^{-e^{\epsilon(\mu-x)/(\mu-M)}} ;</math> | |||
:<math>\epsilon=\ln(-\ln(0.5))=-0.367...\,</math> | |||
⚫ | where ''M'' is the ]. To fit values one could get the median | ||
⚫ | :<math> |
||
⚫ | straight away and then vary μ until it fits the list of values. | ||
==Generating Fisher-Tippett variates== | |||
⚫ | The mean is <math> |
||
Given a random variate ''U'' drawn from the ] in the interval <nowiki>(0, 1]</nowiki>, the variate | |||
⚫ | The standard deviation is | ||
:<math> |
:<math>X=\mu-\beta\ln(-\ln(U))\,</math> | ||
has a Fisher-Tippett distribution with parameters μ and β. This follows from the form of the cumulative distribution function given above. | |||
⚫ | The mode is |
||
==See also== | ==See also== | ||
* ] | * ] | ||
] | ] |
Revision as of 18:28, 3 July 2005
Probability density functionFile:None uploaded yet. | |||
Cumulative distribution functionFile:None uploaded yet. | |||
Parameters |
location (real) scale (real) | ||
---|---|---|---|
Support | |||
where | |||
CDF | |||
Mean | |||
Median | |||
Mode | |||
Variance | |||
Skewness | |||
Excess kurtosis | |||
Entropy |
for | ||
MGF | |||
CF |
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
Properties
The cumulative distribution function is
The Gumbel distribution is the case where μ = 0 and β = 1.
The median is
The mean is where = Euler's constant = 0.57721...
The standard deviation is
The mode is μ.
Parameter estimation
A more practical way of using the distribution could be
where M is the median. To fit values one could get the median straight away and then vary μ until it fits the list of values.
Generating Fisher-Tippett variates
Given a random variate U drawn from the uniform distribution in the interval (0, 1], the variate
has a Fisher-Tippett distribution with parameters μ and β. This follows from the form of the cumulative distribution function given above.