
Generic function for the computation of the radius minimax IC.
radiusMinimaxIC(L2Fam, neighbor, risk, ...)# S4 method for L2ParamFamily,UncondNeighborhood,asGRisk
radiusMinimaxIC(L2Fam, neighbor, risk,
loRad, upRad, z.start = NULL, A.start = NULL, upper = 1e5,
maxiter = 100, tol = .Machine$double.eps^0.4, warn = FALSE)
L2-differentiable family of probability measures.
object of class "Neighborhood"
.
object of class "RiskType"
.
additional parameters.
the lower end point of the interval to be searched.
the upper end point of the interval to be searched.
initial value for the centering constant.
initial value for the standardizing matrix.
upper bound for the optimal clipping bound.
the maximum number of iterations
the desired accuracy (convergence tolerance).
logical: print warnings.
The radius minimax IC is computed.
computation of the radius minimax IC for an L2 differentiable parametric family.
Rieder, H., Kohl, M. and Ruckdeschel, P. (2001) The Costs of not Knowing the Radius. Submitted. 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.
# NOT RUN {
N <- NormLocationFamily(mean=0, sd=1)
radiusMinimaxIC(L2Fam=N, neighbor=ContNeighborhood(),
risk=asMSE(), loRad=0.1, upRad=0.5)
# }
Run the code above in your browser using DataLab