Estimating dynamic stochastic general equilibrium models in Stata

Size: px
Start display at page:

Download "Estimating dynamic stochastic general equilibrium models in Stata"

Transcription

1 Estimating dynamic stochastic general equilibrium models in Stata David Schenck Senior Econometrician Stata 2017 Canadian Stata User Group Meeting June 9, 2017 Schenck (Stata) DSGE June 9, / 21

2 Motivation Models used in macroeconomics for policy analysis Schenck (Stata) DSGE June 9, / 21

3 Motivation Models used in macroeconomics for policy analysis Dynamic Schenck (Stata) DSGE June 9, / 21

4 Motivation Models used in macroeconomics for policy analysis Dynamic Stochastic Schenck (Stata) DSGE June 9, / 21

5 Motivation Models used in macroeconomics for policy analysis Dynamic Stochastic General equilibrium Schenck (Stata) DSGE June 9, / 21

6 Here s a model in words Households Consume and save output Take inflation and interest rate as given Schenck (Stata) DSGE June 9, / 21

7 Here s a model in words Households Firms Consume and save output Take inflation and interest rate as given Produce output and set prices Take demand as given Schenck (Stata) DSGE June 9, / 21

8 Here s a model in words Households Firms Consume and save output Take inflation and interest rate as given Produce output and set prices Take demand as given Central bank Sets interest rate Adjusts interest rate in response to inflation Schenck (Stata) DSGE June 9, / 21

9 Here s a model in words Households Firms Consume and save output Take inflation and interest rate as given Produce output and set prices Take demand as given Central bank Sets interest rate Adjusts interest rate in response to inflation In equilibrium, this is a model that simultaneously determines output, inflation, and the interest rate Schenck (Stata) DSGE June 9, / 21

10 Here s a model in equations I Households demand output, given inflation and interest rates: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) Schenck (Stata) DSGE June 9, / 21

11 Here s a model in equations I Households demand output, given inflation and interest rates: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) Firms set prices, given output demand: π t = βe t (π t+1 ) + κx t Schenck (Stata) DSGE June 9, / 21

12 Here s a model in equations I Households demand output, given inflation and interest rates: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) Firms set prices, given output demand: π t = βe t (π t+1 ) + κx t Central bank sets interest rate, given inflation r t = 1 β π t + u t Schenck (Stata) DSGE June 9, / 21

13 Here s a model in equations II The model s endogenous variables are characterized by equations: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) π t = βe t (π t+1 ) + κx t r t = 1 β π t + u t Schenck (Stata) DSGE June 9, / 21

14 Here s a model in equations II The model s endogenous variables are characterized by equations: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) π t = βe t (π t+1 ) + κx t r t = 1 β π t + u t The model is completed by adding equations for the state variables: z t+1 = ρ z z t + ξ t+1 u t+1 = ρ u u t + ε t+1 Schenck (Stata) DSGE June 9, / 21

15 Here s a model in Stata I The model equations: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) π t = βe t (π t+1 ) + κx t r t = 1 β π t + u t z t+1 = ρ z z t + ξ t+1 u t+1 = ρ u u t + ε t+1 Schenck (Stata) DSGE June 9, / 21

16 Here s a model in Stata I The model equations: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) π t = βe t (π t+1 ) + κx t r t = 1 β π t + u t In Stata: z t+1 = ρ z z t + ξ t+1 u t+1 = ρ u u t + ε t+1. dsge (x = E(F.x) - (r - E(F.p) - z), unobserved) /// (p = {beta}*e(f.p) + {kappa}*x) /// (r = 1/{beta}*p + u) /// (F.z = {rhoz}*z, state) /// (F.u = {rhou}*u, state) Schenck (Stata) DSGE June 9, / 21

17 Here s a model in Stata II. dsge (x = E(F.x) - (r - E(F.p) - z), unobserved) /// (p = {beta}*e(f.p) + {kappa}*x) /// (r = 1/{beta}*p + u) /// (F.z = {rhoz}*z, state) /// (F.u = {rhou}*u, state) Schenck (Stata) DSGE June 9, / 21

18 Here s a model in Stata II. dsge (x = E(F.x) - (r - E(F.p) - z), unobserved) /// (p = {beta}*e(f.p) + {kappa}*x) /// (r = 1/{beta}*p + u) /// (F.z = {rhoz}*z, state) /// (F.u = {rhou}*u, state) There are some rules Equations are bound in parentheses. Parameters are bound in braces. Each variable appears on the left-hand side of one equation. State equations are written in terms of their one-period-ahead value. Schenck (Stata) DSGE June 9, / 21

19 Here s a model in Stata II. dsge (x = E(F.x) - (r - E(F.p) - z), unobserved) /// (p = {beta}*e(f.p) + {kappa}*x) /// (r = 1/{beta}*p + u) /// (F.z = {rhoz}*z, state) /// (F.u = {rhou}*u, state) There are some rules Equations are bound in parentheses. Parameters are bound in braces. Each variable appears on the left-hand side of one equation. State equations are written in terms of their one-period-ahead value. Data: US inflation rate and nominal interest rate, quarterly Schenck (Stata) DSGE June 9, / 21

20 Parameter estimation. dsge (x = E(F.x) - (r - E(F.p) - z), unobserved) /// > (p = {beta}*e(f.p) + {kappa}*x) /// > (r = 1/{beta}*p + u) /// > (F.z = {rhoz}*z, state) /// > (F.u = {rhou}*u, state), nolog DSGE model Sample: 1955q1-2015q4 Number of obs = 244 Log likelihood = OIM Coef. Std. Err. z P> z [95% Conf. Interval] /structural beta kappa rhoz rhou sd(e.z) sd(e.u) Schenck (Stata) DSGE June 9, / 21

