Run MCMC iterations
1 2 | runMCMC(track, nbStates, nbIter, inits, priors, props, tunes, kalmanpars,
updateState = TRUE)
|
track |
Dataframe of data, with columns "x", "y", and "time" |
nbStates |
Number of states |
nbIter |
Number of iterations |
inits |
List of initial parameters (beta, sigma, Q, state) |
priors |
List of parameters of prior distributions, with components:
|
props |
List of parameters of proposal distributions, with components:
|
tunes |
List of tuning parameters, with components:
|
kalmanpars |
List of parameters of the Kalman filter, with components:
|
updateState |
Logical. If FALSE, the state process is not updated (for exploratory analysis only) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.