rgsOptIC.MK: Computation of the optimally robust IC for MK estimators
Description
The function rgsOptIC.MK computes the optimally robust IC
for MK 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.MK(r = 0.1, K = K)
checkIC(IC1)
Risks(IC1)
# }