Learn R Programming

ROptRegTS (version 1.2.0)

AvCondNeighborhood-class: Average conditional neighborhood

Description

Class of average conditional neighborhoods; i.e. only radius curves \(\varepsilon\) with \(\|\varepsilon\|_\alpha\le 1\) for given exponent \(\alpha\).

Arguments

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")

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