CondTotalVarNeighborhood {ROptRegTS}R Documentation

Generating function for CondContNeighborhood-class

Description

Generates an object of class "CondTotalVarNeighborhood".

Usage

CondTotalVarNeighborhood(radius = 0, radiusCurve = function(x){1})

Arguments

radius non-negative real: neighborhood radius.
radiusCurve real-valued, non-negative function.

Value

Object of class "ContNeighborhood"

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

CondTotalVarNeighborhood-class

Examples

CondTotalVarNeighborhood()

## The function is currently defined as
function(radius = 0, radiusCurve = function(x){1}){ 
    new("CondTotalVarNeighborhood", radius = radius, radiusCurve = radiusCurve) 
}

[Package ROptRegTS version 0.6.1 Index]