21 Policy questions What is the effect of an unexpected increase in interest rates? Estimated DSGE model provides an answer to this question. We can subject the model to a shock, then see how that shock feeds through the rest of the system. Schenck (Stata) DSGE June 9, / 21

22 Impulse response functions Q: What is the effect of a shock to u t on the model variables? Recall our model: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) π t = βe t (π t+1 ) + κx t r t = 1 β π t + u t (Demand) (Pricing) (Interest rate) z t+1 = ρ z z t + ξ t+1 u t+1 = ρ u u t + ε t+1 (Natural rate of interest) (Monetary policy) Schenck (Stata) DSGE June 9, / 21

23 Impulse responses from the estimated model 0 model1, u, p.6 model1, u, r model1, u, u 0 0 model1, u, x step Graphs by irfname, impulse, and response 95% CI impulse response function (irf) Schenck (Stata) DSGE June 9, / 21

24 Solving a DSGE Model I Solution to a model is the key to estimation and generating impulse responses Schenck (Stata) DSGE June 9, / 21

25 Solving a DSGE Model I Solution to a model is the key to estimation and generating impulse responses Solution expresses endogenous variables as a function of state variables alone Schenck (Stata) DSGE June 9, / 21

26 Solving a DSGE model II Recall the structural equation for output: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) Schenck (Stata) DSGE June 9, / 21

27 Solving a DSGE model II Recall the structural equation for output: x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) The reduced form for output is: x t = g 1 z t + g 2 u t g 1 and g 2 are coefficients whose values are functions of the structural parameters Schenck (Stata) DSGE June 9, / 21

28 Solving a DSGE model III What about expectations? Roll the solution forward one period, x t+1 = g 1 z t+1 + g 2 u t+1 Schenck (Stata) DSGE June 9, / 21

29 Solving a DSGE model III What about expectations? Roll the solution forward one period, x t+1 = g 1 z t+1 + g 2 u t+1 And take expectations, E t (x t+1 ) = g 1 E t (z t+1 ) + g 2 E t (u t+1 ) Schenck (Stata) DSGE June 9, / 21

30 Solving a DSGE model III What about expectations? Roll the solution forward one period, x t+1 = g 1 z t+1 + g 2 u t+1 And take expectations, E t (x t+1 ) = g 1 E t (z t+1 ) + g 2 E t (u t+1 ) Then roll the state variables back one period E t (x t+1 ) = g 1 ρ z z t + g 2 ρ u u t Schenck (Stata) DSGE June 9, / 21

31 Solving and Estimating a DSGE Model Compactly, the solution to a model is y t = Gz t z t+1 = Hz t + Me t+1 where y t is a vector of control variables, z t is a vector of state variables, and e t is a vector of shocks. Schenck (Stata) DSGE June 9, / 21

32 Solving and Estimating a DSGE Model Compactly, the solution to a model is y t = Gz t z t+1 = Hz t + Me t+1 where y t is a vector of control variables, z t is a vector of state variables, and e t is a vector of shocks. This is a state-space model whose parameters can be estimated by maximum likelihood. Schenck (Stata) DSGE June 9, / 21

33 Solving and Estimating a DSGE Model Compactly, the solution to a model is y t = Gz t z t+1 = Hz t + Me t+1 where y t is a vector of control variables, z t is a vector of state variables, and e t is a vector of shocks. This is a state-space model whose parameters can be estimated by maximum likelihood. Each entry in G and H is a function of the model s structural parameters. Schenck (Stata) DSGE June 9, / 21

34 Solving and Estimating a DSGE Model Compactly, the solution to a model is y t = Gz t z t+1 = Hz t + Me t+1 where y t is a vector of control variables, z t is a vector of state variables, and e t is a vector of shocks. This is a state-space model whose parameters can be estimated by maximum likelihood. Each entry in G and H is a function of the model s structural parameters. Diagonal elements of matrix M hold the standard deviations of the shocks. Schenck (Stata) DSGE June 9, / 21

35 Impulse Responses, again y t = Gz t z t+1 = Hz t + Me t+1 An impulse is a specific sequence of values (1, 0, 0, 0,... ) given to one shock. Schenck (Stata) DSGE June 9, / 21

36 Impulse Responses, again y t = Gz t z t+1 = Hz t + Me t+1 An impulse is a specific sequence of values (1, 0, 0, 0,... ) given to one shock. From the sequence of shocks and the state transition equation, you can obtain the sequence of state variables. Schenck (Stata) DSGE June 9, / 21

37 Impulse Responses, again y t = Gz t z t+1 = Hz t + Me t+1 An impulse is a specific sequence of values (1, 0, 0, 0,... ) given to one shock. From the sequence of shocks and the state transition equation, you can obtain the sequence of state variables. From the sequence of state variables and the policy matrix, you can obtain the sequence of control variables. Schenck (Stata) DSGE June 9, / 21

38 Using constraints to fix some parameters You might want to fix some parameters and estimate others. x t = E t (x t+1 ) (r t E t (π t+1 ) z t ) π t = βe t (π t+1 ) + κx t r t = ψπ t + u t z t+1 = ρ z z t + ξ t+1 u t+1 = ρ u u t + ε t+1 New: the ψ parameter in the third equation. New: β no longer appears in multiple equations. (Demand) (Pricing) (Interest rate) (Natural rate of interest) (Monetary policy) Assume: you wish to fix β and estimate the remaining parameters conditional on your choice of β. Schenck (Stata) DSGE June 9, / 21

39 Constrained model in Stata. constraint 1 _b[beta]=0.96. dsge (x = E(F.x) - (r - E(F.p) - z), unobserved) /// (p = {beta}*e(f.p) + {kappa}*x) /// (r = {psi=1.5}*p + u) /// (F.z = {rhoz}*z, state) /// (F.u = {rhou}*u, state), constraint(1) nolog Schenck (Stata) DSGE June 9, / 21

