| simulate.ngme_model | R Documentation |
Simulate latent process with noise
## S3 method for class 'ngme_model'
simulate(object, nsim = 1, seed = NULL, ...)
object |
ngme model specified by f() function |
nsim |
number of simulations |
seed |
seed |
... |
ignored |
a realization of latent model
simulate(f(1:10, model = ar1(rho = 0.4), noise = noise_nig()))
simulate(f(rnorm(10), model = rw1(), noise = noise_normal()))
simulate(f(1:10, model = ar1(rho = 0.4), noise = noise_t(nu = 5)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.