print.FitARMA: print method for class FitARMA

Description Usage Arguments Value Author(s) See Also Examples

Description

a brief summary is printed out of the fitted model

Usage

1
2
## S3 method for class 'FitARMA'
print(x, ...)

Arguments

x

object, class FitARMA

...

optional arguments

Value

the result is displayed

Author(s)

A.I. McLeod

See Also

FitARMA

Examples

1
2
data(SeriesA)
FitARMA(SeriesA, c(1,0,1))

Example output

Loading required package: FitAR
Loading required package: lattice
Loading required package: leaps
Loading required package: ltsa
Loading required package: bestglm
Chemical process concentrations
ARIMA(1,0,1)
length of series = 197 ,  number of parameters = 3
loglikelihood = 228.79 ,  aic = -451.6 ,  bic =  -441.7

FitARMA documentation built on May 2, 2019, 9:33 a.m.