Description Usage Arguments Value
The main cpp-function powering the R wrapper.
1 2 3 4 5 6 7 8 | svModelPMMHimpl(
measurements,
lNumber,
lMCMCits,
initVals,
rwMHvar,
numProgressOutputs = 10L
)
|
measurements |
arma::vec providing the measurements (or y or measurements) |
lNumber |
number of particles |
lMCMCits |
number of PMMH iterations |
initVals |
arma::vec giving the three starting values for phiX, sigmaX and betaY |
rwMHvar |
standard deviations for the RW-MH proposal step |
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) and log-prior and log-likelihoood estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.