TML1.noncensored.control.S(RobustAFT)
TML1.noncensored.control.S()所属R语言包:RobustAFT
Control parameters for S-estimate of location and scale
S-估计的地点和规模的控制参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Auxiliary function for TML1.noncensored. Typically only used internally by TML1.noncensored, but may be used to construct a control argument. This function provides default values.
辅助功能TML1.noncensored。通常只在内部使用的TML1.noncensored,但可用于构建一个控制参数。此功能提供了默认值。
用法----------Usage----------
TML1.noncensored.control.S(tlo = 1e-04, mxf = 50, mxs = 50, ntm = 50,
tls = 1e-06, h = 100)
参数----------Arguments----------
参数:tlo
Relative tolerance in the iterative algorithms.
相对宽容的迭代算法。
参数:mxf
Maximum number of iterations in computing the location estimate.
在计算的位置估计的最大迭代次数。
参数:mxs
Maximum number of iterations in computing the scale estimate.
最大迭代次数,在计算规模的估计。
参数:ntm
Parameter used in iteration monitoring. When the number of iterations is a multiple of ntm, the current parameter values are printed.
参数用于在迭代监测。当的迭代次数是NTM的倍数,当前参数值将被打印。
参数:tls
Tolerance for denominators. If a scale estimate is less than tls, the scale estimate is set equal to tls.
公差为分母。如果比例估计小于tls的,规模估计被设置等于tls的。
参数:h
The number of subdivisions of the interval (min(yi), max(yi)) used is the computation of the estimate λ^(0).
细分的时间间隔(分钟(义),MAX(YI))使用的数量计算,估计λ^(0)。
值----------Value----------
List containing the desired values for each of the control parameters, plus the value Beta0 of β.
列表,其中包含所需的值的每个控制参数的值,加上Beta0β。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|