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