| IC-class {RobAStBase} | R Documentation |
Influence curve
Description
Class of (partial) influence curves.
Objects from the Class
Objects can be created by calls of the form new("IC", ...).
More frequently they are created via the generating function
IC.
Slots
CallL2FamObject of class
"call": creates an object of the underlying L2-differentiable parametric family.modifyICobject of class
"OptionalFunction": function of four arguments: (1)L2Faman L2 parametric family (2)ICan optional influence curve, (3)withMakeICa logical argument whether to enforce the IC side conditions bymakeIC, and (4)...for arguments to be passed to calls toEinmakeIC. Returns an object of class"IC". This function is mainly used for internal computations!nameObject of class
"character".CurveObject of class
"EuclRandVarList".RisksObject of class
"list": list of risks; cf.RiskType-class.InfosObject of class
"matrix"with two columns namedmethodandmessage: additional informations.
Extends
Class "InfluenceCurve", directly.
Methods
- CallL2Fam
signature(object = "IC"): accessor function for slotCallL2Fam.- CallL2Fam<-
signature(object = "IC"): replacement function for slotCallL2Fam.- modifyIC
signature(object = "IC"): accessor function for slotmodifyIC.- checkIC
signature(IC = "IC", L2Fam = "missing"): check centering and Fisher consistency ofICassuming the L2-differentiable parametric family which can be generated via the slotCallL2FamofIC.- checkIC
signature(IC = "IC", L2Fam = "L2ParamFamily"): check centering and Fisher consistency ofICassuming the L2-differentiable parametric familyL2Fam.- evalIC
signature(IC = "IC", x = "numeric"): evaluateICatx.- evalIC
signature(IC = "IC", x = "matrix"): evaluateICat the rows ofx.- infoPlot
signature(object = "IC"): Plot absolute and relative information ofIC.- plot
signature(x = "IC", y = "missing")- show
signature(object = "IC")
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
References
Hampel et al. (1986) Robust Statistics. The Approach Based on Influence Functions. New York: Wiley.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
See Also
Examples
IC1 <- new("IC")
plot(IC1)