CovControlSest-class(rrcov)
CovControlSest-class()所属R语言包:rrcov
Class 'CovControlSest' - contains control parameters for "CovSest"
类“CovControlSest - 包含控制参数为”CovSest“
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class extends the CovControl class and contains the control parameters for CovSest
这个类扩展了CovControl类,其中包含的控制参数CovSest
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("CovControlSest", ...) or by calling the constructor-function CovControlSest.
对象可以通过调用的形式new("CovControlSest", ...)创建或调用构造函数的函数CovControlSest。
插槽----------Slots----------
bdp a numeric value specifying the required breakdown point. Allowed values are between (n - p)/(2 * n) and 1 and the default is bdp=0.45.
BDP一个数值,指定所需的击穿点。允许值之间(n - p)/(2 * n)1,默认是bdp=0.45。
arp a numeric value specifying the asympthotic rejection point (for the Rocke type S estimates), i.e. the fraction of points receiving zero weight (see Rocke (1996)). Default is arp=0.1.
ARP指定的asympthotic的拒绝点为的Rocke型S估计一个数值,即权重为零(见Rocke(1996))的点的分数。默认是arp=0.1。
eps a numeric value specifying the relative precision of the solution of the S-estimate (bisquare and Rocke type). Default is to eps=1e-5.
每股收益一个数字值,该值指定的S-估计(bisquare和Rocke类型)的溶液的相对精度。默认值为eps=1e-5。
maxiter maximum number of iterations allowed in the computation of the S-estimate (bisquare and Rocke type). Default is maxiter=120.
MAXITER最大数目的迭代计算的S-估计(bisquare和Rocke类型)中允许。默认是maxiter=120。
nsamp the number of random subsets considered.
nsamp考虑的随机子集的数量。
seed starting value for random generator. Default is seed = NULL.
随机数生成器的种子值。默认是seed = NULL。
method Which algorithm to use: 'sfast'=FAST-S, 'surreal'=Ruppert's SURREAL algorithm,
方法使用哪种算法:“sfast= FAST-S,超现实=鲁珀特的超现实主义的算法,
trace, tolSolve: from the "CovControl" class.
trace,tolSolve:从"CovControl"类。
扩展----------Extends----------
Class "CovControl", directly.
类"CovControl",直接。
方法----------Methods----------
restimate signature(obj = "CovControlSest"): the generic function restimate allowes the different methods for robust estimation to be used polymorphically - this function will call CovSest passing it the control
restimatesignature(obj = "CovControlSest"):通用功能restimate,让您可以在不同的稳健估计用于多态的方法 - 这个函数会调用CovSest通过它的控制
(作者)----------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("CovControlSest", bdp=0.4)
ctrl2 <- CovControlSest(bdp=0.4)
data(hbk)
CovSest(hbk, control=ctrl1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|