VAR Models and Applications

Size: px
Start display at page:

Download "VAR Models and Applications"

Transcription

1 VAR Models and Applications Laurent Ferrara 1 1 University of Paris West M2 EIPMC Oct. 2016

2 Overview of the presentation 1. Vector Auto-Regressions Definition Estimation Testing 2. Impulse responses functions (IRF) Concept General IRF 3. Forecasting Concept Variance decomposition 4. Extensions 5. Applications US-EA GDP relationships

3 Vector Auto-Regressions: Short introduction The VAR models are widely used in economic analysis. While simple and easy to estimate, they make it possible to conveniently capture the dynamics of multivariate systems. VAR popularity is mainly due to Sims (1980) influential work. Reference text books : Hamilton (1994), Tsay (2014)

4 Vector Auto-Regressions: Notations Let y t denote an (n 1) vector of random variables. y t follows a p th order Gaussian VAR if, for all t, we have y t = c + Φ 1 y t Φ p y t p + ε t where c is n-vector, Φ i are n n matrices, ε t N(0, Ω) with Ω is a positive-definite covariance matrix. Consequently, the conditional distribution : y t y t 1, y t 2,..., y p+1 N(c + Φ 1 y t Φ p y t p, Ω).

5 Vector Auto-Regressions: Exemple n = 2 VAR(1)for y t = (y 1,t, y 2,t ): y 1,t = c 1 + φ 11 y 1,t 1 + φ 12 y 2,t 1 + ε 1,t y 2,t = c 2 + φ 21 y 1,t 1 + φ 22 y 2,t 1 + ε 2,t. where ε 1,t GWN(σ 2 ε 1 ), ε 2,t GWN(σ 2 ε 2 ) and ρ(ε 1,t, ε 2,t ) = 0 φ 11 and φ 22 are autoregressive coefficients, φ 21 and φ 12 are coefficients measuring the linear dependence between y 1 and y 2.

6 Vector Auto-Regressions: Notations In lag operator notation: Φ(B)y t = c + ε t where Φ(B) = I n Φ 1 B... Φ p B p, B the backwards operator The VAR(p) is stationary if all the roots of det(i n Φ 1 z... Φ p z p ) = 0 lie outside the unit circle (ie: have modulus greater than 1) If y t is stationary, the unconditional mean vector is: µ = (I n Φ 1... Φ p ) 1 c = (Φ(1)) 1 c

7 Rewritting a VAR(p) as a VAR(1) Let define Y t = (y t, y t 1,..., y t p+1 ) the stacked pn-vector, then the VARp process can be rewritten Y t = ΦY t 1 + ε t with ε t = (ε t, 0 ) with 0 being a k(p 1)-vector of zeros such that Y t = c Φ 1 Φ 2 Φ p Y t 1 + ε t 0. 0

8 Rewritting a VAR(p) as a MA process For sake of simplicity, assume y t is VAR(1) with µ = 0. y t = ε t + φ 1 y t 1 y t = ε t + φ 1 (ε t 1 + φ 1 y t 1 ) y t = ε t + φ 1 ε t 1 + φ 2 1(+ε t 2 + φ 1 y t 2 ) y t =... ie general form : y t = ε t + φ 1 ε t 1 + φ 2 1ε t 2 + φ 3 1ε t y t = ε t + ψ 1 ε t 1 + ψ 2 ε t 2 + ψ 3 ε t

9 Rewritting a VAR(p) as a MA process If y t is a general VAR(p) process, we get: y t = ε t + ψ 1 ε t 1 + ψ 2 ε t 2 + ψ 3 ε t with ψ i = min(i,p) j=1 φ j ψ i j

10 Parameter estimation methods 3 main types of techniques for VAR models 1. Least-Squares (LS) 2. Maximum Likelihood (ML) 3. Bayesian methods Under the multivariate Normality assumption for the error terms, ML estimates are asymptotically equivalent to the LS estimates (see Hamilton, 94, for a proof)

11 VAR estimation: LS Let s rewrite y t supposed to follow a VAR(p) model for t = p + 1,..., T : as: y t = c + Φ 1 y t Φ p y t p + ε t y t = x tπ + ε t where x t = (1, y t 1,..., y t p) is a np + 1-vector and Π = [ c Φ 1 Φ 2... Φ p ] is a n (np + 1) matrix. Matrix notation: Z = XΠ + ε where Z is a (T p) n matrix ith ith row being y p+i and X is a (T p) (np + 1) design matrix with ith row being x p+i and ε is a (T p) n matrix with ith row being ε p+i

12 VAR estimation: LS The LSE of Π, denoted with ˆΠ LS is given by ˆΠ LS = (X X) 1 X Y (1) [ T ] 1 [ T ] ˆΠ LS = x t x t y t x t (2)

13 Vector Auto-Regressions: MLE Denoting with Π the matrix [ ] c Φ 1 Φ 2... Φ p and with x t the vector [ 1 y t 1 y t 2... y t p ], the log-likelihood is given by L(Y T ; θ) = (Tn/2) log(2π) + (T /2) log Ω 1 1 T [ (yt Π ) x t Ω 1 ( y t Π ) ] x t. 2 The MLE of Π, denoted with ˆΠ is given by [ T ] [ T 1 ˆΠ = y t x t x t x t]. (3)

14 Vector Auto-Regressions: MLE Proof of equation (3) Let s rewrite the last term of the log-likelihood T [ (yt Π ) x t Ω 1 ( y t Π ) ] x t = T [ ( ) y t ˆΠ x t + ˆΠ ( ) ] x t Π x t Ω 1 y t ˆΠ x t + ˆΠ x t Π x t = T [ (ˆε t + (ˆΠ Π) x t ) (ˆε ) ] Ω 1 t + (ˆΠ Π) x t where the j th element of the (n 1) vector ˆε t is the sample residual for observation t from an OLS regression of y jt on x t.

15 Vector Auto-Regressions: MLE T [ (yt Π ) x t Ω 1 ( y t Π ) ] x t = T ˆε tω 1ˆε T t + 2 ˆε tω 1 (ˆΠ Π) x t + T x t(ˆπ Π)Ω 1 (ˆΠ Π) x t

