Description Usage Arguments Value See Also
View source: R/run_gibbsflow_smc.R
Run Gibbs flow sequential Monte Carlo sampler
1 2 3 4 5 6 7 8 9 10 | run_gibbsflow_smc(
prior,
likelihood,
nparticles,
timegrid,
lambda,
derivative_lambda,
compute_gibbsflow,
mcmc
)
|
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_ais
if no resampling is desired
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.