Generic function for the computation of the standardizing matrix which takes care of the Fisher consistency of the corresponding IC. This function is rarely called directly. It is used to compute optimally robust ICs.
getInfStand(L2deriv, neighbor, biastype, ...)# S4 method for UnivariateDistribution,ContNeighborhood,BiasType
getInfStand(L2deriv,
neighbor, biastype, clip, cent, trafo)
# S4 method for UnivariateDistribution,TotalVarNeighborhood,BiasType
getInfStand(L2deriv,
neighbor, biastype, clip, cent, trafo)
# S4 method for RealRandVariable,UncondNeighborhood,BiasType
getInfStand(L2deriv,
neighbor, biastype, Distr, A.comp, cent, trafo, w, ...)
# S4 method for UnivariateDistribution,ContNeighborhood,onesidedBias
getInfStand(L2deriv,
neighbor, biastype, clip, cent, trafo, ...)
# S4 method for UnivariateDistribution,ContNeighborhood,asymmetricBias
getInfStand(L2deriv,
neighbor, biastype, clip, cent, trafo)
The standardizing matrix 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
.
optimal clipping bound.
optimal centering constant.
object of class "Distribution"
.
matrix: transformation of the parameter.
matrix: indication which components of the standardizing matrix have to be computed.
object of class RobWeight
; current weight.
computes standardizing matrix for symmetric bias.
computes standardizing matrix for symmetric bias.
computes standardizing matrix for symmetric bias.
computes standardizing matrix for onesided bias.
computes standardizing matrix for asymmetric bias.
Matthias Kohl Matthias.Kohl@stamats.de, Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
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