16 Vector Auto-Regressions: MLE Let s apply the trace operator on the second term (that is a scalar): ( T T ) ˆε tω 1 (ˆΠ Π) x t = trace ˆε tω 1 (ˆΠ Π) x t ( T ) = trace Ω 1 (ˆΠ Π) x t ˆε t ( T ) = trace Ω 1 (ˆΠ Π) x t ˆε t

17 Vector Auto-Regressions: MLE Given that, by construction, the sample residuals are orthogonal to the explanatory variables, this term is equal to zero. If x t = (ˆΠ Π) x t, we have T [ (yt Π ) x t Ω 1 ( y t Π ) ] x t = T ˆε tω 1ˆε T t + x tω 1 x t Since Ω is a positive definite matrix, Ω 1 is as well. Consequently, the smallest value that the last term can take is obtained when x t = 0,ie when Π = ˆΠ.

18 Vector Auto-Regressions: MLE Assume that we have computed ˆΠ, the MLE of is the matrix ˆΩ that maximizes Ω l L(Y T ; ˆΠ, Ω). Denoting with ˆε t the estimated residual y t ˆΠx t, we have L(Y T ; ˆΠ,Ω) = (Tn/2) log(2π) + (T /2) log Ω 1 1 T [ˆε 2 t Ω 1ˆε ] t. ˆΩ is a symmetric positive definite matrix. Fortunately, it turns out that that the unrestricted matrix that maximizes the latter expression is a symmetric postive definite matrix. Indeed, l(ω) Ω = T 2 Ω 1 2 T ˆε t ˆε t = ˆΩ = 1 T T ˆε t ˆε t.

19 Vector Auto-Regressions: Likelihood-Ratio test The simplicity of the VAR framework and the tractability of its MLE contribute to convenience of various econometric tests. We illustrate this here with the likelihhod ratio test. The maximum value achieved by the MLE is L(Y T ; ˆΠ,ˆΩ) = (Tn/2) log(2π) + (T /2) log ˆΩ T [ˆε t ˆΩ 1ˆε t ].

20 Vector Auto-Regressions: Likelihood-Ratio test The last term is T ˆε ˆΩ 1ˆε [ T t t = trace ˆε ˆΩ 1ˆε ] t t [ T ] [ = trace ˆΩ 1ˆε t ˆε t = trace = trace [ˆΩ ( )] 1 T ˆΩ = Tn. ˆΩ 1 T ˆε t ˆε t Therefore L(Y T ; ˆΠ,ˆΩ) = (Tn/2) log(2π) + (T /2) log ˆΩ 1 Tn/2. which is easy to calculate. ]

21 Vector Auto-Regressions: Likelihood-Ratio test For instance, assume that we want to test the null hypothesis that a set of variable follows a VAR(p 0 ) against the alternative specification of p 1 lags (with p 1 > p 0 ). Let us respectively denote with ˆL 0 and ˆL 1 the maximum log-likelihoods obtained withp 0 and p 1 lags. Under the null hypothesis, we have 2 (ˆL1 ˆL ) ( ) 0 = T log ˆΩ 1 log ˆΩ 1 which asymptotically has a χ 2 distribution with degrees of freedom equal to the number of restrictions imposed under H 0 (compared with H 1 ), ie n 2 (p 1 p 0 ). 1 0

22 Vector Auto-Regressions: Criteria Adding lags quickly consume degrees of freedom. If lag length is p, each of the n equations contains n p coefficients plus the intercept term. Adding lengths improve in-sample fit, but is likely to result in over-parameterization and affect the out-of-sample prediction performance. To select appropriate lag length, some criteria can be used (they have to be minimized) AIC(p) = log ˆΩ + 2 T N SBIC(p) = log ˆΩ + log T T N HQ(p) = log ˆΩ + 2 log(log T ) N T where N = n p 2 + p.

23 Vector Auto-Regressions: Granger Causality Granger (1969) developed a method to analyze the causal relationship among variables systematically. The approach consists in determining whether the past values of y 1,t can help to explain the current y 2,t. Let us denote three information sets I 1,t = {y 1,t, y 1,t 1,...} I 2,t = {y 2,t, y 2,t 1,...} I t = {y 1,t, y 1,t 1,... y 2,t, y 2,t 1,...}. We say that y 1,t Granger-causes y 2,t if E [y 2,t I 2,t 1 ] E [y 2,t I t 1 ].

