Learn R Programming

ROptRegTS (version 1.2.0)

CondContNeighborhood-class: Conditional contamination neighborhood

Description

Class of conditional (error-free-variables) convex contamination neighborhoods.

Arguments

Objects from the Class

Objects can be created by calls of the form new("CondContNeighborhood", ...). More frequently they are created via the generating function CondContNeighborhood.

Slots

type:

Object of class "character": “conditional convex contamination neighborhood”.

radius:

Object of class "numeric": neighborhood radius.

radiusCurve:

Object of class "function": radius curve

Extends

Class "CondNeighborhood", directly. Class "Neighborhood", by class "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

CondContNeighborhood, CondNeighborhood-class

Examples

Run this code
# NOT RUN {
new("CondContNeighborhood")
# }

Run the code above in your browser using DataLab