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