get.asGRisk.fct-methods to produce a function in r,s,b for computing a particular asGRisk
get.asGRisk.fct(Risk)
# S4 method for asMSE
get.asGRisk.fct(Risk)
# S4 method for asL1
get.asGRisk.fct(Risk)
# S4 method for asL4
get.asGRisk.fct(Risk)
a function with arguments r
(radius), s
(square root of (trace of) variance), b
bias to compute the respective risk of an IC
with this bias and variance at the respective radius.
a risk of class "asGRisk"
signature(Risk = "asMSE")
: method for asymptotic mean squared error.
signature(Risk = "asL1")
: method for asymptotic mean absolute error.
signature(Risk = "asL4")
: method for asymptotic mean power 4 error.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
get.asGRisk.fct
is used internally in functions getAsRisk
and getReq
.