40 Parameter estimation DSGE model Sample: 1955q1-2015q4 Number of obs = 244 Log likelihood = ( 1) [/structural]beta =.96 OIM Coef. Std. Err. z P> z [95% Conf. Interval] /structural beta.96 (constrained) kappa psi rhoz rhou sd(e.z) sd(e.u) Schenck (Stata) DSGE June 9, / 21

41 Conclusion dsge estimates the parameters of DSGE models Impulse response functions trace the effect of a shock on the model Other features: estat commands to view the model s state-space matrices, predictions of latent states, identification and stability diagnostics Schenck (Stata) DSGE June 9, / 21

42 Thank You! Schenck (Stata) DSGE June 9, / 21

Dynamic stochastic general equilibrium models in Stata 15

Dynamic stochastic general equilibrium models in Stata 15 Dynamic stochastic general equilibrium models in Stata 15 David Schenck Senior Econometrician Stata October 11, 2017 Schenck (Stata) DSGE October 11, 2017 1 / 25 Motivation Models used in macroeconomics

More information

Title. Description. Remarks and examples. stata.com. stata.com. Introduction to DSGE models. intro 1 Introduction to DSGEs and dsge

Title. Description. Remarks and examples. stata.com. stata.com. Introduction to DSGE models. intro 1 Introduction to DSGEs and dsge Title stata.com intro 1 Introduction to DSGEs and dsge Description Remarks and examples References Also see Description In this entry, we introduce DSGE models and the dsge command. We begin with an overview

More information

STATA LINEARIZED DYNAMIC STOCHASTIC GENERAL EQUILIBRIUM REFERENCE MANUAL

STATA LINEARIZED DYNAMIC STOCHASTIC GENERAL EQUILIBRIUM REFERENCE MANUAL STATA LINEARIZED DYNAMIC STOCHASTIC GENERAL EQUILIBRIUM REFERENCE MANUAL RELEASE 15 A Stata Press Publication StataCorp LLC College Station, Texas Copyright c 1985 2017 StataCorp LLC All rights reserved

More information

Estimating Markov-switching regression models in Stata

Estimating Markov-switching regression models in Stata Estimating Markov-switching regression models in Stata Ashish Rajbhandari Senior Econometrician StataCorp LP Stata Conference 2015 Ashish Rajbhandari (StataCorp LP) Markov-switching regression Stata Conference

More information

Bayesian Estimation of DSGE Models: Lessons from Second-order Approximations

Bayesian Estimation of DSGE Models: Lessons from Second-order Approximations Bayesian Estimation of DSGE Models: Lessons from Second-order Approximations Sungbae An Singapore Management University Bank Indonesia/BIS Workshop: STRUCTURAL DYNAMIC MACROECONOMIC MODELS IN ASIA-PACIFIC

More information

Cointegration and Error-Correction

Cointegration and Error-Correction Chapter 9 Cointegration and Error-Correction In this chapter we will estimate structural VAR models that include nonstationary variables. This exploits the possibility that there could be a linear combination

More information

Macroeconomics II. Dynamic AD-AS model

Macroeconomics II. Dynamic AD-AS model Macroeconomics II Dynamic AD-AS model Vahagn Jerbashian Ch. 14 from Mankiw (2010) Spring 2018 Where we are heading to We will incorporate dynamics into the standard AD-AS model This will offer another

More information

Dynamic AD-AS model vs. AD-AS model Notes. Dynamic AD-AS model in a few words Notes. Notation to incorporate time-dimension Notes

Dynamic AD-AS model vs. AD-AS model Notes. Dynamic AD-AS model in a few words Notes. Notation to incorporate time-dimension Notes Macroeconomics II Dynamic AD-AS model Vahagn Jerbashian Ch. 14 from Mankiw (2010) Spring 2018 Where we are heading to We will incorporate dynamics into the standard AD-AS model This will offer another

More information

Signaling Effects of Monetary Policy

Signaling Effects of Monetary Policy Signaling Effects of Monetary Policy Leonardo Melosi London Business School 24 May 2012 Motivation Disperse information about aggregate fundamentals Morris and Shin (2003), Sims (2003), and Woodford (2002)

More information

Dynamic stochastic general equilibrium models. December 4, 2007

Dynamic stochastic general equilibrium models. December 4, 2007 Dynamic stochastic general equilibrium models December 4, 2007 Dynamic stochastic general equilibrium models Random shocks to generate trajectories that look like the observed national accounts. Rational

More information

Chapter 6. Maximum Likelihood Analysis of Dynamic Stochastic General Equilibrium (DSGE) Models

Chapter 6. Maximum Likelihood Analysis of Dynamic Stochastic General Equilibrium (DSGE) Models Chapter 6. Maximum Likelihood Analysis of Dynamic Stochastic General Equilibrium (DSGE) Models Fall 22 Contents Introduction 2. An illustrative example........................... 2.2 Discussion...................................

More information

Lecture#12. Instrumental variables regression Causal parameters III

Lecture#12. Instrumental variables regression Causal parameters III Lecture#12 Instrumental variables regression Causal parameters III 1 Demand experiment, market data analysis & simultaneous causality 2 Simultaneous causality Your task is to estimate the demand function

More information

New Keynesian Macroeconomics

