parvector2list | R Documentation |
Function for generating a valid list of parameters from a vector
parvector2list(
par = NULL,
ar = c(2, 1),
ma = c(2, 1),
arch = c(2, 1),
garch = c(2, 1)
)
par |
Parameter vector (numeric) |
ar |
Integer of length 2 (spatial, temporal): Spatio-temporal order of AR part |
ma |
Integer of length 2 (spatial, temporal): Spatio-temporal order of MA part |
arch |
Integer of length 2 (spatial, temporal): Spatio-temporal order of ARCH part |
garch |
Integer of length 2 (spatial, temporal): Spatio-temporal order of GARCH part |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.