Identification Analysis of DSGE models with DYNARE

Size: px
Start display at page:

Download "Identification Analysis of DSGE models with DYNARE"

Transcription

1 Identification Analysis of DSGE models with DYNARE FP7 Funded, Project MONFISPOL Grant no.: Marco Ratto European Commission, Joint Research Centre with the contribution of Nikolai Iskrev Bank of Portugal MONFISPOL Final Conference, Frankfurt

2 Outline 1 Introduction 2 DSGE models Moments 3 Identification Local identification 4 DYNARE Implementation Identification strength Analyzing identification patterns Main features of the software DYNARE procedure Notes 5 Possible extensions 6 Examples

3 Intro Introduction In developing the identification software, we took into consideration the most recent developments in the computational tools for analyzing identification in DSGE models. A growing interest is being addressed to identification issues in economic modeling (Canova and Sala, 2009; Komunjer and Ng, 2011a,b; Iskrev, 2010b). The identification toolbox includes the new efficient method for derivatives computation presented in Ratto and Iskrev (2010a,b) and the identification tests proposed by Iskrev.

4 DSGE Models DSGE Models: Structural model and reduced form A DSGE model is summarized by a system g of m non-linear equations: ) E t (g(ẑ t,ẑ t+1,ẑ t 1,u t θ) = 0 (1) Most studies use linear approximations of the original models: Γ 0 (θ)z t = Γ 1 (θ)e t z t+1 +Γ 2 (θ)z t 1 +Γ 3 (θ)u t (2) where z t = ẑ t ẑ. The elements of the matrices Γ 0, Γ 1, Γ 2 and Γ 3 are functions of θ.

5 DSGE Models Assuming that a unique solution exists, it can be cast in the following form z t = A(θ)z t 1 +B(θ)u t (3) Some of the variables in z t are not observed, so the transition equation (3) is complemented by a measurement equation x t = Cz t +Du t +ν t (4) τ collects the non-constant elements of ẑ, A, and Ω, i.e. τ := [τ z, τ A, τ Ω ].

6 DSGE Models Moments Theoretical first and second moments The unconditional first and second moments of x t are given by Ex t := µ x = s (5) { cov(x t+i,x t ) := Σ CΣz (0)C if i = 0 x(i) = CA i Σ z (0)C (6) if i > 0 where Σ z (0) := Ez t z t solves the matrix equation Σ z (0) = AΣ z (0)A +Ω (7)

7 DSGE Models Moments Denote the observed data with X T := [x 1,...,x T ], and let Σ T be its covariance matrix, i.e. Σ T := EX T X T = Σ x (0), Σ x (1),..., Σ x (T 1) Σ x (1), Σ x (0),..., Σ x (T 2) Σ x (T 1), Σ x (T 2),..., Σ x (0) (8)

8 DSGE Models Moments We define m T := [µ,σ T ], where σ T := [vech(σ x (0)),vec(Σ x (1)),...,vec(Σ x (T 1)) ] m T is a function of θ. If either u t is Gaussian, or there are no distributional assumptions about the structural shocks, the model-implied restrictions on m T contain all information that can be used for the estimation of θ. The identifiability of θ depends on whether that information is sufficient or not.

9 Identification Global identification: the Gaussian case Theorem Suppose that the data X T is generated by the model (3)-(4) with parameter vector θ 0. Then θ 0 is globally identified if m T ( θ) = m T (θ 0 ) θ = θ 0 (9) for any θ Θ. If (9) is true only for values θ in an open neighborhood of θ 0, the identification of θ 0 is local.

10 Identification Local identification Local identification: The rank condition Theorem Suppose that m T is a continuously differentiable function of θ. Then θ 0 is locally identifiable if the Jacobian matrix J(q) := m q θ has a full column rank at θ 0 for q T. This condition is both necessary and sufficient when q = T if u t is normally distributed.

11 Identification Local identification Given the chain rule J(T) = m T τ τ θ (10) another necessary condition discussed in Iskrev (2010b): Corollary The point θ 0 is locally identifiable only if the rank of J 2 = τ θ at θ 0 is equal to k. The condition is necessary because the distribution of X T depends on θ only through τ, irrespectively of the distribution of u t. It is not sufficient since, unless all state variables are observed, τ may be unidentifiable.

12 DYNARE Implementation DYNARE implementation I The identifiability of each draw θ j is then established using the necessary and sufficient conditions discussed by Iskrev (2010b): Finding that matrix J 2 is rank deficient at θ j implies that this particular point in Θ is unidentifiable in the model. Finding that J 2 has full rank but J(T) does not, means that θ j cannot be identified given the set of observed variables and the number of observations. we also analyze the derivatives of the LRE form of the model (J Γ = γ θ ), to check for trivial non-identification problem, like two parameters always entering as a product in Γ i matrices; if θ is identified check J(q) with q < T. According to Theorem 2 this is sufficient for identification;

13 DYNARE Implementation Tracking singularities Whenever some of the matrices J 2, J(T) or J Γ is rank deficient, the code tries to diagnose the subset of parameters responsible for the rank deficiency: 1 if there are columns of zeros in the J( ) matrix, the associated parameter is printed on the MATLAB command window; 2 compute pairwise- and multi-correlation coefficients for each column of the J( ) matrix: if there are parameters with correlation coefficients equal to unity, these are printed on the MATLAB command window; 3 take the Singular Values Decomposition (SVD) of J( ) and track the eigenvectors associated to the zero singular values.

14 DYNARE Implementation Identification strength Identification strength A measure of identification strength is introduced, following the work of Iskrev (2010a) and Andrle (2010), based on the information matrix the strength of identification for parameter θ i : s i = θi 2/(I T(θ) 1 ) (i,i) (11) a sort of a priori t-test for θ i ; alternative normalization using the prior standard deviation σ(θ i ): s prior i = σ(θ i )/ prior i = σ(θ i ) (I T (θ) 1 ) (i,i) (12) I T (θ) (i,i) (13)

15 DYNARE Implementation Identification strength sensitivity and correlation components (Iskrev, 2010a), std(θ i ) {I T (θ) 1 } = 1 1 i 1 ρ 2 i i.e. weak identification may be due to i 0 or ρ i 1; (14) the sensitivity component is defined as i = θi 2 I T (θ) (i,i) (15) The identification toolbox shows, after the check of rank conditions, the plots of the strength of identification and of the sensitivity component for all estimated parameters.

16 DYNARE Implementation Analyzing identification patterns Analyzing identification patterns 1 Andrle (2010): the identification patterns are shown by taking the singular value decomposition of I T (θ) or of the J(q) matrix and displaying the eigenvectors corresponding to the smallest (or highest) singular values; 2 Iskrev (2010b): check which group of one, two or more parameters is most capable to mimic (replace) the effect of each parameter. A brute force search is done for each column of J(q) (j) to detect the group of columns J(q) (I j), having the highest explanatory power for J(q) (j) by a linear regression.

17 DYNARE Implementation Features Main features of the software The new DYNARE keyword identification triggers the routines developed at JRC. This option has two modes of operation; point identification check (default) and Monte Carlo mode.

18 DYNARE Implementation Features Point identification check With a list of estimated parameters: with prior definition: the program performs the local identification checks for the estimated parameters at the prior mean (prior mode, posterior mean and posterior mode are also alternative options); for ML estimation (no prior definition), local identification checks are performed for the estimated parameters at the actual or initial value declared for estimation (ML value is also possible); No list of estimated parameters: the program computes the local identification checks for all the model parameter values declared in the DYNARE model file.

19 DYNARE Implementation Features Monte Carlo exploration When information about prior distribution is provided, a full Monte Carlo analysis is also possible. For a number of parameter sets sampled from prior distributions, the local identification analysis is performed in turn. This provides a global prior exploration of local identification properties of DSGE models. This is a glocal procedure. This Monte Carlo mode can also be linked to the the global sensitivity analysis toolbox, also available in the official DYNARE as of version 4.3.

20 DYNARE Implementation Features The optional Monte Carlo implementation I a sample from Θ is made of many randomly drawn points from Θ, where Θ Θ discarding values of θ that do not imply a unique solution. The set Θ contains all values of θ that are theoretically plausible, and may be constructed by specifying a lower and an upper bound for each element of θ or by directly specifying prior distributions. After specifying a distribution for θ with support on Θ, one can obtain points from Θ by drawing from Θ and removing draws for which the model is either indetermined or does not have a solution. Conditions for existence and uniqueness are automatically checked by DYNARE.

21 DYNARE Implementation Features The optional Monte Carlo implementation II The checks for local identification are then performed for each parameter set in turn, obtaining a Monte Carlo sample of identification features for the model under analysis.

22 DYNARE Implementation Features The Advanced option (point) analysis of the LRE form and the reduced form; identification patterns (Iskrev, 2010b; Andrle, 2010).

23 DYNARE Implementation Features The Advanced option (Monte Carlo) analysis of the condition number of the Jacobians J(q), J 2 and J Γ and detection of the parameters that mostly drive large condition numbers (i.e. weaker identification); analysis of the identification patters across the Monte Carlo sample; detailed point-estimate (identification strength and collinearity analysis) of the parameters set having the smallest/largest condition number; when some singularity (rank condition failure) is detected for some elements of the Monte Carlo sample, detailed point-estimates are performed for such critical points.

24 DYNARE Implementation Features Test routines A library of test routines is also provided in the official DYNARE test folder. Such tests implement some of the examples described in the present document. Kim (2003) : the DYNARE routines for this example are placed in the folder dynare_root/tests/identification/kim; An and Schorfheide (2007) : the DYNARE routines for this example are placed in dynare_root/tests/identification/as2007;

25 DYNARE Implementation DYNARE procedure DYNARE procedure A new syntax is available in DYNARE. The simple keyword identification(<options>=<values>); triggers the point local identification checks, performed at the prior mean. Prior definitions and the list of observed values are needed, using the standard DYNARE syntax for setting-up an estimation.

26 DYNARE Implementation DYNARE procedure DYNARE procedure: Options I parameter set = prior mode prior mean posterior mode posterior mean posterior median. Specify the parameter set to use. Default: prior_mean. prior_mc = INTEGER sets the number of Monte Carlo draws (default = 1); prior_mc=1 triggers the default point identification analysis; prior_mc>1 triggers the Monte Carlo mode; prior_range = INTEGER triggers uniform sample within the range implied by the prior specifications (when prior_mc>1). Default: 0 load_ident_files = 0, triggers a new analysis, while load_ident_files = 1, loads and displays a previously performed analysis (default = 0);

27 DYNARE Implementation DYNARE procedure DYNARE procedure: Options II ar = <integer> (default = 3), triggers the value for q in computing J(q); useautocorr: this option triggers J(q) in the form of auto-covariances and cross-covariances (useautocorr = 0), or in the form of auto-correlations and cross-correlations (useautocorr = 1). The latter form normalizes all m q entries in [ 1,1] (default = 0). advanced = INTEGER triggers standard or advanced identification analysis (default = 0). max_dim_cova_group = INTEGER In the brute force search (performed when advanced=1) this option sets the maximum dimension of groups of parameters that best reproduce the behavior of each single model parameter. Default: 2

28 DYNARE Implementation DYNARE procedure DYNARE procedure: Options III periods = INTEGER triggers the length of the stochastic simulation to compute the analytic Hessian. Default: 300 periods = INTEGER When the analytic Hessian is not available (i.e. with missing values or diffuse Kalman filter or univariate Kalman filter), this triggers the length of stochastic simulation to compute Simulated Moments Uncertainty. Default: 300 replic = INTEGER When the analytic Hessian is not available, this triggers the number of replicas to compute Simulated Moments Uncertainty. Default: 100.

29 DYNARE Implementation DYNARE procedure DYNARE procedure: Options IV gsa_sample_file = INTEGER If equal to 0, do not use sample file. If equal to 1, triggers GSA prior sample. If equal to 2, triggers GSA Monte-Carlo sample (i.e. loads a sample corresponding to pprior=0 and ppost=0 in the dynare_sensitivity options). Default: 0 gsa_sample_file = FILENAME Uses the provided path to a specific user defined sample file. Default: 0

30 DYNARE Implementation Notes Notes I DYNARE symbolic preprocessor interprets and implements the model definitions as expressed in the DYNARE file; It will not reflect all parameter definitions which may be hidden in the <>_steadystate.m file. The # syntax should be used in the model block of the DYNARE file, instead.

31 Possible extensions Possible extensions I Komunjer and Ng (2011a): use structural properties of the canonical solution of DSGE models and restrictions implied by observational equivalence to derive rank conditions that do not require knowledge of infinite autocovariances or Markov parameters; like Iskrev, their conditions do not depend on data but also do not depend on the estimator (i.e. do not rely on Gaussian assumptions about shocks) nor on T (i.e. apply to T );

32 Possible extensions Possible extensions II useful framing in terms of controllability/observability and minimal state space representation (control system engineering); no big practical advance w.r.t. the present approach for identification purposes, but useful additional diagnostics to analyse DSGE models. use numerical derivatives.

33 Possible extensions Possible extensions I Koop et al. (2011) suggest two Bayesian identification indicators: is a subset of params is known to be identified, the marginal posterior is compared to the posterior expectation of the prior conditionasl on the identified parameters; considers the rate at which posterior precision gets updated as the sample size T is increased: for unidentified parameters, rate of update is smaller than T.

34 Examples Examples

35 Examples Kim (2003) Kim (2003) This paper demonstrated a functional equivalence between two types of adjustment cost specifications, coexisting in macroeconomic models with investment: intertemporal adjustment costs which involve a nonlinear substitution between capital and investment in capital accumulation, and multisectoral costs which are captured by a nonlinear transformation between consumption and investment. We reproduce results of Kim (2003), worked out analytically, applying the DYNARE procedure on the non-linear form of the model.

36 Examples Kim (2003) The representative agent maximizes β t logc t (16) t=0 subject to a national income identity and a capital accumulation equation: ( Ct (1 s) 1+θ ( It +s 1 s) s [ ( It δ δ K t+1 = where s = βδα, = 1 β +βδ. ) 1+θ = (At K α t )1+θ (17) ) 1 φ +(1 δ)k 1 φ t ] 1 1 φ (18)

37 Examples Kim (2003) φ( 0) is the inverse of the elasticity of substitution between I t and K t (represents the size of intertemporal adjustment costs) θ( 0) is the inverse of the elasticity of transformation between consumption and investment (called the multisectoral adjustment cost parameter). θ. the two adjustment cost parameter only enter through an overall adjustment cost parameter Φ = φ+θ 1+θ, thus implying that they cannot be identified separately.

38 Examples Kim (2003) On the effect of the number of states. Assume to have an additional equation for the Lagrange multiplier λ t = (1 s)θ, with λ t entering the Euler equation. (1+θ)C (1+θ) t We still assume that only C t and I t can be observed.

39 R t = ρ R R t 1 +(1 ρ R )ψ 1 π t +(1 ρ R )ψ 2 ( y t +z t )+ε R,t (21) Examples An Schorfheide (2007) An and Schorfheide (2007) y t = E t [y t+1 ]+g t E t [g t+1 ] 1/τ (R t E t [π t+1 ] E t [z t+1 ]) (19) π t = βe t [π t+1 ]+κ(y t g t ) (20) g t = ρ g g t 1 +ε g,t z t = ρ z z t 1 +ε z,t (22) (23) where y t is GDP in efficiency units, π t is inflation rate, R t is interest rate, g t is government consumption and z t is change in technology.

40 Examples An Schorfheide (2007) The model is completed with three observation equations for quarterly GDP growth rate (YGR t ), annualized quarterly inflation rates (INF t ) and annualized nominal interest rates (INT t ): where β = 1 1+r A /400. YGR t = γ Q +100 (y t y t 1 +z t ) (24) INFL t = π A +400π t (25) INT t = π A +r A +4γ Q +400R t (26)

41 Examples An Schorfheide (2007) Bibliography I Sungbae An and Frank Schorfheide. Bayesian analysis of DSGE models. Econometric Reviews, 26(2-4): , DOI: / Michal Andrle. A note on identification patterns in DSGE models (august 11, 2010). ECB Working Paper 1235, Available at SSRN: Fabio Canova and Luca Sala. Back to square one: identification issues in DSGE models. Journal of Monetary Economics, 56(4), May Nikolay Iskrev. Evaluating the strenght of identification in DSGE models. an a priori approach. unpublished manuscript, 2010a. Nikolay Iskrev. Local identification in DSGE models. Journal of Monetary Economics, 57: , 2010b.

42 Examples An Schorfheide (2007) Bibliography II Jinill Kim. Functional equivalence between intertemporal and multisectoral investment adjustment costs. Journal of Economic Dynamics and Control, 27(4): , February URL Ivana Komunjer and Serena Ng. Dynamic identification of DSGE models. Econometrica, 2011a. accepted. Ivana Komunjer and Serena Ng. Global identification in nonlinear models with moment restrictions. Econometric Theory, 2011b. accepted. Gary Koop, Hashem Pesaran, and Ron Smith. On identification of DSGE models. mimeo, 2011.

43 Examples An Schorfheide (2007) Bibliography III M. Ratto and N. Iskrev. Computational advances in analyzing identification of DSGE models. 6th DYNARE Conference, June 3-4, 2010, Gustavelund, Tuusula, Finland, 2010a. Bank of Finland, DSGE-net and Dynare Project at CEPREMAP. M. Ratto and N. Iskrev. Identification toolbox for DYNARE. 1st MONFISPOL conference, London, 4-5 November 2010, 2010b. The London Metropolitan University and the European Research project (FP7-SSH) MONFISPOL.

Deliverable 3.1.2: Algorithms for identification analysis under the DYNARE environment: final version of software.

Deliverable 3.1.2: Algorithms for identification analysis under the DYNARE environment: final version of software. European Community project MONFISPOL (grant agreement SSH-CT-29-22549) Deliverable 3..2: Algorithms for identification analysis under the DYNARE environment: final version of software. Marco Ratto, Nikolai

More information

DSGE Methods. Estimation of DSGE models: Maximum Likelihood & Bayesian. Willi Mutschler, M.Sc.

DSGE Methods. Estimation of DSGE models: Maximum Likelihood & Bayesian. Willi Mutschler, M.Sc. DSGE Methods Estimation of DSGE models: Maximum Likelihood & Bayesian Willi Mutschler, M.Sc. Institute of Econometrics and Economic Statistics University of Münster willi.mutschler@uni-muenster.de Summer

More information

Analysing identification issues in DSGE models

Analysing identification issues in DSGE models Analysing identification issues in DSGE models Nikolai Iskrev, Marco Ratto Bank of Portugal, Lisbon, PORTUGAL European Commission, Joint Research Centre, Ispra, ITALY Preliminary and incomplete May 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

Empirical Evaluation and Estimation of Large-Scale, Nonlinear Economic Models

Empirical Evaluation and Estimation of Large-Scale, Nonlinear Economic Models Empirical Evaluation and Estimation of Large-Scale, Nonlinear Economic Models Michal Andrle, RES The views expressed herein are those of the author and should not be attributed to the International Monetary

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

Estudos e Documentos de Trabalho. Working Papers

Estudos e Documentos de Trabalho. Working Papers Estudos e Documentos de Trabalho Working Papers 32 2 EVALUATING THE STRENGTH OF IDENTIFICATION IN DSGE MODELS. AN A PRIORI APPROACH Nikolay Iskrev December 2 The analyses, opinions and fi ndings of these

More information

An Introduction to Graphs in Dynare

An Introduction to Graphs in Dynare An Introduction to Graphs in Dynare Johannes Pfeifer. University of Cologne June 9, 7 First version: March 3 Abstract This paper provides an introduction to the graphs displayed by Dynare in its stoch_simul,

More information

Introduction to Smoothing spline ANOVA models (metamodelling)

Introduction to Smoothing spline ANOVA models (metamodelling) Introduction to Smoothing spline ANOVA models (metamodelling) M. Ratto DYNARE Summer School, Paris, June 215. Joint Research Centre www.jrc.ec.europa.eu Serving society Stimulating innovation Supporting

More information

SMOOTHIES: A Toolbox for the Exact Nonlinear and Non-Gaussian Kalman Smoother *

SMOOTHIES: A Toolbox for the Exact Nonlinear and Non-Gaussian Kalman Smoother * SMOOTHIES: A Toolbox for the Exact Nonlinear and Non-Gaussian Kalman Smoother * Joris de Wind September 2017 Abstract In this paper, I present a new toolbox that implements the exact nonlinear and non-

More information

Monetary and Exchange Rate Policy Under Remittance Fluctuations. Technical Appendix and Additional Results

Monetary and Exchange Rate Policy Under Remittance Fluctuations. Technical Appendix and Additional Results Monetary and Exchange Rate Policy Under Remittance Fluctuations Technical Appendix and Additional Results Federico Mandelman February In this appendix, I provide technical details on the Bayesian estimation.

More information

Weak Identification in Maximum Likelihood: A Question of Information

Weak Identification in Maximum Likelihood: A Question of Information Weak Identification in Maximum Likelihood: A Question of Information By Isaiah Andrews and Anna Mikusheva Weak identification commonly refers to the failure of classical asymptotics to provide a good approximation

More information

Solving Deterministic Models

Solving Deterministic Models Solving Deterministic Models Shanghai Dynare Workshop Sébastien Villemot CEPREMAP October 27, 2013 Sébastien Villemot (CEPREMAP) Solving Deterministic Models October 27, 2013 1 / 42 Introduction Deterministic

More information

Necessary and sufficient conditions for nonlinear parametric function identification

Necessary and sufficient conditions for nonlinear parametric function identification Necessary and sufficient conditions for nonlinear parametric function identification Jean-Marie Dufour 1 Xin Liang 2 1 McGill University 2 McGill University CFE-ERCIM 2013 London December 16, 2013 1 /45

More information

Labor-Supply Shifts and Economic Fluctuations. Technical Appendix

Labor-Supply Shifts and Economic Fluctuations. Technical Appendix Labor-Supply Shifts and Economic Fluctuations Technical Appendix Yongsung Chang Department of Economics University of Pennsylvania Frank Schorfheide Department of Economics University of Pennsylvania January

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

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

Bayesian Estimation of DSGE Models

Bayesian Estimation of DSGE Models Bayesian Estimation of DSGE Models Stéphane Adjemian Université du Maine, GAINS & CEPREMAP stephane.adjemian@univ-lemans.fr http://www.dynare.org/stepan June 28, 2011 June 28, 2011 Université du Maine,

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

Estudos e Documentos de Trabalho. Working Papers

Estudos e Documentos de Trabalho. Working Papers Estudos e Documentos de Trabalho Working Papers 7 2009 LOCAL IDENTIFICATION IN DSGE MODELS Nikolay Iskrev April 2009 The analyses, opinions and findings of these papers represent the views of the authors,

More information

TAKEHOME FINAL EXAM e iω e 2iω e iω e 2iω

TAKEHOME FINAL EXAM e iω e 2iω e iω e 2iω ECO 513 Spring 2015 TAKEHOME FINAL EXAM (1) Suppose the univariate stochastic process y is ARMA(2,2) of the following form: y t = 1.6974y t 1.9604y t 2 + ε t 1.6628ε t 1 +.9216ε t 2, (1) where ε is i.i.d.

More information

Deterministic Models

Deterministic Models Deterministic Models Perfect foreight, nonlinearities and occasionally binding constraints Sébastien Villemot CEPREMAP June 10, 2014 Sébastien Villemot (CEPREMAP) Deterministic Models June 10, 2014 1 /

More information

Latent variables and shocks contribution in DSGE models with occasionally binding constraints

Latent variables and shocks contribution in DSGE models with occasionally binding constraints Latent variables and shocks contribution in DSGE models with occasionally binding constraints May 29, 2016 1 Marco Ratto, Massimo Giovannini (European Commission, Joint Research Centre) We implement an

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

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

High-dimensional Problems in Finance and Economics. Thomas M. Mertens

High-dimensional Problems in Finance and Economics. Thomas M. Mertens High-dimensional Problems in Finance and Economics Thomas M. Mertens NYU Stern Risk Economics Lab April 17, 2012 1 / 78 Motivation Many problems in finance and economics are high dimensional. Dynamic Optimization:

More information

Working Paper Series. A note on implementing the Durbin and Koopman simulation smoother. No 1867 / November Marek Jarocinski

Working Paper Series. A note on implementing the Durbin and Koopman simulation smoother. No 1867 / November Marek Jarocinski Working Paper Series Marek Jarocinski A note on implementing the Durbin and Koopman simulation smoother No 1867 / November 2015 Note: This Working Paper should not be reported as representing the views

More information

Research Division Federal Reserve Bank of St. Louis Working Paper Series

Research Division Federal Reserve Bank of St. Louis Working Paper Series Research Division Federal Reserve Bank of St Louis Working Paper Series Kalman Filtering with Truncated Normal State Variables for Bayesian Estimation of Macroeconomic Models Michael Dueker Working Paper

More information

Online appendix to On the stability of the excess sensitivity of aggregate consumption growth in the US

Online appendix to On the stability of the excess sensitivity of aggregate consumption growth in the US Online appendix to On the stability of the excess sensitivity of aggregate consumption growth in the US Gerdie Everaert 1, Lorenzo Pozzi 2, and Ruben Schoonackers 3 1 Ghent University & SHERPPA 2 Erasmus

More information

On Identification of Bayesian DSGE Models

On Identification of Bayesian DSGE Models On Identification of Bayesian DSGE Models Gary Koop, University of Strathclyde M. Hashem Pesaran, Cambridge University, and USC Ron P. Smith, Birkbeck College September 29, 2011 Abstract There has been

More information

Likelihood-based Estimation of Stochastically Singular DSGE Models using Dimensionality Reduction

Likelihood-based Estimation of Stochastically Singular DSGE Models using Dimensionality Reduction Likelihood-based Estimation of Stochastically Singular DSGE Models using Dimensionality Reduction Michal Andrle 1 Computing in Economics and Finance, Prague June 212 1 The views expressed herein are those

More information

Combining Macroeconomic Models for Prediction

Combining Macroeconomic Models for Prediction Combining Macroeconomic Models for Prediction John Geweke University of Technology Sydney 15th Australasian Macro Workshop April 8, 2010 Outline 1 Optimal prediction pools 2 Models and data 3 Optimal pools

More information

Small Open Economy RBC Model Uribe, Chapter 4

Small Open Economy RBC Model Uribe, Chapter 4 Small Open Economy RBC Model Uribe, Chapter 4 1 Basic Model 1.1 Uzawa Utility E 0 t=0 θ t U (c t, h t ) θ 0 = 1 θ t+1 = β (c t, h t ) θ t ; β c < 0; β h > 0. Time-varying discount factor With a constant

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

Identification problems in DSGE models

Identification problems in DSGE models Identification problems in DSGE models Fabio Canova ICREA-UPF, CREI, AMeN and CEPR August 7 References Canova, F. (99) Sensitivity analysis and model evaluation in dynamic GE economies, International Economic

More information

Bayesian Inference for DSGE Models. Lawrence J. Christiano

Bayesian Inference for DSGE Models. Lawrence J. Christiano Bayesian Inference for DSGE Models Lawrence J. Christiano Outline State space-observer form. convenient for model estimation and many other things. Bayesian inference Bayes rule. Monte Carlo integation.

More information

DSGE Methods. Estimation of DSGE models: GMM and Indirect Inference. Willi Mutschler, M.Sc.

DSGE Methods. Estimation of DSGE models: GMM and Indirect Inference. Willi Mutschler, M.Sc. DSGE Methods Estimation of DSGE models: GMM and Indirect Inference Willi Mutschler, M.Sc. Institute of Econometrics and Economic Statistics University of Münster willi.mutschler@wiwi.uni-muenster.de Summer

More information

Non-Markovian Regime Switching with Endogenous States and Time-Varying State Strengths

Non-Markovian Regime Switching with Endogenous States and Time-Varying State Strengths Non-Markovian Regime Switching with Endogenous States and Time-Varying State Strengths January 2004 Siddhartha Chib Olin School of Business Washington University chib@olin.wustl.edu Michael Dueker Federal

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

Bayesian DSGE Model Estimation

Bayesian DSGE Model Estimation Bayesian DSGE Model Estimation Lecture six Alexander Kriwoluzky Universiteit van Amsterdam February 12th, 2010 Aim of the week Prior vs. Posterior Kalman smoother Chain Diagnostics 1 Motivation We understand

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

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

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

0 β t u(c t ), 0 <β<1,

0 β t u(c t ), 0 <β<1, Part 2 1. Certainty-Equivalence Solution Methods Consider the model we dealt with previously, but now the production function is y t = f(k t,z t ), where z t is a stochastic exogenous variable. For example,

More information

The Metropolis-Hastings Algorithm. June 8, 2012

The Metropolis-Hastings Algorithm. June 8, 2012 The Metropolis-Hastings Algorithm June 8, 22 The Plan. Understand what a simulated distribution is 2. Understand why the Metropolis-Hastings algorithm works 3. Learn how to apply the Metropolis-Hastings

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

Agnostic Structural Disturbances (ASDs): Detecting and Reducing Misspecification in Empirical Macroeconomic Models

Agnostic Structural Disturbances (ASDs): Detecting and Reducing Misspecification in Empirical Macroeconomic Models Agnostic Structural Disturbances (ASDs): Detecting and Reducing Misspecification in Empirical Macroeconomic Models Wouter J. Den Haan, Thomas Drechsel September 14, 218 Abstract Exogenous random structural

More information

Dynamics of Real GDP Per Capita Growth

Dynamics of Real GDP Per Capita Growth Dynamics of Real GDP Per Capita Growth Daniel Neuhoff Humboldt-Universität zu Berlin CRC 649 June 2015 Introduction Research question: Do the dynamics of the univariate time series of per capita GDP differ

More information

Econ 623 Econometrics II Topic 2: Stationary Time Series

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

More information

Generalized Autoregressive Score Models

Generalized Autoregressive Score Models Generalized Autoregressive Score Models by: Drew Creal, Siem Jan Koopman, André Lucas To capture the dynamic behavior of univariate and multivariate time series processes, we can allow parameters to be

More information

Timevarying VARs. Wouter J. Den Haan London School of Economics. c Wouter J. Den Haan

Timevarying VARs. Wouter J. Den Haan London School of Economics. c Wouter J. Den Haan Timevarying VARs Wouter J. Den Haan London School of Economics c Wouter J. Den Haan Time-Varying VARs Gibbs-Sampler general idea probit regression application (Inverted Wishart distribution Drawing from

More information

Identification of DSGE Models - the Effect of Higher-Order Approximation and Pruning

Identification of DSGE Models - the Effect of Higher-Order Approximation and Pruning Identification of DSGE Models - the Effect of Higher-Order Approximation and Pruning Willi Mutschler Institute for Econometrics and Economic Statistics, Center for Quantitative Economics (CQE), University

More information

Session 2 Working with Dynare

Session 2 Working with Dynare Session 2 Working with Dynare Seminar: Macroeconomics and International Economics Philipp Wegmüller UniBern Spring 2015 Philipp Wegmüller (UniBern) Session 2 Working with Dynare Spring 2015 1 / 20 Dynare

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

Real Business Cycle Model (RBC)

Real Business Cycle Model (RBC) Real Business Cycle Model (RBC) Seyed Ali Madanizadeh November 2013 RBC Model Lucas 1980: One of the functions of theoretical economics is to provide fully articulated, artificial economic systems that

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

Bayesian Estimation of DSGE Models 1 Chapter 3: A Crash Course in Bayesian Inference

Bayesian Estimation of DSGE Models 1 Chapter 3: A Crash Course in Bayesian Inference 1 The views expressed in this paper are those of the authors and do not necessarily reflect the views of the Federal Reserve Board of Governors or the Federal Reserve System. Bayesian Estimation of DSGE

More information

DSGE-Models. Limited Information Estimation General Method of Moments and Indirect Inference

DSGE-Models. Limited Information Estimation General Method of Moments and Indirect Inference DSGE-Models General Method of Moments and Indirect Inference Dr. Andrea Beccarini Willi Mutschler, M.Sc. Institute of Econometrics and Economic Statistics University of Münster willi.mutschler@uni-muenster.de

More information

Identifying Aggregate Liquidity Shocks with Monetary Policy Shocks: An Application using UK Data

Identifying Aggregate Liquidity Shocks with Monetary Policy Shocks: An Application using UK Data Identifying Aggregate Liquidity Shocks with Monetary Policy Shocks: An Application using UK Data Michael Ellington and Costas Milas Financial Services, Liquidity and Economic Activity Bank of England May

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

First order approximation of stochastic models

First order approximation of stochastic models First order approximation of stochastic models Shanghai Dynare Workshop Sébastien Villemot CEPREMAP October 27, 2013 Sébastien Villemot (CEPREMAP) First order approximation of stochastic models October

More information

Technical appendices: Business cycle accounting for the Japanese economy using the parameterized expectations algorithm

Technical appendices: Business cycle accounting for the Japanese economy using the parameterized expectations algorithm Technical appendices: Business cycle accounting for the Japanese economy using the parameterized expectations algorithm Masaru Inaba November 26, 2007 Introduction. Inaba (2007a) apply the parameterized

More information

Bayesian Estimation with Sparse Grids

Bayesian Estimation with Sparse Grids Bayesian Estimation with Sparse Grids Kenneth L. Judd and Thomas M. Mertens Institute on Computational Economics August 7, 27 / 48 Outline Introduction 2 Sparse grids Construction Integration with sparse

More information

Dynamic Identification of DSGE Models

Dynamic Identification of DSGE Models Dynamic Identification of DSGE Models Ivana Komunjer Serena Ng September 2009 Preliminary: Comments Welcome Abstract This paper studies identification of the parameters of a DSGE model using the entire

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

Forecast combination based on multiple encompassing tests in a macroeconomic DSGE-VAR system

Forecast combination based on multiple encompassing tests in a macroeconomic DSGE-VAR system Forecast combination based on multiple encompassing tests in a macroeconomic DSGE-VAR system Mauro Costantini 1, Ulrich Gunter 2, and Robert M. Kunst 3 Presented at the CFE-ERCIM 2011, London, December

More information

Looking for the stars

Looking for the stars Looking for the stars Mengheng Li 12 Irma Hindrayanto 1 1 Economic Research and Policy Division, De Nederlandsche Bank 2 Department of Econometrics, Vrije Universiteit Amsterdam April 5, 2018 1 / 35 Outline

More information

Bayesian Inference for DSGE Models. Lawrence J. Christiano

Bayesian Inference for DSGE Models. Lawrence J. Christiano Bayesian Inference for DSGE Models Lawrence J. Christiano Outline State space-observer form. convenient for model estimation and many other things. Preliminaries. Probabilities. Maximum Likelihood. Bayesian

More information

The Bayesian Approach to Multi-equation Econometric Model Estimation

The Bayesian Approach to Multi-equation Econometric Model Estimation Journal of Statistical and Econometric Methods, vol.3, no.1, 2014, 85-96 ISSN: 2241-0384 (print), 2241-0376 (online) Scienpress Ltd, 2014 The Bayesian Approach to Multi-equation Econometric Model Estimation

More information

Financial Factors in Economic Fluctuations. Lawrence Christiano Roberto Motto Massimo Rostagno

Financial Factors in Economic Fluctuations. Lawrence Christiano Roberto Motto Massimo Rostagno Financial Factors in Economic Fluctuations Lawrence Christiano Roberto Motto Massimo Rostagno Background Much progress made on constructing and estimating models that fit quarterly data well (Smets-Wouters,

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

1. Introduction. Hang Qian 1 Iowa State University

1. Introduction. Hang Qian 1 Iowa State University Users Guide to the VARDAS Package Hang Qian 1 Iowa State University 1. Introduction The Vector Autoregression (VAR) model is widely used in macroeconomics. However, macroeconomic data are not always observed

More information

Identifying SVARs with Sign Restrictions and Heteroskedasticity

Identifying SVARs with Sign Restrictions and Heteroskedasticity Identifying SVARs with Sign Restrictions and Heteroskedasticity Srečko Zimic VERY PRELIMINARY AND INCOMPLETE NOT FOR DISTRIBUTION February 13, 217 Abstract This paper introduces a new method to identify

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Brown University CSCI 1950-F, Spring 2012 Prof. Erik Sudderth Lecture 25: Markov Chain Monte Carlo (MCMC) Course Review and Advanced Topics Many figures courtesy Kevin

More information

Estimating Structural Shocks with DSGE Models

Estimating Structural Shocks with DSGE Models Estimating Structural Shocks with DSGE Models Michal Andrle Computing in Economics and Finance, June 4 14, Oslo Disclaimer: The views expressed herein are those of the authors and should not be attributed

More information

Dynamic Factor Models and Factor Augmented Vector Autoregressions. Lawrence J. Christiano

Dynamic Factor Models and Factor Augmented Vector Autoregressions. Lawrence J. Christiano Dynamic Factor Models and Factor Augmented Vector Autoregressions Lawrence J Christiano Dynamic Factor Models and Factor Augmented Vector Autoregressions Problem: the time series dimension of data is relatively

More information

A Note on the Particle Filter with Posterior Gaussian Resampling

A Note on the Particle Filter with Posterior Gaussian Resampling Tellus (6), 8A, 46 46 Copyright C Blackwell Munksgaard, 6 Printed in Singapore. All rights reserved TELLUS A Note on the Particle Filter with Posterior Gaussian Resampling By X. XIONG 1,I.M.NAVON 1,2 and

More information

Probabilistic Graphical Models

Probabilistic Graphical Models Probabilistic Graphical Models Brown University CSCI 2950-P, Spring 2013 Prof. Erik Sudderth Lecture 12: Gaussian Belief Propagation, State Space Models and Kalman Filters Guest Kalman Filter Lecture by

More information

1 Bewley Economies with Aggregate Uncertainty

1 Bewley Economies with Aggregate Uncertainty 1 Bewley Economies with Aggregate Uncertainty Sofarwehaveassumedawayaggregatefluctuations (i.e., business cycles) in our description of the incomplete-markets economies with uninsurable idiosyncratic risk

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

WinLTA USER S GUIDE for Data Augmentation

WinLTA USER S GUIDE for Data Augmentation USER S GUIDE for Version 1.0 (for WinLTA Version 3.0) Linda M. Collins Stephanie T. Lanza Joseph L. Schafer The Methodology Center The Pennsylvania State University May 2002 Dev elopment of this program

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

DSGE Model Forecasting

DSGE Model Forecasting University of Pennsylvania EABCN Training School May 1, 216 Introduction The use of DSGE models at central banks has triggered a strong interest in their forecast performance. The subsequent material draws

More information

SUPPLEMENT TO MARKET ENTRY COSTS, PRODUCER HETEROGENEITY, AND EXPORT DYNAMICS (Econometrica, Vol. 75, No. 3, May 2007, )

SUPPLEMENT TO MARKET ENTRY COSTS, PRODUCER HETEROGENEITY, AND EXPORT DYNAMICS (Econometrica, Vol. 75, No. 3, May 2007, ) Econometrica Supplementary Material SUPPLEMENT TO MARKET ENTRY COSTS, PRODUCER HETEROGENEITY, AND EXPORT DYNAMICS (Econometrica, Vol. 75, No. 3, May 2007, 653 710) BY SANGHAMITRA DAS, MARK ROBERTS, AND

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

ESTIMATION of a DSGE MODEL

ESTIMATION of a DSGE MODEL ESTIMATION of a DSGE MODEL Paris, October 17 2005 STÉPHANE ADJEMIAN stephane.adjemian@ens.fr UNIVERSITÉ DU MAINE & CEPREMAP Slides.tex ESTIMATION of a DSGE MODEL STÉPHANE ADJEMIAN 16/10/2005 21:37 p. 1/3

More information

Prediction Using Several Macroeconomic Models

Prediction Using Several Macroeconomic Models Gianni Amisano European Central Bank 1 John Geweke University of Technology Sydney, Erasmus University, and University of Colorado European Central Bank May 5, 2012 1 The views expressed do not represent

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

Graduate Macro Theory II: Notes on Quantitative Analysis in DSGE Models

Graduate Macro Theory II: Notes on Quantitative Analysis in DSGE Models Graduate Macro Theory II: Notes on Quantitative Analysis in DSGE Models Eric Sims University of Notre Dame Spring 2011 This note describes very briefly how to conduct quantitative analysis on a linearized

More information

Statistics of stochastic processes

Statistics of stochastic processes Introduction Statistics of stochastic processes Generally statistics is performed on observations y 1,..., y n assumed to be realizations of independent random variables Y 1,..., Y n. 14 settembre 2014

More information

Lecture 2: From Linear Regression to Kalman Filter and Beyond

Lecture 2: From Linear Regression to Kalman Filter and Beyond Lecture 2: From Linear Regression to Kalman Filter and Beyond January 18, 2017 Contents 1 Batch and Recursive Estimation 2 Towards Bayesian Filtering 3 Kalman Filter and Bayesian Filtering and Smoothing

More information

Assessing Structural Convergence between Romanian Economy and Euro Area: A Bayesian Approach

Assessing Structural Convergence between Romanian Economy and Euro Area: A Bayesian Approach Vol. 3, No.3, July 2013, pp. 372 383 ISSN: 2225-8329 2013 HRMARS www.hrmars.com Assessing Structural Convergence between Romanian Economy and Euro Area: A Bayesian Approach Alexie ALUPOAIEI 1 Ana-Maria

More information

ESTIMATION OF DSGE MODELS WHEN THE DATA ARE PERSISTENT

ESTIMATION OF DSGE MODELS WHEN THE DATA ARE PERSISTENT ESTIMATION OF DSGE MODELS WHEN THE DATA ARE PERSISTENT Yuriy Gorodnichenko 1 Serena Ng 2 1 U.C. Berkeley 2 Columbia University May 2008 Outline Introduction Stochastic Growth Model Estimates Robust Estimators

More information

GMM and SMM. 1. Hansen, L Large Sample Properties of Generalized Method of Moments Estimators, Econometrica, 50, p

GMM and SMM. 1. Hansen, L Large Sample Properties of Generalized Method of Moments Estimators, Econometrica, 50, p GMM and SMM Some useful references: 1. Hansen, L. 1982. Large Sample Properties of Generalized Method of Moments Estimators, Econometrica, 50, p. 1029-54. 2. Lee, B.S. and B. Ingram. 1991 Simulation estimation

More information

Linear Models 1. Isfahan University of Technology Fall Semester, 2014

Linear Models 1. Isfahan University of Technology Fall Semester, 2014 Linear Models 1 Isfahan University of Technology Fall Semester, 2014 References: [1] G. A. F., Seber and A. J. Lee (2003). Linear Regression Analysis (2nd ed.). Hoboken, NJ: Wiley. [2] A. C. Rencher and

More information

Dynamic Optimization Using Lagrange Multipliers

Dynamic Optimization Using Lagrange Multipliers Dynamic Optimization Using Lagrange Multipliers Barbara Annicchiarico barbara.annicchiarico@uniroma2.it Università degli Studi di Roma "Tor Vergata" Presentation #2 Deterministic Infinite-Horizon Ramsey

More information

Bayesian Inference for DSGE Models. Lawrence J. Christiano

Bayesian Inference for DSGE Models. Lawrence J. Christiano Bayesian Inference for DSGE Models Lawrence J. Christiano Outline State space-observer form. convenient for model estimation and many other things. Bayesian inference Bayes rule. Monte Carlo integation.

More information

Decomposing the effects of the updates in the framework for forecasting

Decomposing the effects of the updates in the framework for forecasting Decomposing the effects of the updates in the framework for forecasting Zuzana Antoničová František Brázdik František Kopřiva Abstract In this paper, we develop a forecasting decomposition analysis framework

More information

Probabilistic Graphical Models

Probabilistic Graphical Models Probabilistic Graphical Models Brown University CSCI 2950-P, Spring 2013 Prof. Erik Sudderth Lecture 13: Learning in Gaussian Graphical Models, Non-Gaussian Inference, Monte Carlo Methods Some figures

More information

Volume 30, Issue 1. Measuring the Intertemporal Elasticity of Substitution for Consumption: Some Evidence from Japan

Volume 30, Issue 1. Measuring the Intertemporal Elasticity of Substitution for Consumption: Some Evidence from Japan Volume 30, Issue 1 Measuring the Intertemporal Elasticity of Substitution for Consumption: Some Evidence from Japan Akihiko Noda Graduate School of Business and Commerce, Keio University Shunsuke Sugiyama

More information