New Keynesian Macroeconomics New Keynesian Macroeconomics Chapter 4: The New Keynesian Baseline Model (continued) Prof. Dr. Kai Carstensen Ifo Institute for Economic Research and LMU Munich May 21, 212 Prof. Dr. Kai Carstensen (LMU

More information

A Dynamic Model of Aggregate Demand and Aggregate Supply

A Dynamic Model of Aggregate Demand and Aggregate Supply A Dynamic Model of Aggregate Demand and Aggregate Supply 1 Introduction Theoritical Backround 2 3 4 I Introduction Theoritical Backround The model emphasizes the dynamic nature of economic fluctuations.

More information

Y t = log (employment t )

Y t = log (employment t ) Advanced Macroeconomics, Christiano Econ 416 Homework #7 Due: November 21 1. Consider the linearized equilibrium conditions of the New Keynesian model, on the slide, The Equilibrium Conditions in the handout,

More information

GCOE Discussion Paper Series

GCOE Discussion Paper Series GCOE Discussion Paper Series Global COE Program Human Behavior and Socioeconomic Dynamics Discussion Paper No.34 Inflation Inertia and Optimal Delegation of Monetary Policy Keiichi Morimoto February 2009

More information

Perceived productivity and the natural rate of interest

Perceived productivity and the natural rate of interest Perceived productivity and the natural rate of interest Gianni Amisano and Oreste Tristani European Central Bank IRF 28 Frankfurt, 26 June Amisano-Tristani (European Central Bank) Productivity and the

More information

Problem Set 4. Graduate Macro II, Spring 2011 The University of Notre Dame Professor Sims

Problem Set 4. Graduate Macro II, Spring 2011 The University of Notre Dame Professor Sims Problem Set 4 Graduate Macro II, Spring 2011 The University of Notre Dame Professor Sims Instructions: You may consult with other members of the class, but please make sure to turn in your own work. Where

More information

Assessing Structural VAR s

Assessing Structural VAR s ... Assessing Structural VAR s by Lawrence J. Christiano, Martin Eichenbaum and Robert Vigfusson Zurich, September 2005 1 Background Structural Vector Autoregressions Address the Following Type of Question:

More information

S TICKY I NFORMATION Fabio Verona Bank of Finland, Monetary Policy and Research Department, Research Unit

S TICKY I NFORMATION Fabio Verona Bank of Finland, Monetary Policy and Research Department, Research Unit B USINESS C YCLE DYNAMICS UNDER S TICKY I NFORMATION Fabio Verona Bank of Finland, Monetary Policy and Research Department, Research Unit fabio.verona@bof.fi O BJECTIVE : analyze how and to what extent

More information

Modelling Czech and Slovak labour markets: A DSGE model with labour frictions

Modelling Czech and Slovak labour markets: A DSGE model with labour frictions Modelling Czech and Slovak labour markets: A DSGE model with labour frictions Daniel Němec Faculty of Economics and Administrations Masaryk University Brno, Czech Republic nemecd@econ.muni.cz ESF MU (Brno)

More information

The Dark Corners of the Labor Market

The Dark Corners of the Labor Market The Dark Corners of the Labor Market Vincent Sterk Conference on Persistent Output Gaps: Causes and Policy Remedies EABCN / University of Cambridge / INET University College London September 2015 Sterk

More information

Estimating a Nonlinear New Keynesian Model with the Zero Lower Bound for Japan

Estimating a Nonlinear New Keynesian Model with the Zero Lower Bound for Japan Estimating a Nonlinear New Keynesian Model with the Zero Lower Bound for Japan Hirokuni Iiboshi 1, Mototsugu Shintani 2, Kozo Ueda 3 August 218 @ EEA-ESEM 1 Tokyo Metropolitan University 2 University of

More information

Solving a Dynamic (Stochastic) General Equilibrium Model under the Discrete Time Framework

Solving a Dynamic (Stochastic) General Equilibrium Model under the Discrete Time Framework Solving a Dynamic (Stochastic) General Equilibrium Model under the Discrete Time Framework Dongpeng Liu Nanjing University Sept 2016 D. Liu (NJU) Solving D(S)GE 09/16 1 / 63 Introduction Targets of the

More information

Identifying the Monetary Policy Shock Christiano et al. (1999)

Identifying the Monetary Policy Shock Christiano et al. (1999) Identifying the Monetary Policy Shock Christiano et al. (1999) The question we are asking is: What are the consequences of a monetary policy shock a shock which is purely related to monetary conditions

More information

Taylor Rules and Technology Shocks

Taylor Rules and Technology Shocks Taylor Rules and Technology Shocks Eric R. Sims University of Notre Dame and NBER January 17, 2012 Abstract In a standard New Keynesian model, a Taylor-type interest rate rule moves the equilibrium real

More information

Assessing Structural VAR s

Assessing Structural VAR s ... Assessing Structural VAR s by Lawrence J. Christiano, Martin Eichenbaum and Robert Vigfusson Columbia, October 2005 1 Background Structural Vector Autoregressions Can be Used to Address the Following

More information

The New Keynesian Model: Introduction

The New Keynesian Model: Introduction The New Keynesian Model: Introduction Vivaldo M. Mendes ISCTE Lisbon University Institute 13 November 2017 (Vivaldo M. Mendes) The New Keynesian Model: Introduction 13 November 2013 1 / 39 Summary 1 What

More information

Inference. Jesús Fernández-Villaverde University of Pennsylvania

Inference. Jesús Fernández-Villaverde University of Pennsylvania Inference Jesús Fernández-Villaverde University of Pennsylvania 1 A Model with Sticky Price and Sticky Wage Household j [0, 1] maximizes utility function: X E 0 β t t=0 G t ³ C j t 1 1 σ 1 1 σ ³ N j t

More information

Introduction to Numerical Methods

Introduction to Numerical Methods Introduction to Numerical Methods Wouter J. Den Haan London School of Economics c by Wouter J. Den Haan "D", "S", & "GE" Dynamic Stochastic General Equilibrium What is missing in the abbreviation? DSGE

More information

Handout 12. Endogeneity & Simultaneous Equation Models

Handout 12. Endogeneity & Simultaneous Equation Models Handout 12. Endogeneity & Simultaneous Equation Models In which you learn about another potential source of endogeneity caused by the simultaneous determination of economic variables, and learn how to

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

Monetary Economics: Problem Set #4 Solutions

Monetary Economics: Problem Set #4 Solutions Monetary Economics Problem Set #4 Monetary Economics: Problem Set #4 Solutions This problem set is marked out of 100 points. The weight given to each part is indicated below. Please contact me asap if

More information

Nonlinear DSGE model with Asymmetric Adjustment Costs under ZLB:

Nonlinear DSGE model with Asymmetric Adjustment Costs under ZLB: Nonlinear DSGE model with Asymmetric Adjustment Costs under ZLB: Bayesian Estimation with Particle Filter for Japan Hirokuni Iiboshi Tokyo Metropolitan University Economic and Social Research Institute,

More information

Autoregressive and Moving-Average Models

Autoregressive and Moving-Average Models Chapter 3 Autoregressive and Moving-Average Models 3.1 Introduction Let y be a random variable. We consider the elements of an observed time series {y 0,y 1,y2,...,y t } as being realizations of this randoms

More information

A Journey to Latent Class Analysis (LCA)

A Journey to Latent Class Analysis (LCA) A Journey to Latent Class Analysis (LCA) Jeff Pitblado StataCorp LLC 2017 Nordic and Baltic Stata Users Group Meeting Stockholm, Sweden Outline Motivation by: prefix if clause suest command Factor variables

More information

Monetary Policy and Unemployment: A New Keynesian Perspective

Monetary Policy and Unemployment: A New Keynesian Perspective Monetary Policy and Unemployment: A New Keynesian Perspective Jordi Galí CREI, UPF and Barcelona GSE April 215 Jordi Galí (CREI, UPF and Barcelona GSE) Monetary Policy and Unemployment April 215 1 / 16

More information

Case of single exogenous (iv) variable (with single or multiple mediators) iv à med à dv. = β 0. iv i. med i + α 1

Case of single exogenous (iv) variable (with single or multiple mediators) iv à med à dv. = β 0. iv i. med i + α 1 Mediation Analysis: OLS vs. SUR vs. ISUR vs. 3SLS vs. SEM Note by Hubert Gatignon July 7, 2013, updated November 15, 2013, April 11, 2014, May 21, 2016 and August 10, 2016 In Chap. 11 of Statistical Analysis

More information

MFx Macroeconomic Forecasting

MFx Macroeconomic Forecasting MFx Macroeconomic Forecasting Structural Vector Autoregressive Models Part II IMFx This training material is the property of the International Monetary Fund (IMF) and is intended for use in IMF Institute

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

Learning, Expectations, and Endogenous Business Cycles

Learning, Expectations, and Endogenous Business Cycles Learning, Expectations, and Endogenous Business Cycles I.S.E.O. Summer School June 19, 2013 Introduction A simple model Simulations Stability Monetary Policy What s next Who we are Two students writing

More information

Introduction to Coding DSGE Models with Dynare

Introduction to Coding DSGE Models with Dynare Introduction to Coding DSGE Models with Macroeconomic Theory (MA1213) Juha Kilponen Bank of Finland Additional Material for Lecture 3, January 23, 2013 is preprocessor and a collection of Matlab (and GNU

More information

Instrumental Variables, Simultaneous and Systems of Equations

Instrumental Variables, Simultaneous and Systems of Equations Chapter 6 Instrumental Variables, Simultaneous and Systems of Equations 61 Instrumental variables In the linear regression model y i = x iβ + ε i (61) we have been assuming that bf x i and ε i are uncorrelated

More information

David M. Drukker Italian Stata Users Group meeting 15 November Executive Director of Econometrics Stata

David M. Drukker Italian Stata Users Group meeting 15 November Executive Director of Econometrics Stata Estimating the ATE of an endogenously assigned treatment from a sample with endogenous selection by regression adjustment using an extended regression models David M. Drukker Executive Director of Econometrics

More information

The Real Business Cycle Model

The Real Business Cycle Model The Real Business Cycle Model Macroeconomics II 2 The real business cycle model. Introduction This model explains the comovements in the fluctuations of aggregate economic variables around their trend.

More information

Monetary Policy and Unemployment: A New Keynesian Perspective

Monetary Policy and Unemployment: A New Keynesian Perspective Monetary Policy and Unemployment: A New Keynesian Perspective Jordi Galí CREI, UPF and Barcelona GSE May 218 Jordi Galí (CREI, UPF and Barcelona GSE) Monetary Policy and Unemployment May 218 1 / 18 Introducing

More information

Nonperforming Loans and Rules of Monetary Policy

Nonperforming Loans and Rules of Monetary Policy Nonperforming Loans and Rules of Monetary Policy preliminary and incomplete draft: any comment will be welcome Emiliano Brancaccio Università degli Studi del Sannio Andrea Califano andrea.califano@iusspavia.it

More information

Dynamic Stochastic General Equilibrium Models

Dynamic Stochastic General Equilibrium Models Dynamic Stochastic General Equilibrium Models Dr. Andrea Beccarini M.Sc. Willi Mutschler Summer 2014 A. Beccarini () Advanced Macroeconomics DSGE Summer 2014 1 / 33 The log-linearization procedure: One

More information

Dynamics and Monetary Policy in a Fair Wage Model of the Business Cycle

Dynamics and Monetary Policy in a Fair Wage Model of the Business Cycle Dynamics and Monetary Policy in a Fair Wage Model of the Business Cycle David de la Croix 1,3 Gregory de Walque 2 Rafael Wouters 2,1 1 dept. of economics, Univ. cath. Louvain 2 National Bank of Belgium

More information

CREDIT SEARCH AND CREDIT CYCLES

CREDIT SEARCH AND CREDIT CYCLES CREDIT SEARCH AND CREDIT CYCLES Feng Dong Pengfei Wang Yi Wen Shanghai Jiao Tong U Hong Kong U Science and Tech STL Fed & Tsinghua U May 215 The usual disclaim applies. Motivation The supply and demand

More information

Aspects of Stickiness in Understanding Inflation

Aspects of Stickiness in Understanding Inflation MPRA Munich Personal RePEc Archive Aspects of Stickiness in Understanding Inflation Minseong Kim 30 April 2016 Online at https://mpra.ub.uni-muenchen.de/71072/ MPRA Paper No. 71072, posted 5 May 2016 16:21

More information

Building and simulating DSGE models part 2

Building and simulating DSGE models part 2 Building and simulating DSGE models part II DSGE Models and Real Life I. Replicating business cycles A lot of papers consider a smart calibration to replicate business cycle statistics (e.g. Kydland Prescott).

More information

Lecture 4 The Centralized Economy: Extensions

Lecture 4 The Centralized Economy: Extensions Lecture 4 The Centralized Economy: Extensions Leopold von Thadden University of Mainz and ECB (on leave) Advanced Macroeconomics, Winter Term 2013 1 / 36 I Motivation This Lecture considers some applications

More information

A Discussion of Arouba, Cuba-Borda and Schorfheide: Macroeconomic Dynamics Near the ZLB: A Tale of Two Countries"

A Discussion of Arouba, Cuba-Borda and Schorfheide: Macroeconomic Dynamics Near the ZLB: A Tale of Two Countries A Discussion of Arouba, Cuba-Borda and Schorfheide: Macroeconomic Dynamics Near the ZLB: A Tale of Two Countries" Morten O. Ravn, University College London, Centre for Macroeconomics and CEPR M.O. Ravn

More information

Lecture 4: Multivariate Regression, Part 2

Lecture 4: Multivariate Regression, Part 2 Lecture 4: Multivariate Regression, Part 2 Gauss-Markov Assumptions 1) Linear in Parameters: Y X X X i 0 1 1 2 2 k k 2) Random Sampling: we have a random sample from the population that follows the above

