simSTARMAGARCH | R Documentation |
Simulation of STARMAGARCH
simSTARMAGARCH(
parameters,
n = 100,
m = c(5, 5),
W = NULL,
burnin = 0,
type = "rook",
torus = TRUE
)
parameters |
List of parameters. |
n |
Temporal dimension (integer). |
m |
Spatial dimension vector of length 1 or 2 (integer). |
W |
Neighbourhood array (optional) |
burnin |
Temporal burnin. |
type |
neighbourhood type (rook or queen) |
torus |
Logical, indicator for circular space. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.