sim_smoother(object, nsim, seed, use_antithetic = FALSE, ...)# S3 method for gssm
sim_smoother(object, nsim = 1,
seed = sample(.Machine$integer.max, size = 1),
use_antithetic = FALSE, method = "dk", ...)
# S3 method for bsm
sim_smoother(object, nsim = 1,
seed = sample(.Machine$integer.max, size = 1),
use_antithetic = FALSE, method = "dk", ...)
# S3 method for ar1
sim_smoother(object, nsim = 1,
seed = sample(.Machine$integer.max, size = 1),
use_antithetic = FALSE, method = "dk", ...)
# S3 method for ngssm
sim_smoother(object, nsim = 1,
seed = sample(.Machine$integer.max, size = 1),
use_antithetic = FALSE, ...)
# S3 method for ng_bsm
sim_smoother(object, nsim = 1,
seed = sample(.Machine$integer.max, size = 1),
use_antithetic = FALSE, ...)
# S3 method for svm
sim_smoother(object, nsim = 1,
seed = sample(.Machine$integer.max, size = 1),
use_antithetic = FALSE, ...)
# S3 method for ng_ar1
sim_smoother(object, nsim = 1,
seed = sample(.Machine$integer.max, size = 1),
use_antithetic = FALSE, ...)