Mtxprod | R Documentation |
Compute the product of two polynomial matrices
Mtxprod(Mtx, sMtx, p, P)
Mtx |
The coefficient matrix of a regular polynomial matrix |
sMtx |
The coefficient matrix of a seasonal polynomial matrix |
p |
Degree of the regular polynomial matrix |
P |
Degree of the seasonal polynomial matrix |
Coefficient matrix of the product. The product is in the form reg-AR * sAR, etc.
Ruey S. Tsay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.