More information

Extracting Rational Expectations Model Structural Matrices from Dynare

Extracting Rational Expectations Model Structural Matrices from Dynare Extracting Rational Expectations Model Structural Matrices from Dynare Callum Jones New York University In these notes I discuss how to extract the structural matrices of a model from its Dynare implementation.

More information

Seoul National University Mini-Course: Monetary & Fiscal Policy Interactions II

Seoul National University Mini-Course: Monetary & Fiscal Policy Interactions II Seoul National University Mini-Course: Monetary & Fiscal Policy Interactions II Eric M. Leeper Indiana University July/August 2013 Linear Analysis Generalize policy behavior with a conventional parametric

More information

12 TH RESEARCH MEETING OF NIPFP-DEA RESEARCH PROGRAMME

12 TH RESEARCH MEETING OF NIPFP-DEA RESEARCH PROGRAMME AN UNOBSERVED COMPONENTS PHILLIPS CURVE FOR INDIA 12 TH RESEARCH MEETING OF NIPFP-DEA RESEARCH PROGRAMME Ananya Kotia University of Oxford March 2014 UC Phillips Curve for India 1 TABLE OF CONTENTS 1 What

More information

Can News be a Major Source of Aggregate Fluctuations?

Can News be a Major Source of Aggregate Fluctuations? Can News be a Major Source of Aggregate Fluctuations? A Bayesian DSGE Approach Ippei Fujiwara 1 Yasuo Hirose 1 Mototsugu 2 1 Bank of Japan 2 Vanderbilt University August 4, 2009 Contributions of this paper

More information

Introduction to Markov-switching regression models using the mswitch command

Introduction to Markov-switching regression models using the mswitch command Introduction to Markov-switching regression models using the mswitch command Gustavo Sánchez StataCorp May 18, 2016 Aguascalientes, México (StataCorp) Markov-switching regression in Stata May 18 1 / 1

More information

ECON 4160: Econometrics-Modelling and Systems Estimation Lecture 9: Multiple equation models II

ECON 4160: Econometrics-Modelling and Systems Estimation Lecture 9: Multiple equation models II ECON 4160: Econometrics-Modelling and Systems Estimation Lecture 9: Multiple equation models II Ragnar Nymoen Department of Economics University of Oslo 9 October 2018 The reference to this lecture is:

More information

DSGE-Models. Calibration and Introduction to Dynare. Institute of Econometrics and Economic Statistics

DSGE-Models. Calibration and Introduction to Dynare. Institute of Econometrics and Economic Statistics DSGE-Models Calibration and Introduction to Dynare Dr. Andrea Beccarini Willi Mutschler, M.Sc. Institute of Econometrics and Economic Statistics willi.mutschler@uni-muenster.de Summer 2012 Willi Mutschler

More information

Vector Autoregressions as a Guide to Constructing Dynamic General Equilibrium Models

Vector Autoregressions as a Guide to Constructing Dynamic General Equilibrium Models Vector Autoregressions as a Guide to Constructing Dynamic General Equilibrium Models by Lawrence J. Christiano, Martin Eichenbaum and Robert Vigfusson 1 Background We Use VAR Impulse Response Functions

More information

Lars Svensson 2/16/06. Y t = Y. (1) Assume exogenous constant government consumption (determined by government), G t = G<Y. (2)

Lars Svensson 2/16/06. Y t = Y. (1) Assume exogenous constant government consumption (determined by government), G t = G<Y. (2) Eco 504, part 1, Spring 2006 504_L3_S06.tex Lars Svensson 2/16/06 Specify equilibrium under perfect foresight in model in L2 Assume M 0 and B 0 given. Determine {C t,g t,y t,m t,b t,t t,r t,i t,p t } that

More information

A Modern Equilibrium Model. Jesús Fernández-Villaverde University of Pennsylvania

A Modern Equilibrium Model. Jesús Fernández-Villaverde University of Pennsylvania A Modern Equilibrium Model Jesús Fernández-Villaverde University of Pennsylvania 1 Household Problem Preferences: max E X β t t=0 c 1 σ t 1 σ ψ l1+γ t 1+γ Budget constraint: c t + k t+1 = w t l t + r t

More information

Assessing Structural VAR s

Assessing Structural VAR s ... Assessing Structural VAR s by Lawrence J. Christiano, Martin Eichenbaum and Robert Vigfusson Yale, October 2005 1 Background Structural Vector Autoregressions Can be Used to Address the Following Type

More information

Assessing Structural VAR s

Assessing Structural VAR s ... Assessing Structural VAR s by Lawrence J. Christiano, Martin Eichenbaum and Robert Vigfusson Minneapolis, August 2005 1 Background In Principle, Impulse Response Functions from SVARs are useful as

More information

Lecture 15. Dynamic Stochastic General Equilibrium Model. Randall Romero Aguilar, PhD I Semestre 2017 Last updated: July 3, 2017

Lecture 15. Dynamic Stochastic General Equilibrium Model. Randall Romero Aguilar, PhD I Semestre 2017 Last updated: July 3, 2017 Lecture 15 Dynamic Stochastic General Equilibrium Model Randall Romero Aguilar, PhD I Semestre 2017 Last updated: July 3, 2017 Universidad de Costa Rica EC3201 - Teoría Macroeconómica 2 Table of contents

More information

Stagnation Traps. Gianluca Benigno and Luca Fornaro

Stagnation Traps. Gianluca Benigno and Luca Fornaro Stagnation Traps Gianluca Benigno and Luca Fornaro May 2015 Research question and motivation Can insu cient aggregate demand lead to economic stagnation? This question goes back, at least, to the Great

More information

Chapter 11 The Stochastic Growth Model and Aggregate Fluctuations

Chapter 11 The Stochastic Growth Model and Aggregate Fluctuations George Alogoskoufis, Dynamic Macroeconomics, 2016 Chapter 11 The Stochastic Growth Model and Aggregate Fluctuations In previous chapters we studied the long run evolution of output and consumption, real

More information

Money in the utility model

Money in the utility model Money in the utility model Monetary Economics Michaª Brzoza-Brzezina Warsaw School of Economics 1 / 59 Plan of the Presentation 1 Motivation 2 Model 3 Steady state 4 Short run dynamics 5 Simulations 6

More information

Description Remarks and examples Reference Also see

Description Remarks and examples Reference Also see Title stata.com example 20 Two-factor measurement model by group Description Remarks and examples Reference Also see Description Below we demonstrate sem s group() option, which allows fitting models in

More information

Point, Interval, and Density Forecast Evaluation of Linear versus Nonlinear DSGE Models

Point, Interval, and Density Forecast Evaluation of Linear versus Nonlinear DSGE Models Point, Interval, and Density Forecast Evaluation of Linear versus Nonlinear DSGE Models Francis X. Diebold Frank Schorfheide Minchul Shin University of Pennsylvania May 4, 2014 1 / 33 Motivation The use

More information

ADVANCED MACROECONOMICS I

ADVANCED MACROECONOMICS I Name: Students ID: ADVANCED MACROECONOMICS I I. Short Questions (21/2 points each) Mark the following statements as True (T) or False (F) and give a brief explanation of your answer in each case. 1. 2.

More information

Dynamic Identification of DSGE Models

Dynamic Identification of DSGE Models Dynamic Identification of DSGE Models Ivana Komunjer and Serena Ng UCSD and Columbia University All UC Conference 2009 Riverside 1 Why is the Problem Non-standard? 2 Setup Model Observables 3 Identification

More information

APPENDIX TO RESERVE REQUIREMENTS AND OPTIMAL CHINESE STABILIZATION POLICY

APPENDIX TO RESERVE REQUIREMENTS AND OPTIMAL CHINESE STABILIZATION POLICY APPENDIX TO RESERVE REQUIREMENTS AND OPTIMAL CHINESE STABILIZATION POLICY CHUN CHANG ZHENG LIU MARK M. SPIEGEL JINGYI ZHANG Abstract. This appendix shows some additional details of the model and equilibrium

More information

Are Policy Counterfactuals Based on Structural VARs Reliable?

Are Policy Counterfactuals Based on Structural VARs Reliable? Are Policy Counterfactuals Based on Structural VARs Reliable? Luca Benati European Central Bank 2nd International Conference in Memory of Carlo Giannini 20 January 2010 The views expressed herein are personal,

More information

Estimating Macroeconomic Models: A Likelihood Approach

Estimating Macroeconomic Models: A Likelihood Approach Estimating Macroeconomic Models: A Likelihood Approach Jesús Fernández-Villaverde University of Pennsylvania, NBER, and CEPR Juan Rubio-Ramírez Federal Reserve Bank of Atlanta Estimating Dynamic Macroeconomic

More information

Optimal Simple And Implementable Monetary and Fiscal Rules

Optimal Simple And Implementable Monetary and Fiscal Rules Optimal Simple And Implementable Monetary and Fiscal Rules Stephanie Schmitt-Grohé Martín Uribe Duke University September 2007 1 Welfare-Based Policy Evaluation: Related Literature (ex: Rotemberg and Woodford,

More information

The Return of the Wage Phillips Curve

The Return of the Wage Phillips Curve The Return of the Wage Phillips Curve Jordi Galí CREI, UPF and Barcelona GSE March 2010 Jordi Galí (CREI, UPF and Barcelona GSE) The Return of the Wage Phillips Curve March 2010 1 / 15 Introduction Two

More information

Citation Working Paper Series, F-39:

Citation Working Paper Series, F-39: Equilibrium Indeterminacy under F Title Interest Rate Rules Author(s) NAKAGAWA, Ryuichi Citation Working Paper Series, F-39: 1-14 Issue Date 2009-06 URL http://hdl.handle.net/10112/2641 Rights Type Technical

More information

The Natural Rate of Interest and its Usefulness for Monetary Policy

The Natural Rate of Interest and its Usefulness for Monetary Policy The Natural Rate of Interest and its Usefulness for Monetary Policy Robert Barsky, Alejandro Justiniano, and Leonardo Melosi Online Appendix 1 1 Introduction This appendix describes the extended DSGE model

More information

Imperfect Information and Optimal Monetary Policy

Imperfect Information and Optimal Monetary Policy Imperfect Information and Optimal Monetary Policy Luigi Paciello Einaudi Institute for Economics and Finance Mirko Wiederholt Northwestern University March 200 Abstract Should the central bank care whether

More information

THE CASE OF THE DISAPPEARING PHILLIPS CURVE

THE CASE OF THE DISAPPEARING PHILLIPS CURVE THE CASE OF THE DISAPPEARING PHILLIPS CURVE James Bullard President and CEO 2018 ECB Forum on Central Banking Macroeconomics of Price- and Wage-Setting June 19, 2018 Sintra, Portugal Any opinions expressed

More information

Stochastic simulations with DYNARE. A practical guide.

Stochastic simulations with DYNARE. A practical guide. Stochastic simulations with DYNARE. A practical guide. Fabrice Collard (GREMAQ, University of Toulouse) Adapted for Dynare 4.1 by Michel Juillard and Sébastien Villemot (CEPREMAP) First draft: February

More information

Structural VARs II. February 17, 2016

Structural VARs II. February 17, 2016 Structural VARs II February 17, 216 Structural VARs Today: Long-run restrictions Two critiques of SVARs Blanchard and Quah (1989), Rudebusch (1998), Gali (1999) and Chari, Kehoe McGrattan (28). Recap:

More information

Monetary Economics: Solutions Problem Set 1

Monetary Economics: Solutions Problem Set 1 Monetary Economics: Solutions Problem Set 1 December 14, 2006 Exercise 1 A Households Households maximise their intertemporal utility function by optimally choosing consumption, savings, and the mix of

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

ECON 594: Lecture #6

ECON 594: Lecture #6 ECON 594: Lecture #6 Thomas Lemieux Vancouver School of Economics, UBC May 2018 1 Limited dependent variables: introduction Up to now, we have been implicitly assuming that the dependent variable, y, was

More information

A Theory of Data-Oriented Identification with a SVAR Application

A Theory of Data-Oriented Identification with a SVAR Application A Theory of Data-Oriented Identification with a SVAR Application Nikolay Arefiev Higher School of Economics August 20, 2015 The 11th World Congress of the Econometric Society, Montréal, Canada and August

More information

Demand Shocks, Monetary Policy, and the Optimal Use of Dispersed Information

Demand Shocks, Monetary Policy, and the Optimal Use of Dispersed Information Demand Shocks, Monetary Policy, and the Optimal Use of Dispersed Information Guido Lorenzoni (MIT) WEL-MIT-Central Banks, December 2006 Motivation Central bank observes an increase in spending Is it driven

More information

ECO 310: Empirical Industrial Organization Lecture 2 - Estimation of Demand and Supply

ECO 310: Empirical Industrial Organization Lecture 2 - Estimation of Demand and Supply ECO 310: Empirical Industrial Organization Lecture 2 - Estimation of Demand and Supply Dimitri Dimitropoulos Fall 2014 UToronto 1 / 55 References RW Section 3. Wooldridge, J. (2008). Introductory Econometrics:

More information

Learning about Monetary Policy using (S)VARs? Some Pitfalls and Possible Solutions

Learning about Monetary Policy using (S)VARs? Some Pitfalls and Possible Solutions Learning about Monetary Policy using (S)VARs? Some Pitfalls and Possible Solutions Michal Andrle and Jan Brůha Interim: B4/13, April 214 Michal Andrle: The views expressed herein are those of the authors

More information

Monetary Policy Regimes and Economic Performance: The Historical Record,

Monetary Policy Regimes and Economic Performance: The Historical Record, Monetary Policy Regimes and Economic Performance: The Historical Record, 1979-2008 Luca Benati Charles Goodhart European Central Bank London School of Economics Conference on: Key developments in monetary

More information

Postestimation commands predict estat Remarks and examples Stored results Methods and formulas

Postestimation commands predict estat Remarks and examples Stored results Methods and formulas Title stata.com mswitch postestimation Postestimation tools for mswitch Postestimation commands predict estat Remarks and examples Stored results Methods and formulas References Also see Postestimation

More information

Assessing Structural VAR s

Assessing Structural VAR s ... Assessing Structural VAR s by Lawrence J. Christiano, Martin Eichenbaum and Robert Vigfusson University of Maryland, September 2005 1 Background In Principle, Impulse Response Functions from SVARs

More information

Dealing With and Understanding Endogeneity

Dealing With and Understanding Endogeneity Dealing With and Understanding Endogeneity Enrique Pinzón StataCorp LP October 20, 2016 Barcelona (StataCorp LP) October 20, 2016 Barcelona 1 / 59 Importance of Endogeneity Endogeneity occurs when a variable,

More information

Practice exam questions

Practice exam questions Practice exam questions Nathaniel Higgins nhiggins@jhu.edu, nhiggins@ers.usda.gov 1. The following question is based on the model y = β 0 + β 1 x 1 + β 2 x 2 + β 3 x 3 + u. Discuss the following two hypotheses.

More information

GMM Estimation in Stata

GMM Estimation in Stata GMM Estimation in Stata Econometrics I Department of Economics Universidad Carlos III de Madrid Master in Industrial Economics and Markets 1 Outline Motivation 1 Motivation 2 3 4 2 Motivation 3 Stata and

More information

Indeterminacy and Sunspots in Macroeconomics

Indeterminacy and Sunspots in Macroeconomics Indeterminacy and Sunspots in Macroeconomics Friday September 8 th : Lecture 10 Gerzensee, September 2017 Roger E. A. Farmer Warwick University and NIESR Topics for Lecture 10 Tying together the pieces

More information