mrl | R Documentation |
Create mean residual life statistics for classification based on extreme value theory.
mrl(data, umin = min(data), umax = max(data) - 0.1, nint = round(max(data) - min(data)) * 20) plotMRL(rpairs, l = .computeMRL(sort(as.ram((rpairs$Wdata)))))
data |
A numerical vector, representing weights in the context of Record Linkage. |
umin, umax |
The minimum and maximum thresholds at which the mean residual life function is calculated. |
nint |
The number of points at which the mean residual life function is calculated. |
rpairs |
A |
l |
A list with components |
While mrl
only returns 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
.
mrl
returns a list with
x |
x-coordinates of MRL statistics |
y |
y-coordinates of MRL statistics |
getParetoThreshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.