Skip to contents

Mean residual life parameter stability plot

Usage

# S3 method for class 'mev_tstab_mrl'
plot(
  x,
  xlab = c("thresh", "nexc"),
  level = 0.95,
  type = c("band", "ptwise"),
  ...
)

Arguments

x

object resulting from a call to tstab.mrl

xlab

[string]; whether to plot mean residual life plot as a function of threshold value of number of exceedances

level

[numeric] level of Wald confidence intervals

type

[string] whether to plot pointwise confidence intervals using segments ("ptwise") or using dashed lines ("band")

...

additional arguments, currently ignored