Skip to content

Instantly share code, notes, and snippets.

@h3ik0th
Created September 16, 2021 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3ik0th/dcb1f726efcbc225e31f0e1d5325a3d1 to your computer and use it in GitHub Desktop.
Save h3ik0th/dcb1f726efcbc225e31f0e1d5325a3d1 to your computer and use it in GitHub Desktop.
# difference Tyrion and check again for stationarity:
sT = df["Tyrion"].diff(n_diff_Tyrion).dropna()
is_Stationary(sT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment