Usage
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, ...)
Arguments
obj
An object of class TSmodel.
fuzz
If non-zero then roots within fuzz
distance are considered equal.
randomize
Randomly arrange complex pairs of roots so the one with the positive imaginary
part is not always first (so random experiments are not biased).
warn
If FALSE then warnings about unit roots added for TREND are not printed.
by.poly
If TRUE then roots are calculated by expanding the determinant of the A
polynomial. Otherwise, they are calculated by converting to a state
space representation and calculating the eigenvalues of F. This second
method is preferable f
verbose
arguments to be passed to other methods.
...
arguments passed to other methods.