Polynomial Matrix Product
Compute the product of two polynomial matrices
Mtxprod(Mtx, sMtx, p, P)
Mtx
: The coefficient matrix of a regular polynomial matrixsMtx
: The coefficient matrix of a seasonal polynomial matrixp
: Degree of the regular polynomial matrixP
: Degree of the seasonal polynomial matrixCoefficient matrix of the product. The product is in the form reg-AR * sAR, etc.
Ruey S. Tsay
Useful links