Methods for TARMA fits
# S3 method for TARMA
print(x, digits = max(3L, getOption("digits") - 3L), se = TRUE, ...)# S3 method for TARMA
coef(object, ...)
# S3 method for TARMA
vcov(object, ...)
# S3 method for TARMA
residuals(object, ...)
No return value, called for side effects
A TARMA fit.
Number of decimal digits for the output.
Logical. if TRUE (the default) prints also the standard errors.
Further parameters.
A TARMA fit.
TARMA.fit and TARMA.fit2 for TARMA modelling, plot.tsfit for plotting TARMA fits and forecasts.