Skip to content

Instantly share code, notes, and snippets.

@naenumtou
Created October 3, 2022 13:45
Show Gist options
  • Save naenumtou/0e4735c09624127a58e0d013cd8ddfb4 to your computer and use it in GitHub Desktop.
Save naenumtou/0e4735c09624127a58e0d013cd8ddfb4 to your computer and use it in GitHub Desktop.
# HAC Result
# 3
lags = None
print(f'Number of lags: {lags}')
HAC = newResult.get_robustcov_results(
cov_type = 'HAC',
maxlags = lags
)
# Summary
print(HAC.summary())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment