gen_model | R Documentation |
Create a time series process based on a supplied ts.model
.
gen_model(N, theta, desc, objdesc)
N |
An |
theta |
A |
desc |
A |
objdesc |
A |
A vec
that contains combined time series.
# AR set.seed(1336) gen_model(1000, c(.9,1), "AR1", list(c(1,1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.