24 Vector Auto-Regressions: Granger Causality To get the intuition behind the testing procedure, consider the following bivariate VAR(p) process: y 1,t = Φ 10 + Σ p i=1 Φ 11(i)y 1,t i + Σ p i=1 Φ 12(i)y 2,t i + u 1,t y 2,t = Φ 20 + Σ p i=1 Φ 21(i)y 1,t i + Σ p i=1 Φ 22(i)y 2,t i + u 2,t. Then,y 1,t does not Granger-cause y 2,t if Φ 21 (1) = Φ 21 (2) =... = Φ 21 (p) = 0. Therefore the hypothesis testing is { H 0 : Φ 21 (1) = Φ 21 (2) =... = Φ 21 (p) = 0 H A : Φ 21 (1) 0 or Φ 21 (1) 0 or... Φ 21 (p) 0.

25 Vector Auto-Regressions: Granger Causality Rejection of H 0 implies that some of the coefficients on the lagged y 1,t s are statistically significant. This can be tested using the F -test or asymptotic chi-square test. The F -statistic is F = (RSS USS)/p USS/(T 2p 1) (where RSS: restricted residual sum of squares, USS: unrestriced residual sum of squares) Under H0, the F -statistic is distributed as F (p, T 2p 1) In addition, pf χ 2 (p).

26 Vector Auto-Regressions: Granger Causality See RATS example on the US-EA GDP growth relationships

27 Vector Auto-Regressions: Impulse responses Objective: analyzing the effect of a given shock on the endogenous variables. Let the stationary VAR(p) system: y t = c + Φ 1 y t Φ p y t p + ε t Assume the system receives a shock at t: ε t = δ bf Definition A standard IRF (h, δ) describes the effects of the shock at date t + h compared to a zero-shock ε t = 0, assuming that ε t+h = 0 for all h > 0. The Generalized IRF by Koop, Pesaran and Potter (1996): GIRF (h, δ, F t 1 ) = E{y t+h ε t = δ; ε t+h = 0, h > 0; F t 1 } E{y t+h ε t+h = 0, h ; F t 1 }

28 Vector Auto-Regressions: Impulse responses Exemple of a centered univariate AR(1) : x t = φx t 1 + ε t. Assume x t 1 = 0, thus x t = ε t = δ. IRF (1, δ) = E(x t+1 ε t = δ, ε t+1 = 0, F t 1 ) E(x t+1 ε t = ε t+1 = 0, F t 1 ) IRF (1, δ) = φδ IRF (2, δ) = φ 2 δ... IRF (h, δ) = φ h δ Remark : IRF is proportional to the size of the shock and independent of past history

29 Vector Auto-Regressions: Impulse responses Let us consider a stationary vector random variable y t that presents the following Wold s decomposition: y t = ε t + Ψ j ε t j. j=1 The hth impulse response function of the shock ε t on y t, y t+1,... is given by Ψ h δ and vanishes as h Formally, the impulse response of the shock ε t on the variable y is defined as y t+h ε t = Ψ h.

30 Vector Auto-Regressions: Impulse responses Dynamics of y t, y t+1, y t+2,... when ε t = 1, ε t+1 = 0, ε t+2 = 0,...!!! "! # " # " #$% " #$& " #$' " #$( " #$) " #$*!!

31 Vector Auto-Regressions: Unconditional variance The unconditional matrix of variance-covariance of y t is Var(y) = lim t E 0 ((y t ȳ t )(y t ȳ t ) ) where ȳ t denotes the unconditional mean of y. Let denote with yt the vector [ y t y t 1... y t p ], we have c Φ 1 Φ 2 Φ p ε t yt 0 = y t y t = c + Φy t 1 + ε t

32 Vector Auto-Regressions: Unconditional variance It is then easy to get the Wold s decomposition of y t : yt = c + Φ ( c + Φyt 2 + ε t 1) + ε t = c + ε t + Φ(c + ε t 1) Φ k (c + ε t k ) +... The ε t s being iid, we have Var(y) = Ω + ΦΩΦ Φ k ΩΦ k +...

33 Vector Auto-Regressions: Forecasting The best linear 1-step-ahead forecast that minimizes the MSE if parameters are known is the conditional expectation : ŷ t (1) = c + Φ 1 y t Φ p y t p+1 for h > 1, the iterations lead to ŷ t (h) = c + Φ 1 ŷ t (h 1) Φ p ŷ t (h p) where ŷ t (h p) = y t p if h < p

34 Forecast variance decomposition The h-step-ahead forecast error in y t is defined as the difference between the actual value of y t and its VAR-based forecast ŷ t (h), expressed according to their infinite MA representation: y t = Ψ j ε t j j=0 h 1 y t+h ŷ t (h) = Ψ j ε t+h j j=0

35 Forecast variance decomposition It is straigthforward to compute the forecast error variance of a variable in y t for the h-step forecast horizon as well as the corresponding shares of individual innovations (Lutkepohl, 2015) In applications h corresponds to the business cycle horizon (between 1,5y and 8y) h 1 V (y t+h ŷ t (h)) = Ψ j ΩΨ j j=0 The contribution of the i th shock to the forecast of k th variable is h 1 {e k Ψ je i } 2 j=0 where e i is the i th column of Ω

36 Vector Auto-Regressions: Applications See RATS example on the US-EA GDP growth relationships

37 Extension: VAR-X Let y t denote an (n 1) vector of random variables. y t is Gaussian VAR(p) with exogeneous variables x t = (x 1 t,..., x m t ) of dimension m, for all t y t = Φ 1 y t Φ p y t p + Cx t + ε t where ε t N(0, Ω) and c c 1m C =. c ij. c n1... c nm

38 Vector Auto-Regressions: Exemple n = 2 VAR(1)for y t = (y 1,t, y 2,t ): y 1,t = φ 11 y 1,t 1 + φ 12 y 2,t 1 + c 11 xt c 12 xt ε 1,t y 2,t = φ 21 y 1,t 1 + φ 22 y 2,t 1 + c 21 xt c 22 xt ε 2,t.

39 Vector Auto-Regressions: Extensions VAR in levels Bayesian VAR Non-linear VAR (Smooth-Transition VAR, Markov-Switching VAR) Factor-Augmented VAR

Vector Auto-Regressive Models

Vector Auto-Regressive Models Vector Auto-Regressive Models Laurent Ferrara 1 1 University of Paris Nanterre M2 Oct. 2018 Overview of the presentation 1. Vector Auto-Regressions Definition Estimation Testing 2. Impulse responses functions

More information

Econometría 2: Análisis de series de Tiempo

Econometría 2: Análisis de series de Tiempo Econometría 2: Análisis de series de Tiempo Karoll GOMEZ kgomezp@unal.edu.co http://karollgomez.wordpress.com Segundo semestre 2016 IX. Vector Time Series Models VARMA Models A. 1. Motivation: The vector

More information

Vector autoregressions, VAR

Vector autoregressions, VAR 1 / 45 Vector autoregressions, VAR Chapter 2 Financial Econometrics Michael Hauser WS17/18 2 / 45 Content Cross-correlations VAR model in standard/reduced form Properties of VAR(1), VAR(p) Structural VAR,

More information

Switching Regime Estimation

Switching Regime Estimation Switching Regime Estimation Series de Tiempo BIrkbeck March 2013 Martin Sola (FE) Markov Switching models 01/13 1 / 52 The economy (the time series) often behaves very different in periods such as booms

More information

Structural VAR Models and Applications

Structural VAR Models and Applications Structural VAR Models and Applications Laurent Ferrara 1 1 University of Paris Nanterre M2 Oct. 2018 SVAR: Objectives Whereas the VAR model is able to capture efficiently the interactions between the different

More information

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations Simultaneous Equation Models. Introduction: basic definitions 2. Consequences of ignoring simultaneity 3. The identification problem 4. Estimation of simultaneous equation models 5. Example: IS LM model

More information

ECON 4160, Lecture 11 and 12

ECON 4160, Lecture 11 and 12 ECON 4160, 2016. Lecture 11 and 12 Co-integration Ragnar Nymoen Department of Economics 9 November 2017 1 / 43 Introduction I So far we have considered: Stationary VAR ( no unit roots ) Standard inference

More information

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY Time Series Analysis James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY PREFACE xiii 1 Difference Equations 1.1. First-Order Difference Equations 1 1.2. pth-order Difference Equations 7

More information

Multivariate Time Series Analysis and Its Applications [Tsay (2005), chapter 8]

Multivariate Time Series Analysis and Its Applications [Tsay (2005), chapter 8] 1 Multivariate Time Series Analysis and Its Applications [Tsay (2005), chapter 8] Insights: Price movements in one market can spread easily and instantly to another market [economic globalization and internet

More information

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY Time Series Analysis James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY & Contents PREFACE xiii 1 1.1. 1.2. Difference Equations First-Order Difference Equations 1 /?th-order Difference

More information

Multivariate Time Series: VAR(p) Processes and Models

Multivariate Time Series: VAR(p) Processes and Models Multivariate Time Series: VAR(p) Processes and Models A VAR(p) model, for p > 0 is X t = φ 0 + Φ 1 X t 1 + + Φ p X t p + A t, where X t, φ 0, and X t i are k-vectors, Φ 1,..., Φ p are k k matrices, with

More information

ECON 4160, Spring term Lecture 12

ECON 4160, Spring term Lecture 12 ECON 4160, Spring term 2013. Lecture 12 Non-stationarity and co-integration 2/2 Ragnar Nymoen Department of Economics 13 Nov 2013 1 / 53 Introduction I So far we have considered: Stationary VAR, with deterministic

More information

Notes on Time Series Modeling

Notes on Time Series Modeling Notes on Time Series Modeling Garey Ramey University of California, San Diego January 17 1 Stationary processes De nition A stochastic process is any set of random variables y t indexed by t T : fy t g

More information

Cointegrated VAR s. Eduardo Rossi University of Pavia. November Rossi Cointegrated VAR s Financial Econometrics / 56

Cointegrated VAR s. Eduardo Rossi University of Pavia. November Rossi Cointegrated VAR s Financial Econometrics / 56 Cointegrated VAR s Eduardo Rossi University of Pavia November 2013 Rossi Cointegrated VAR s Financial Econometrics - 2013 1 / 56 VAR y t = (y 1t,..., y nt ) is (n 1) vector. y t VAR(p): Φ(L)y t = ɛ t The

More information

2.5 Forecasting and Impulse Response Functions

2.5 Forecasting and Impulse Response Functions 2.5 Forecasting and Impulse Response Functions Principles of forecasting Forecast based on conditional expectations Suppose we are interested in forecasting the value of y t+1 based on a set of variables

More information

Title. Description. var intro Introduction to vector autoregressive models

Title. Description. var intro Introduction to vector autoregressive models Title var intro Introduction to vector autoregressive models Description Stata has a suite of commands for fitting, forecasting, interpreting, and performing inference on vector autoregressive (VAR) models

More information

Multivariate forecasting with VAR models

Multivariate forecasting with VAR models Multivariate forecasting with VAR models Franz Eigner University of Vienna UK Econometric Forecasting Prof. Robert Kunst 16th June 2009 Overview Vector autoregressive model univariate forecasting multivariate

More information

Class 4: VAR. Macroeconometrics - Fall October 11, Jacek Suda, Banque de France

Class 4: VAR. Macroeconometrics - Fall October 11, Jacek Suda, Banque de France VAR IRF Short-run Restrictions Long-run Restrictions Granger Summary Jacek Suda, Banque de France October 11, 2013 VAR IRF Short-run Restrictions Long-run Restrictions Granger Summary Outline Outline:

More information

5: MULTIVARATE STATIONARY PROCESSES

5: MULTIVARATE STATIONARY PROCESSES 5: MULTIVARATE STATIONARY PROCESSES 1 1 Some Preliminary Definitions and Concepts Random Vector: A vector X = (X 1,..., X n ) whose components are scalarvalued random variables on the same probability

More information

Empirical Market Microstructure Analysis (EMMA)

Empirical Market Microstructure Analysis (EMMA) Empirical Market Microstructure Analysis (EMMA) Lecture 3: Statistical Building Blocks and Econometric Basics Prof. Dr. Michael Stein michael.stein@vwl.uni-freiburg.de Albert-Ludwigs-University of Freiburg

More information

ARIMA Modelling and Forecasting

ARIMA Modelling and Forecasting ARIMA Modelling and Forecasting Economic time series often appear nonstationary, because of trends, seasonal patterns, cycles, etc. However, the differences may appear stationary. Δx t x t x t 1 (first

More information

Vector Autoregressive Model. Vector Autoregressions II. Estimation of Vector Autoregressions II. Estimation of Vector Autoregressions I.

Vector Autoregressive Model. Vector Autoregressions II. Estimation of Vector Autoregressions II. Estimation of Vector Autoregressions I. Vector Autoregressive Model Vector Autoregressions II Empirical Macroeconomics - Lect 2 Dr. Ana Beatriz Galvao Queen Mary University of London January 2012 A VAR(p) model of the m 1 vector of time series

More information

Econ 623 Econometrics II Topic 2: Stationary Time Series

Econ 623 Econometrics II Topic 2: Stationary Time Series 1 Introduction Econ 623 Econometrics II Topic 2: Stationary Time Series In the regression model we can model the error term as an autoregression AR(1) process. That is, we can use the past value of the

More information

Booth School of Business, University of Chicago Business 41914, Spring Quarter 2013, Mr. Ruey S. Tsay. Midterm

Booth School of Business, University of Chicago Business 41914, Spring Quarter 2013, Mr. Ruey S. Tsay. Midterm Booth School of Business, University of Chicago Business 41914, Spring Quarter 2013, Mr. Ruey S. Tsay Midterm Chicago Booth Honor Code: I pledge my honor that I have not violated the Honor Code during

More information

7. MULTIVARATE STATIONARY PROCESSES

7. MULTIVARATE STATIONARY PROCESSES 7. MULTIVARATE STATIONARY PROCESSES 1 1 Some Preliminary Definitions and Concepts Random Vector: A vector X = (X 1,..., X n ) whose components are scalar-valued random variables on the same probability

More information

Lecture 2: Univariate Time Series

Lecture 2: Univariate Time Series Lecture 2: Univariate Time Series Analysis: Conditional and Unconditional Densities, Stationarity, ARMA Processes Prof. Massimo Guidolin 20192 Financial Econometrics Spring/Winter 2017 Overview Motivation:

More information

Univariate Nonstationary Time Series 1

Univariate Nonstationary Time Series 1 Univariate Nonstationary Time Series 1 Sebastian Fossati University of Alberta 1 These slides are based on Eric Zivot s time series notes available at: http://faculty.washington.edu/ezivot Introduction

More information

News Shocks: Different Effects in Boom and Recession?

News Shocks: Different Effects in Boom and Recession? News Shocks: Different Effects in Boom and Recession? Maria Bolboaca, Sarah Fischer University of Bern Study Center Gerzensee June 7, 5 / Introduction News are defined in the literature as exogenous changes

More information

Unit roots in vector time series. Scalar autoregression True model: y t 1 y t1 2 y t2 p y tp t Estimated model: y t c y t1 1 y t1 2 y t2

Unit roots in vector time series. Scalar autoregression True model: y t 1 y t1 2 y t2 p y tp t Estimated model: y t c y t1 1 y t1 2 y t2 Unit roots in vector time series A. Vector autoregressions with unit roots Scalar autoregression True model: y t y t y t p y tp t Estimated model: y t c y t y t y t p y tp t Results: T j j is asymptotically

More information

Single Equation Linear GMM with Serially Correlated Moment Conditions

Single Equation Linear GMM with Serially Correlated Moment Conditions Single Equation Linear GMM with Serially Correlated Moment Conditions Eric Zivot November 2, 2011 Univariate Time Series Let {y t } be an ergodic-stationary time series with E[y t ]=μ and var(y t )

More information

VAR Models and Cointegration 1

VAR Models and Cointegration 1 VAR Models and Cointegration 1 Sebastian Fossati University of Alberta 1 These slides are based on Eric Zivot s time series notes available at: http://faculty.washington.edu/ezivot The Cointegrated VAR

More information

New Introduction to Multiple Time Series Analysis

New Introduction to Multiple Time Series Analysis Helmut Lütkepohl New Introduction to Multiple Time Series Analysis With 49 Figures and 36 Tables Springer Contents 1 Introduction 1 1.1 Objectives of Analyzing Multiple Time Series 1 1.2 Some Basics 2

More information

Y t = ΦD t + Π 1 Y t Π p Y t p + ε t, D t = deterministic terms

Y t = ΦD t + Π 1 Y t Π p Y t p + ε t, D t = deterministic terms VAR Models and Cointegration The Granger representation theorem links cointegration to error correction models. In a series of important papers and in a marvelous textbook, Soren Johansen firmly roots

More information

Lesson 17: Vector AutoRegressive Models

Lesson 17: Vector AutoRegressive Models Dipartimento di Ingegneria e Scienze dell Informazione e Matematica Università dell Aquila, umberto.triacca@ec.univaq.it Vector AutoRegressive models The extension of ARMA models into a multivariate framework

More information

Define y t+h t as the forecast of y t+h based on I t known parameters. The forecast error is. Forecasting

Define y t+h t as the forecast of y t+h based on I t known parameters. The forecast error is. Forecasting Forecasting Let {y t } be a covariance stationary are ergodic process, eg an ARMA(p, q) process with Wold representation y t = X μ + ψ j ε t j, ε t ~WN(0,σ 2 ) j=0 = μ + ε t + ψ 1 ε t 1 + ψ 2 ε t 2 + Let

More information

Vector Autoregression

Vector Autoregression Vector Autoregression Jamie Monogan University of Georgia February 27, 2018 Jamie Monogan (UGA) Vector Autoregression February 27, 2018 1 / 17 Objectives By the end of these meetings, participants should

More information

B y t = γ 0 + Γ 1 y t + ε t B(L) y t = γ 0 + ε t ε t iid (0, D) D is diagonal

B y t = γ 0 + Γ 1 y t + ε t B(L) y t = γ 0 + ε t ε t iid (0, D) D is diagonal Structural VAR Modeling for I(1) Data that is Not Cointegrated Assume y t =(y 1t,y 2t ) 0 be I(1) and not cointegrated. That is, y 1t and y 2t are both I(1) and there is no linear combination of y 1t and

More information

Time Series (Part II)

Time Series (Part II) Time Series (Part II) Luca Gambetti UAB IDEA Winter 2011 1 Contacts Prof.: Luca Gambetti Office: B3-1130 Edifici B Office hours: email: luca.gambetti@uab.es webpage: http://pareto.uab.es/lgambetti/ 2 Goal

More information

A Bootstrap Test for Causality with Endogenous Lag Length Choice. - theory and application in finance

A Bootstrap Test for Causality with Endogenous Lag Length Choice. - theory and application in finance CESIS Electronic Working Paper Series Paper No. 223 A Bootstrap Test for Causality with Endogenous Lag Length Choice - theory and application in finance R. Scott Hacker and Abdulnasser Hatemi-J April 200

More information

Economics 536 Lecture 7. Introduction to Specification Testing in Dynamic Econometric Models

Economics 536 Lecture 7. Introduction to Specification Testing in Dynamic Econometric Models University of Illinois Fall 2016 Department of Economics Roger Koenker Economics 536 Lecture 7 Introduction to Specification Testing in Dynamic Econometric Models In this lecture I want to briefly describe

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Multivariate Time Series Analysis: VAR Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) VAR 01/13 1 / 25 Structural equations Suppose have simultaneous system for supply

More information

New Information Response Functions

New Information Response Functions New Information Response Functions Caroline JARDET (1) Banque de France Alain MONFORT (2) CNAM, CREST and Banque de France Fulvio PEGORARO (3) Banque de France and CREST First version : February, 2009.

More information

Structural Vector Autoregressions with Markov Switching. Markku Lanne University of Helsinki. Helmut Lütkepohl European University Institute, Florence

Structural Vector Autoregressions with Markov Switching. Markku Lanne University of Helsinki. Helmut Lütkepohl European University Institute, Florence Structural Vector Autoregressions with Markov Switching Markku Lanne University of Helsinki Helmut Lütkepohl European University Institute, Florence Katarzyna Maciejowska European University Institute,

More information

MA 575 Linear Models: Cedric E. Ginestet, Boston University Midterm Review Week 7

MA 575 Linear Models: Cedric E. Ginestet, Boston University Midterm Review Week 7 MA 575 Linear Models: Cedric E. Ginestet, Boston University Midterm Review Week 7 1 Random Vectors Let a 0 and y be n 1 vectors, and let A be an n n matrix. Here, a 0 and A are non-random, whereas y is

More information

A New Approach to Modeling Multivariate Time Series on Multiple Temporal Scales

A New Approach to Modeling Multivariate Time Series on Multiple Temporal Scales University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Dissertations and Theses in Statistics Statistics, Department of 5-2015 A New Approach to Modeling Multivariate Time Series

More information

Oil price and macroeconomy in Russia. Abstract

Oil price and macroeconomy in Russia. Abstract Oil price and macroeconomy in Russia Katsuya Ito Fukuoka University Abstract In this note, using the VEC model we attempt to empirically investigate the effects of oil price and monetary shocks on the

More information

MEI Exam Review. June 7, 2002

MEI Exam Review. June 7, 2002 MEI Exam Review June 7, 2002 1 Final Exam Revision Notes 1.1 Random Rules and Formulas Linear transformations of random variables. f y (Y ) = f x (X) dx. dg Inverse Proof. (AB)(AB) 1 = I. (B 1 A 1 )(AB)(AB)

More information

Chapter 5. Analysis of Multiple Time Series. 5.1 Vector Autoregressions

Chapter 5. Analysis of Multiple Time Series. 5.1 Vector Autoregressions Chapter 5 Analysis of Multiple Time Series Note: The primary references for these notes are chapters 5 and 6 in Enders (2004). An alternative, but more technical treatment can be found in chapters 10-11

More information

Trend-Cycle Decompositions

Trend-Cycle Decompositions Trend-Cycle Decompositions Eric Zivot April 22, 2005 1 Introduction A convenient way of representing an economic time series y t is through the so-called trend-cycle decomposition y t = TD t + Z t (1)

More information

THE UNIVERSITY OF CHICAGO Booth School of Business Business 41914, Spring Quarter 2013, Mr. Ruey S. Tsay

THE UNIVERSITY OF CHICAGO Booth School of Business Business 41914, Spring Quarter 2013, Mr. Ruey S. Tsay THE UNIVERSITY OF CHICAGO Booth School of Business Business 494, Spring Quarter 03, Mr. Ruey S. Tsay Unit-Root Nonstationary VARMA Models Unit root plays an important role both in theory and applications

More information

A time series is called strictly stationary if the joint distribution of every collection (Y t

A time series is called strictly stationary if the joint distribution of every collection (Y t 5 Time series A time series is a set of observations recorded over time. You can think for example at the GDP of a country over the years (or quarters) or the hourly measurements of temperature over a

More information

Elements of Multivariate Time Series Analysis

Elements of Multivariate Time Series Analysis Gregory C. Reinsel Elements of Multivariate Time Series Analysis Second Edition With 14 Figures Springer Contents Preface to the Second Edition Preface to the First Edition vii ix 1. Vector Time Series

More information

Advanced Econometrics

Advanced Econometrics Based on the textbook by Verbeek: A Guide to Modern Econometrics Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna May 2, 2013 Outline Univariate

More information

Vector Autogregression and Impulse Response Functions

Vector Autogregression and Impulse Response Functions Chapter 8 Vector Autogregression and Impulse Response Functions 8.1 Vector Autogregressions Consider two sequences {y t } and {z t }, where the time path of {y t } is affected by current and past realizations

More information

1 Teaching notes on structural VARs.

1 Teaching notes on structural VARs. Bent E. Sørensen February 22, 2007 1 Teaching notes on structural VARs. 1.1 Vector MA models: 1.1.1 Probability theory The simplest (to analyze, estimation is a different matter) time series models are

More information

Lecture 7a: Vector Autoregression (VAR)

Lecture 7a: Vector Autoregression (VAR) Lecture 7a: Vector Autoregression (VAR) 1 Big Picture We are done with univariate time series analysis Now we switch to multivariate analysis, that is, studying several time series simultaneously. VAR

More information

Lecture 1: Stationary Time Series Analysis

Lecture 1: Stationary Time Series Analysis Syllabus Stationarity ARMA AR MA Model Selection Estimation Lecture 1: Stationary Time Series Analysis 222061-1617: Time Series Econometrics Spring 2018 Jacek Suda Syllabus Stationarity ARMA AR MA Model

More information

Multivariate Time Series: Part 4

Multivariate Time Series: Part 4 Multivariate Time Series: Part 4 Cointegration Gerald P. Dwyer Clemson University March 2016 Outline 1 Multivariate Time Series: Part 4 Cointegration Engle-Granger Test for Cointegration Johansen Test

More information

Forecasting with ARMA

Forecasting with ARMA Forecasting with ARMA Eduardo Rossi University of Pavia October 2013 Rossi Forecasting Financial Econometrics - 2013 1 / 32 Mean Squared Error Linear Projection Forecast of Y t+1 based on a set of variables

More information

Massachusetts Institute of Technology Department of Economics Time Series Lecture 6: Additional Results for VAR s

Massachusetts Institute of Technology Department of Economics Time Series Lecture 6: Additional Results for VAR s Massachusetts Institute of Technology Department of Economics Time Series 14.384 Guido Kuersteiner Lecture 6: Additional Results for VAR s 6.1. Confidence Intervals for Impulse Response Functions There

More information

1 Teaching notes on structural VARs.

1 Teaching notes on structural VARs. Bent E. Sørensen November 8, 2016 1 Teaching notes on structural VARs. 1.1 Vector MA models: 1.1.1 Probability theory The simplest to analyze, estimation is a different matter time series models are the

More information

Multivariate GARCH models.

Multivariate GARCH models. Multivariate GARCH models. Financial market volatility moves together over time across assets and markets. Recognizing this commonality through a multivariate modeling framework leads to obvious gains

More information

Cointegration Lecture I: Introduction

Cointegration Lecture I: Introduction 1 Cointegration Lecture I: Introduction Julia Giese Nuffield College julia.giese@economics.ox.ac.uk Hilary Term 2008 2 Outline Introduction Estimation of unrestricted VAR Non-stationarity Deterministic

More information

A Non-Parametric Approach of Heteroskedasticity Robust Estimation of Vector-Autoregressive (VAR) Models

A Non-Parametric Approach of Heteroskedasticity Robust Estimation of Vector-Autoregressive (VAR) Models Journal of Finance and Investment Analysis, vol.1, no.1, 2012, 55-67 ISSN: 2241-0988 (print version), 2241-0996 (online) International Scientific Press, 2012 A Non-Parametric Approach of Heteroskedasticity

More information

LECTURE 10 LINEAR PROCESSES II: SPECTRAL DENSITY, LAG OPERATOR, ARMA. In this lecture, we continue to discuss covariance stationary processes.

LECTURE 10 LINEAR PROCESSES II: SPECTRAL DENSITY, LAG OPERATOR, ARMA. In this lecture, we continue to discuss covariance stationary processes. MAY, 0 LECTURE 0 LINEAR PROCESSES II: SPECTRAL DENSITY, LAG OPERATOR, ARMA In this lecture, we continue to discuss covariance stationary processes. Spectral density Gourieroux and Monfort 990), Ch. 5;

More information

Cointegrated VAR s. Eduardo Rossi University of Pavia. November Rossi Cointegrated VAR s Fin. Econometrics / 31

Cointegrated VAR s. Eduardo Rossi University of Pavia. November Rossi Cointegrated VAR s Fin. Econometrics / 31 Cointegrated VAR s Eduardo Rossi University of Pavia November 2014 Rossi Cointegrated VAR s Fin. Econometrics - 2014 1 / 31 B-N decomposition Give a scalar polynomial α(z) = α 0 + α 1 z +... + α p z p

More information

Econ 423 Lecture Notes: Additional Topics in Time Series 1

Econ 423 Lecture Notes: Additional Topics in Time Series 1 Econ 423 Lecture Notes: Additional Topics in Time Series 1 John C. Chao April 25, 2017 1 These notes are based in large part on Chapter 16 of Stock and Watson (2011). They are for instructional purposes

More information

A primer on Structural VARs

A primer on Structural VARs A primer on Structural VARs Claudia Foroni Norges Bank 10 November 2014 Structural VARs 1/ 26 Refresh: what is a VAR? VAR (p) : where y t K 1 y t = ν + B 1 y t 1 +... + B p y t p + u t, (1) = ( y 1t...

More information

Dynamic Regression Models (Lect 15)

Dynamic Regression Models (Lect 15) Dynamic Regression Models (Lect 15) Ragnar Nymoen University of Oslo 21 March 2013 1 / 17 HGL: Ch 9; BN: Kap 10 The HGL Ch 9 is a long chapter, and the testing for autocorrelation part we have already

More information

Lecture 7a: Vector Autoregression (VAR)

Lecture 7a: Vector Autoregression (VAR) Lecture 7a: Vector Autoregression (VAR) 1 2 Big Picture We are done with univariate time series analysis Now we switch to multivariate analysis, that is, studying several time series simultaneously. VAR

More information

Multivariate Time Series

Multivariate Time Series Multivariate Time Series Fall 2008 Environmental Econometrics (GR03) TSII Fall 2008 1 / 16 More on AR(1) In AR(1) model (Y t = µ + ρy t 1 + u t ) with ρ = 1, the series is said to have a unit root or a

More information

Statistics & Data Sciences: First Year Prelim Exam May 2018

Statistics & Data Sciences: First Year Prelim Exam May 2018 Statistics & Data Sciences: First Year Prelim Exam May 2018 Instructions: 1. Do not turn this page until instructed to do so. 2. Start each new question on a new sheet of paper. 3. This is a closed book

More information

Problem Set 2: Box-Jenkins methodology

Problem Set 2: Box-Jenkins methodology Problem Set : Box-Jenkins methodology 1) For an AR1) process we have: γ0) = σ ε 1 φ σ ε γ0) = 1 φ Hence, For a MA1) process, p lim R = φ γ0) = 1 + θ )σ ε σ ε 1 = γ0) 1 + θ Therefore, p lim R = 1 1 1 +

