Methods for Checking and Making ICs
Particular methods for checking centering and Fisher consistency of ICs, resp. making an IC out of an IC possibly violating the conditions so far.
## S4 method for signature 'ContIC,L2ParamFamily' checkIC(IC, L2Fam, out = TRUE, forceContICMethod = FALSE, ..., diagnostic = FALSE) ## S4 method for signature 'ContIC,L2ParamFamily' makeIC(IC, L2Fam, forceContICMethod = FALSE, ..., diagnostic = FALSE)
IC |
object of class |
L2Fam |
L2-differentiable family of probability measures. |
out |
logical: Should the values of the checks be printed out? |
forceContICMethod |
logical: Should we force to use the method for
signature |
... |
additional parameters to be passed on to expectation
|
diagnostic |
logical; if |
In checkIC
, the precisions of the centering and the Fisher consistency
are computed. makeIC
affinely transforms a given IC (not necessarily
satisfying the centering and Fisher consistency condition so far) such that
after this transformation it becomes an IC (satisfying the conditions).
Here particular methods for ICs of class ContIC
are provided using
the particular structure of this class which allows for speed up in certain cases.
The maximum deviation from the IC properties is returned.
Peter Ruckdeschel Peter.Ruckdeschel@uni-oldenburg.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.