Description Usage Arguments Value Author(s) References See Also
Functional that takes the simulation output from running ScaLE (scale_exact or scale_extend or scale_logistic) and extracts weighted draws for use within the QSMC estimator.
User is free to specify what proportion of the output is to be retained as a fraction of the total output, or as a function of diffusion time. By default the entire simulation is extracted for use within the QSMC estimator.
1 |
simn |
Output from running scale_exact or scale_extend or scale_logistic |
retain.frac |
Specify the fraction of the simulation to be retained, otherwise do not specify |
retain.frac.range |
Specify a vector of length 2 containing the lower and upper diffusion time of the simulation to be extracted, otherwise do not specify |
trunc.time |
Specify the diffusion time from which the simulation is to be retained, otherwise do not specify |
trunc.time.range |
Specify a vector of length 2 containing the lower and upper diffusion time of the simulation to be extracted, otherwise do not specify |
even.weights |
TRUE returns a (re-sampled) particle set with equal weights. FALSE returns weighted particle set. FALSE by default |
idxs |
Mesh indicies extracted |
times |
Vector of times extracted |
weights |
Vector of particle weights |
draws |
Matrix of particle draws (draws x dimension) |
M Pollock
See Section 3.3 of Pollock et al. (2016)
scale_exact scale_extend scale_logistic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.