Mtxprod1 function

Alternative Polynomial Matrix Product

Alternative Polynomial Matrix Product

Compute the product of two polynomial matrices

Mtxprod1(Mtx, sMtx, p, P)

Arguments

  • 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 is less than P.
  • P: Degree of the seasonal polynomial matrix

Details

This polynomial product is used in seasonal VARMA modeling to check the multiplicative nature between the regular and seasonal polynomial matrices

Returns

Coefficient matrix of the product. The product matrix is in the form sAR * reg-AR, etc.

Author(s)

Ruey S. Tsay

  • Maintainer: Ruey S. Tsay
  • License: Artistic License 2.0
  • Last published: 2022-04-11

Useful links