
Generates an object of class "InfRobRegTypeModel"
.
InfRobRegTypeModel(center = L2RegTypeFamily(), neighbor = ContNeighborhood())
object of class "L2RegTypeFamily"
object of class "Neighborhood"
Object of class "InfRobRegTypeModel"
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
# NOT RUN {
InfRobRegTypeModel()
## The function is currently defined as
function(center = L2RegTypeFamily(), neighbor = ContNeighborhood()) {
new("InfRobRegTypeModel", center = center, neighbor = neighbor)
}
# }
Run the code above in your browser using DataLab