Generic function for the computation of the optimal clipping bound/function. This function is rarely called directly. It is used to compute optimally robust ICs in case infinitesimal models.
getInfClipRegTS(clip, ErrorL2deriv, Regressor, risk, neighbor, ...)# S4 method for numeric,UnivariateDistribution,Distribution,asMSE,Neighborhood
getInfClipRegTS(
clip, ErrorL2deriv, Regressor, risk, neighbor, z.comp, stand, cent)
# S4 method for numeric,UnivariateDistribution,Distribution,asMSE,Av1CondTotalVarNeighborhood
getInfClipRegTS(
clip, ErrorL2deriv, Regressor, risk, neighbor, z.comp, stand, cent)
# S4 method for numeric,EuclRandVariable,Distribution,asMSE,Neighborhood
getInfClipRegTS(
clip, ErrorL2deriv, Regressor, risk, neighbor, ErrorDistr, stand,
cent, trafo)
# S4 method for numeric,UnivariateDistribution,UnivariateDistribution,asUnOvShoot,UncondNeighborhood
getInfClipRegTS(
clip, ErrorL2deriv, Regressor, risk, neighbor, z.comp, cent)
# S4 method for numeric,UnivariateDistribution,numeric,asUnOvShoot,CondNeighborhood
getInfClipRegTS(
clip, ErrorL2deriv, Regressor, risk, neighbor)
optimal clipping bound.
L2-derivative of ErrorDistr
.
regressor.
object of class "RiskType"
.
object of class "Neighborhood"
.
additional parameters.
optimal centering constant/function.
standardizing matrix.
which components of the centering constant/function have to be computed.
error distribution.
matrix: transformation of the parameter.
The optimal clipping bound/function is computed.
optimal clipping bound for asymtotic mean square error.
optimal clipping bound for asymtotic mean square error.
optimal clipping bound for asymtotic mean square error.
optimal clipping bound for asymtotic under-/overshoot risk.
optimal clipping function for asymtotic under-/overshoot risk.
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
, TotalVarIC-class
,
Av1CondContIC-class
, Av2CondContIC-class
,
Av1CondTotalVarIC-class
, CondContIC-class
,
CondTotalVarIC-class