add.plot.roots
add roots of a TSmodel to a plot
Description
Calculate and plot roots of a model.
Usage
add.plot.roots(model, fuzz=0)
Required Arguments
- model
-
An object of class TSmodel.
Optional Arguments
- fuzz
-
If non-zero then roots within fuzz distance are considered equal.
Side Effects
The roots are addeded to an existing plot.
Value
The eigenvalues of the state transition matrix or the inverse of the roots of the
determinant of the AR polynomial are returned invisibly.
See Also
Examples
return to Table of Contents