extremeStat (version 1.5.9)

extremeStat: Extreme value statistics on a linear scale

Description

Fit (via L moments), plot (on a linear scale) and compare (by goodness of fit) several (extreme value) distributions. Compute high quantiles even in small samples and estimate extrema at given return periods.
Open the Vignette for an introduction to the package: vignette("extremeStat")
This package heavily relies on and thankfully acknowledges the package lmomco by WH Asquith.

Arguments

Package overview

The main functions in the extremeStat package are:

distLweights-> plotLweights
distLfit-> plotLfit
q_gpd + q_weighted -> distLquantile-> plotLquantile
distLextreme-> plotLextreme
distLexBoot

They create and modify a list object printed by (and documented in) printL.

Author

Berry Boessenkool, berry-b@gmx.de, 2014-2016

See Also

Examples

Run this code
data(annMax) # annual discharge maxima from a stream in Austria
plot(annMax, type="l")
dle <- distLextreme(annMax)
dle$returnlev

Run the code above in your browser using DataCamp Workspace