R/stationarity.R

Defines functions stationarity

Documented in stationarity

# stationariry condition. 
# for details, see He and Ter\"{a}svirta (2004) and Nakatani and Ter\"{a}svirta (2007).
   stationarity <- function(A,B){
      G <- A + B
      max(Mod(eigen(G)$values))
   }

Try the ccgarch package in your browser

Any scripts or data that you put into this service are public.

ccgarch documentation built on May 29, 2017, 12:58 p.m.