powered by
Estimate AR coefficients using the Burg method
burg(x, p)
Returns an ARMA model consisting of a list with the following components.
Vector of AR coefficients (index number equals coefficient subscript)
0
White noise variance
Akaike information criterion corrected
Standard errors for the AR coefficients
Time series data (typically residuals from Resid)
Resid
AR order
The innovations algorithm is used to estimate white noise variance.
arma hannan ia yw
arma
hannan
ia
yw
M = c("diff",1) e = Resid(dowj,M) a = burg(e,1) print(a)
Run the code above in your browser using DataLab