is_invertable_arma: Check Invertibility/Stationarity of an AR/MA Process

Description Usage Arguments Value

View source: R/is_invertable_arma.R

Description

Check if an AR process is stationary or an MA process is invertible, by testing if the polynomial defined by it's coefficients doesn't have a root between -1 and 1

Usage

1
is_invertable_arma(coefs, tol = 0.001)

Arguments

coefs

a numeric vector with the AR (or MA) coefficients

tol

the tolerance search for the roots.

Value

true if the process is invertible/stationary.


itamarfaran/corrpops documentation built on Dec. 20, 2021, 8:02 p.m.