Description Usage Arguments Value Author(s) References See Also Examples
Generates an object of class "TotalVarIC"
;
i.e., an influence curves eta of the form
eta = max(c, min(A Lambda, 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
.
1 2 3 4 5 |
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 |
lowerCase |
optional constant for lower case solution. |
neighborRadius |
radius of the corresponding (unconditional) contamination neighborhood. |
Object of class "TotalVarIC"
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.
1 2 | IC1 <- TotalVarIC()
plot(IC1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.