pmcmc_predict | R Documentation |
Run predictions from the results of pmcmc()
. This
function can also be called by running predict()
on
the object, using R's S3 dispatch.
pmcmc_predict(
object,
times,
prepend_trajectories = FALSE,
n_threads = NULL,
seed = NULL
)
object |
The results of running |
times |
A vector of time times to return predictions for. The
first value must be the final value run in your simulation. An
error will be thrown if you get this value wrong, look in
|
prepend_trajectories |
Prepend trajectories from the particle filter to the predictions created here. |
n_threads |
The number of threads used in the simulation. If not given, we default to the value used in the particle filter that was used in the pmcmc. |
seed |
The random number seed (see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.