Description Usage Arguments Value See Also
View source: R/run_gibbsflow_ais.R
Run Gibbs flow annealed importance sampler
1 2 3 4 5 6 7 8 9 10 11 | run_gibbsflow_ais(
prior,
likelihood,
nparticles,
timegrid,
lambda,
derivative_lambda,
compute_gibbsflow,
mcmc,
gibbsvelocity = NULL
)
|
prior |
list with keys:
|
likelihood |
list with keys:
|
nparticles |
number of particles |
timegrid |
vector describing numerical integration times |
lambda |
vector describing tempering schedule |
derivative_lambda |
time derivative of tempering schedule |
compute_gibbsflow |
function computing Gibbs flow |
mcmc |
list with keys:
|
list with keys:
xtrajectory
trajectories,
xparticles
particles at terminal time,
ess
effective sample size,
log_normconst
log normalizing constant,
acceptprob
MCMC acceptance probabilities
run_gibbsflow_smc
if resampling is desired
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.