Skip to content

Instantly share code, notes, and snippets.

@rBatt
Created March 20, 2018 15:44
Show Gist options
  • Save rBatt/6d4758088b7bc292ba0f4e1a5e3595ed to your computer and use it in GitHub Desktop.
Save rBatt/6d4758088b7bc292ba0f4e1a5e3595ed to your computer and use it in GitHub Desktop.
ar expl
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