CovNA-class(rrcovNA)
CovNA-class()所属R语言包:rrcovNA
Class "CovNA" – a base class for estimates of multivariate
“CovNA类” - 一个基类多元的估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The class CovNA represents an estimate of the multivariate location and scatter of a data set. The objects of class CovNA contain the classical estimates and serve as base for deriving other estimates, i.e. different types of robust estimates.
类CovNA多元分布的位置和分散的数据集的估计。类的对象CovNA包含了经典的估计和服务为基础派生其他的估计,即不同类型的可靠的估计数。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("CovNA", ...), but the usual way of creating CovNA objects is a call to the function CovNA which serves as a constructor.
对象可以通过检测的形式new("CovNA", ...)创建的,但通常的方式创建“CovNA对象的功能CovNA作为构造函数的调用。
插槽----------Slots----------
call: Object of class "language"
call:对象类"language"的
cov: covariance matrix
cov:协方差矩阵
center: location
center:位置
n.obs: number of observations used for the computation of the estimates
n.obs:用于计算估计的观测数
mah: mahalanobis distances
mah:马氏距离
det: determinant
det:决定因素
flag: flags (FALSE if suspected an outlier)
flag:标志(FALSE,如果怀疑离群值)
method: a character string describing the method used to
method:字符串描述的方法使用
singularity: a list with singularity information for the
singularity:与奇异性信息的列表
X: data
X:数据
扩展----------Extends----------
Class "Cov", directly.
类"Cov",直接。
方法----------Methods----------
getDistance signature(obj = "CovNA"): distances
GetDistance的signature(obj = "CovNA"):距离
getFlag signature(obj = "CovNA"): Flags observations as outliers if the corresponding mahalanobis distance is larger then qchisq(prob, p) where prob defaults to 0.975.
getFlag signature(obj = "CovNA"):标志为离群值的观察,如果相应的马氏距离较大,则qchisq(prob, p)prob默认为0.975。
summary signature(object = "CovNA"): calculate summary information
总结signature(object = "CovNA"):计算汇总信息
(作者)----------Author(s)----------
Valentin Todorov <a href="mailto:valentin.todorov@chello.at">valentin.todorov@chello.at</a>
参考文献----------References----------
An Object Oriented Framework for Robust Multivariate Analysis. Journal of Statistical Software, 32(3), 1–47. URL http://www.jstatsoft.org/v32/i03/.
实例----------Examples----------
showClass("CovNA")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|