| 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"): returnsL2Famunchanged.- moveL2Fam2RefParam
signature(L2Fam = "L2LocationFamily"): movesL2Famto location0.- moveL2Fam2RefParam
signature(L2Fam = "L2ScaleFamily"): movesL2Famto location0and scale1.- moveL2Fam2RefParam
signature(L2Fam = "L2LocationScaleFamily"): movesL2Famto location0and scale1.- moveL2Fam2RefParam
signature(L2Fam = "L2LocationUnknownScaleFamily"): movesL2Famto location0and scale1.- moveL2Fam2RefParam
signature(L2Fam = "L2ScaleUnknownLocationFamily"): movesL2Famto location0and scale1.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2ParamFamily"): returnsICunchanged.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2LocationFamily"): moves IC inICback to original location inL2Fam.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2ScaleFamily"): moves IC inICback to original location and scale inL2Fam, rescaling risk where necessary.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2LocationScaleFamily"): moves IC inICback to original location and scale inL2Fam, rescaling risk where necessary.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2LocationUnknownScaleFamily"): moves IC inICback to original location and scale inL2Fam, rescaling risk where necessary.- moveICBackFromRefParam
signature(IC = "IC", L2Fam = "L2ScaleUnknownLocationFamily"): moves IC inICback to original location and scale inL2Fam, rescaling risk where necessary.- moveICBackFromRefParam
signature(IC = "HampIC", L2Fam = "L2ParamFamily"): moves IC inICback 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