Av2CondContNeighborhood {ROptRegTS} | R Documentation |
Generates an object of class "Av2CondContNeighborhood"
.
Av2CondContNeighborhood(radius = 0, radiusCurve = function(x){1})
radius |
non-negative real: neighborhood radius. |
radiusCurve |
real-valued, non-negative function
with L2 norm <= 1 . |
Object of class "Av1CondContNeighborhood"
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.
Av2CondContNeighborhood() ## The function is currently defined as function(radius = 0, radiusCurve = function(x){1}){ new("Av2CondContNeighborhood", radius = radius, radiusCurve = radiusCurve) }