invert_check: Check Invertibility Conditions

View source: R/RcppExports.R

invert_checkR Documentation

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)


simts documentation built on Aug. 31, 2023, 5:07 p.m.