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.
moveL2Fam2RefParam(L2Fam, ...)
moveICBackFromRefParam(IC, L2Fam,...)object of class L2ParamFamily
IC of class HampIC
further arguments to be passed to particular methods
moveL2Fam2RefParamthe L2 Family transformed to reference parameter.
moveICBackFromRefParamthe backtransformed IC.
signature(L2Fam = "L2ScaleShapeUnion"):
moves L2Fam to scale 1 (and, if existing location to
0).
signature(IC = "IC", L2Fam = "L2ScaleShapeUnion"):
moves IC in IC back to original location and scale in L2Fam
(and in addition changes Lagrange multipliers accordingly),
rescaling risk where necessary.
signature(IC = "IC", L2Fam = "L2LocScaleShapeUnion"):
moves IC in IC back to original location and scale in L2Fam
(and in addition changes Lagrange multipliers accordingly),
rescaling risk where necessary.
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.