Causal Graphs and Variable Selection in Large Vector Autoregressive Models

Size: px
Start display at page:

Download "Causal Graphs and Variable Selection in Large Vector Autoregressive Models"

Transcription

1 Causal Graphs and Variable Selection in Large Vector Autoregressive Models Ralf Brüggemann 1 Christian Kascha 2 1 Department of Economics, University of Konstanz 2 Department of Economics, University of Zurich CRC 646 Final Colloquium, Berlin October 20, 2016

2 Directed Graphs, VARs and Variable Selection Motivation VARs are traditionally small (often 3 to 7 variables) Results from structural analysis depend on information set Many more potentially relevant time series are available Techniques for large data sets factor-augmented VARs [Bernanke et al. (2005), Stock and Watson (2016)] large Bayesian VARs [Banbura et al. (2010)] LASSO VARs [Kascha and Trenkler (2015)] Researchers sometimes want to select most relevant variables for forecasting for impulse response analysis Brüggemann/Kascha October 20, / 23

3 Directed Graphs, VARs and Variable Selection Motivation Interest often centers on a small set of variables (e.g. output, federal funds rate, inflation) Research Questions: Which other variables should we include in the VAR if we are interested in forecasts/impulse responses for the variables of interest? What is the smallest VAR containing all variables relevant for the dynamics among the variables of interest? Brüggemann/Kascha October 20, / 23

4 Directed Graphs, VARs and Variable Selection Contributions of Paper Our paper uses graph theoretical concepts to represent VARs uses graph algorithms to find strongly connected components (SCCs) suggests to use relations between SCCs to select a minimal VAR illustrates the concepts for variable selection in a large US time series data set in progress: relation of graph theoretical approach to multi-step causality Brüggemann/Kascha October 20, / 23

5 Directed Graphs, VARs and Variable Selection Related Literature Graphs and time series models: Brillinger (1996), Dahlhaus (2000), Dahlhaus and Eichler (2003) Graphical modeling of instantaneous relations: Swanson and Granger (1997), Demiralp and Hoover (2003), Hoover et al. (2009), Heinlein and Krolzig (2012) Graphs and Granger-causality: Eichler (2007, 2012) Choice of variables: Jarociński and Maćkowiak (2013) Brüggemann/Kascha October 20, / 23

6 Directed Graphs, VARs and Variable Selection Outline 1 VARs, Directed Graphs and Strongly Connected Components 2 Variable Selection Based on Strongly Connected Components 3 Application to US Data Brüggemann/Kascha October 20, / 23

7 Directed Graphs, VARs and Variable Selection VAR as a Directed Graph To introduce concepts, consider a VAR(1): y t = Ay t 1 + u t We represent the VAR structure by a directed graph The variables represent the vertices or nodes of the graph. The vertex set V contains all vertices The set of edges E contains edges (i, j), that are ordered pairs of vertices. Here: edge (i, j) corresponds to a ij 0, i j We denote a graph by G = (V, E) Brüggemann/Kascha October 20, / 23

8 Directed Graphs, VARs and Variable Selection V = {1, 2, 3, 4}, E = {(1, 3), (2, 1), (2, 4), (3, 1), (4, 2), (4, 3)} 4 A = a 11 0 a 13 0 a a 24 a 31 0 a a 42 a 43 a Figure 1: VAR matrix and associated directed graph G = (V, E) Brüggemann/Kascha October 20, / 23

9 Directed Graphs, VARs and Variable Selection Path A path of length k from vertex u to u in graph G = (V, E) is a sequence v 0, v 1,..., v k of vertices such that u = v 0 and u = v k and (v i 1, v i ) E for i = 1, 2,..., k If there is a path from u to u, we say u is reachable from u, denoted as u p u Brüggemann/Kascha October 20, / 23

10 Directed Graphs, VARs and Variable Selection Strongly Connected Components A strongly connected component (SCC) of a directed graph G = (V, E) is a maximal set of vertices C V such that for every pair of vertices u and v in C, we have u p v and v p u u and v are reachable from each other Example: In G = (V, E) of Figure 1, C 1 = {1, 3} is a strongly connected component. C 2 = {2, 4} is also a SCC Brüggemann/Kascha October 20, / 23

11 Directed Graphs, VARs and Variable Selection Component Graph We write a component graph (a graph of the SCCs) as: G SCC = (V SCC, E SCC ) Suppose G has been partitioned into strongly connected components: C 1, C 2,..., C k The vertex set V SCC is {v 1, v 2,..., v k } and it contains a vertex v i for each strongly connected component C i of G. There is an edge (v i, v j ) E SCC if G contains a directed edge (x, y) for x C i and y C j Meaning: We contract all edges whose incident are with the same SCC Brüggemann/Kascha October 20, / 23

12 Directed Graphs, VARs and Variable Selection Example: Component graph for VAR(1) (see Figure 1) v1 v2 1 Figure 2: G = (V, E) and component graph G SCC = (V SCC, E SCC ) Brüggemann/Kascha October 20, / 23

13 Directed Graphs, VARs and Variable Selection Finding SCCs Depth-first search algorithms are used to find the strongly connected components [see Tarjan (1972)] SCCs may be ordered such that the associated reordered VAR matrix is lower block-triangular [see Duff and Reid (1978)] The blocks correspond to the different SCCs Idea: Order SCCs such that there no path from one strongly connected component to another later in the sequence Brüggemann/Kascha October 20, / 23

14 Directed Graphs, VARs and Variable Selection Strongly Connected Components and the Minimal VAR What is the implied minimal VAR for a given set of variables of interest y I? The minimal VAR is composed of 1. the variables in the SCCs that contain elements of y I 2. and all variables in all SCCs that may be reached from these SCCs The component graph can be used to determine the set of relevant variables We denote this set of relevant variables as R(y I ) Brüggemann/Kascha October 20, / 23

15 Directed Graphs, VARs and Variable Selection Example: Reordered VAR matrix and component graph of 4 SCCs V4 A = A A 21 A A 31 0 A A 42 A 43 A 44 V2 V3 V1 If interest is in variables in C 3, the minimal VAR only contains variables in C 3, C 1 Brüggemann/Kascha October 20, / 23

16 Directed Graphs, VARs and Variable Selection Application I Large set of quarterly US economic time series; 41 variables from macroeconomics and finance (similar to Kascha and Trenkler (2015), Jarociński and Maćkowiak (2013)): real GDP and its components business cycle indicators various price measures and interest rates monetary aggregates labor market variables exchange rate data key variables from Euro area all variables transformed to stationarity, Sample: 1979Q3-2014Q4 Brüggemann/Kascha October 20, / 23

17 Directed Graphs, VARs and Variable Selection LASSO-VAR(1) with all 41 variables, shrinkage parameter chosen by BIC Variables of interest y I : Real US GDP, US consumer prices, federal funds rate Application of graph theoretical algorithm to identify SCCs and the set of relevant variables R(y I ) Recursive setup: repeat selection for 61 periods, with samples ending between 1998Q4 and 2013Q4 Selection results shown in Figure 3 Brüggemann/Kascha October 20, / 23

