getFixClip | R Documentation |
Generic function for the computation of the optimal clipping bound in case of robust models with fixed neighborhoods. This function is rarely called directly. It is used to compute optimally robust ICs.
getFixClip(clip, Distr, risk, neighbor, ...)
## S4 method for signature 'numeric,Norm,fiUnOvShoot,ContNeighborhood'
getFixClip(clip, Distr, risk, neighbor)
## S4 method for signature 'numeric,Norm,fiUnOvShoot,TotalVarNeighborhood'
getFixClip(clip, Distr, risk, neighbor)
clip |
positive real: clipping bound |
Distr |
object of class |
risk |
object of class |
neighbor |
object of class |
... |
additional parameters. |
The optimal clipping bound is computed.
optimal clipping bound for finite-sample under-/overshoot risk.
optimal clipping bound for finite-sample under-/overshoot risk.
Matthias Kohl Matthias.Kohl@stamats.de
Huber, P.J. (1968) Robust Confidence Limits. Z. Wahrscheinlichkeitstheor. Verw. Geb. 10:269–278.
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.