Fit a Generalized Extreme Value Distribution
See Also
This menu can be used to fit a Generalized Extreme Value (GEV) distribution to the values in a variate. This analysis is used to estimate the return periods and levels for extreme events, where the maximum of fixed number of observations is recorded (for example, yearly maxima). Asymptotically, as the number of observations used in each maximum is increased, actual distribution of the maxima should converge to the GEV distribution, if the actual distribution of the data is maximum-stable. Where every observation in the series has been measured, rather than just the maximum values, use the Fit a Generalized Pareto Distribution menu.

See GEV for further details of the model, assumptions and graphs produced by this analysis.

The analysis can also optionally allow for both differences in the location parameter between groups, and a linear trend in the maxima associated with another variate.

The analysis can allow for censored data (where the true value is not known, but an upper or lower limit for the true value is known). Censored data can arise from equipment failure (e.g. a rain gauge overflows, or a reading goes off the scale of the measuring device), or where incomplete data is recorded, so that the true maximum may not have been observed (e.g. data not observed due to the observer being off work for part of a period).

The Data | Probability Calculations menu includes the Gumbel and GEV distributions and can be used to calculate probabilities for these distributions.

Data

The variate containing the values whose distribution is to be modelled using a Generalized Extreme Value distribution.

Trend

A variate, X, whose values will be fitted to a linear regression model for the location parameter, mu, so that mu = Intercept + Slope*X.

Groups

A factor containing up to 12 groups that will have separate location parameters, mu(i), fitted for each group. The location parameters for the groups are parameterised as a location parameter for group 1, and then a difference between subsequent groups and group 1, i.e. mu(1) and then mu(2) - mu(1), mu(3) - mu(1), etc.

Censored

A variate containing indicator values for the units that are censored. Censored units are marked with a 1, with a zero given otherwise. A censored unit is one in which the exact value is not measured, but you only know the true value is at least the value given in the Data variate (Right censored) or at most the value given (Left censored).

The direction of censoring can be selected as either:
Righttrue value >= X
Lefttrue value <= X

Shape Parameter Eta

For the shape parameter used in the model, there is a choice of:
Estimatewhere maximum likelihood estimation is used to obtain the value of eta which gives the best fit of the data to the model
Fix asallows you to specify value for eta in the space provided, to fix the value of eta used in the model. Setting eta to 0 will force the Gumbel distribution to be fitted
Another use of fixing eta, would be to fit a model to groups, so that both the location and scale parameters could vary. Restricting the observations to a particular group, and then fitting the model with a given value of eta allows for this. By doing this for each group, and then adding up the log-likelihoods and comparing this with an overall model with common scale parameter, the assumption of a common scale parameter can be tested.

Calculate Predictions

When selected, the analysis will calculate predicted values and confidence limits for the specified values. The choice of predicting either Return Levels or Return Probabilities is provided.

Return Levels - You provide a return probability and a return level which occurs this rate in the data is calculated (e.g. 5% = 1/20 so the predicted return level would occur once in every 20 maxima).

Return Probabilities - You provide a return level and the probability that a random observation would exceed this value is calculated.

Action Buttons

RunRun the analysis.
CancelClose the menu without further changes.
OptionsOpens a dialog where additional options and settings can be specified for the analysis.
DefaultsSet the menu settings back to the default settings. Clicking the right mouse on this button produces a pop-up menu where you can choose to set the menu using the currently stored defaults or the GenStat default settings.
StoreOpens a dialog to specify names of structures to store the results from the analysis. The names to save the structures should be supplied before running the analysis.

See Also