FixRobRegTypeModel {ROptRegTS} | R Documentation |
Generates an object of class "FixRobRegTypeModel"
.
FixRobRegTypeModel(center = RegTypeFamily(), neighbor = ContNeighborhood())
center |
object of class "RegTypeFamily" |
neighbor |
object of class "Neighborhood" |
Object of class "FixRobRegTypeModel"
Matthias Kohl Matthias.Kohl@stamats.de
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
FixRobRegTypeModel() ## The function is currently defined as function(center = RegTypeFamily(), neighbor = ContNeighborhood()){ new("FixRobRegTypeModel", center = center, neighbor = neighbor) }