More information

Stationarity and Cointegration analysis. Tinashe Bvirindi

Stationarity and Cointegration analysis. Tinashe Bvirindi Stationarity and Cointegration analysis By Tinashe Bvirindi tbvirindi@gmail.com layout Unit root testing Cointegration Vector Auto-regressions Cointegration in Multivariate systems Introduction Stationarity

More information

AR, MA and ARMA models

AR, MA and ARMA models AR, MA and AR by Hedibert Lopes P Based on Tsay s Analysis of Financial Time Series (3rd edition) P 1 Stationarity 2 3 4 5 6 7 P 8 9 10 11 Outline P Linear Time Series Analysis and Its Applications For

More information

Lecture 1: Stationary Time Series Analysis

Lecture 1: Stationary Time Series Analysis Syllabus Stationarity ARMA AR MA Model Selection Estimation Forecasting Lecture 1: Stationary Time Series Analysis 222061-1617: Time Series Econometrics Spring 2018 Jacek Suda Syllabus Stationarity ARMA

More information

Time-Varying Vector Autoregressive Models with Structural Dynamic Factors

Time-Varying Vector Autoregressive Models with Structural Dynamic Factors Time-Varying Vector Autoregressive Models with Structural Dynamic Factors Paolo Gorgi, Siem Jan Koopman, Julia Schaumburg http://sjkoopman.net Vrije Universiteit Amsterdam School of Business and Economics

More information

Single Equation Linear GMM with Serially Correlated Moment Conditions

Single Equation Linear GMM with Serially Correlated Moment Conditions Single Equation Linear GMM with Serially Correlated Moment Conditions Eric Zivot October 28, 2009 Univariate Time Series Let {y t } be an ergodic-stationary time series with E[y t ]=μ and var(y t )

More information

Multivariate ARMA Processes

Multivariate ARMA Processes LECTURE 8 Multivariate ARMA Processes A vector y(t) of n elements is said to follow an n-variate ARMA process of orders p and q if it satisfies the equation (1) A 0 y(t) + A 1 y(t 1) + + A p y(t p) = M

More information

Principles of forecasting

Principles of forecasting 2.5 Forecasting Principles of forecasting Forecast based on conditional expectations Suppose we are interested in forecasting the value of y t+1 based on a set of variables X t (m 1 vector). Let y t+1

More information

Statistics 910, #5 1. Regression Methods

Statistics 910, #5 1. Regression Methods Statistics 910, #5 1 Overview Regression Methods 1. Idea: effects of dependence 2. Examples of estimation (in R) 3. Review of regression 4. Comparisons and relative efficiencies Idea Decomposition Well-known

More information

Time Series Analysis

Time Series Analysis Time Series Analysis hm@imm.dtu.dk Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby 1 Outline of the lecture Chapter 9 Multivariate time series 2 Transfer function

