nonadaptive.crumb.sample(SamplerCompare)
nonadaptive.crumb.sample()所属R语言包:SamplerCompare
Sample with nonadaptive-crumb slice sampling
的非自适应屑片样品与采样
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generate a sample from a probability distribution with
生成的概率分布与一个样品从
用法----------Usage----------
参数----------Arguments----------
参数:target.dist
Target distribution; see make.dist.
目标分配; make.dist。
参数:x0
Numeric vector containing initial state.
数字向量初始状态。
参数:sample.size
Requested sample size.
要求的样本量。
参数:tuning
Initial crumb standard deviation.
初步屑标准差。
参数:downscale
Factor to reduce crumb standard deviation by when a proposal is rejected.
通过了一项提案被拒绝的因素,以减少面包屑的标准差。
Details
详细信息----------Details----------
This function implements slice sampling with nonadaptive crumbs. Crumbs are Gaussian with spherical covariance starting at tuning, decreasing by downscale each time a proposal is rejected. More information can be found in sec. 5.2 of Neal (2003). This function can be passed to compare.samplers in the samplers list argument.
此功能实现与非自适应屑片采样。面包屑是高斯球面协方差开始在tuning,减少了downscale每次被拒绝的建议。更多的信息可以在秒。 5.2奥尼尔(2003年)。此功能可传递给compare.samplers中samplers列表参数。
值----------Value----------
A list with elements X, evals, and grads, following the calling convention of compare.samplers.
列表的元素X,evals和grads,之后的调用约定compare.samplers。
参考文献----------References----------
Statistics 31(3):705-767.
参见----------See Also----------
shrinking.rank.sample, compare.samplers
shrinking.rank.sample,compare.samplers
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|