restimate-methods(rrcov)
restimate-methods()所属R语言包:rrcov
Methods for Function estimate in Package 'rrcov'
方法函数的估计在包rrcov“
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Each concrete control class, like CovControlMest, CovControlOgk, etc., should implement an restimate method which will call the correponding (constructor)-function and will return the obtained S4 class, derived from CovRobust.
每一个具体的控制类,如CovControlMest,CovControlOgk,等等,应该实施restimate方法将调用的相应的(构造函数)函数将返回所获得的S4类,继承自CovRobust。
用法----------Usage----------
## S4 method for signature 'CovControlMest'
restimate(obj, x, ...)
参数----------Arguments----------
参数:obj
an object of class "CovControlEstimate"
一个对象的类"CovControlEstimate"
参数:x
Data frame or matrix containing the data </table>
数据框或矩阵包含数据</ TABLE>
参数:...
other parameters to be passed through to the estimation function.
其他来传递参数的估计函数。
方法----------Methods----------
obj = "CovControlMcd" Compute the MCD estimates of multivariate location and
OBJ =“CovControlMcd”计算MCD估计的多元分布的位置和
obj = "CovControlMest" Compute the constrained M-estimates of multivariate location and
OBJ =“CovControlMest”计算的约束M-估计的多元分布的位置,
obj = "CovControlOgk" Compute the Ortogonalized Gnanadesikan-Kettenring (OGK) estimates of multivariate location and
OBJ =“CovControlOgk”计算的Ortogonalized的格纳纳德西肯Kettenring(OGK)估计多元分布的位置和
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|