More information

CONJUGATE DUMMY OBSERVATION PRIORS FOR VAR S

CONJUGATE DUMMY OBSERVATION PRIORS FOR VAR S ECO 513 Fall 25 C. Sims CONJUGATE DUMMY OBSERVATION PRIORS FOR VAR S 1. THE GENERAL IDEA As is documented elsewhere Sims (revised 1996, 2), there is a strong tendency for estimated time series models,

More information

Circle the single best answer for each multiple choice question. Your choice should be made clearly.

Circle the single best answer for each multiple choice question. Your choice should be made clearly. TEST #1 STA 4853 March 6, 2017 Name: Please read the following directions. DO NOT TURN THE PAGE UNTIL INSTRUCTED TO DO SO Directions This exam is closed book and closed notes. There are 32 multiple choice

More information

Testing for Regime Switching in Singaporean Business Cycles

Testing for Regime Switching in Singaporean Business Cycles Testing for Regime Switching in Singaporean Business Cycles Robert Breunig School of Economics Faculty of Economics and Commerce Australian National University and Alison Stegman Research School of Pacific

More information

Economic Scenario Generation with Regime Switching Models

Economic Scenario Generation with Regime Switching Models Economic Scenario Generation with Regime Switching Models 2pm to 3pm Friday 22 May, ASB 115 Acknowledgement: Research funding from Taylor-Fry Research Grant and ARC Discovery Grant DP0663090 Presentation

