Learn R Programming

ROptRegTS (version 1.2.0)

CondNeighborhood-class: Conditional neighborhood

Description

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

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.

Extends

Class "Neighborhood", directly.

Methods

radiusCurve

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

show

signature(object = "CondNeighborhood")

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