powered by
A simulated AR(1) series with the AR coefficient equal to 0.9.
data(ar1.s)
The format is: Time-Series [1:60] from 1 to 60: -1.889 -1.691 -1.962 -0.566 -0.627 ...
The model is Y(t)=0.9*Y(t-1)+e(t) where the e's are iid standard normal.
# NOT RUN { data(ar1.s) ## maybe str(ar1.s) ; plot(ar1.s) ... # }
Run the code above in your browser using DataLab