infoPlot(ROptEstOld)
infoPlot()所属R语言包:ROptEstOld
Plot absolute and relative information
图绝对和相对信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot absolute and relative information of influence curves.
图绝对和相对信息的影响曲线。
用法----------Usage----------
infoPlot(object)
参数----------Arguments----------
参数:object
object of class "InfluenceCurve"
对象的类"InfluenceCurve"
Details
详细信息----------Details----------
Absolute information is defined as the square of the length of an IC. The relative information is defined as the absolute information of one component with respect to the absolute information of the whole IC; confer Section 8.1 of Kohl (2005).
绝对信息被定义为一个IC的长度的平方。的相对的信息被定义为相对于整个IC的绝对信息的一个组成部分;赋予科尔(2005年)的第8.1节的绝对信息。
(作者)----------Author(s)----------
Matthias Kohl <a href="mailto:Matthias.Kohl@stamats.de">Matthias.Kohl@stamats.de</a>
参考文献----------References----------
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
参见----------See Also----------
L2ParamFamily-class, IC-class
L2ParamFamily-class,IC-class
实例----------Examples----------
N <- NormLocationScaleFamily(mean=0, sd=1)
IC1 <- optIC(model = N, risk = asCov())
infoPlot(IC1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|