Learn R Programming

bvhar (version 2.2.2)

stableroot: Roots of characteristic polynomial

Description

Compute the character polynomial of coefficient matrix.

Usage

stableroot(x, ...)

# S3 method for varlse stableroot(x, ...)

# S3 method for vharlse stableroot(x, ...)

# S3 method for bvarmn stableroot(x, ...)

# S3 method for bvarflat stableroot(x, ...)

# S3 method for bvharmn stableroot(x, ...)

Value

Numeric vector.

Arguments

x

Model fit

...

not used

Details

To know whether the process is stable or not, make characteristic polynomial.

$$\det(I_m - A z) = 0$$

where \(A\) is VAR(1) coefficient matrix representation.

References

Lütkepohl, H. (2007). New Introduction to Multiple Time Series Analysis. Springer Publishing.