Created
March 20, 2018 15:44
-
-
Save rBatt/6d4758088b7bc292ba0f4e1a5e3595ed to your computer and use it in GitHub Desktop.
ar expl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x = arima.sim(model=list(ar=0.9), n=200) | |
acf(x) | |
pacf(x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment