Description Usage Arguments Value
The main cpp-function powering the R wrapper for the PG sampler.
1 2 3 4 5 6 7 8 | svModelPGimpl(
measurements,
lNumber,
lMCMCits,
initVals,
initReferenceTrajectory,
numProgressOutputs = 10L
)
|
measurements |
arma::vec providing the measurements |
lNumber |
number of particles |
lMCMCits |
number of PG iterations |
initVals |
arma::vec giving the three starting values for phiX, sigmaX and betaY |
initReferenceTrajectory |
initial reference trajectory values to condition on |
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.