fit.control(cumSeg)
fit.control()所属R语言包:cumSeg
Auxiliary function for controlling model fitting
辅助功能控制模型拟合
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Auxiliary function as user interface for model fitting. Typically only used when calling 'jumpoints'
辅助功能的用户界面模型拟合。通常仅当调用jumpoints“
用法----------Usage----------
fit.control(toll = 0.001, it.max = 5, display = FALSE, last = TRUE,
maxit.glm = 25, h = 1, stop.if.error = FALSE)
参数----------Arguments----------
参数:toll
positive convergence tolerance.
积极收敛公差。
参数:it.max
integer giving the maximal number of iterations.
整数,给出的最大数目的迭代。
参数:display
logical indicating if the value of the objective function should be printed at each iteration.
逻辑指示是否应打印在每次迭代的目标函数的值。
参数:last
Currently ignored.
目前忽略不计。
参数:maxit.glm
Currently ignored.
目前忽略不计。
参数:h
Currently ignored.
目前忽略不计。
参数:stop.if.error
logical indicating if the algorithm should stop when one or more estimated changepoints do not assume admissible values. Default is FALSE which implies automatic changepoint selection.
逻辑表明,如果算法时,应停止一个或多个的估计changepoints不承担允许值。默认是FALSE这意味着自动变点选择。
值----------Value----------
A list with the arguments as components to be used by 'jumpoints'.
的论据作为组件可用于由jumpoints的列表。
(作者)----------Author(s)----------
Vito M. R. Muggeo
参见----------See Also----------
jumpoints
jumpoints
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|