18 Directed Graphs, VARs and Variable Selection US Real GDP US CPI Federal Funds Rate Real Consumption Real Government Consumption Real Investment Real Exports Real Imports Real Change Inventories Unit Labor Costs Employment Unemployment Rate Hours Worked 1Y T-Bill Rate 10Y T-Bill Rate Corporate Bond Spread 3M Interest Rate Mortgage Interest Rate M1 M2 Real Estate Loans Consumer Credits Commercial Loans Effective Exchange Rate Commodity Prices CPI less Engergy,Food Producer Price Index House Price Index Residential Investment Stock Market Index Capacity Utilization Consumer Confidence Industrial Confidence Purchasing Manager's Index US-Euro Exchange Rate Oil Price Volatility Goverment Debt(SA) Euro Area GDP Euro Area CPI Euro Area Interest Rate Figure 3: US Real GDP, CPI and FFR: Variable selection. Green: variables of interest, Blue: selected variables, White: variables not in minimal VAR Bru ggemann/kascha October 20, / 23

19 Directed Graphs, VARs and Variable Selection 10 variables are always selected: real inventories employment corporate bond spread 1-year T-Bill rate 3-month money market rate mortgage interest rate CPI less food and energy residential investment industrial confidence index purchasing manager s index Selection matches reasonably well the results of the Bayesian analysis in Jarociński and Maćkowiak (2013) Additional variables are selected into VAR in a number of periods Relevant VAR is still relatively large More variables tend to be selected in samples including the 2008/09 crisis period Brüggemann/Kascha October 20, / 23

20 Directed Graphs, VARs and Variable Selection Small VAR: FFR! GDP Selected Variable VAR: FFR! GDP Small VAR: FFR! CPI Small VAR: FFR! FFR Selected Variable VAR: FFR! CPI Selected Variable VAR: FFR! FFR Figure 4: Impulse responses in 3 variable VAR (small VAR) and 13 variable VAR with 10 selected additional variables. Sample: Brüggemann/Kascha October 20, / 23

21 Directed Graphs, VARs and Variable Selection Forecasting Comparison Recursive pseudo-out-of-sample forecasts for horizon h = 1, 2, 4 Initial estimation period: 1979Q3-1998Q4; Evaluation period: 1999Q1-2014Q4 Selection and estimation redone every period We forecast from unrestricted VAR in variables of interest LASSO-VAR on all 41 variables (LVAR) LASSO-VAR on variables of interest + relevant variables (sellvar) LASSO-VAR on variables of interest + all irrelevant variables (irrlvar) We report MSFEs relative to unrestricted VAR in variables of interest Brüggemann/Kascha October 20, / 23

22 Directed Graphs, VARs and Variable Selection Table 1: MSFEs relative to VAR in real GDP, US CPI and the federal funds rate 1999Q1-2014Q4 h = 1 h = 2 h = 4 US Real GDP LVAR sellvar irrlvar US CPI LVAR sellvar irrlvar Federal Funds Rate LVAR sellvar irrlvar Brüggemann/Kascha October 20, / 23

23 Directed Graphs, VARs and Variable Selection Summary and Conclusion We represent VARs by directed graphs and search for strongly connected components (SCCs) We select a minimal VAR that consists of series in the SCCs that contain elements of y I and all SCCs that can be reached from these SCCs In our empirical application we use the suggested graphical method to choose minimal VARs from a large US time series data set The chosen minimal VARs turn out to be useful in forecasting and impulse response analysis to do: show that this approach is equivalent to choosing a minimal VAR with y I and all variables that cause y I in the multi-step sense Brüggemann/Kascha October 20, / 23

24 Graph Examples Example: VAR(1) with 2 SCCs VAR matrix: A = a 11 0 a 13 0 a a 24 a 31 0 a a 42 a 43 a 44 We have identified 2 SCCs: C 1 = {1, 3} and C 2 = {2, 4} C 1 has no leaving edges, hence it is ordered first (see Figure 2) The reordered VAR matrix has a block triangular matrix A = a 11 a a 31 a a a 24 0 a 43 a 42 a 44 = ( A11 0 A 21 A 22 ) Brüggemann/Kascha October 20, / 23

25 Graph Examples v1 v2 1 Examples: VAR(1) with two SCCs: C 1 = {1, 3} and C 2 = {2, 4} If y I = {y 3 } is of interest, the minimal VAR includes variables from C 1 If y I = {y 1, y 3 } is of interest, the minimal VAR includes variables from C 1 If y I = {y 2 } is of interest, then VAR includes variables from C 2 and C 1, as C 1 may be reached from C 2 (i.e. we include all variables) If y I = {y 1, y 2 } is of interest, then VAR includes variables from C 2 and C 1, as C 1 may be reached from C 2 (i.e. we include all variables) Brüggemann/Kascha October 20, / 23

26 Graph Examples Example: Reordered VAR matrix and components graph A = A 11 A 21 A 22 A 33 A 43 A 44 V3 V4 V1 V2 If interest is in variables in C 3, the minimal VAR only contains variables in C 3 Brüggemann/Kascha October 20, / 23

27 Graph Examples Example: Reordered VAR matrix and components graphs V3 A = A 11 A 21 A 22 A 32 A 33 A 41 A 43 A 44 V2 V4 V1 If interest is in variables in C 3, the minimal VAR only contains variables in C 3, C 2, C 1 Brüggemann/Kascha October 20, / 23

28 Graph Examples Companion form of bivariate VAR(2) Graph A = a 11 0 a 13 0 a 21 a 22 a 23 a y_1(t-1) y_1(t) y_2(t) y_2(t-1) Brüggemann/Kascha October 20, / 23

29 (A 1 : A 2 ) = Graph Examples a 11 a 15 a 16 a 21 a 22 a 25 a 26 a 31 a 32 a 33 a 34 a 35 a 36 a 37 a 38 a 41 a 42 a 43 a 44 a 45 a 46 a 47 a 48 y_2(t) y_2(t-1) y_1(t-1) y_4(t) y_1(t) y_4(t-1) y_3(t) y_3(t-1) Brüggemann/Kascha October 20, / 23

30 Graph Examples Granger Causal Priority Sims (1982) and Jarociński and Maćkowiak (2013) define the related concept of Granger Causal Priority: Let y be a vector of time series variables. Consider two subsets y i y and y j y The series in y i are Granger causal prior (GPC) to the series in y j iff it is possible to partition all variables in y into two subsets, y (1) and y (2), such that such that y i y (1), y j y (2) and y (2) Gr y (1) Note the relation to multi-step causality: Granger causal priority is a sufficient condition for non-causality at all horizons [see Dufour & Renault (1998) and their separation condition ] Brüggemann/Kascha October 20, / 23

31 Multi-step Causality Multi-step Causality Extension to case where auxiliary variables w t are present, i.e. y t = (x t, z t, w t) Consider VAR(1): z t x t w t = A 11 0 A 13 A 21 A 22 A 23 A 31 A 32 A 33 z t 1 x t 1 w t 1 + u 1t u 2t u 3t A 12 = 0, thus x t is not helpful in predicting z t one-step ahead However, if A 32 0, x t is useful in predicting w t one-step ahead In turn, w t is a useful predictor for z t as long A 13 0 Indirect effects via w t : Although x t does not improve one-step predictions, it may be useful in predicting z t at larger horizons (h 2)! Brüggemann/Kascha October 20, / 23

