Description Usage Arguments Value
Runs a particle Gibbs procedure on the toy SV model
1 2 3 4 5 6 7 8 9 | svModelPGr(
y,
numParticles,
startingValues,
numIter,
xRinit,
asSampling = FALSE,
numProgressOutputs = 10
)
|
y |
measurements i.e. observations of latent state process |
numParticles |
number of particles |
startingValues |
vector of three giving the starting values for the parameters in the following order: phiX, sigmaX, and betaY |
numIter |
number of PG iterations |
xRinit |
initial particle to condition on (reference trajectory) |
asSampling |
logical; if TRUE, then ancestor sampling is performed |
numProgressOutputs |
int giving the number of progress outputs i.e. if set to 10, then progress output occurs for every additional 10 completion |
Rcpp::List containing the results: parameter samples (sigmaX, betaY)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.