AvCondNeighborhood-class {ROptRegTS}R Documentation

Average conditional neighborhood

Description

Class of average conditional neighborhoods; i.e. only radius curves varepsilon with ||varepsilon||_alpha <= 1 for given exponent alpha.

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

type:
Object of class "character": type of the neighborhood.
radius:
Object of class "numeric": neighborhood radius.
radiusCurve:
Object of class "function": radius curve.
exponent:
Object of class "numeric": positive integer or Inf.

Extends

Class "CondNeighborhood", directly.
Class "Neighborhood", by class "CondNeighborhood".

Methods

show
signature(object = "AvCondNeighborhood")

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

CondNeighborhood-class


[Package ROptRegTS version 0.6.1 Index]