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 that the event dates are 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
Renouv to fit "renouvellement" models.evd,
ismev,
extRemes,
bayesevd,
POT.## Garonne data set
summary(Garonne)
plot(Garonne)
## Weibull exceedances
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