autofit(x, p = 0:5, q = 0:5)
Resid
)p
and q
and returns the
model with the lowest AICC.
The arguments p
and q
should be small ranges as this function
can be slow otherwise.
The innovations algorithm is used to estimate white noise variance.arma
xv = c("diff",1)
e = Resid(dowj,xv)
a = autofit(e)
print(a)
Run the code above in your browser using DataLab