| InfRobRegTypeModel {ROptRegTS} | R Documentation |
Generates an object of class "InfRobRegTypeModel".
InfRobRegTypeModel(center = L2RegTypeFamily(), neighbor = ContNeighborhood())
center |
object of class "L2RegTypeFamily" |
neighbor |
object of class "Neighborhood" |
Object of class "InfRobRegTypeModel"
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.
InfRobRegTypeModel()
## The function is currently defined as
function(center = L2RegTypeFamily(), neighbor = ContNeighborhood()) {
new("InfRobRegTypeModel", center = center, neighbor = neighbor)
}