Description Usage Arguments Details Value Methods Note Author(s) References See Also
Generic function for the computation of a risk for an IC.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | getRiskIC(IC, risk, neighbor, L2Fam, ...)
## S4 method for signature 'IC,asCov,missing,missing'
getRiskIC(IC, risk, tol = .Machine$double.eps^0.25)
## S4 method for signature 'IC,asCov,missing,L2ParamFamily'
getRiskIC(IC, risk, L2Fam, tol = .Machine$double.eps^0.25)
## S4 method for signature 'IC,trAsCov,missing,missing'
getRiskIC(IC, risk, tol = .Machine$double.eps^0.25)
## S4 method for signature 'IC,trAsCov,missing,L2ParamFamily'
getRiskIC(IC, risk, L2Fam, tol = .Machine$double.eps^0.25)
## S4 method for signature 'IC,asBias,ContNeighborhood,missing'
getRiskIC(IC, risk, neighbor, tol = .Machine$double.eps^0.25)
## S4 method for signature 'IC,asBias,ContNeighborhood,L2ParamFamily'
getRiskIC(IC, risk, neighbor, L2Fam, tol = .Machine$double.eps^0.25)
## S4 method for signature 'IC,asBias,TotalVarNeighborhood,missing'
getRiskIC(IC, risk, neighbor, tol = .Machine$double.eps^0.25)
## S4 method for signature 'IC,asBias,TotalVarNeighborhood,L2ParamFamily'
getRiskIC(IC, risk, neighbor, L2Fam, tol = .Machine$double.eps^0.25)
## S4 method for signature 'IC,asMSE,UncondNeighborhood,missing'
getRiskIC(IC, risk, neighbor, tol = .Machine$double.eps^0.25)
## S4 method for signature 'IC,asMSE,UncondNeighborhood,L2ParamFamily'
getRiskIC(IC, risk, neighbor, L2Fam, tol = .Machine$double.eps^0.25)
## S4 method for signature 'TotalVarIC,asUnOvShoot,UncondNeighborhood,missing'
getRiskIC(IC, risk, neighbor)
## S4 method for signature 'IC,fiUnOvShoot,ContNeighborhood,missing'
getRiskIC(IC, risk, neighbor, sampleSize, Algo = "A", cont = "left")
## S4 method for signature 'IC,fiUnOvShoot,TotalVarNeighborhood,missing'
getRiskIC(IC, risk, neighbor, sampleSize, Algo = "A", cont = "left")
|
IC |
object of class |
risk |
object of class |
neighbor |
object of class |
L2Fam |
object of class |
... |
additional parameters |
tol |
the desired accuracy (convergence tolerance). |
sampleSize |
integer: sample size. |
Algo |
"A" or "B". |
cont |
"left" or "right". |
To make sure that the results are valid, it is recommended
to include an additional check of the IC properties of IC
using checkIC
.
The risk of an IC is computed.
asymptotic covariance of IC
.
asymptotic covariance of IC
under L2Fam
.
asymptotic covariance of IC
.
asymptotic covariance of IC
under L2Fam
.
asymptotic bias of IC
under convex contaminations.
asymptotic bias of IC
under convex contaminations and L2Fam
.
asymptotic bias of IC
in case of total variation neighborhoods.
asymptotic bias of IC
under L2Fam
in case of total variation
neighborhoods.
asymptotic mean square error of IC
.
asymptotic mean square error of IC
under L2Fam
.
asymptotic under-/overshoot risk of IC
.
finite-sample under-/overshoot risk of IC
.
finite-sample under-/overshoot risk of IC
.
This generic function is still under construction.
Matthias Kohl Matthias.Kohl@stamats.de
Huber, P.J. (1968) Robust Confidence Limits. Z. Wahrscheinlichkeitstheor. Verw. Geb. 10:269–278.
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.
Ruckdeschel, P. and Kohl, M. (2005) Computation of the Finite Sample Risk of M-estimators on Neighborhoods.
getRiskIC-methods
, InfRobModel-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.