shrinking.rank.sample(SamplerCompare)
shrinking.rank.sample()所属R语言包:SamplerCompare
Sample with shrinking-rank 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
A tuning parameter; corresponds to σ_c in sec. 5 of Thompson and Neal (2010).
一个调整参数,对应于σ_c以秒为单位。 5汤普森和Neal(2010)。
参数:downscale
Factor to reduce crumb standard deviation by when a proposal is rejected.
通过了一项提案被拒绝的因素,以减少面包屑的标准差。
参数:min.dimension
The minimum dimension to sample crumbs from.
最小尺寸品尝的面包屑。
Details
详细信息----------Details----------
shrinking.rank.slice.sample implements the shrinking-rank method of slice sampling, as described by Thompson and Neal (2010). It can be passed to compare.samplers in the samplers list argument.
shrinking.rank.slice.sample实现的萎缩排名方法的切片取样,如汤普森和Neal(2010年)所描述的。它可以传递给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----------
sampling. Technical Report TR-1002, Dept. of Statistics, University of Toronto.
参见----------See Also----------
compare.samplers cov.match.sample
compare.samplerscov.match.sample
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|