FixRobRegTypeModel {ROptRegTS}R Documentation

Generating function for FixRobRegTypeModel-class

Description

Generates an object of class "FixRobRegTypeModel".

Usage

FixRobRegTypeModel(center = RegTypeFamily(), neighbor = ContNeighborhood())

Arguments

center object of class "RegTypeFamily"
neighbor object of class "Neighborhood"

Value

Object of class "FixRobRegTypeModel"

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

FixRobRegTypeModel-class

Examples

FixRobRegTypeModel()

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

[Package ROptRegTS version 0.6.1 Index]