TotalVarIC {RobAStBase} | R Documentation |
Generating function for TotalVarIC-class
Description
Generates an object of class "TotalVarIC"
;
i.e., an influence curves \eta
of the form
\eta = c \vee A\Lambda \wedge d
with lower clipping bound c
, upper clipping bound d
and
standardizing matrix A
. \Lambda
stands for
the L2 derivative of the corresponding L2 differentiable
parametric family which can be created via CallL2Fam
.
Usage
TotalVarIC(name, CallL2Fam = call("L2ParamFamily"),
Curve = EuclRandVarList(RealRandVariable(Map = c(function(x) {x}),
Domain = Reals())),
Risks, Infos, clipLo = -Inf, clipUp = Inf, stand = as.matrix(1),
lowerCase = NULL, neighborRadius = 0, w = new("BdStWeight"),
normtype = NormType(), biastype = symmetricBias(),
modifyIC = NULL)
Arguments
name |
object of class |
CallL2Fam |
object of class |
Curve |
object of class |
Risks |
object of class |
Infos |
matrix of characters with two columns
named |
clipLo |
negative real: lower clipping bound. |
clipUp |
positive real: lower clipping bound. |
stand |
matrix: standardizing matrix |
w |
BdStWeight: weight object |
lowerCase |
optional constant for lower case solution. |
neighborRadius |
radius of the corresponding (unconditional) contamination neighborhood. |
biastype |
BiasType: type of the bias |
normtype |
NormType: type of the norm |
modifyIC |
object of class |
Value
Object of class "TotalVarIC"
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
References
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 <- TotalVarIC()
plot(IC1)