More information

Least Squares Estimation-Finite-Sample Properties

Least Squares Estimation-Finite-Sample Properties Least Squares Estimation-Finite-Sample Properties Ping Yu School of Economics and Finance The University of Hong Kong Ping Yu (HKU) Finite-Sample 1 / 29 Terminology and Assumptions 1 Terminology and Assumptions

More information

Unit Root and Cointegration

Unit Root and Cointegration Unit Root and Cointegration Carlos Hurtado Department of Economics University of Illinois at Urbana-Champaign hrtdmrt@illinois.edu Oct 7th, 016 C. Hurtado (UIUC - Economics) Applied Econometrics On the

More information

Booth School of Business, University of Chicago Business 41914, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41914, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41914, Spring Quarter 017, Mr Ruey S Tsay Solutions to Midterm Problem A: (51 points; 3 points per question) Answer briefly the following questions

More information

Autoregressive distributed lag models

Autoregressive distributed lag models Introduction In economics, most cases we want to model relationships between variables, and often simultaneously. That means we need to move from univariate time series to multivariate. We do it in two

More information

Comparing Forecast Accuracy of Different Models for Prices of Metal Commodities

Comparing Forecast Accuracy of Different Models for Prices of Metal Commodities Comparing Forecast Accuracy of Different Models for Prices of Metal Commodities João Victor Issler (FGV) and Claudia F. Rodrigues (VALE) August, 2012 J.V. Issler and C.F. Rodrigues () Forecast Models for

