Description Usage Arguments Value Methods Author(s) References See Also
Generic function for the computation of the optimal centering constant (contamination neighborhoods) respectively, of the optimal lower clipping bound (total variation neighborhood). This function is rarely called directly. It is used to compute optimally robust ICs.
1 2 3 4 5 6 7 8 9 10 | getInfCent(L2deriv, neighbor, ...)
## S4 method for signature 'UnivariateDistribution,ContNeighborhood'
getInfCent(L2deriv, neighbor, clip, cent, tol.z, symm, trafo)
## S4 method for signature 'UnivariateDistribution,TotalVarNeighborhood'
getInfCent(L2deriv, neighbor, clip, cent, tol.z, symm, trafo)
## S4 method for signature 'RealRandVariable,ContNeighborhood'
getInfCent(L2deriv, neighbor, Distr, z.comp, stand, cent, clip)
|
L2deriv |
L2-derivative of some L2-differentiable family of probability measures. |
neighbor |
object of class |
... |
additional parameters. |
Distr |
distribution of L2-differentiable family. |
clip |
optimal clipping bound. |
cent |
optimal centering constant. |
stand |
standardizing matrix. |
tol.z |
the desired accuracy (convergence tolerance). |
symm |
logical: indicating symmetry of |
trafo |
matrix: transformation of the parameter. |
z.comp |
logical vector: indication which components of the centering constant have to be computed. |
The optimal centering constant is computed.
computation of optimal centering constant.
computation of optimal lower clipping bound.
computation of optimal centering constant.
Matthias Kohl Matthias.Kohl@stamats.de
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.