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