Learn R Programming

ROptRegTS (version 1.2.0)

Av1CondTotalVarNeighborhood: Generating function for Av1CondTotalVarNeighborhood-class

Description

Generates an object of class "Av1CondTotalVarNeighborhood".

Usage

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

Arguments

radius

non-negative real: neighborhood radius.

radiusCurve

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

Value

Object of class "Av1CondTotalVarNeighborhood"

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

Av1CondTotalVarNeighborhood-class

Examples

Run this code
# NOT RUN {
Av1CondTotalVarNeighborhood()

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

Run the code above in your browser using DataLab