CondNeighborhood-class {ROptRegTS}R Documentation

Conditional neighborhood

Description

Class of conditonal (error-free-variables) neighborhoods.

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.

Extends

Class "Neighborhood", directly.

Methods

radiusCurve
signature(object = "CondNeighborhood"): accessor function for slot radiusCurve.
show
signature(object = "CondNeighborhood")

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

Neighborhood-class


[Package ROptRegTS version 0.6.1 Index]