Generic Function for Checking ICs
Generic function for checking centering and Fisher consistency of ICs.
checkIC(IC, L2Fam, ...) ## S4 method for signature 'IC,missing' checkIC(IC, out = TRUE, ..., diagnostic = FALSE) ## S4 method for signature 'IC,L2ParamFamily' checkIC(IC, L2Fam, out = TRUE,..., diagnostic = FALSE)
IC |
object of class |
L2Fam |
L2-differentiable family of probability measures. |
out |
logical: Should the values of the checks be printed out? |
... |
additional parameters |
diagnostic |
logical; if |
The precisions of the centering and the Fisher consistency are computed.
Diagnostics on the involved integrations are available if argument
diagnostic
is TRUE
. Then there is attribute diagnostic
attached to the return value, which may be inspected
and accessed through showDiagnostic
and
getDiagnostic
.
The maximum deviation from the IC properties is returned.
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.
IC1 <- new("IC") checkIC(IC1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.