Usage
mrl(data, umin = min(data), umax = max(data) - 0.1, nint = 100, alpha=.050)
"print"(x, ...)
"summary"(object, ...)
"plot"(x, xlab="Threshold", ylab="Mean excess", ...)
Arguments
umin
The minimum value over which to threshold the data.
umax
The maximum value over which to threshold the data.
alpha
Used to determine coverage of confidence interval to plot. Defaults to
plotting a 95% interval.
nint
The number of points at which to compute the plot.
x, object
Arguments to print, summary and plot functions.
xlab
Label for the x-axis. Defaults to xlab="Threshold"
.
ylab
Label for the y-axis. Defaults to ylab="Mean excess"
.
...
Optional arguments to plot