Learn R Programming

ROptRegTS (version 1.2.0)

InfRobRegTypeModel: Generating function for InfRobRegTypeModel-class

Description

Generates an object of class "InfRobRegTypeModel".

Usage

InfRobRegTypeModel(center = L2RegTypeFamily(), neighbor = ContNeighborhood())

Arguments

center

object of class "L2RegTypeFamily"

neighbor

object of class "Neighborhood"

Value

Object of class "InfRobRegTypeModel"

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

InfRobRegTypeModel-class

Examples

Run this code
# NOT RUN {
InfRobRegTypeModel()

## The function is currently defined as
function(center = L2RegTypeFamily(), neighbor = ContNeighborhood()) {
    new("InfRobRegTypeModel", center = center, neighbor = neighbor)
}
# }

Run the code above in your browser using DataLab