powered by
For a given set of Kronecker indices, the program specifies a VARMA model. It gives details of parameter specification.
Kronspec(kdx, output = TRUE)
A vector of Kronecker indices
A logical switch to control output. Default is with output.
Specification of the AR matrix polynomial. 0 denotes zero parameter, 1 denotes fixing parameter to 1, and 2 denotes the parameter requires estimation
Specification of the MA matrix polynomial
Tsay (2014, Chapter 4)
# NOT RUN { kdx=c(2,1,1) m1=Kronspec(kdx) names(m1) # }
Run the code above in your browser using DataLab