movToRef-methods {RobAStBase} | R Documentation |
Methods for Functions moving from and to reference parameter in Package ‘ROptEst’
Description
In optIC
a gain in accuracy can be obtained when computing
the optimally-robust ICs at a reference parameter of the model (instead of an
arbtirary one). To this end, moveL2Fam2RefParam
moved the model to
the reference parameter and moveICBackFromRefParam
moves the obtained
optimal IC back to the original parameter.
Usage
moveL2Fam2RefParam(L2Fam, ...)
moveICBackFromRefParam(IC, L2Fam,...)
Arguments
L2Fam |
object of class |
IC |
IC of class |
... |
further arguments to be passed on. |
Details
moveL2Fam2RefParam
and moveICBackFromRefParam
are used
internally in functions robest
and roptest
to compute the
optimally robust influence function according to the arguments given to them.
Value
moveL2Fam2RefParam |
the L2 Family transformed to reference parameter. |
moveICBackFromRefParam |
the backtransformed IC. |
Methods
- moveL2Fam2RefParam
signature(L2Fam = "L2ParamFamily")
: returnsL2Fam
unchanged.- moveL2Fam2RefParam
signature(L2Fam = "L2LocationFamily")
: movesL2Fam
to location0
.- moveL2Fam2RefParam
signature(L2Fam = "L2ScaleFamily")
: movesL2Fam
to location0
and scale1
.- moveL2Fam2RefParam
signature(L2Fam = "L2LocationScaleFamily")
: movesL2Fam
to location0
and scale1
.- moveL2Fam2RefParam
signature(L2Fam = "L2LocationUnknownScaleFamily")
: movesL2Fam
to location0
and scale1
.- moveL2Fam2RefParam
signature(L2Fam = "L2ScaleUnknownLocationFamily")
: movesL2Fam
to location0
and scale1
.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2ParamFamily")
: returnsIC
unchanged.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2LocationFamily")
: moves IC inIC
back to original location inL2Fam
.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2ScaleFamily")
: moves IC inIC
back to original location and scale inL2Fam
, rescaling risk where necessary.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2LocationScaleFamily")
: moves IC inIC
back to original location and scale inL2Fam
, rescaling risk where necessary.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2LocationUnknownScaleFamily")
: moves IC inIC
back to original location and scale inL2Fam
, rescaling risk where necessary.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2ScaleUnknownLocationFamily")
: moves IC inIC
back to original location and scale inL2Fam
, rescaling risk where necessary.- moveICBackFromRefParam
signature(IC = "HampIC", L2Fam = "L2ParamFamily")
: moves IC inIC
back to original location and scale inL2Fam
(and in addition changes Lagrange multipliers accordingly), rescaling risk where necessary.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de