Generic Function for the Computation of Functions for Slot modifyIC
These function is used by internal computations and is rarely called directly.
getModifyIC(L2FamIC, neighbor, risk,...) ## S4 method for signature 'L2ParamFamily,Neighborhood,asRisk' getModifyIC(L2FamIC, neighbor, risk, ...) ## S4 method for signature 'L2LocationFamily,UncondNeighborhood,asGRisk' getModifyIC(L2FamIC, neighbor, risk, ...) ## S4 method for signature 'L2LocationFamily,UncondNeighborhood,fiUnOvShoot' getModifyIC(L2FamIC, neighbor, risk, ...) ## S4 method for signature 'L2ScaleFamily,UncondNeighborhood,asGRisk' getModifyIC(L2FamIC, neighbor, risk, ..., modifyICwarn = NULL) ## S4 method for signature 'L2LocationScaleFamily,UncondNeighborhood,asGRisk' getModifyIC(L2FamIC, neighbor, risk, ..., modifyICwarn = NULL) scaleUpdateIC(neighbor,...) ## S4 method for signature 'UncondNeighborhood' scaleUpdateIC(neighbor, sdneu, sdalt, IC) ## S4 method for signature 'ContNeighborhood' scaleUpdateIC(neighbor, sdneu, sdalt, IC) ## S4 method for signature 'TotalVarNeighborhood' scaleUpdateIC(neighbor, sdneu, sdalt, IC)
L2FamIC |
object of class |
neighbor |
object of class |
risk |
object of class |
... |
further arguments to be passed over to |
sdneu |
positive numeric of length one; the new scale. |
sdalt |
positive numeric of length one; the new scale. |
IC |
a Hampel-IC to be updated. |
modifyICwarn |
logical: should a (warning) information be added if
|
This function is used for internal computations.
By setting RobAStBaseOption("all.verbose" = TRUE)
somewhere
globally, the generated function modifyIC
will generate
calls to optIC
with argument verbose=TRUE
.
Function for slot modifyIC
of IC
s
a list to be digested in corresponding methods
of getmodifyIC
by generateIC
Matthias Kohl Matthias.Kohl@stamats.de
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.