powered by
"simulate"(object, nsim = 1, seed = NULL, t, mw = 10, plot.series = TRUE)
model <- set.to.class("hiddenDiffusion", parameter = list(phi = 0.5, gamma2 = 0.01, sigma2 = 0.1)) t <- seq(0, 1, by = 0.01) data <- simulate(model, t = t, plot.series = TRUE)
Run the code above in your browser using DataLab