continue_pmcmc | R Documentation |
Run more iterations of PMCMC
continue_pmcmc(
object,
obs_process,
n_iterations,
post_proposal = NULL,
init_model = NULL,
post_particle = NULL,
verbose = getOption("verbose", FALSE)
)
## S4 method for signature 'SimInf_pmcmc'
continue_pmcmc(
object,
obs_process,
n_iterations,
post_proposal = NULL,
init_model = NULL,
post_particle = NULL,
verbose = getOption("verbose", FALSE)
)
object |
The |
obs_process |
Specification of the stochastic observation
process. The |
n_iterations |
An integer specifying the number of iterations to run the PMCMC. |
post_proposal |
An optional function that, if
non- |
init_model |
An optional function that, if non-NULL, is
applied in the particle filter before running each
proposal. The function must accept one argument of type
|
post_particle |
An optional function that, if non-NULL, is
applied after each completed particle. The function must
accept three arguments: 1) an object of |
verbose |
prints diagnostic messages when |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.