CovControlOgk-class(rrcov)
CovControlOgk-class()所属R语言包:rrcov
Class 'CovControlOgk' - contains control parameters for CovOgk
“CovControlOgk类 - 包含控制参数CovOgk
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class extends the CovControl class and contains the control parameters for "CovOgk"
这个类扩展了CovControl类包含的控制参数"CovOgk"
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("CovControlOgk", ...) or by calling the constructor-function CovControlOgk.
对象可以通过调用的形式new("CovControlOgk", ...)创建或调用构造函数的函数CovControlOgk。
插槽----------Slots----------
niter number of iterations, usually 1 or 2 since iterations
硝石的迭代次数,通常为1或2,因为迭代
beta coverage parameter for the final reweighted estimate
为最后的重加权估计β覆盖参数
mrob function for computing the robust univariate location and dispersion - defaults to the tau scale defined in
mrob功能强劲的单变量的位置和分散 - 默认tau scale中定义的计算
vrob function for computing robust estimate of covariance between two random vectors - defaults the one proposed by
vrob函数计算两个随机向量之间的协方差稳健估计的 - 默认提出的
smrob A string indicating the name of the function for computing the robust univariate location and dispersion - defaults to scaleTau2 -
smrob一个字符串,指示计算功能强劲的单变量的位置和分散的名称 - 默认为scaleTau2 -
svrob A string indicating the name of the function for computing robust estimate of covariance between two random vectors - defaults to gk, the one proposed by Gnanadesikan and Kettenring (1972).
svrob一个字符串,指示两个随机向量之间的协方差稳健估计的计算功能 - 默认的名称为gk,提出的格纳纳德西肯和Kettenring(1972)。
trace, tolSolve: from the "CovControl" class.
trace,tolSolve:从"CovControl"类。
扩展----------Extends----------
Class "CovControl", directly.
类"CovControl",直接。
方法----------Methods----------
restimate signature(obj = "CovControlOgk"): the generic function restimate allowes the different methods for robust estimation to be used polymorphically - this function will call CovOgk passing it the control
restimatesignature(obj = "CovControlOgk"):通用功能restimate,让您可以在不同的稳健估计用于多态的方法 - 这个函数会调用CovOgk通过它的控制
(作者)----------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----------
## the following two statements are equivalent[#下面的两个语句是等价的]
ctrl1 <- new("CovControlOgk", beta=0.95)
ctrl2 <- CovControlOgk(beta=0.95)
data(hbk)
CovOgk(hbk, control=ctrl1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|