Last chance! 50% off unlimited learning
Sale ends in
vignette("extremeStat")
This package heavily relies on and thankfully acknowledges the package lmomco
by WH Asquith.
distLweights |
-> plotLweights |
distLfit |
-> plotLfit |
q_gpd + q_weighted -> distLquantile |
-> plotLquantile |
distLextreme |
-> plotLextreme |
distLexBoot |
printL
.extRemes
, especially the function fevd
.
https://cran.r-project.org/package=extRemes
Intro slides: http://sites.lsa.umich.edu/eva2015/wp-content/uploads/sites/44/2015/06/Intro2EVT.pdf
Parameter fitting and distribution functions: https://cran.r-project.org/package=lmomco
Distributions: https://www.rmetrics.org/files/Meielisalp2009/Presentations/Scott.pdf
and: https://cran.r-project.org/view=Distributions
R in Hydrology: http://abouthydrology.blogspot.de/2012/08/r-resources-for-hydrologists.html
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 DataLab