mrl(data, umin = min(data), umax = max(data) - 0.1,
nint = round(max(data) - min(data)) * 20)
plotMRL(rpairs, l = mrl(rpairs$Wdata))
RecLinkData
object with assigned weights.x
and y
representing MRL statistics
as returned by mrl
.mrl
returnes a list withmrl
only returnes MRL statistics as a list, plotMRL
produces a plot thereof. These functions are used internally for threshold
estimation based on Extreme Value Theory, see
getParetoThreshold
.
mrl
is a simplified version of mrl.plot
in package ismev
.getParetoThreshold