Av1CondTotalVarNeighborhood-class {ROptRegTS} | R Documentation |
Class of average conditional total variation
neighborhoods (exponent == 1
); i.e. only radius
curves varepsilon with
||varepsilon||_1 <= 1.
Objects can be created by calls of the form new("Av1CondTotalVarNeighborhood", ...)
.
More frequently they are created via the generating function
Av1CondTotalVarNeighborhood
.
type
:"character"
:
“average conditional total variation neighborhood”. radius
:"numeric"
:
neighborhood radius. radiusCurve
:"function"
:
radius curve with L1 norm <= 1
.exponent
:1
.
Class "Av1CondNeighborhood"
, directly.
Class "AvCondNeighborhood"
, by class "Av1CondNeighborhood"
.
Class "CondNeighborhood"
, by class "Av1CondNeighborhood"
.
Class "Neighborhood"
, by class "Av1CondNeighborhood"
.
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.
new("Av1CondTotalVarNeighborhood")