Description Usage Arguments Value
View source: R/09_AL_testing.R
Runs PMMH procedure for the toy SV model
1 2 3 4 5 6 7 | svModelALTracking(
data,
initVals,
particles = 8,
resampleFreq = 0.5,
printALinfo = FALSE
)
|
data |
measurements or y |
initVals |
starting values as a vector in the follwoing order phiX, sigmaX, and betaY |
particles |
number of particles |
resampleFreq |
frequency at which resampling is performed; if negative, then resampling is never performed; if between [0,1), then resampling is performed when the ESS falls below that proportion of the number of particles and when it is greater than or equal to 1, resampling is carried out when the ESS falls below that value (note: if this parameter is larger than the total number of particles, then resampling will always be performed!) |
returns PMMH output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.