TotalVarNeighborhood: Generating function for TotalVarNeighborhood-class

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

View source: R/UncondNeighborhood.R

Description

Generates an object of class "TotalVarNeighborhood".

Usage

1

Arguments

radius

non-negative real: neighborhood radius.

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

TotalVarNeighborhood-class

Examples

1
2
3
4
5
6
TotalVarNeighborhood()

## The function is currently defined as
function(radius = 0){ 
    new("TotalVarNeighborhood", radius = radius) 
}

ROptEstOld documentation built on May 2, 2019, 12:51 p.m.