CovControlSde-class(rrcov)
CovControlSde-class()所属R语言包:rrcov
Class 'CovControlSde' - contains control parameters for "CovSde"
“CovControlSde类 - 包含控制参数为”CovSde“
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class extends the CovControl class and contains the control parameters for CovSde
这个类扩展了CovControl类,其中包含的控制参数CovSde
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("CovControlSde", ...) or by calling the constructor-function CovControlSde.
对象可以通过调用的形式new("CovControlSde", ...)创建或调用构造函数的函数CovControlSde。
插槽----------Slots----------
nsamp a positive integer giving the number of resamples required
nsamp给予需要重新采样的数目的一个正整数
maxres a positive integer specifying the maximum number of resamples to be performed including those that are discarded due to linearly
maxres一个正整数,指定要执行的重新采样的最大数目,包括那些被丢弃由于线性
tune a numeric value between 0 and 1 giving the fraction of
tune给予的分数在0和1之间的一个数值
prob a numeric value between 0 and 1 specifying the probability of high breakdown point; used to compute
prob用于计算介于0和1之间的一个数值,指定高击穿点的概率;
eps a numeric value between 0 and 0.5 specifying the breakdown point; used to compute nsamp when nresamp is omitted.
eps指定一个数值,在0和0.5之间的故障点;用来计算nsamp:nresamp省略。
seed starting value for random generator. Default is seed = NULL.
随机数生成器的种子值。默认是seed = NULL。
trace, tolSolve: from the "CovControl" class.
trace,tolSolve:从"CovControl"类。
扩展----------Extends----------
Class "CovControl", directly.
类"CovControl",直接。
方法----------Methods----------
restimate signature(obj = "CovControlSde"): ...
restimate signature(obj = "CovControlSde")...
(作者)----------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("CovControlSde", nsamp=2000)
ctrl2 <- CovControlSde(nsamp=2000)
data(hbk)
CovSde(hbk, control=ctrl1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|