Usage
hillPlot(x, option = c("alpha", "xi", "quantile"), start = 15,
end = NA, reverse = FALSE, p = NA, ci = 0.95, autoscale = TRUE,
labels = TRUE, ...)
shaparmPlot(x, revert = FALSE, standardize = FALSE, tails = 0.01*(1:10),
doplot = c(FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE),
which = c(TRUE, TRUE, TRUE), doprint = TRUE, both.tails = TRUE,
xi.range = c(-0.5, 1.5), alpha.range = c(0, 10))Arguments
x
[hillPlot][shaparmPlot] -
the data from which to calculate the shape parameter, a
numeric vector.
autoscale
[hillPlot] -
whether or not plot should be automatically
scaled; if not, xlim and ylim graphical
parameters may be entered.
ci
[hillPlot] -
probability for asymptotic confidence band; for no
confidence band set ci to zero.
labels
[hillPlot] -
whether or not axes should be labelled.
option
[hillPlot] -
whether alpha, xi (1/alpha) or
quantile (a quantile estimate) should be plotted.
p
[hillPlot] -
probability required when option quantile is
chosen.
reverse
[hillPlot] -
whether plot is to be by increasing threshold, TRUE, or
increasing number of order statistics FALSE.
start, end
[hillPlot] -
lowest and highest number of order statistics at which to plot
a point.
...
[hillPlot] -
other graphics parameters.
alpha.range, xi.range
[saparmPlot] -
plotting ranges.
both.tails
[shaparmPlot] -
a logical, decides whether or not both tails should be
investigated. By default TRUE. If FALSE only the lower
tail will be investigated.
doplot
[shaparmPlot] -
a vector of logicals of the same lengths as tails
defining for wich tail depths plots should be created,
by default plots will be generated for a tail depth of 5
percent. By default c(FALSE, FALSE, FALSE,
doprint
[shaparmPlot] -
a logical, decides whether or not for all tail depths the
result for the shape parameter 1/alpha should be
printed.
revert
[shaparmPlot] -
a logical value, by default FALSE, if set to TRUE the
sign of the vector will be reverted: x = -x.
standardize
[shaparmPlot] -
a logical value, by default FALSE, if set to
TRUE the vector x will be standardized:
x = (x-mean(x))/sqrt(var(x)).
tails
[shaparmPlot] -
a numeric vector of tail depths to be considered; by
default ten values ranging from 0.1 to 1.0 in steps of 0.1
corresponding to values ranging from 1 to 10 percent.
which
[shaparmPlot] -
a vector of 3 logicals indicating which plots from the
three methods will be created. The first entry decides
for the Pickands estimator, the second for the Hill
estimator, and the last for the Deckers-Einmahl