More information

EC408 Topics in Applied Econometrics. B Fingleton, Dept of Economics, Strathclyde University

EC408 Topics in Applied Econometrics. B Fingleton, Dept of Economics, Strathclyde University EC48 Topics in Applied Econometrics B Fingleton, Dept of Economics, Strathclyde University Applied Econometrics What is spurious regression? How do we check for stochastic trends? Cointegration and Error

More information

STAT Financial Time Series

STAT Financial Time Series STAT 6104 - Financial Time Series Chapter 4 - Estimation in the time Domain Chun Yip Yau (CUHK) STAT 6104:Financial Time Series 1 / 46 Agenda 1 Introduction 2 Moment Estimates 3 Autoregressive Models (AR

More information

Linear Regression. Junhui Qian. October 27, 2014

Linear Regression. Junhui Qian. October 27, 2014 Linear Regression Junhui Qian October 27, 2014 Outline The Model Estimation Ordinary Least Square Method of Moments Maximum Likelihood Estimation Properties of OLS Estimator Unbiasedness Consistency Efficiency

More information

Vector Autoregression

Vector Autoregression Vector Autoregression Prabakar Rajasekaran December 13, 212 1 Introduction Vector autoregression (VAR) is an econometric model used to capture the evolution and the interdependencies between multiple time

More information

Econ 4120 Applied Forecasting Methods L10: Forecasting with Regression Models. Sung Y. Park CUHK

Econ 4120 Applied Forecasting Methods L10: Forecasting with Regression Models. Sung Y. Park CUHK Econ 4120 Applied Forecasting Methods L10: Forecasting with Regression Models Sung Y. Park CUHK Conditional forecasting model Forecast a variable conditional on assumptions about other variables. (scenario

More information

Variable Targeting and Reduction in High-Dimensional Vector Autoregressions

Variable Targeting and Reduction in High-Dimensional Vector Autoregressions Variable Targeting and Reduction in High-Dimensional Vector Autoregressions Tucker McElroy (U.S. Census Bureau) Frontiers in Forecasting February 21-23, 2018 1 / 22 Disclaimer This presentation is released

More information

1 Outline. 1. Motivation. 2. SUR model. 3. Simultaneous equations. 4. Estimation

1 Outline. 1. Motivation. 2. SUR model. 3. Simultaneous equations. 4. Estimation 1 Outline. 1. Motivation 2. SUR model 3. Simultaneous equations 4. Estimation 2 Motivation. In this chapter, we will study simultaneous systems of econometric equations. Systems of simultaneous equations

More information

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018 Econometrics I KS Module 2: Multivariate Linear Regression Alexander Ahammer Department of Economics Johannes Kepler University of Linz This version: April 16, 2018 Alexander Ahammer (JKU) Module 2: Multivariate

More information

Introduction to ARMA and GARCH processes

Introduction to ARMA and GARCH processes Introduction to ARMA and GARCH processes Fulvio Corsi SNS Pisa 3 March 2010 Fulvio Corsi Introduction to ARMA () and GARCH processes SNS Pisa 3 March 2010 1 / 24 Stationarity Strict stationarity: (X 1,

More information