Learn R Programming

itsmr (version 1.9)

check: Check for causality and invertibility

Description

Check for causality and invertibility

Usage

check(a)

Value

None

Arguments

a

ARMA model

Details

The ARMA model is a list with the following components.

phiVector of AR coefficients (index number equals coefficient subscript)
thetaVector of MA coefficients (index number equals coefficient subscript)
sigma2White noise variance

Examples

Run this code
a = specify(ar=c(0,0,.99))
check(a)

Run the code above in your browser using DataLab