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