Generic function for the computation of the optimal centering constant/function (contamination neighborhoods) respectively, of the optimal lower clipping bound/function (total variation neighborhoods). This function is rarely called directly. It is used to compute optimally robust ICs.
getInfCentRegTS(ErrorL2deriv, Regressor, neighbor, ...)# S4 method for UnivariateDistribution,UnivariateDistribution,ContNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, clip, cent, stand, z.comp)
# S4 method for UnivariateDistribution,UnivariateDistribution,TotalVarNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, clip, cent, z.comp)
# S4 method for UnivariateDistribution,numeric,CondTotalVarNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, clip, cent, z.comp)
# S4 method for UnivariateDistribution,UnivariateDistribution,Av1CondContNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, clip, cent, stand, z.comp, x.vec)
# S4 method for UnivariateDistribution,UnivariateDistribution,Av1CondTotalVarNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, clip, cent, stand, z.comp, x.vec,
tol.z)
# S4 method for UnivariateDistribution,MultivariateDistribution,ContNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, clip, cent, stand, z.comp)
# S4 method for UnivariateDistribution,MultivariateDistribution,Av1CondContNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, clip, cent, stand, z.comp, x.vec)
# S4 method for UnivariateDistribution,Distribution,Av2CondContNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, clip, cent, stand, z.comp, tol.z)
# S4 method for RealRandVariable,Distribution,ContNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, ErrorDistr, stand, cent, clip,
z.comp)
# S4 method for RealRandVariable,Distribution,Av1CondContNeighborhood
getInfCentRegTS(
ErrorL2deriv, Regressor, neighbor, ErrorDistr, stand, cent, clip,
z.comp, x.vec)
L2-derivative of ErrorDistr
.
regressor.
object of class "Neighborhood"
.
additional parameters.
optimal clipping bound.
optimal centering constant/function.
standardizing matrix.
which components of the centering constant/function have to be computed.
(approximated) support of Regressor
.
the desired accuracy (convergence tolerance).
error distribution.
The optimal centering constant/function is computed.
computation of optimal centering constant.
computation of lower clipping bound.
computation of lower clipping bound.
computation of optimal centering function.
computation of optimal lower clipping function.
computation of optimal centering constant.
computation of optimal centering function.
computation of optimal lower clipping function.
computation of optimal centering constant.
computation of optimal centering constant.
computation of optimal centering function.
Rieder, H. (1980) Estimates derived from robust tests. Ann. Stats. 8: 106--115.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
ContIC-class
, Av1CondContIC-class
,
Av2CondContIC-class
, Av1CondTotalVarIC-class
,
CondContIC-class
, CondTotalVarIC-class