HampIC-class {RobAStBase} | R Documentation |
Influence curve of Hampel type
Description
Class of (partial) influence curves of Hampel (= total variation or contamination) type;
used as common mother class for classes ContIC
and TotalVarIC
.
Objects from the Class
Objects can be created by calls of the form new("HampIC", ...)
.
Slots
CallL2Fam
object of class
"call"
: creates an object of the underlying L2-differentiable parametric family.name
object of class
"character"
Curve
object of class
"EuclRandVarList"
modifyIC
object of class
"OptionalFunction"
: function of four arguments: (1)L2Fam
an L2 parametric family (2)IC
an optional influence curve, (3)withMakeIC
a logical argument whether to enforce the IC side conditions bymakeIC
, and (4)...
for arguments to be passed to calls toE
inmakeIC
. Returns an object of class"IC"
. This function is mainly used for internal computations!Risks
object of class
"list"
: list of risks; cf.RiskType-class
.Infos
object of class
"matrix"
with two columns namedmethod
andmessage
: additional informations.stand
object of class
"matrix"
: standardizing matrix.weight
object of class
"RobWeight"
: weight functionbiastype
object of class
"BiasType"
: bias type (symmetric/onsided/asymmetric)normtype
object of class
"NormType"
: norm type (Euclidean, information/self-standardized)lowerCase
object of class
"OptionalNumeric"
: optional constant for lower case solution.neighborRadius
object of class
"numeric"
: radius of the corresponding (unconditional) contamination neighborhood.
Extends
Class "IC"
, directly.
Class "InfluenceCurve"
, by class "IC"
.
Methods
- stand
signature(object = "HampIC")
: accessor function for slotstand
.- weight
signature(object = "HampIC")
: accessor function for slotweight
.- biastype
signature(object = "HampIC")
: accessor function for slotbiastype
.- normtype
signature(object = "HampIC")
: accessor function for slotnormtype
.- lowerCase
signature(object = "HampIC")
: accessor function for slotlowerCase
.- neighborRadius
signature(object = "HampIC")
: accessor function for slotneighborRadius
.- neighborRadius<-
signature(object = "HampIC")
: replacement function for slotneighborRadius
.- neighborRadius
signature(object = "ANY")
: returnsNULL
.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
References
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Hampributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
See Also
Examples
IC1 <- new("HampIC")
plot(IC1)