Learn R Programming

gmwm (version 2.0.0)

invert_check: Check Invertibility Conditions

Description

Checks the invertiveness of series of coefficients.

Usage

invert_check(x)

Arguments

x
A cx_vec that has a 1 appended before the coefficents. (e.g. c(1, x))

Value

True (if outside unit circle) || False (if inside unit circle)