R/InvertibleQ.R

`InvertibleQ` <-
function(phi){
    identical(TRUE,try(all(abs(ARToPacf(phi))<1),silent=TRUE))
}

Try the FGN package in your browser

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

FGN documentation built on May 30, 2017, 7:19 a.m.