Bayesian MoE (bmoe) Arguments
bmoe-args.RdHelper functions to assist in supplying arguments to bmoe().
Usage
bmoe_prior(k, ...)
bmoe_jags_n(...)
bmoe_inits(seed_base, .RNG.name = "base::Wichmann-Hill", ...)Arguments
- k
integer. Assumed number of components.
- ...
Overwrite default values.
- seed_base
numeric. Seed are set equal to
seed_basemultiplied by chain index.- .RNG.name
character. JAGS RNG method.
Prior
Hyper-parameters that must be passed to the prior argument are in bold.
k, number of components, assumed known.regris element-wise IID Normal with 0 mean and regr_prec precision.wtis element-wise IID Normal with 0 mean and wt_prec precision.precis element-wise IID Gamma with prec_shape and prec_rate.
JAGS Controls
n.adaptcontrols number of discarded samples in adaptation stage.n.updatecontrols number of discarded samples in warm-up stage.n.itercontrols how many samples are saved.n.thincontrols thinning, where only every \(n^th\) sample is kept.n.chainscontrols number of chains.
JAGS Initial Values
Optional chain starting values, as described in rjags::jags.model().