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

Polynomials

Polynomial Utilities


Description

Polynomial utility functions used by DSE.

Usage

characteristicPoly(a)
    companionMatrix(a)
    polyvalue(coef, z)
    polydet(a)
    polyprod(a, b)
    polysum(a, b)
    polyrootDet(a)

Arguments

a

An array representing a matrix polynomial.

b

An array representing a matrix polynomial.

coef

Coefficients of a polynomial.

z

Value at which the polynomial is to be evaluated.

Details

These are utility functions used in some ARMA model calculations such as root and stability calculations.

Value

depends

See Also


dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

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