InfRobRegTypeModel: Generating function for InfRobRegTypeModel-class

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

View source: R/InfRobRegTypeModel.R

Description

Generates an object of class "InfRobRegTypeModel".

Usage

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

Arguments

center

object of class "L2RegTypeFamily"

neighbor

object of class "Neighborhood"

Value

Object of class "InfRobRegTypeModel"

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

InfRobRegTypeModel-class

Examples

1
2
3
4
5
6
InfRobRegTypeModel()

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

ROptRegTS documentation built on May 2, 2019, 6:51 p.m.