Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Mtxprod1

Alternative Polynomial Matrix Product


Description

Compute the product of two polynomial matrices

Usage

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

Value

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

Author(s)

Ruey S. Tsay


MTS

All-Purpose Toolkit for Analyzing Multivariate Time Series (MTS) and Estimating Multivariate Volatility Models

v1.0
Artistic License 2.0
Authors
Ruey S. Tsay and David Wood
Initial release
2018-10-8

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.