CovNAClassic-class(rrcovNA)
CovNAClassic-class()所属R语言包:rrcovNA
Class "CovNAClassic" - classical estimates of multivariate
“CovNAClassic类” - 经典估计的多变量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The class CovNAClassic represents an estimate of the multivariate location and scatter of an incomplete data set. The class CovNAClassic objects contain the classical estimates.
类CovNAClassic多元分布的位置和散布不完整的数据集的估计。类CovNAClassic对象包含经典的估计。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("CovNAClassic", ...), but the usual way of creating CovNAClassic objects is a call to the function CovNAClassic which serves as a constructor.
对象可以通过检测的形式new("CovNAClassic", ...)创建的,但通常的方式创建“CovNAClassic对象的功能CovNAClassic作为构造函数的调用。
插槽----------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:马氏距离
method: a character string describing the method used to
method:字符串描述的方法使用
singularity: a list with singularity information for the
singularity:与奇异性信息的列表
X: data
X:数据
方法----------Methods----------
plot signature(x = "CovNAClassic"): plot the object
图signature(x = "CovNAClassic"):绘制对象
(作者)----------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----------
data(bush10)
cv <- CovNAClassic(bush10)
cv
summary(cv)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|