radiusMinimaxIC(L2Fam, neighbor, risk, ...)
"radiusMinimaxIC"( L2Fam, neighbor, risk, loRad = 0, upRad = Inf, z.start = NULL, A.start = NULL, upper = NULL, lower = NULL, OptOrIter = "iterate", maxiter = 50, tol = .Machine$double.eps^0.4, warn = FALSE, verbose = NULL, loRad0 = 1e-3, ..., returnNAifProblem = FALSE, loRad.s = NULL, upRad.s = NULL)"Neighborhood". "RiskType". A and a: if (partially) matched to "optimize",
getLagrangeMultByOptim is used; otherwise: by default, or if matched to
"iterate" or to "doubleiterate",
getLagrangeMultByIter is used. More specifically,
when using getLagrangeMultByIter, and if argument risk is of
class "asGRisk", by default and if matched to "iterate"
we use only one (inner) iteration, if matched to "doubleiterate"
we use up to Maxiter (inner) iterations.TRUE, some messages are printed max(loRad,loRad0).getInfRobICTRUE (not the default), in case of convergence problems in
the algorithm, returns NA. NULL (default)
set to loRad in the algorithm. NULL (default) set to upRad in the algorithm. Rieder, H., Kohl, M. and Ruckdeschel, P. (2001) The Costs of not Knowing the Radius. Appeared as discussion paper Nr. 81. SFB 373 (Quantification and Simulation of Economic Processes), Humboldt University, Berlin; also available under www.uni-bayreuth.de/departments/math/org/mathe7/RIEDER/pubs/RR.pdf
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
radiusMinimaxICN <- NormLocationFamily(mean=0, sd=1)
radIC <- radiusMinimaxIC(L2Fam=N, neighbor=ContNeighborhood(),
risk=asMSE(), loRad=0.1, upRad=0.5)
checkIC(radIC)
Run the code above in your browser using DataLab