## S3 method for class 'SS':
print(x, digits=options()$digits, latex=FALSE, ...)
## S3 method for class 'ARMA':
print(x, digits=options()$digits, latex=FALSE, L=TRUE, fuzz=1e-10, ...)
## S3 method for class 'TSestModel':
print(x, ...)
Arguments
x
An object of class TSmodel or TSestModel.
digits
the number of significant digits
L
logical
if TRUE then ARMA model arrays are displayed as a polynomial matrix
with L indicating lags. Otherwise, each lag in the array is
displayed as a matrix.
latex
logical. If TRUE additional context is added to make the output
suitable for inclusion in a latex document.
fuzz
ARMA model polynomial elements with absolute value less than fuzz
are not displayed (i.e.-as if they are zero)