32 Multi-step Causality The concept of multi-step causality by Dufour and Renault (1998) characterizes these indirect effects formally x t is h-step non-causal for z t for h = 1, 2,... if the j-step forecasts of z t cannot be improved for j h by taking into account x t We write: x t (h) z t To characterize non-causality restrictions, we write the VAR(p) into VAR(1) companion form: Y t = AY t 1 + U t with Y t = (y t, y t 1,..., y t p+1 ) and Brüggemann/Kascha October 20, / 23

33 Multi-step Causality A 1 A 2... A p 1 A p I K A := 0 I K I K 0 Define A (j) = JA j and a selection matrix R, such that R vec(a 1 :... : A p ) = vec(a 12,1,..., A 12,p ) h-step non-causality: x t (h) z t iff R vec(a (j) ) = 0 for j = 1,... h Non-causality at all horizons: x t ( ) z t iff R vec(a (j) ) = 0 for j = 1,..., pk w + 1, where K w is the dimension of w t Brüggemann/Kascha October 20, / 23

34 Multi-step Causality Remark: Non-causality restrictions are now nonlinear restrictions on VAR coefficients Remark: The zero restrictions for multi-step non-causality correspond to linear zero restrictions on the coefficient matrices of the direct VAR model (cf. projection estimators): [ ] A (h) = JA h = Π (h) 1 : Π (h) 2 :... : Π (h) p where y t+h = Π (h) 1 y t + Π (h) 2 y t Π (h) p y t p+1 + u (h) t Dufour et al. (2006) develop a non-causality test based on this representation Remark: For p = 1, A (h) = JA h = A h 1 = Φ h and multi-step non-causality restrictions can be checked by looking at relevant blocks of the impulse response matrices Φ h (cf. Lütkepohl (1993)) Brüggemann/Kascha October 20, / 23

35 Multi-step Causality Multi-step Causality and a Minimal VAR Notation: For some index A, we let C(y A ) denote the set consisting of variables in y A and all variables that cause y A in a multi-step sense The minimal VAR consists of variables of interest, denoted by y I, and variables that cause y I in the multi-step sense. This set of variables is denoted as C(y I ) Brüggemann/Kascha October 20, / 23

36 Multi-step Causality Relation to Multi-step Causality A minimal VAR may also be obtained by investigating multi-step causality [Dufour and Renault (1998)]: Let C(y I ) be the set consisting of variables in y I and all variables that cause y I in a multi-step sense. The variables in C(y I ) form the minimal VAR. The set of relevant variables R(y I ) found by the graph algorithm is identical to the set of relevant variables found by looking at multi-step causality, i.e. R(y I ) = C(y I ) In progress: Theorem and Proof Brüggemann/Kascha October 20, / 23

37 Multi-step Causality Idea of Proof in VAR(1) If Π (h) ij,1 = 0, then variable j is h-step non-causal for variable i [see Dufour and Renault (1998)] p (h) ij If p (h) ij is the set of simple paths from i to j of length h 0, then there is at least one path of length h from i to j We show that Π (h) ij,1 corresponds to p (h) ij : Π (h) ij,1 = p p (h) ij (s,t) p a s,t Assuming no cancelling-out, it follows that p (h) ij 0 Π (h) ij,1 0 SCCs are sets of variables that are mutually causal It follows: R(y I ) = C(y I ) Brüggemann/Kascha October 20, / 23

38 Example: VAR(1) Multi-step Causality A = a 11 0 a 13 0 a a 24 a 31 0 a a 42 a 43 a Graph shows two simple path of length h = 2 from 2 to 3, thus p (2) 23 = { (2, 1), (1, 3), (2, 4), (4, 3) } We write: Π (h) ij,1 = p p (h) ij (s,t) p a s,t For instance: Π (2) 23,1 = a 21 a 13 + a 24 a 43 Note: The same is Π (2) 23,1 obtained by the usual definition: Π (2) 23,1 = K k=1 a 2ka k3 = a 21 a 13 + a 24 a 43 Brüggemann/Kascha October 20, / 23

39 Multi-step Causality p (h) ij Example: does not imply in general that variable y j causes y i A = p (1) 31 = and p(2) 31 = {( (3, 2), (2, 1) ), ( (3, 4), (4, 1) )} But variable y 3 is not caused by y 1 at neither horizon one nor horizon two since Π (2) 31,1 = a 32 a 21 + a 34 a 41 = 1/4 1/4 = 0 Brüggemann/Kascha October 20, / 23

40 Multi-step Causality Summary: Variables in the Minimal VAR What is the implied minimal VAR for the variables of interest y I? Granger-causality: not useful here, as it neglects all indirect effects Multi-step causality: VAR consists of variables y I and variables that cause y I in the multi-step sense Granger causal priority: VAR consists of variables y I and all variables to which y I is not Granger causally prior Graph theoretic approach: VAR consists of series in the SCCs that contain elements of y I and all SCCs that can be reached from these SCCs Brüggemann/Kascha October 20, / 23

41 Additional Empirical Results Table 2: MSFEs relative to VAR in real GDP, US CPI and the federal funds rate 1999Q1-2014Q4 1999Q1-2007Q4 h = 1 h = 2 h = 4 h = 1 h = 2 h = 4 US Real GDP LVAR sellvar irrlvar US CPI LVAR sellvar irrlvar Federal Funds Rate LVAR sellvar irrlvar Brüggemann/Kascha October 20, / 23

42 Additional Empirical Results Application II Variables of interest: US real GDP and the US unemployment rate Table 3: MSFEs relative to VAR in real GDP and the unemployment rate 1999Q1-2014Q4 1999Q1-2007Q4 h = 1 h = 2 h = 4 h = 1 h = 2 h = 4 US Real GDP LVAR sellvar irrlvar Unemployment Rate LVAR sellvar irrlvar Brüggemann/Kascha October 20, / 23

43 Additional Empirical Results Additional: Eichler (2012) Brüggemann/Kascha October 20, / 23

44 References Banbura, M., Giannone, D. and Reichlin, L. (2010). Large Bayesian vector autoregressions, Journal of Applied Econometrics 25: Bernanke, B. S., Boivin, J. and Eliasz, P. (2005). Measuring the effects of monetary policy: A factor-augmented vector autoregressive (FAVAR) approach, Quarterly Journal of Economics 120(1): Brillinger, D. R. (1996). Remarks concerning graphical models for time series and point processes, Revista de Econometria 16: Dahlhaus, R. (2000). Graphical interaction models for multivariate time series, Metrika 51(2): Dahlhaus, R. and Eichler, M. (2003). Causality and graphical models for time series, Oxford University Press, pp Demiralp, S. and Hoover, K. D. (2003). Searching for the causal structure of a vector autoregression, Oxford Bulletin of Economics and Statistics 65: Duff, I. S. and Reid, J. (1978). An implementation of Tarjan s algorithm for the block triangularization of a matrix, ACM Transactions on Mathematical Software 4(2): Dufour, J. M., Pelletier, D. and Renault, E. (2006). Short run and long run causality in time series: inference, Journal of Econometrics 132(2): Brüggemann/Kascha October 20, / 23

