Mean residual life parameter stability plot
# S3 method for mev_tstab_mrl
plot(
x,
xlab = c("thresh", "nexc"),
level = 0.95,
type = c("band", "ptwise"),
...
)NULL; use to produce plots
object resulting from a call to tstab.mrl
[string]; whether to plot mean residual life plot as a function of threshold value of number of exceedances
[numeric] level of Wald confidence intervals
[string] whether to plot pointwise confidence intervals using segments ("ptwise") or using dashed lines ("band")
additional arguments, currently ignored