plot.roots {dse1} | R Documentation |
Calculate and plot roots of a model.
plot.roots(x, pch='*', fuzz=0)
x |
An object of class TSmodel or a vector of complex (or real) values as returned by the function roots. |
fuzz |
If non-zero then roots within fuzz distance are considered equal. |
The eigenvalues of the state transition matrix or the inverse of the roots of the determinant of the AR polynomial are returned invisibly.
add.plot.roots
roots
stability
McMillan.degree
if(is.R()) data("eg1.DSE.data.diff", package="dse1") model <- est.VARX.ls(eg1.DSE.data.diff) plot.roots(model)