InfluenceCurve-class(RobAStBase)
InfluenceCurve-class()所属R语言包:RobAStBase
Influence curve
影响曲线
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class of influence curves (functions).
类的影响曲线(函数)。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("InfluenceCurve", ...). More frequently they are created via the generating function InfluenceCurve.
可以创建对象通过调用的形式new("InfluenceCurve", ...)。更经常的是,他们通过创建生成函数InfluenceCurve。
插槽----------Slots----------
name object of class "character"
name类的对象"character"
Curve object of class "EuclRandVarList"
Curve类的对象"EuclRandVarList"
Risks object of class "list": list of risks; cf. RiskType-class.
Risks对象的类"list":风险列表;比照。 RiskType-class。
Infos object of class "matrix" with two columns named method and message: additional informations.
Infos对象的类"matrix"的两列名为method和message:额外的信息。
方法----------Methods----------
namesignature(object = "InfluenceCurve"): accessor function for slot name.
名称signature(object = "InfluenceCurve"):存取函数为槽name。
name<-signature(object = "InfluenceCurve"): replacement function for slot name.
名称“ - ”signature(object = "InfluenceCurve"):更换功能为槽name。
Curvesignature(object = "InfluenceCurve"): accessor function for slot Curve.
曲线signature(object = "InfluenceCurve")插槽Curve访问函数。
Mapsignature(object = "InfluenceCurve"): accessor function for slot Map of slot Curve.
图signature(object = "InfluenceCurve")插槽Map槽Curve访问函数。
Domainsignature(object = "InfluenceCurve"): accessor function for slot Domain of slot Curve.
域signature(object = "InfluenceCurve"):存取函数的插槽Domain的插槽Curve。
Rangesignature(object = "InfluenceCurve"): accessor function for slot Range of slot Curve.
范围signature(object = "InfluenceCurve"):存取函数的插槽Range的插槽Curve。
Infossignature(object = "InfluenceCurve"): accessor function for slot Infos.
相关信息signature(object = "InfluenceCurve"):存取函数为槽Infos。
Infos<-signature(object = "InfluenceCurve"): replacement function for slot Infos.
相关信息“ - ”signature(object = "InfluenceCurve"):更换功能的插槽Infos。
addInfo<-signature(object = "InfluenceCurve"): function to add an information to slot Infos.
ADDINFO < - signature(object = "InfluenceCurve"):功能,添加信息插槽Infos。
Riskssignature(object = "InfluenceCurve"): accessor function for slot Risks.
风险signature(object = "InfluenceCurve"):访问函数插槽Risks。
Risks<-signature(object = "InfluenceCurve"): replacement function for slot Risks.
风险< - “signature(object = "InfluenceCurve"):更换功能的插槽Risks。
addRisk<-signature(object = "InfluenceCurve"): function to add a risk to slot Risks.
addRisk < - signature(object = "InfluenceCurve"):功能要添加的风险插槽Risks。
showsignature(object = "InfluenceCurve")
显示signature(object = "InfluenceCurve")
(作者)----------Author(s)----------
Matthias Kohl <a href="mailto:Matthias.Kohl@stamats.de">Matthias.Kohl@stamats.de</a>
参考文献----------References----------
Hampel et al. (1986) Robust Statistics. The Approach Based on Influence Functions. New York: Wiley.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
参见----------See Also----------
InfluenceCurve, RiskType-class
InfluenceCurve,RiskType-class
实例----------Examples----------
new("InfluenceCurve")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|