Description Usage Arguments Value See Also
View source: R/run_gibbsflow_sisr.R
Run Gibbs flow importance sampler with resampling
1 2 3 4 5 6 7 8 9 | run_gibbsflow_sisr(
prior,
likelihood,
nparticles,
timegrid,
lambda,
derivative_lambda,
compute_gibbsflow
)
|
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 |
list with keys:
xtrajectory
trajectories,
xparticles
particles at terminal time,
ess
effective sample size,
log_normconst
log normalizing constant,
run_gibbsflow_sis
if no resampling is desired
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.