checkIC(RobAStBase)
checkIC()所属R语言包:RobAStBase
Generic Function for Checking ICs
检查集成电路的通用功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generic function for checking centering and Fisher consistency of ICs.
通用定心和费舍尔的IC一致性检查功能。
用法----------Usage----------
checkIC(IC, L2Fam, ...)
参数----------Arguments----------
参数:IC
object of class "IC"
对象的类"IC"
参数:L2Fam
L2-differentiable family of probability measures.
L2-微家庭的概率措施。
参数:...
additional parameters
额外的参数
Details
详细信息----------Details----------
The precisions of the centering and the Fisher consistency are computed.
定心精度和Fisher一致性计算。
值----------Value----------
The maximum deviation from the IC properties is returned.
返回从IC性能的最大偏差。
(作者)----------Author(s)----------
Matthias Kohl <a href="mailto:Matthias.Kohl@stamats.de">Matthias.Kohl@stamats.de</a>
参考文献----------References----------
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
参见----------See Also----------
L2ParamFamily-class, IC-class
L2ParamFamily-class,IC-class
实例----------Examples----------
IC1 <- new("IC")
checkIC(IC1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|