Learn R Programming

itsmr (version 1.1)

check: Check for causality and invertibility

Description

Check for causality and invertibility

Usage

check(a)

Arguments

a
ARMA model

Value

  • None

Examples

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

Run the code above in your browser using DataLab