Av1CondContNeighborhood: Generating function for Av1CondContNeighborhood-class

Description Usage Arguments Value Author(s) References See Also Examples

Description

Generates an object of class "Av1CondContNeighborhood".

Usage

1

Arguments

radius

non-negative real: neighborhood radius.

radiusCurve

real-valued, non-negative function with L1 norm <= 1.

Value

Object of class "Av1CondContNeighborhood"

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

Av1CondContNeighborhood-class

Examples

1
2
3
4
5
6
Av1CondContNeighborhood()

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

ROptRegTS documentation built on May 2, 2019, 3:40 p.m.