iterations(XDE)
iterations()所属R语言包:XDE
Number of MCMC iterations
数的MCMC迭代
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Number of MCMC iterations
数的MCMC迭代
用法----------Usage----------
iterations(object)
参数----------Arguments----------
参数:object
An object of class XdeParameter or XdeMcmc.
一个对象类XdeParameter或XdeMcmc。
Details
详情----------Details----------
For an object of class XdeParameter, iterations specifies the total number of MCMC iterations. Note that by setting the thin parameter to a value greater than 1, the number of MCMC iterations will be greater than the number of saved MCMC iterations (saved iterations = iterations / thin).
对于一个对象的类XdeParameter,iterations指定的MCMC迭代的总数。注意的MCMC迭代数,thin参数设置的值大于1,将大于保存的MCMC迭代(保存迭代迭代/薄)。
For an object of class XdeMcmc (a class that stores output from the MCMC), iterations specifies the number of iterations that were saved.
对于一个类的对象XdeMcmc(一类,存储输出的MCMC),iterations指定被保存的迭代数。
The replacement method is only defined for the XdeParameter class. The class XdeMcmc is meant to reflect the information in an already run chain, whereas XdeParameter is a class for parameterizing the Bayesian model that has not yet been fit.
更换方法只被定义为XdeParameter类。类XdeMcmc是为了反映的信息在一个已经运行的链条,而XdeParameter是一类参数贝叶斯模型,尚未适应。
值----------Value----------
An integer
整数
作者(S)----------Author(s)----------
R. Scharpf
参见----------See Also----------
XdeParameter-class, XdeMcmc-class
XdeParameter-class,XdeMcmc-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|