Kronspec | R Documentation |
For a given set of Kronecker indices, the program specifies a VARMA model. It gives details of parameter specification.
Kronspec(kdx, output = TRUE)
kdx |
A vector of Kronecker indices |
output |
A logical switch to control output. Default is with output. |
PhiID |
Specification of the AR matrix polynomial. 0 denotes zero parameter, 1 denotes fixing parameter to 1, and 2 denotes the parameter requires estimation |
ThetaID |
Specification of the MA matrix polynomial |
Ruey S. Tsay
Tsay (2014, Chapter 4)
kdx=c(2,1,1) m1=Kronspec(kdx) names(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.