meplot(object, ...)
meplot.default(y, main="Mean Excess Plot",
xlab="Threshold", ylab="Mean Excess", lty=c(2,1:2),
conf=0.95, col=c("blue","black","blue"), type="l", ...)
meplot.vlm(object, ...)
NA
s etc. are not allowed."vlm"
,
usually of class vglm-class
or
vgam-class
.gpd
for more details.
If the plot is flat then the data may be exponential,
and if it is curved then it may be Weibull or gamma. The function meplot
is generic, and
meplot.default
and meplot.vlm
are some
methods functions for mean excess plots.
Coles, S. (2001) An Introduction to Statistical Modeling of Extreme Values. London: Springer-Verlag.
gpd
.meplot(runif(500), las=1) -> i
names(i)
Run the code above in your browser using DataLab