Generic function for the computation of the optimal clipping bound.
This function is rarely called directly. It is called by getInfClipRegTS
to compute optimally robust ICs.
getInfGammaRegTS(ErrorL2deriv, Regressor, risk, neighbor, ...)# S4 method for UnivariateDistribution,UnivariateDistribution,asMSE,ContNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, z.comp, stand, cent, clip)
# S4 method for UnivariateDistribution,UnivariateDistribution,asMSE,Av1CondContNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, z.comp, stand, cent, clip)
# S4 method for UnivariateDistribution,UnivariateDistribution,asMSE,Av1CondTotalVarNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, z.comp, stand, cent, clip)
# S4 method for UnivariateDistribution,MultivariateDistribution,asMSE,ContNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, z.comp, stand, cent, clip)
# S4 method for UnivariateDistribution,MultivariateDistribution,asMSE,Av1CondContNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, z.comp, stand, cent, clip)
# S4 method for UnivariateDistribution,MultivariateDistribution,asMSE,Av1CondTotalVarNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, z.comp, stand, cent, clip)
# S4 method for UnivariateDistribution,Distribution,asMSE,Av2CondContNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, z.comp, stand, cent, clip)
# S4 method for RealRandVariable,Distribution,asMSE,ContNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, ErrorDistr, stand, cent,
clip)
# S4 method for RealRandVariable,Distribution,asMSE,Av1CondContNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, ErrorDistr, stand, cent,
clip)
# S4 method for UnivariateDistribution,UnivariateDistribution,asUnOvShoot,ContNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, cent, clip)
# S4 method for UnivariateDistribution,UnivariateDistribution,asUnOvShoot,TotalVarNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, cent, clip)
# S4 method for UnivariateDistribution,numeric,asUnOvShoot,CondContNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, clip)
# S4 method for UnivariateDistribution,numeric,asUnOvShoot,CondTotalVarNeighborhood
getInfGammaRegTS(
ErrorL2deriv, Regressor, risk, neighbor, clip)
L2-derivative of ErrorDistr
.
regressor.
object of class "RiskType"
.
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.
error distribution.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
used by getInfClipRegTS
.
The function is used in case of asymptotic G-risks; confer Ruckdeschel and Rieder (2004).
Rieder, H. (1980) Estimates derived from robust tests. Ann. Stats. 8: 106--115.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Ruckdeschel, P. and Rieder, H. (2004) Optimal Influence Curves for General Loss Functions. Statistics & Decisions (submitted).
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
asMSE-class
, asUnOvShoot-class
,
ContIC-class
, Av1CondContIC-class
,
Av2CondContIC-class
, Av1CondTotalVarIC-class
,
CondContIC-class
, CondTotalVarIC-class