45 References Dufour, J. M. and Renault, E. (1998). Short run and long run causality in time series: Theory, Econometrica 66(5): Eichler, M. (2007). Granger causality and path diagrams for multivariate time series, Journal of Econometrics 137(2): Eichler, M. (2012). Graphical modelling of multivariate time series, Probability Theory and Related Fields 153(1-2): Heinlein, R. and Krolzig, H. M. (2012). Effects of monetary policy on the US dollar/uk pound exchange rate. Is there a delayed overshooting puzzle?, Review of International Economics 20(3): Hoover, K., Demiralp, S. and Perez, S. J. (2009). Empirical Identification of the Vector Autoregression: The Causes and Effects of U.S. M2, Oxford University Press, Oxford, pp Jarociński, M. and Maćkowiak, B. (2013). Granger-Causal-Priority and choice of variables in vector autoregressions, Working Paper Series 1600, Euroepan Central Bank. Kascha, C. and Trenkler, C. (2015). Forecasting VARs, model selection, and shrinkage, Working Paper ECON 15-07, Department of Economics, University of Mannheim. Brüggemann/Kascha October 20, / 23

46 References Lütkepohl, H. (1993). Testing for causation between two variables in higher dimensional VAR models, in H. Schneeweiß and K. F. Zimmermann (eds), Studies in Applied Econometrics, Springer-Verlag, Heidelberg, pp Sims, C. A. (1982). Policy analysis with econometric-models, Brookings Papers on Economic Activity (1): Stock, J. H. and Watson, M. W. (2016). Factor models and structural vector autoregressions in macroeconomics, Working paper, Princeton University. Swanson, N. R. and Granger, C. W. J. (1997). Impulse response functions based on a causal approach to residual orthogonalization in vector autoregressions, Journal of the American Statistical Association 92(437): Tarjan, R. E. (1972). Depth-first search and linear graph algorithms, SIAM Journal on Computing 1(2): Brüggemann/Kascha October 20, / 23

Topics in Time Series Analysis

Topics in Time Series Analysis Topics in Time Series Analysis Massimiliano Marcellino EUI and Bocconi University This course reviews some recent developments in the analysis of time series data in economics, with a special emphasis

More information

Chapter 1. Vector autoregressions. 1.1 VARs and the identi cation problem

Chapter 1. Vector autoregressions. 1.1 VARs and the identi cation problem Chapter Vector autoregressions We begin by taking a look at the data of macroeconomics. A way to summarize the dynamics of macroeconomic data is to make use of vector autoregressions. VAR models have become

More information

Chapter 4: Vector Autoregressive Models

Chapter 4: Vector Autoregressive Models Chapter 4: Vector Autoregressive Models 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie IV.1 Vector Autoregressive Models (VAR)...

More information

Testing for Granger causality between stock prices and economic growth

Testing for Granger causality between stock prices and economic growth MPRA Munich Personal RePEc Archive Testing for Granger causality between stock prices and economic growth Pasquale Foresti 2006 Online at http://mpra.ub.uni-muenchen.de/2962/ MPRA Paper No. 2962, posted

More information

Nominal GDP now-casting

Nominal GDP now-casting Nominal GDP now-casting Michele Modugno, ECARES Lucrezia Reichlin, London Business School and CEPR Frontiers of Macroeconometrics Bank of England, UCL and cemmap workshop 25 and 26 April 2013 Motivation

More information

DATA ANALYSIS II. Matrix Algorithms

DATA ANALYSIS II. Matrix Algorithms DATA ANALYSIS II Matrix Algorithms Similarity Matrix Given a dataset D = {x i }, i=1,..,n consisting of n points in R d, let A denote the n n symmetric similarity matrix between the points, given as where

More information

E 4101/5101 Lecture 8: Exogeneity

E 4101/5101 Lecture 8: Exogeneity E 4101/5101 Lecture 8: Exogeneity Ragnar Nymoen 17 March 2011 Introduction I Main references: Davidson and MacKinnon, Ch 8.1-8,7, since tests of (weak) exogeneity build on the theory of IV-estimation Ch

More information

Large Time-Varying Parameter VARs

Large Time-Varying Parameter VARs Large Time-Varying Parameter VARs Gary Koop University of Strathclyde Dimitris Korobilis University of Glasgow Abstract In this paper we develop methods for estimation and forecasting in large timevarying

More information

Big data in macroeconomics Lucrezia Reichlin London Business School and now-casting economics ltd. COEURE workshop Brussels 3-4 July 2015

Big data in macroeconomics Lucrezia Reichlin London Business School and now-casting economics ltd. COEURE workshop Brussels 3-4 July 2015 Big data in macroeconomics Lucrezia Reichlin London Business School and now-casting economics ltd COEURE workshop Brussels 3-4 July 2015 WHAT IS BIG DATA IN ECONOMICS? Frank Diebold claimed to have introduced

More information

The cyclical component factor model

The cyclical component factor model The cyclical component factor model Christian M. Dahl Department of Economics Purdue University John Smidt The Danish Economic Council August 28, 2005 Henrik Hansen Department of Economics University of

More information

Using graphical modelling in official statistics

Using graphical modelling in official statistics Quaderni di Statistica Vol. 6, 2004 Using graphical modelling in official statistics Richard N. Penny Fidelio Consultancy E-mail: cpenny@xtra.co.nz Marco Reale Mathematics and Statistics Department, University

More information

y t by left multiplication with 1 (L) as y t = 1 (L) t =ª(L) t 2.5 Variance decomposition and innovation accounting Consider the VAR(p) model where

y t by left multiplication with 1 (L) as y t = 1 (L) t =ª(L) t 2.5 Variance decomposition and innovation accounting Consider the VAR(p) model where . Variance decomposition and innovation accounting Consider the VAR(p) model where (L)y t = t, (L) =I m L L p L p is the lag polynomial of order p with m m coe±cient matrices i, i =,...p. Provided that

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how

More information

Granger-causality graphs for multivariate time series

Granger-causality graphs for multivariate time series Granger-causality graphs for multivariate time series Michael Eichler Universität Heidelberg Abstract In this paper, we discuss the properties of mixed graphs which visualize causal relationships between

More information

Forecasting the Price of Oil

Forecasting the Price of Oil Forecasting the Price of Oil Ron Alquist Lutz Kilian Robert J. Vigfusson Bank of Canada University of Michigan Federal Reserve Board CEPR Prepared for the Handbook of Economic Forecasting Graham Elliott

More information

Internet Appendix to Stock Market Liquidity and the Business Cycle

Internet Appendix to Stock Market Liquidity and the Business Cycle Internet Appendix to Stock Market Liquidity and the Business Cycle Randi Næs, Johannes A. Skjeltorp and Bernt Arne Ødegaard This Internet appendix contains additional material to the paper Stock Market

