CondContNeighborhood-class {ROptRegTS}R Documentation

Conditional contamination neighborhood

Description

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

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

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

CondContNeighborhood, CondNeighborhood-class

Examples

new("CondContNeighborhood")

[Package ROptRegTS version 0.6.1 Index]