rgsOptIC.Ms: Computation of the optimally robust IC for Ms estimators
Description
The function rgsOptIC.Ms computes the optimally robust
conditionally centered IC for Ms estimators in case of linear
regression with unknown scale and average conditional (convex)
contamination neighborhoods where the regressor is random;
confer Subsection 7.3.2 of Kohl (2005).
# NOT RUN {## code takes some time# }# NOT RUN {K <- DiscreteDistribution(1:5) # = Unif({1,2,3,4,5})IC1 <- rgsOptIC.Ms(r = 0.1, K = K)
checkIC(IC1)
Risks(IC1)
# }