Generic function for the computation of the optimal clipping bound in case of infinitesimal robust models. This function is rarely called directly. It is used to compute optimally robust ICs.
getInfV(L2deriv, neighbor, biastype, ...)
# S4 method for UnivariateDistribution,ContNeighborhood,BiasType
getInfV(L2deriv,
neighbor, biastype, clip, cent, stand)
# S4 method for UnivariateDistribution,TotalVarNeighborhood,BiasType
getInfV(L2deriv,
neighbor, biastype, clip, cent, stand)
# S4 method for RealRandVariable,ContNeighborhood,BiasType
getInfV(L2deriv,
neighbor, biastype, Distr, V.comp, cent, stand,
w, ...)
# S4 method for RealRandVariable,TotalVarNeighborhood,BiasType
getInfV(L2deriv,
neighbor, biastype, Distr, V.comp, cent, stand,
w, ...)
# S4 method for UnivariateDistribution,ContNeighborhood,onesidedBias
getInfV(L2deriv,
neighbor, biastype, clip, cent, stand, ...)
# S4 method for UnivariateDistribution,ContNeighborhood,asymmetricBias
getInfV(L2deriv,
neighbor, biastype, clip, cent, stand)
The asymptotic variance of an ALE to IC of Hampel type is computed.
L2-derivative of some L2-differentiable family of probability measures.
object of class "Neighborhood"
.
object of class "BiasType"
.
additional parameters, in particular for expectation E
.
positive real: clipping bound
optimal centering constant.
standardizing matrix.
standardizing matrix.
matrix: indication which components of the standardizing matrix have to be computed.
object of class RobWeight
; current weight.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Rieder, H. (1980) Estimates derived from robust tests. Ann. Stats. 8: 106--115.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Ruckdeschel, P. (2005) Optimally One-Sided Bounded Influence Curves. Mathematical Methods in Statistics 14(1), 105-131.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
ContIC-class
, TotalVarIC-class