Historical data are often available in hydrology (e.g. for river flood discharges, for sea-levels or sea surges) and can concern large periods such as past centuries. An unobserved level can typically be related to a material benchmark. Maximum likelihood estimation is made possible in this context of heterogeneous data. Inference is based on the asymptotic normality of parameter vector estimate and on linearisation ("delta method") for quantiles or parameter functions.
The package allows the use of "marked-process observations" data
(datetime of event and level) where an interevent analysis can be
useful. It also allows the event dates to be unknown and replaced
by a much broader block indication, e.g. a year number. The
key point is then that the "effective duration" (total duration of
observation periods) is known. Event counts for blocks can be used to
check the assumption of Poisson-distributed events.
The package development was initiated, directed and financed by the
french Institut de Radioprotection et de
This package contains a function Renouv to fit
"renouvellement" models.
evd,
ismev,
extRemes,
bayesevd,
POT.## 'Garonne' data set
summary(Garonne)
plot(Garonne)
## Weibull excesses
fG <- Renouv(x = Garonne,
threshold = 3000,
distname.y = "weibull",
main = "Weibull fit for 'Garonne'")
coef(fG)
vcov(fG)
summary(fG)
logLik(fG)
## Re-plot if needed
plot(fG)
## Classical 'predict' method with usual formal args
predict(fG, newdata = c(100, 150, 200), level = c(0.8, 0.9))Run the code above in your browser using DataLab