companion.form: Companion form function

Description Usage Arguments Value Author(s) Examples

Description

This function allows you to compute a companion form matrix in order to check the stability of causal and noncausal part of the ARX model.

Usage

1

Arguments

pol

Coefficient vector. If polynomial is 1 - ax - bx^2, coefficient vector is c(a, b).

Value

C

Companion matrix C.

Author(s)

Sean Telg

Examples

1
2
pol <- c(0.3,0.4)
C <- companion.form(pol)

Example output



MARX documentation built on May 2, 2019, 3:42 a.m.

Related to companion.form in MARX...