TotalVarNeighborhood-class {RobAStBase} | R Documentation |
Total variation neighborhood
Description
Class of (unconditional) total variation neighborhoods.
Objects from the Class
Objects can be created by calls of the form new("TotalVarNeighborhood", ...)
.
More frequently they are created via the generating function
TotalVarNeighborhood
.
Slots
type
Object of class
"character"
: “(uncond.) total variation neighborhood”.radius
Object of class
"numeric"
: neighborhood radius.
Extends
Class "UncondNeighborhood"
, directly.
Class "Neighborhood"
, by class "UncondNeighborhood"
.
Methods
No methods defined with class "TotalVarNeighborhood" in the signature.
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
TotalVarNeighborhood
, UncondNeighborhood-class
Examples
new("TotalVarNeighborhood")