Learn R Programming

ROptRegTS (version 1.2.0)

FixRobRegTypeModel: 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"

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

Run this code
# NOT RUN {
FixRobRegTypeModel()

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

Run the code above in your browser using DataLab