powered by
Calculate and plot roots of a model.
addPlotRoots(v, pch='*', fuzz=0)
An object containing a TSmodel.
Character to use for plotting.
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.
The roots are addeded to an existing plot.
plot.roots
# NOT RUN { data("eg1.DSE.data.diff", package="dse") model <- estVARXls(eg1.DSE.data.diff) plot(roots(model)) addPlotRoots(toSS(model)) # }
Run the code above in your browser using DataLab