Update README.md

main
eloiventura 2021-02-20 00:06:31 +08:00 committed by GitHub
parent b20c1d5e51
commit 9bb00f1b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Chapter 4: Granger Causality Test
In this chapter, we introduce the notion of causality and describe a test for linear models. The VAR model discussed in the previous chapter will be applied here.
In the first three chapters, we discussed the classical methods for both univariate and multivariate time series forecasting. We now introduce the notion of causality and its implications on time series analysis in general. We also describe a test for the linear VAR model discussed in the previous chapter.
The [notebook](04_GrangerCausality.ipynb) is outlined as follows:
* Notations