当前位置:文档之家› 时间序列分析及VAR模型

时间序列分析及VAR模型

Page |1
Lecture 6 6. Time series analysis: Multivariate models
6.1 Learning outcomes
Vector autoregression (VAR) Cointegration Vector error correction model (VECM) Application: pairs trading
������ ������ =1 ������1 ������ ������������−������ ������ ������ =1 ������2 ������ ������������−������
+ ������1������ + ������2������
The next step is to allow that lagged values of xt can affect yt and vice versa. This means that we obtain a system of equations for two dependent variables (yt and xt). Both dependent variables are influenced by past realisations of yt and xt. By doing that, we violate strict exogeneity (see Lecture 2); however, we can use a more relaxed concept, namely weak exogeneity. As we use lagged values of both dependent variables, we can argue that these lagged values are known to us, as we observed them in the previous period. We call these variables predetermined. Predetermined (lagged) variables fulfil weak exogeneity in the sense that they have to be uncorrelated with the contemporaneous error term in t. We can still use OLS to estimate the following system of equations, which is called a VAR in reduced form. (3) ������������ = ������1 +
The beauty of this model is that we don’t need to predefine whether x or y are endogenous (the dependent variable). In fact, we can test whether x (y) is endogenous or exogenous using Granger causality tests. The idea of Granger causality is that past observations (lagged dependent variables) can influence current observations – but not vice versa. So the idea is rather simple: the past affects the present, and the present does not affect the past. STATA provides Granger causality tests after conducting a VAR analysis, which is based on testing the joint hypothesis that past realisations do not Granger cause the present realisation of the dependent variable. In many applications, VAR models make a lot of sense, as a clear direction of causality cannot be predefined. For instance, there is a substantial literature on the benefits of internationalisation (e.g. entering foreign market through cross-border M&A). There is evidence that multinationals outperform local peers due to the benefits of operating in many countries. At the same time, we know that high-performing companies are more likely to enter foreign markets due to their ownership specific advantages. This argument is based on the Resource-based View and the OLS framework developed by Dunning and Rugman (Reading School of International Business). The VAR model allows you to incorporate both effects: in fact you can test whether performance drives internationalisation or internationalisation drives performance. Before you start using a VAR model, you have to make sure that the time series are stationary. So the first step is to check whether the time series is stationary using Dickey-Fuller tests and KPSS tests. The second step is to specify the optimal lag length (p) of the model. This is done by comparing different model specifications using information criteria. Apart from using Akaike (AIC) and Bayesian Schwarz (BIC), the Hannan-Quinn (HQIC) is commonly used. Most applied econometricians favour the Hannan-Quinn (HQIC) criterion. STATA will help you to make a good choice. After specifying your model, you need to check stability conditions. The coefficient matrix of the reduced form VAR has to ensure that the iteration sequence converges to a long-term value. STATA will help you in checking stability. To be precise, you need to show that the eigenvalues of the coefficient matrix lie within the unit circle. The reason behind it can be only understood when you understand the method of diagonalizing a matrix. VAR models offer another nice feature: impulse response functions. VAR models capture the dynamics of two (or more) stationary time series; hence, we can assess the dynamic impact of a marginal change of one variable on another. The standard OLS regression provides coefficients, and coefficients refer to the partial impact of an explanatory variable on the dependent variable. In the case of VAR models, the relationship becomes dynamic, as a change of one variable (say x) in t can affect x and y in t+1. The impact on x and y in t+1 in turn affects x and y in t+2 and so on until the impact dies out.e very useful in illustrating the short-term dynamics in a model.
相关主题