More information

Energy consumption and GDP: causality relationship in G-7 countries and emerging markets

Energy consumption and GDP: causality relationship in G-7 countries and emerging markets Ž. Energy Economics 25 2003 33 37 Energy consumption and GDP: causality relationship in G-7 countries and emerging markets Ugur Soytas a,, Ramazan Sari b a Middle East Technical Uni ersity, Department

More information

Forecasting Retail Credit Market Conditions

Forecasting Retail Credit Market Conditions Forecasting Retail Credit Market Conditions Eric McVittie Experian Experian and the marks used herein are service marks or registered trademarks of Experian Limited. Other products and company names mentioned

More information

NOTES ON LINEAR TRANSFORMATIONS

NOTES ON LINEAR TRANSFORMATIONS NOTES ON LINEAR TRANSFORMATIONS Definition 1. Let V and W be vector spaces. A function T : V W is a linear transformation from V to W if the following two properties hold. i T v + v = T v + T v for all

More information

INDIRECT INFERENCE (prepared for: The New Palgrave Dictionary of Economics, Second Edition)

INDIRECT INFERENCE (prepared for: The New Palgrave Dictionary of Economics, Second Edition) INDIRECT INFERENCE (prepared for: The New Palgrave Dictionary of Economics, Second Edition) Abstract Indirect inference is a simulation-based method for estimating the parameters of economic models. Its

More information

Kiwi drivers the New Zealand dollar experience AN 2012/ 02

Kiwi drivers the New Zealand dollar experience AN 2012/ 02 Kiwi drivers the New Zealand dollar experience AN 2012/ 02 Chris McDonald May 2012 Reserve Bank of New Zealand Analytical Note series ISSN 2230-5505 Reserve Bank of New Zealand PO Box 2498 Wellington NEW

More information

DEMB Working Paper Series N. 53. What Drives US Inflation and Unemployment in the Long Run? Antonio Ribba* May 2015

DEMB Working Paper Series N. 53. What Drives US Inflation and Unemployment in the Long Run? Antonio Ribba* May 2015 DEMB Working Paper Series N. 53 What Drives US Inflation and Unemployment in the Long Run? Antonio Ribba* May 2015 *University of Modena and Reggio Emilia RECent (Center for Economic Research) Address:

More information

The Engle-Granger representation theorem

The Engle-Granger representation theorem The Engle-Granger representation theorem Reference note to lecture 10 in ECON 5101/9101, Time Series Econometrics Ragnar Nymoen March 29 2011 1 Introduction The Granger-Engle representation theorem is

More information

Standardization and Estimation of the Number of Factors for Panel Data

Standardization and Estimation of the Number of Factors for Panel Data Journal of Economic Theory and Econometrics, Vol. 23, No. 2, Jun. 2012, 79 88 Standardization and Estimation of the Number of Factors for Panel Data Ryan Greenaway-McGrevy Chirok Han Donggyu Sul Abstract

More information

What Drives Natural Gas Prices?

What Drives Natural Gas Prices? -A Structural VAR Approach - Changing World of Natural Gas I Moscow I 27th September I Sebastian Nick I Stefan Thoenes Institute of Energy Economics at the University of Cologne Agenda 1.Research Questions

More information

Similarity and Diagonalization. Similar Matrices

Similarity and Diagonalization. Similar Matrices MATH022 Linear Algebra Brief lecture notes 48 Similarity and Diagonalization Similar Matrices Let A and B be n n matrices. We say that A is similar to B if there is an invertible n n matrix P such that

More information

Joint models for classification and comparison of mortality in different countries.

Joint models for classification and comparison of mortality in different countries. Joint models for classification and comparison of mortality in different countries. Viani D. Biatat 1 and Iain D. Currie 1 1 Department of Actuarial Mathematics and Statistics, and the Maxwell Institute

More information

Vector Time Series Model Representations and Analysis with XploRe

Vector Time Series Model Representations and Analysis with XploRe 0-1 Vector Time Series Model Representations and Analysis with plore Julius Mungo CASE - Center for Applied Statistics and Economics Humboldt-Universität zu Berlin mungo@wiwi.hu-berlin.de plore MulTi Motivation

More information

OPTIMAL DESIGN OF DISTRIBUTED SENSOR NETWORKS FOR FIELD RECONSTRUCTION

OPTIMAL DESIGN OF DISTRIBUTED SENSOR NETWORKS FOR FIELD RECONSTRUCTION OPTIMAL DESIGN OF DISTRIBUTED SENSOR NETWORKS FOR FIELD RECONSTRUCTION Sérgio Pequito, Stephen Kruzick, Soummya Kar, José M. F. Moura, A. Pedro Aguiar Department of Electrical and Computer Engineering

More information

MACROECONOMIC IMPLICATIONS OF FINANCIAL FRICTIONS IN THE EURO ZONE: LESSONS FROM CANADA

MACROECONOMIC IMPLICATIONS OF FINANCIAL FRICTIONS IN THE EURO ZONE: LESSONS FROM CANADA MACROECONOMIC IMPLICATIONS OF FINANCIAL FRICTIONS IN THE EURO ZONE: LESSONS FROM CANADA Pierre L. Siklos WLU and Viessmann European Research Centre JUNE 2014 Prepared for the 20 th Dubrovnik Economic Conference,

More information

The Various Facets of Credit Card Debt

The Various Facets of Credit Card Debt The Various Facets of Credit Card Debt Dr. William Chow 13 May, 2014 Executive Summary This paper looks at consumer borrowings using data of credit card debt and evaluates the various economic implications

More information

Monetary Policy Surprises, Credit Costs. and. Economic Activity

Monetary Policy Surprises, Credit Costs. and. Economic Activity Monetary Policy Surprises, Credit Costs and Economic Activity Mark Gertler and Peter Karadi NYU and ECB BIS, March 215 The views expressed are those of the authors and do not necessarily reflect the offi

More information

Normalization and Mixed Degrees of Integration in Cointegrated Time Series Systems

Normalization and Mixed Degrees of Integration in Cointegrated Time Series Systems Normalization and Mixed Degrees of Integration in Cointegrated Time Series Systems Robert J. Rossana Department of Economics, 04 F/AB, Wayne State University, Detroit MI 480 E-Mail: r.j.rossana@wayne.edu

More information

Co-movement of State s Mortgage Default Rates: A Dynamic Factor Analysis Approach

Co-movement of State s Mortgage Default Rates: A Dynamic Factor Analysis Approach Co-movement of State s Mortgage Default Rates: A Dynamic Factor Analysis Approach Yaw Owusu-Ansah 1 Latest Edition: June 10 th, 2012 Abstract Underestimated default correlations of the underlying assets

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

Lecture 17 : Equivalence and Order Relations DRAFT

Lecture 17 : Equivalence and Order Relations DRAFT CS/Math 240: Introduction to Discrete Mathematics 3/31/2011 Lecture 17 : Equivalence and Order Relations Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT Last lecture we introduced the notion

More information

Network (Tree) Topology Inference Based on Prüfer Sequence

