Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Last active February 26, 2020 08:09
Show Gist options
  • Select an option

  • Save quantra-go-algo/f52e295f2d7d9030eadb9b2fe158989b to your computer and use it in GitHub Desktop.

Select an option

Save quantra-go-algo/f52e295f2d7d9030eadb9b2fe158989b to your computer and use it in GitHub Desktop.
from statsmodels.graphics.tsaplots import plot_pacf
plot_pacf(tesla['Close'], lags=20)
pyplot.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment