Harris 1999 Algorithm for Gumbel Fitting |
The Harris 1999 algorithm for fitting the Gumbel distribution is described in Harris, 1999. The algorithm shares much in common with the Harris 1996 algorithm, with the main difference being that the Harris 1999 algorithm uses only the highest few extreme values in its curve fit. The effect of this concentration on the most extreme values can often be seen when comparing the results of the Harris 1999 algorithm with those of the other Gumbel fititing algorithms. The graph below, for example, shows 92 monthly peak wind speeds along with the Gumbel distributions resulting from the Simple Gumbel algorithm, the Harris 1996 algorithm, and the Harris 1999 algorithm:
The Method of Independent Storms tab of the Extreme Wind window implements the Harris 1999 algorithm, and it is one of the algorithms you can use on the Extreme Wind Tool window.
The Harris algorithms operate on so-called "annualized" probabilities, meaning probabilities that represent the chance of experiencing a certain peak wind speed in a given year. However, extreme wind probabilities obtained from your data are generally not annualized; instead, they represent the probability of experiencing a given extreme wind speed in a given period of fixed size, or during a given storm event (for the Method of Independent Storms). Windographer annualizes these probabilities by raising them to the power of r, where r is the average number of periods or storms per year. This means that the annualized probabilities can sometimes be extremely small for all but the largest of the extreme wind speeds, especially if the value of r is large (i.e. if your periods or storm events are very short).
Another concept related to the Harris Gumbel fitting algorithms is that of the "adjusted" plotting positions. Windographer can show both the original and adjusted plotting positions in the Extreme Wind Analysis and Extreme Wind Tool windows. The original plotting positions are simply the CDF probabilities for your extreme wind speeds that have been transformed according to y' = -ln(-ln(y)). This transformation linearizes the form of the Gumbel distribution expression so that the Gumbel curve parameters can be obtained from a linear curve fit. However, before this curve fit is performed, these plotting positions are adjusted according to a method defined by Harris, in order to adjust for statistical anomalies introduced by various factors (e.g. the linearization process itself). For more detail on these adjustments and their statistical justification, see Harris, 1996 and 1999.
See also
Simple algorithm for Gumbel fitting