Network (Tree) Topology Inference Based on Prüfer Sequence Network (Tree) Topology Inference Based on Prüfer Sequence C. Vanniarajan and Kamala Krithivasan Department of Computer Science and Engineering Indian Institute of Technology Madras Chennai 600036 vanniarajanc@hcl.in,

More information

Multivariate time series analysis is used when one wants to model and explain the interactions and comovements among a group of time series variables:

Multivariate time series analysis is used when one wants to model and explain the interactions and comovements among a group of time series variables: Multivariate Time Series Consider n time series variables {y 1t },...,{y nt }. A multivariate time series is the (n 1) vector time series {Y t } where the i th row of {Y t } is {y it }.Thatis,for any time

More information

Matrix Representations of Linear Transformations and Changes of Coordinates

Matrix Representations of Linear Transformations and Changes of Coordinates Matrix Representations of Linear Transformations and Changes of Coordinates 01 Subspaces and Bases 011 Definitions A subspace V of R n is a subset of R n that contains the zero element and is closed under

More information

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series.

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Cointegration The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Economic theory, however, often implies equilibrium

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Relationship between Commodity Prices and Exchange Rate in Light of Global Financial Crisis: Evidence from Australia

Relationship between Commodity Prices and Exchange Rate in Light of Global Financial Crisis: Evidence from Australia Relationship between Commodity Prices and Exchange Rate in Light of Global Financial Crisis: Evidence from Australia Omar K. M. R. Bashar and Sarkar Humayun Kabir Abstract This study seeks to identify

More information

Co-movements of NAFTA trade, FDI and stock markets

Co-movements of NAFTA trade, FDI and stock markets Co-movements of NAFTA trade, FDI and stock markets Paweł Folfas, Ph. D. Warsaw School of Economics Abstract The paper scrutinizes the causal relationship between performance of American, Canadian and Mexican

More information

SYSTEMS OF REGRESSION EQUATIONS

SYSTEMS OF REGRESSION EQUATIONS SYSTEMS OF REGRESSION EQUATIONS 1. MULTIPLE EQUATIONS y nt = x nt n + u nt, n = 1,...,N, t = 1,...,T, x nt is 1 k, and n is k 1. This is a version of the standard regression model where the observations

More information

Use the following to answer question 9: Exhibit: Keynesian Cross

Use the following to answer question 9: Exhibit: Keynesian Cross 1. Leading economic indicators are: A) the most popular economic statistics. B) data that are used to construct the consumer price index and the unemployment rate. C) variables that tend to fluctuate in

More information

Big Ideas in Mathematics

Big Ideas in Mathematics Big Ideas in Mathematics which are important to all mathematics learning. (Adapted from the NCTM Curriculum Focal Points, 2006) The Mathematics Big Ideas are organized using the PA Mathematics Standards

More information

Social Media Mining. Graph Essentials

Social Media Mining. Graph Essentials Graph Essentials Graph Basics Measures Graph and Essentials Metrics 2 2 Nodes and Edges A network is a graph nodes, actors, or vertices (plural of vertex) Connections, edges or ties Edge Node Measures

More information

Econ 202 Final Exam. Table 3-1 Labor Hours Needed to Make 1 Pound of: Meat Potatoes Farmer 8 2 Rancher 4 5

Econ 202 Final Exam. Table 3-1 Labor Hours Needed to Make 1 Pound of: Meat Potatoes Farmer 8 2 Rancher 4 5 Econ 202 Final Exam 1. If inflation expectations rise, the short-run Phillips curve shifts a. right, so that at any inflation rate unemployment is higher. b. left, so that at any inflation rate unemployment

More information

Lecture 16 : Relations and Functions DRAFT

Lecture 16 : Relations and Functions DRAFT CS/Math 240: Introduction to Discrete Mathematics 3/29/2011 Lecture 16 : Relations and Functions Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT In Lecture 3, we described a correspondence

More information

Forecast covariances in the linear multiregression dynamic model.

Forecast covariances in the linear multiregression dynamic model. Forecast covariances in the linear multiregression dynamic model. Catriona M Queen, Ben J Wright and Casper J Albers The Open University, Milton Keynes, MK7 6AA, UK February 28, 2007 Abstract The linear

More information

CS 598CSC: Combinatorial Optimization Lecture date: 2/4/2010

CS 598CSC: Combinatorial Optimization Lecture date: 2/4/2010 CS 598CSC: Combinatorial Optimization Lecture date: /4/010 Instructor: Chandra Chekuri Scribe: David Morrison Gomory-Hu Trees (The work in this section closely follows [3]) Let G = (V, E) be an undirected

More information

Lecture 15 An Arithmetic Circuit Lowerbound and Flows in Graphs

Lecture 15 An Arithmetic Circuit Lowerbound and Flows in Graphs CSE599s: Extremal Combinatorics November 21, 2011 Lecture 15 An Arithmetic Circuit Lowerbound and Flows in Graphs Lecturer: Anup Rao 1 An Arithmetic Circuit Lower Bound An arithmetic circuit is just like

More information

Big Data Techniques Applied to Very Short-term Wind Power Forecasting

Big Data Techniques Applied to Very Short-term Wind Power Forecasting Big Data Techniques Applied to Very Short-term Wind Power Forecasting Ricardo Bessa Senior Researcher (ricardo.j.bessa@inesctec.pt) Center for Power and Energy Systems, INESC TEC, Portugal Joint work with

More information

Macroeconomic Shocks and the Business Cycle: Evidence from a Structural Factor Model

Macroeconomic Shocks and the Business Cycle: Evidence from a Structural Factor Model Macroeconomic Shocks and the Business Cycle: Evidence from a Structural Factor Model Mario Forni Università di Modena e Reggio Emilia CEPR and RECent Luca Gambetti Universitat Autonoma de Barcelona and

More information

COINTEGRATION AND CAUSAL RELATIONSHIP AMONG CRUDE PRICE, DOMESTIC GOLD PRICE AND FINANCIAL VARIABLES- AN EVIDENCE OF BSE AND NSE *

COINTEGRATION AND CAUSAL RELATIONSHIP AMONG CRUDE PRICE, DOMESTIC GOLD PRICE AND FINANCIAL VARIABLES- AN EVIDENCE OF BSE AND NSE * Journal of Contemporary Issues in Business Research ISSN 2305-8277 (Online), 2013, Vol. 2, No. 1, 1-10. Copyright of the Academic Journals JCIBR All rights reserved. COINTEGRATION AND CAUSAL RELATIONSHIP

More information

Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization

Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization 2.1. Introduction Suppose that an economic relationship can be described by a real-valued

More information

Professor Christina Romer. LECTURE 17 MACROECONOMIC VARIABLES AND ISSUES March 17, 2016

Professor Christina Romer. LECTURE 17 MACROECONOMIC VARIABLES AND ISSUES March 17, 2016 Economics 2 Spring 2016 Professor Christina Romer Professor David Romer LECTURE 17 MACROECONOMIC VARIABLES AND ISSUES March 17, 2016 I. MACROECONOMICS VERSUS MICROECONOMICS II. REAL GDP A. Definition B.

