ggplot: Gerstengarbe Plot

Description Usage Arguments Details Value Authors Acknowledgements References Examples

View source: R/ggplot.R

Description

Performs a sequential Mann-Kendall Plot also known as Gerstengarbe Plot.

Usage

1
ggplot(data, nexceed = min(data) - 1)

Arguments

data

vector of sample data

nexceed

number of exceedances. Default is the minimum of the data to make sure the whole dataset is considered.

Details

The Gerstengarbe Plot, referring to Gerstengarbe and Werner (1989), is a sequential version of the Mann-Kendall-Test. This test searches for change points within a time series. This method is adopted for finding a threshold in a POT-model. The basic idea is that the differences of order statistics of a given dataset behave different between the body and the tail of a heavy-tailed distribution. So there should be a change point if the POT-model holds. To identify this change point the sequential test is done twice, for the differences from start to the end of the dataset and vice versa. The intersection point of these two series can then be associated with the change point of the sample data. For more informations see references.

Value

k0

optimal number of upper order statistics, i.e. the change point of the dataset

threshold

the corresponding threshold

tail.index

the corresponding tail index

Authors

Ana Cebrian Johannes Ossberger

Acknowledgements

Great thanks to A. Cebrian for providing a basic version of this code.

References

Gerstengarbe, F.W. and Werner, P.C. (1989). A method for statistical definition of extreme-value regions and their application to meteorological time series. Zeitschrift fuer Meteorologie, 39(4), 224–226.

Cebrian, A., and Denuit, M. and Lambert, P. (2003). Generalized pareto fit to the society of actuaries large claims database. North American Actuarial Journal, 7(3), 18–36.

Examples

1
2

Example output

Loading required package: eva
$k0
[1] 298

$p.values
[1] 0

$threshold
[1] 4.5

$tail.index
[1] 1.42794

tea documentation built on April 19, 2020, 3:57 p.m.