Polynomial utility functions used by DSE.
characteristicPoly(a)
companionMatrix(a)
polyvalue(coef, z)
polydet(a)
polyprod(a, b)
polysum(a, b)
polyrootDet(a)
An array representing a matrix polynomial.
An array representing a matrix polynomial.
Coefficients of a polynomial.
Value at which the polynomial is to be evaluated.
depends
These are utility functions used in some ARMA model calculations such as root and stability calculations.