More information

SHORT-RUN FLUCTUATIONS. David Romer. University of California, Berkeley. First version: August 1999 This revision: January 2012

SHORT-RUN FLUCTUATIONS. David Romer. University of California, Berkeley. First version: August 1999 This revision: January 2012 SHORT-RUN FLUCTUATIONS David Romer University of California, Berkeley First version: August 1999 This revision: January 2012 Copyright 2012 by David Romer CONTENTS Preface vi I The IS-MP Model 1 I-1 Monetary

More information

Practical Guide to the Simplex Method of Linear Programming

Practical Guide to the Simplex Method of Linear Programming Practical Guide to the Simplex Method of Linear Programming Marcel Oliver Revised: April, 0 The basic steps of the simplex algorithm Step : Write the linear programming problem in standard form Linear

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

Linear Programming. March 14, 2014

Linear Programming. March 14, 2014 Linear Programming March 1, 01 Parts of this introduction to linear programming were adapted from Chapter 9 of Introduction to Algorithms, Second Edition, by Cormen, Leiserson, Rivest and Stein [1]. 1

More information

IV. Investment dynamics in the euro area since the crisis (40)

IV. Investment dynamics in the euro area since the crisis (40) 199Q1 1997Q1 1999Q1 21Q1 23Q1 2Q1 27Q1 29Q1 211Q1 213Q1 IV. Investment dynamics in the euro area since the crisis (4) This section analyses the investment dynamics in the euro area since the global financial

More information

Answers to Text Questions and Problems. Chapter 22. Answers to Review Questions

Answers to Text Questions and Problems. Chapter 22. Answers to Review Questions Answers to Text Questions and Problems Chapter 22 Answers to Review Questions 3. In general, producers of durable goods are affected most by recessions while producers of nondurables (like food) and services

More information

1 Causality and graphical models in time series analysis

1 Causality and graphical models in time series analysis 1 Causality and graphical models in time series analysis 1 Introduction Rainer Dahlhaus and Michael Eichler Universität Heidelberg Over the last years there has been growing interest in graphical models

More information

COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH. 1. Introduction

COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH. 1. Introduction COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH ZACHARY ABEL 1. Introduction In this survey we discuss properties of the Higman-Sims graph, which has 100 vertices, 1100 edges, and is 22 regular. In fact

More information

MULTIPLE REGRESSIONS ON SOME SELECTED MACROECONOMIC VARIABLES ON STOCK MARKET RETURNS FROM 1986-2010

MULTIPLE REGRESSIONS ON SOME SELECTED MACROECONOMIC VARIABLES ON STOCK MARKET RETURNS FROM 1986-2010 Advances in Economics and International Finance AEIF Vol. 1(1), pp. 1-11, December 2014 Available online at http://www.academiaresearch.org Copyright 2014 Academia Research Full Length Research Paper MULTIPLE

More information

Contemporaneous Spill-over among Equity, Gold, and Exchange Rate Implied Volatility Indices

Contemporaneous Spill-over among Equity, Gold, and Exchange Rate Implied Volatility Indices Contemporaneous Spill-over among Equity, Gold, and Exchange Rate Implied Volatility Indices Ihsan Ullah Badshah, Bart Frijns*, Alireza Tourani-Rad Department of Finance, Faculty of Business and Law, Auckland

More information

Warshall s Algorithm: Transitive Closure

Warshall s Algorithm: Transitive Closure CS 0 Theory of Algorithms / CS 68 Algorithms in Bioinformaticsi Dynamic Programming Part II. Warshall s Algorithm: Transitive Closure Computes the transitive closure of a relation (Alternatively: all paths

More information

The Minimal Dependency Relation for Causal Event Ordering in Distributed Computing

The Minimal Dependency Relation for Causal Event Ordering in Distributed Computing Appl. Math. Inf. Sci. 9, No. 1, 57-61 (2015) 57 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/090108 The Minimal Dependency Relation for Causal Event

More information

Economics 152 Solution to Sample Midterm 2

Economics 152 Solution to Sample Midterm 2 Economics 152 Solution to Sample Midterm 2 N. Das PART 1 (84 POINTS): Answer the following 28 multiple choice questions on the scan sheet. Each question is worth 3 points. 1. If Congress passes legislation

More information

Large Time-Varying Parameter VARs

Large Time-Varying Parameter VARs Large Time-Varying Parameter VARs Gary Koop University of Strathclyde Dimitris Korobils University of Glasgow February 22, 2012 Abstract In this paper, we develop methods for estimation and forecasting

More information

Causes of Inflation in the Iranian Economy

Causes of Inflation in the Iranian Economy Causes of Inflation in the Iranian Economy Hamed Armesh* and Abas Alavi Rad** It is clear that in the nearly last four decades inflation is one of the important problems of Iranian economy. In this study,

More information

Scheduling Shop Scheduling. Tim Nieberg

Scheduling Shop Scheduling. Tim Nieberg Scheduling Shop Scheduling Tim Nieberg Shop models: General Introduction Remark: Consider non preemptive problems with regular objectives Notation Shop Problems: m machines, n jobs 1,..., n operations

More information

Australian Dollars Exchange Rate and Gold Prices: An Interval Method Analysis

Australian Dollars Exchange Rate and Gold Prices: An Interval Method Analysis he 7th International Symposium on Operations Research and Its Applications (ISORA 08) Lijiang, China, October 3 Novemver 3, 2008 Copyright 2008 ORSC & APORC, pp. 46 52 Australian Dollars Exchange Rate

More information

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

More information

TEMPORAL CAUSAL RELATIONSHIP BETWEEN STOCK MARKET CAPITALIZATION, TRADE OPENNESS AND REAL GDP: EVIDENCE FROM THAILAND

TEMPORAL CAUSAL RELATIONSHIP BETWEEN STOCK MARKET CAPITALIZATION, TRADE OPENNESS AND REAL GDP: EVIDENCE FROM THAILAND I J A B E R, Vol. 13, No. 4, (2015): 1525-1534 TEMPORAL CAUSAL RELATIONSHIP BETWEEN STOCK MARKET CAPITALIZATION, TRADE OPENNESS AND REAL GDP: EVIDENCE FROM THAILAND Komain Jiranyakul * Abstract: This study

More information

Macroeconomic Shocks and the Business Cycle: Evidence from a Structural Factor Model

Macroeconomic Shocks and the Business Cycle: Evidence from a Structural Factor Model Macroeconomic Shocks and the Business Cycle: Evidence from a Structural Factor Model Mario Forni Università di Modena e Reggio Emilia CEPR and RECent Luca Gambetti Universitat Autonoma de Barcelona and

More information

Import Prices and Inflation

Import Prices and Inflation Import Prices and Inflation James D. Hamilton Department of Economics, University of California, San Diego Understanding the consequences of international developments for domestic inflation is an extremely

More information

Monitoring the Behaviour of Credit Card Holders with Graphical Chain Models

Monitoring the Behaviour of Credit Card Holders with Graphical Chain Models Journal of Business Finance & Accounting, 30(9) & (10), Nov./Dec. 2003, 0306-686X Monitoring the Behaviour of Credit Card Holders with Graphical Chain Models ELENA STANGHELLINI* 1. INTRODUCTION Consumer

More information

Causal Leading Indicators Detection for Demand Forecasting

Causal Leading Indicators Detection for Demand Forecasting Causal Leading Indicators Detection for Demand Forecasting Yves R. Sagaert, El-Houssaine Aghezzaf, Nikolaos Kourentzes, Bram Desmet Department of Industrial Management, Ghent University 13/07/2015 EURO

More information

Elucidating the Relationship among Volatility Index, US Dollar Index and Oil Price

Elucidating the Relationship among Volatility Index, US Dollar Index and Oil Price 23-24 July 25, Sheraton LaGuardia East Hotel, New York, USA, ISBN: 978--92269-79-5 Elucidating the Relationship among Volatility Index, US Dollar Index and Oil Price John Wei-Shan Hu* and Hsin-Yi Chang**

More information

2. With an MPS of.4, the MPC will be: A) 1.0 minus.4. B).4 minus 1.0. C) the reciprocal of the MPS. D).4. Answer: A

