Description Usage Arguments Value
View source: R/02_pmmh_smctc.R
Runs PMMH procedure for the toy SV model
1 2 3 4 5 6 7 8 9 | svModelPMMH(
data,
initVals,
rwMHsd,
particles = 2000,
iterations = 5000,
burnin = round(iterations/2, digits = 0),
numProgressOutputs = 10
)
|
data |
measurements or y |
initVals |
starting values as a vector in the follwoing order phiX, sigmaX, and betaY |
rwMHsd |
a vector of two elements giving the standard deviations for the RW-MH step |
particles |
number of particles |
iterations |
number of PMCMC iterations |
burnin |
burnin period (number of samples to exclude) |
numProgressOutputs |
int giving the number of progress outputs i.e. if set to 10, then progress output occurs for every additional 10 completion |
returns PMMH output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.