
Last chance! 50% off unlimited learning
Sale ends in
Produces a Gumbel plot, a diagnostic plot for checking whether the data appears to be from a Gumbel distribution.
guplot(object, ...)
guplot.default(y, main = "Gumbel Plot",
xlab = "Reduced data", ylab = "Observed data", type = "p", ...)
guplot.vlm(object, ...)
A numerical vector. NA
s etc. are not allowed.
Character. Overall title for the plot.
Character. Title for the x axis.
Character. Title for the y axis.
Type of plot. The default means points are plotted.
An object that inherits class "vlm"
,
usually of class vglm-class
or
vgam-class
.
A list is returned invisibly with the following components.
The reduced data.
The sorted y data.
If
The function guplot
is generic, and
guplot.default
and guplot.vlm
are some
methods functions for Gumbel plots.
Coles, S. (2001) An Introduction to Statistical Modeling of Extreme Values. London: Springer-Verlag.
Gumbel, E. J. (1958) Statistics of Extremes. New York, USA: Columbia University Press.
# NOT RUN {
guplot(rnorm(500), las = 1) -> ii
names(ii)
guplot(with(venice, r1), col = "blue") # Venice sea levels data
# }
Run the code above in your browser using DataLab