2. With an MPS of.4, the MPC will be: A) 1.0 minus.4. B).4 minus 1.0. C) the reciprocal of the MPS. D).4. Answer: A 1. If Carol's disposable income increases from $1,200 to $1,700 and her level of saving increases from minus $100 to a plus $100, her marginal propensity to: A) save is three-fifths. B) consume is one-half.

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

Measured in terms of either output or employment, the United States

Measured in terms of either output or employment, the United States Economic Quarterly Volume 97, Number 1 First Quarter 2011 Pages 45 66 Housing and the Great Recession: A VAR Accounting Exercise Samuel E. Henly and Alexander L. Wolman Measured in terms of either output

More information

Problem Set #4: Aggregate Supply and Aggregate Demand Econ 100B: Intermediate Macroeconomics

Problem Set #4: Aggregate Supply and Aggregate Demand Econ 100B: Intermediate Macroeconomics roblem Set #4: Aggregate Supply and Aggregate Demand Econ 100B: Intermediate Macroeconomics 1) Explain the differences between demand-pull inflation and cost-push inflation. Demand-pull inflation results

More information

Financial Integration of Stock Markets in the Gulf: A Multivariate Cointegration Analysis

Financial Integration of Stock Markets in the Gulf: A Multivariate Cointegration Analysis INTERNATIONAL JOURNAL OF BUSINESS, 8(3), 2003 ISSN:1083-4346 Financial Integration of Stock Markets in the Gulf: A Multivariate Cointegration Analysis Aqil Mohd. Hadi Hassan Department of Economics, College

More information

Row Echelon Form and Reduced Row Echelon Form

Row Echelon Form and Reduced Row Echelon Form These notes closely follow the presentation of the material given in David C Lay s textbook Linear Algebra and its Applications (3rd edition) These notes are intended primarily for in-class presentation

More information

Lecture L3 - Vectors, Matrices and Coordinate Transformations

Lecture L3 - Vectors, Matrices and Coordinate Transformations S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between

More information

ENDOGENOUS GROWTH MODELS AND STOCK MARKET DEVELOPMENT: EVIDENCE FROM FOUR COUNTRIES

ENDOGENOUS GROWTH MODELS AND STOCK MARKET DEVELOPMENT: EVIDENCE FROM FOUR COUNTRIES ENDOGENOUS GROWTH MODELS AND STOCK MARKET DEVELOPMENT: EVIDENCE FROM FOUR COUNTRIES Guglielmo Maria Caporale, South Bank University London Peter G. A Howells, University of East London Alaa M. Soliman,

More information

Econ 202 Final Exam. Douglas, Spring 2006 PLEDGE: I have neither given nor received unauthorized help on this exam.

Econ 202 Final Exam. Douglas, Spring 2006 PLEDGE: I have neither given nor received unauthorized help on this exam. , Spring 2006 PLEDGE: I have neither given nor received unauthorized help on this exam. SIGNED: PRINT NAME: Econ 202 Final Exam 1. When the government spends more, the initial effect is that a. aggregate

More information

Classification of Cartan matrices

Classification of Cartan matrices Chapter 7 Classification of Cartan matrices In this chapter we describe a classification of generalised Cartan matrices This classification can be compared as the rough classification of varieties in terms

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

The U.S.Inflation Process: Does Nominal Wage Inflation cause Price Inflation, Vica-versa, or Neither?

The U.S.Inflation Process: Does Nominal Wage Inflation cause Price Inflation, Vica-versa, or Neither? The U.S.Inflation Process: Does Nominal Wage Inflation cause Price Inflation, Vica-versa, or Neither? Abstract Low unemployment has revived concerns about accelerated inflation. This paper examines the

More information

Markov random fields and Gibbs measures

Markov random fields and Gibbs measures Chapter Markov random fields and Gibbs measures 1. Conditional independence Suppose X i is a random element of (X i, B i ), for i = 1, 2, 3, with all X i defined on the same probability space (.F, P).

More information

Does the Fed Respond to Oil Price Shocks?

Does the Fed Respond to Oil Price Shocks? Does the Fed Respond to Oil Price Shocks? Lutz Kilian University of Michigan CEPR Logan Lewis University of Michigan October 25, 29 Abstract: Since Bernanke, Gertler and Watson (1997), a common view in

More information

1 The Line vs Point Test

1 The Line vs Point Test 6.875 PCP and Hardness of Approximation MIT, Fall 2010 Lecture 5: Low Degree Testing Lecturer: Dana Moshkovitz Scribe: Gregory Minton and Dana Moshkovitz Having seen a probabilistic verifier for linearity

More information

Relationship among crude oil prices, share prices and exchange rates

Relationship among crude oil prices, share prices and exchange rates Relationship among crude oil prices, share prices and exchange rates Do higher share prices and weaker dollar lead to higher crude oil prices? Akira YANAGISAWA Leader Energy Demand, Supply and Forecast

More information

Trends and Breaks in Cointegrated VAR Models

Trends and Breaks in Cointegrated VAR Models Trends and Breaks in Cointegrated VAR Models Håvard Hungnes Thesis for the Dr. Polit. degree Department of Economics, University of Oslo Defended March 17, 2006 Research Fellow in the Research Department

More information

CHAPTER 7: AGGREGATE DEMAND AND AGGREGATE SUPPLY

CHAPTER 7: AGGREGATE DEMAND AND AGGREGATE SUPPLY CHAPTER 7: AGGREGATE DEMAND AND AGGREGATE SUPPLY Learning goals of this chapter: What forces bring persistent and rapid expansion of real GDP? What causes inflation? Why do we have business cycles? How

More information

Econ 303: Intermediate Macroeconomics I Dr. Sauer Sample Questions for Exam #3

Econ 303: Intermediate Macroeconomics I Dr. Sauer Sample Questions for Exam #3 Econ 303: Intermediate Macroeconomics I Dr. Sauer Sample Questions for Exam #3 1. When firms experience unplanned inventory accumulation, they typically: A) build new plants. B) lay off workers and reduce

More information