updateKalman | R Documentation |
function for update objects generated by the kalman
function
updateKalman(data, update = 1e+05, n.iter = 1000, recompile = FALSE)
data |
an object generated by the Kalman function |
update |
number of iterations to be used for update the burn.in. |
n.iter |
length of the drawn after the last burn.in. |
recompile |
|
Requires an object generated by the function kalman
. If
the object is loaded from a previously saved session, the model
will need to be recompiled. this function is not parallelized.
same object type as the one returned by kalman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.