from statsmodels.tsa import stattools | |
maxlag = 60 | |
gc = stattools.grangercausalitytests(combined_vector, maxlag, addconst=True, verbose=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment