FixRobRegTypeModel: Generating function for FixRobRegTypeModel-class

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

Description

Generates an object of class "FixRobRegTypeModel".

Usage

1
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

1
2
3
4
5
6
FixRobRegTypeModel()

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

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