powered by
auspec(y, lag=NULL, window="Akaike", log=FALSE, plot=TRUE)
y
spec
window
y <- arima.sim(list(order=c(2,0,0), ar=c(0.64,-0.8)), n=200) auspec(y, log=TRUE)
Run the code above in your browser using DataLab