simulateSMM
simulates states,
disturbances or missing observations of the Gaussian
state space object conditionally on the data.simulateSSM(object,
sim = c("states", "disturbances", "observations"),
nsim = 1, antithetics = FALSE, conditional = TRUE)
KFS
, and all the observations are removed from the
model. Default is TRUE.Function can use two antithetic variables, one for location and other for scale, so output contains four blocks of simulated values which correlate which each other (ith block correlates negatively with (i+1)th block, and positively with (i+2)th block etc.).