roots(obj, ...)
## S3 method for class 'SS':
roots(obj, fuzz=0, randomize=FALSE, ...)
## S3 method for class 'ARMA':
roots(obj, fuzz=0, randomize=FALSE, warn=TRUE, by.poly=FALSE, ...)
## S3 method for class 'TSestModel':
roots(obj, ...)
by.poly=TRUE
then
the determinant of the AR polynomial is expanded to get the roots.Gilbert, P.D. (2000) A note on the computation of time series model roots. Applied Economics Letters, 7, 423--424
stability
,
McMillanDegree
data("eg1.DSE.data.diff", package="dse")
model <- estVARXls(eg1.DSE.data.diff)
roots(model)
Run the code above in your browser using DataLab