Plot for GPD Shape Parameter
Creates a plot showing how the estimate of shape varies with threshold or number of extremes.
shape(data, models = 30, start = 15, end = 500, reverse = TRUE, ci = 0.95, auto.scale = TRUE, labels = TRUE, ...)
data
: numeric vector of datamodels
: number of consecutive gpd models to be fittedstart
: lowest number of exceedances to be consideredend
: maximum number of exceedances to be consideredreverse
: should plot be by increasing threshold (TRUE
) or number of extremes (FALSE
)ci
: probability for asymptotic confidence band; for no confidence band set to zeroauto.scale
: whether or not plot should be automatically scaled; if not, xlim
and ylim
graphical parameters may be enteredlabels
: whether or not axes should be labelled...
: other graphics parametersA table of results is returned invisibly.
For every model gpd
is called. Evaluation may be slow.
gpd
, plot.gpd
, hill
## Not run: data(danish) ## Not run: shape(danish) # Shape plot of heavy-tailed Danish fire insurance data
Useful links