Detecting Macroeconomic Chaos Juan D. Montoro & Jose V. Paz Department of Applied Economics, Umversidad de Valencia,

Size: px
Start display at page:

Download "Detecting Macroeconomic Chaos Juan D. Montoro & Jose V. Paz Department of Applied Economics, Umversidad de Valencia,"

Transcription

1 Detecting Macroeconomic Chaos Juan D. Montoro & Jose V. Paz Department of Applied Economics, Umversidad de Valencia, Abstract As an alternative to the metric approach, two graphical tests (close returns and histogram) are implemented in Mathematica for detecting and visualising chaotic behaviour in macroeconomic time series. We show its ability to distinguish chaos over different simulated dynamic systems including a multisector kaldorian economic model. Finally, using them against some monetary aggregates we found no evidence of chaos in the Divisia M2 series, in contrast with the results obtained in several previous works. 1 Introduction The aggregated economic activity (observed through macroeconomic time series) shows aperiodic fluctuations over time known as business cycles. Deterministic nonlinear dynamic systems allow us to generate endogenous business cycles, with some of them being able to exhibit a kind of behaviour that resembles a random process: chaotic motion or just chaos. The properties of chaotic systems provide a quite plausible alternative to the dominant 5Wz&?/-Fn,sc/% paradigm (based on linear systems) that stresses the role of exogenous random shocks to explain the fluctuations of economic variables. While the stochastic approach emphasizes the equilibrium characteristics of the economic system (with the economy moving to the steady state in the absence of external perturbations), nonlinear and chaotic models stress their instabilities. We follow with an example in which business cycles are generated by an unstable investment demand.

2 354 Innovation In Mathematics 1.1 A multisector chaotic model Following Lorenz [1], we consider a kaldorian economy with n different sectors: Yi = ai(lf(yi,yj,ki)-si(yi)) i^j (1) Ki = Ii(Yi,KJ-6iKi (2) with YI being the total product, Ki the capital stock, If is the investment demand (equal to the internal demand /% plus the rest of the sectors demand), Si total savings, 0,1 the adjustment parameter, ^ the depreciation rate, and i l,2...n. Consider a sigmoidal investment function of the type: and a linear savings function: 3 %! (3) Si(Yi) = aft (4) Lorenz showed that for certain values of the adjustment parameter a, each sector may exhibits limit cycle behaviour; when coupling between sectors is introduced (b^ ^ 0), the system may exhibit chaotic motion. Figure 1 shows the numerically integrated system in Mathematica, using the following parametric set: n=3; <% = 5.0; & = 0.05; 62 = ; 63 = ; ^ = 10-5; ^ = 0.29; ^ = 5.0; q = 25.0; ^ = 0.015; e^ = 0.05; ^ = 320.0; ^ = 3.0; 612 = 0.011; 613 = 0.015; 633 = 0.012; 621 = 631 = 632 = 0. 2 Testing for chaos with Mathematical the close returns test If business cycle may be generated by chaotic processes in the variables involved, the complex dynamics of the system will appear under the procedures developed to detect chaos. During last decade economists have tried to verify the presence of chaos in economic time series (specifically in financial and macroeconomic series). Nevertheless the results of the search for chaos has found several methodological difficulties as the tests applied, directly imported from the natural sciences, have proved to be of limited validity when using economic data. Focusing our attention to macroeconomic time series, we find three objections to the indiscriminate application of these tests to macroeconomic data:

3 Innovation In Mathematics 355 Y2 Yl Figure 1: System (l)-(3): strange attractor in the onto the Y\-Ki space (right). space (left); projection 1. The limited length of the available series: in the best case we manage several hundreds of observations in contrast to the amount of experimental data that can be generated in the laboratory. 2. The presence of noise as a constitutive part of the processes analysed; this may be aggravated in the aggregation process of the macroeconomic series (some authors consider that this not only increases the level of noise in the resulting series but it also may destroy the evidence of chaotic signal in any of the individual series). 3. Finally the fact that many of the economic time series are nonstationary may yield to invalid results when applying some test to the unaltered data. By the other hand the classical solution to this problem, by applying linear filters, may increase the amount of noise with the problems that this procedure may imply as mentioned above. The metric approach for detecting chaos, although highly contested in its application to economic data, has been the main method employed by the researchers working on this topic. As an alternative, the topologic approach analyses the organization of the strange attractor: in this paper we follow the initial work of Gilmore [2] in this field, applying the close returns test to economic series. This is the first step in the topological analysis and searches for unstable aperiodic orbits in the attractor, allowing the researcher to detect if a time series exhibits chaotic behaviour. The main advantages of this method are: 1. It is robust even in the presence of noise in the series. In the case of a high noise to signal ratio, it is posible to filter away the noise and obtain the characteristic graph defining the process.

4 356 Innovation In Mathematics 2. Moreover, it is possible to apply the method with a reduced set of data; we find that the method gives reliable enough results in series consisting of 300 observations. For shorter series the coded graph does not show enough definition. 3. The method detects the presence of unit roots; this, in contrast to the metric approach, makes it suitable for analysing macroeconomic time series. The mentioned properties make this a good method, as afirstapproach, for testing against chaos in macroeconomic series, as it overcomes the problems found in the metric tests when applied to economic data. 2.1 Implementing the test The close returns test is a graphic test that tries to identify the presence of recurrences in the data by means of the search of patterns in the close returns graph. Consider a chaotic time series Xi\ the method searches for unstable aperiodic cycles. In doing so we compare and code the distance between observation pairs: 0(e-.%;-Z(+r ) with Z = 1,2...7V and T = l,2... (5) with 0 the heaviside function. The results of (5) are plotted in a graph where the horizontal axis are the ordered observations of Xt, and the vertical axis shows the period r. Close returns are indicated by the areas of horizontal line segments in the graph. A chaotic series will show a number of these segments as unstable periodic orbits are present on it. By contrast, a stochastic one will generate a blurred pattern in which no structure may be inferred. In addition to the close returns graph the close returns histogram is defined as: -Xt+r\) (6) and it summarizes the ocurrences of close returns for different values of r. We implemented both graphics in Mathematica taking advantage of its graphics programming features. The package Returns. m defines the functions CloseReturns [e,x] and Histogram [e,x] ; these implement the graphic tests decribed above to the time series x comparing each pair of observations at a distance e = e*(max[x]-min[x] ). In terms of efficiency, these functions were fast enough for limited data sets (as those found in macroeconomic series of not more than 500/600 observations at best): in a PowerMacintosh 6100/66 with 16 Mb of RAM and running Mathematica v2.2, it took 74.6 seconds to calculate the matrix and render the graph for a 400 observations time series; this timing was increased up to seconds when a 600 data set was used. Obviously this implies an exponential increase in time when increasing the size of the sample. Certainly, even in

5 Innovation In Mathematics 357 the case of economic data, we find longer series (in financial data, as daily exchange rates or continuous stock market variables, that may imply thousands of observations); for these cases a C external function implemented via Mathlink has been developed. While the speed gains are important in the histogram (taking less than a second for a 900 observations series in contrast to the seconds that involves the same calculation using the Mathematica package), these are limited in the case of the close returns graph (for example, with the 600 time series, it took seconds to render the graph). We suspect that the exponential growth in the matrix that returns the function (n x n) in addition to the limited availability of memory in our system, could be in the origin of these results. 3 Some examples 3.1 Application to simulated data We follow with some example applications of the close returns test. In order to show its ability to detect complex behaviour we have simulated with Mathematica different dynamic systems: first we have simulated a stochastic variable that follows a 7V(0,1) distribution; second we obtained the data corresponding to Y\ in the system defined by equations (l)-(3), with the specification used in figure 1. Applying the test to both series we obtained the results as per figure 2. The graph and the histogram allow to infer the dynamics involved in the generation of the processes analysed. In the case of the random variable no pattern is recognize in the graph; on the other hand, the chaotic variable displays a clear structure in its close returns with some horizontal segments being clearly defined. The histogram supplies the researcher with the same information so it can be used instead of the graph: in the case of the stochastic data no isolated peaks seem to be significant, while this is evident for the chaotic series. With these results we will apply the test to empirical data. 3.2 Application to monetary aggregates Barnett and Chen [3], Chen [4] and DeCoster and Mitchell [5], have obtained some interesting conclusions regarding the possibility of chaos in some monetary aggregates for the U.S. economy. By using the metric approach these works conclude that the dynamics of of them were chaotic. We will use the test described in the previous sections in order to validate or pose our objections to their results. We will apply it to the Divisia monetary aggregate M2 (U.S. monthly data from 1960 to 1992) Elaborated by Thornton and

6 358 Innovation In Mathematics t Observation t! r\\ v \V \ v & Observation H(t) t H(t) t Figure 2: Close returns graph (above) and histogram (below) for a stochastic (left) and chaotic series (right). Yue (data are available in the International Divisia Database, maintained at the University of Mississippi). In order to filter the original index two usual techniques are employed: taking first differences of the log series and detrending the series according to the following expression: where St is the original series and xt is the detrended one. As the above authors used one (or both) of these methods, we will replicate them in our test. In this way, after filtering the Divisia M2, we get two series. The results of the test are shown in figure 3. From both graphics inspection no evidence of chaos is found. Furthermore, the structure that seems to appear in the detrended series is that of a unit root process, and, as already mentioned, applying metric methods

7 Innovation In Mathematics x:%.::##&# 150# <#;^m# : ;--^j,r>.;-. $ -g- ^. ^, _.-> ;-, '? JM tioo t Observation Observation H(t) t t Figure 3: Close returns graph (above) and histogram (below) for demand Divisia M2 first (log) differences (left) and detrended series (right). to nonstationary processes may yield inaccurate results. Based on this evidence, this (quiet inexpensive) graphical test may be used before proceeding with other tests that may be more time/computing-power consuming. 4 Conclusions A Mathematica package, Returns.m, implementing the clos.e returns and histogram tests for detecting the presence of chaos in economic time series is presented. These graphical tests take full advantage of Mathematical power and graphics capabilities to identify recurrences in the data. For long series the computing time may be large, and for this reason an installable (via Mathlink) C program (returns. c and returns, tm) has been developed. We illustrate the use of the package analyzing simulated (stochastic and

8 360 Innovation In Mathematics chaotic series) and empirical data (monetary aggregate Divisia M2). In the latter no signs of chaos was found in the close return graphs, in contrast to previous works that use the metric approach. Furthermore, this test revealed the existence of a unit root process that may invalidate the former results. Based on this evidence, we could say that this quite inexpensive graphical test: robust even in the presence of noise, that does need very much observations, and prevents us against nonstationarity is higly suitable as a first approach for macroeconomic series. References 1. Lorenz, H.W. Strange attractors in a multisector business cycle model, o/ Economic Be/muiowr orw On;omzof%07z, 1987, 8, Gilmore, C.G. A new test for chaos, Journal of Economic Behaviour Orgomzoh'on, 1993, 22, Barnett, W.A. & Chen, P. The aggregation- theoretic monetary aggregates are chaotic and have strange attractors: an econometric application of mathematical chaos in Dynamic Econometric Modelling, Proceedmf/s o/ Z/te JW /nzerna^otw 5?/mpo,smm on.eyxmormc 27%eory and Econometrics (ed. W.A. Barnett, E. Berndt & H. White), pp Cambridge, 1988, Cambridge University Press. 4. Chen, P. Searching for economic chaos: a challenge to econometric practice and nonlinear tests, in Nonlinear Dynamics and Evolutionary Econoymcg (ed. Day R.H. Day & P. Chen), pp , Oxford, 1991, Oxford University Press. 5. DeCoster, G.P. & Mitchell, D.W. Nonlinear monetary dynamics, Journal of Business and Economic Statistics, 1991, 9,

The Chaotic Marriage of Physics and Finance

The Chaotic Marriage of Physics and Finance The Chaotic Marriage of Physics and Finance Claire G. Gilmore Professor of Finance King s College, US June 2011 Rouen, France SO, how did it all begin??? What did he see in her? What did she see in him?

More information

Relationships between phases of business cycles in two large open economies

Relationships between phases of business cycles in two large open economies Journal of Regional Development Studies2010 131 Relationships between phases of business cycles in two large open economies Ken-ichi ISHIYAMA 1. Introduction We have observed large increases in trade and

More information

CHAOS THEORY AND EXCHANGE RATE PROBLEM

CHAOS THEORY AND EXCHANGE RATE PROBLEM CHAOS THEORY AND EXCHANGE RATE PROBLEM Yrd. Doç. Dr TURHAN KARAGULER Beykent Universitesi, Yönetim Bilişim Sistemleri Bölümü 34900 Büyükçekmece- Istanbul Tel.: (212) 872 6437 Fax: (212)8722489 e-mail:

More information

FORECASTING ECONOMIC GROWTH USING CHAOS THEORY

FORECASTING ECONOMIC GROWTH USING CHAOS THEORY Article history: Received 22 April 2016; last revision 30 June 2016; accepted 12 September 2016 FORECASTING ECONOMIC GROWTH USING CHAOS THEORY Mihaela Simionescu Institute for Economic Forecasting of the

More information

Stability Analysis of Uzawa-Lucas Endogenous Growth Model

Stability Analysis of Uzawa-Lucas Endogenous Growth Model Abstract: Stability Analysis of Uzawa-Lucas Endogenous Growth Model William A. Barnett* University of Kansas, Lawrence and Center for Financial Stability, NY City and Taniya Ghosh Indira Gandhi Institute

More information

A Summary of Economic Methodology

A Summary of Economic Methodology A Summary of Economic Methodology I. The Methodology of Theoretical Economics All economic analysis begins with theory, based in part on intuitive insights that naturally spring from certain stylized facts,

More information

Dynamic IS-LM model with Philips Curve and International Trade

Dynamic IS-LM model with Philips Curve and International Trade Journal of Mathematics and System Science 6 (2016) 147-158 doi: 10.17265/2159-5291/2016.04.003 D DAVID PUBLISHING Dynamic IS-LM model with Philips Curve and International Trade Michiya Nozaki Gifu Keizai

More information

[Gahan*, 4(6): June, 2017] ISSN Impact Factor: 2.805

[Gahan*, 4(6): June, 2017] ISSN Impact Factor: 2.805 NONLINEAR FINANCIAL MODELING USING DISCRETE FRACTIONAL- ORDER DIFFERENTIATION: AN EMPIRICAL ANALYSIS Padmabati Gahan *1 & Monalisha Pattnaik *1& Dept. of Business Administration, Sambalpur University,

More information

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325 Dynamical Systems and Chaos Part I: Theoretical Techniques Lecture 4: Discrete systems + Chaos Ilya Potapov Mathematics Department, TUT Room TD325 Discrete maps x n+1 = f(x n ) Discrete time steps. x 0

More information

MODEL OF PRICE DYNAMICS AND CHAOS

MODEL OF PRICE DYNAMICS AND CHAOS MODEL OF PRICE DYNAMICS AND CHAOS Jan Kodera, Quang Van Tran, Miloslav Vošvrda* Abstract In this article we analyse a neoclassical model of infl ation. Our aim is to reconstruct the neoclassical theory

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

UNIVERSITY OF VIENNA

UNIVERSITY OF VIENNA WORKING PAPERS Cycles and chaos in the one-sector growth model with elastic labor supply Gerhard Sorger May 2015 Working Paper No: 1505 DEPARTMENT OF ECONOMICS UNIVERSITY OF VIENNA All our working papers

More information

A modification of Kaldor-Kalecki model and its analysis

A modification of Kaldor-Kalecki model and its analysis A modification of Kaldor-Kalecki model and its analysis 1 Introduction Jan Kodera 1, Jarmila Radová 2, Tran Van Quang 1 Abstract. This paper studies the investment cycle as an endogenous phenomenon using

More information

Business Cycles: The Classical Approach

Business Cycles: The Classical Approach San Francisco State University ECON 302 Business Cycles: The Classical Approach Introduction Michael Bar Recall from the introduction that the output per capita in the U.S. is groing steady, but there

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

Department of Economics, UCSB UC Santa Barbara

Department of Economics, UCSB UC Santa Barbara Department of Economics, UCSB UC Santa Barbara Title: Past trend versus future expectation: test of exchange rate volatility Author: Sengupta, Jati K., University of California, Santa Barbara Sfeir, Raymond,

More information

1 The Basic RBC Model

1 The Basic RBC Model IHS 2016, Macroeconomics III Michael Reiter Ch. 1: Notes on RBC Model 1 1 The Basic RBC Model 1.1 Description of Model Variables y z k L c I w r output level of technology (exogenous) capital at end of

More information

Application of Chaotic Number Generators in Econophysics

Application of Chaotic Number Generators in Econophysics 1 Application of Chaotic Number Generators in Econophysics Carmen Pellicer-Lostao 1, Ricardo López-Ruiz 2 Department of Computer Science and BIFI, Universidad de Zaragoza, 50009 - Zaragoza, Spain. e-mail

More information

4- Current Method of Explaining Business Cycles: DSGE Models. Basic Economic Models

4- Current Method of Explaining Business Cycles: DSGE Models. Basic Economic Models 4- Current Method of Explaining Business Cycles: DSGE Models Basic Economic Models In Economics, we use theoretical models to explain the economic processes in the real world. These models de ne a relation

More information

Extracting information from noisy time series data

Extracting information from noisy time series data Extracting information from noisy time series data Paul Ormerod (Pormerod@volterra.co.uk) Volterra Consulting Ltd Sheen Elms 135c Sheen Lane London SW14 8AE December 2004 1 Abstract A question which is

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

PANEL DISCUSSION: THE ROLE OF POTENTIAL OUTPUT IN POLICYMAKING

PANEL DISCUSSION: THE ROLE OF POTENTIAL OUTPUT IN POLICYMAKING PANEL DISCUSSION: THE ROLE OF POTENTIAL OUTPUT IN POLICYMAKING James Bullard* Federal Reserve Bank of St. Louis 33rd Annual Economic Policy Conference St. Louis, MO October 17, 2008 Views expressed are

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

Business Cycle Model on the Basis of Method of Systems Potential.

Business Cycle Model on the Basis of Method of Systems Potential. Business Cycle Model on the Basis of Method of Systems Potential. (eport for the Second Internet Conference on Evolution Economics and Econophysics; Organized by International Bogdanov Institute; 01.11.04

More information

The Nonlinear Real Interest Rate Growth Model : USA

The Nonlinear Real Interest Rate Growth Model : USA Advances in Management & Applied Economics, vol. 4, no.5, 014, 53-6 ISSN: 179-7544 (print version), 179-755(online) Scienpress Ltd, 014 The Nonlinear Real Interest Rate Growth Model : USA Vesna D. Jablanovic

More information

Economy and Application of Chaos Theory

Economy and Application of Chaos Theory Economy and Application of Chaos Theory 1. Introduction The theory of chaos came into being in solution of technical problems, where it describes the behaviour of nonlinear systems that have some hidden

More information

Chaos in GDP. Abstract

Chaos in GDP. Abstract Chaos in GDP R. Kříž Abstract This paper presents an analysis of GDP and finds chaos in GDP. I tried to find a nonlinear lower-dimensional discrete dynamic macroeconomic model that would characterize GDP.

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

A note on the empirics of the neoclassical growth model

A note on the empirics of the neoclassical growth model Manuscript A note on the empirics of the neoclassical growth model Giovanni Caggiano University of Glasgow Leone Leonida Queen Mary, University of London Abstract This paper shows that the widely used

More information

An Empirical Analysis of RMB Exchange Rate changes impact on PPI of China

An Empirical Analysis of RMB Exchange Rate changes impact on PPI of China 2nd International Conference on Economics, Management Engineering and Education Technology (ICEMEET 206) An Empirical Analysis of RMB Exchange Rate changes impact on PPI of China Chao Li, a and Yonghua

More information

Multifractal Analysis and Local Hoelder Exponents Approach to Detecting Stock Markets Crashes

Multifractal Analysis and Local Hoelder Exponents Approach to Detecting Stock Markets Crashes Multifractal Analysis and Local Hoelder Exponents Approach to Detecting Stock Markets Crashes I. A. Agaev 1, Yu. A. Kuperin 2 1 Division of Computational Physics, Saint-Petersburg State University 198504,Ulyanovskaya

More information

Stochastic shocks in a two-sector Solow model

Stochastic shocks in a two-sector Solow model University of Wollongong Research Online Faculty of Business - Papers Faculty of Business 2012 Stochastic shocks in a two-sector Solow model Simone Marsiglio University of Wollongong, simonem@uow.edu.au

More information

FEDERAL RESERVE BANK of ATLANTA

FEDERAL RESERVE BANK of ATLANTA FEDERAL RESERVE BANK of ATLANTA On the Solution of the Growth Model with Investment-Specific Technological Change Jesús Fernández-Villaverde and Juan Francisco Rubio-Ramírez Working Paper 2004-39 December

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

Solow Growth Model. Michael Bar. February 28, Introduction Some facts about modern growth Questions... 4

Solow Growth Model. Michael Bar. February 28, Introduction Some facts about modern growth Questions... 4 Solow Growth Model Michael Bar February 28, 208 Contents Introduction 2. Some facts about modern growth........................ 3.2 Questions..................................... 4 2 The Solow Model 5

More information

Modern Macroeconomics and Regional Economic Modeling

Modern Macroeconomics and Regional Economic Modeling Modern Macroeconomics and Regional Economic Modeling by Dan S. Rickman Oklahoma State University prepared for presentation in the JRS 50 th Anniversary Symposium at the Federal Reserve Bank of New York

More information

Is the Macroeconomy Locally Unstable and Why should we care?

Is the Macroeconomy Locally Unstable and Why should we care? Is the Macroeconomy Locally Unstable and Why should we care? Paul Beaudry, Dana Galizia & Franck Portier NBER macroannual April 2016 1 / 22 Introduction In most macro-models, BC fluctuation arises as the

More information

Routes to Complexity in a Macroeconomic Model Described by a Noninvertible Triangular Map

Routes to Complexity in a Macroeconomic Model Described by a Noninvertible Triangular Map Cubo A Mathematical Journal Vol.05/N ō 03 OCTOBER 2003 Routes to Complexity in a Macroeconomic Model Described by a Noninvertible Triangular Map Roberto Dieci Dipartimento di Studi Economici e Quantitativi,

More information

The Ramsey Model. (Lecture Note, Advanced Macroeconomics, Thomas Steger, SS 2013)

The Ramsey Model. (Lecture Note, Advanced Macroeconomics, Thomas Steger, SS 2013) The Ramsey Model (Lecture Note, Advanced Macroeconomics, Thomas Steger, SS 213) 1 Introduction The Ramsey model (or neoclassical growth model) is one of the prototype models in dynamic macroeconomics.

More information

Delay Kaldor-Kalecki Model Revisited. September 2014

Delay Kaldor-Kalecki Model Revisited. September 2014 Discussion Paper No.234 Delay Kaldor-Kalecki Model Revisited Akio Matsumoto Chuo University Ferenc Szidarovszky University of Pécs September 2014 INSTITUTE OF ECONOMIC RESEARCH Chuo University Tokyo, Japan

More information

Complex Systems Workshop Lecture III: Behavioral Asset Pricing Model with Heterogeneous Beliefs

Complex Systems Workshop Lecture III: Behavioral Asset Pricing Model with Heterogeneous Beliefs Complex Systems Workshop Lecture III: Behavioral Asset Pricing Model with Heterogeneous Beliefs Cars Hommes CeNDEF, UvA CEF 2013, July 9, Vancouver Cars Hommes (CeNDEF, UvA) Complex Systems CEF 2013, Vancouver

More information

Local Bifurcations and Global Dynamics in a Solow-type Endogenous Business Cycles Model

Local Bifurcations and Global Dynamics in a Solow-type Endogenous Business Cycles Model ANNALS OF ECONOMICS AND FINANCE 1, 91 127 (2006) Local Bifurcations and Global Dynamics in a Solow-type Endogenous Business Cycles Model Orlando Gomes * Escola Superior de Comunicaçäo Social [Instituto

More information

Warwick Business School Forecasting System. Summary. Ana Galvao, Anthony Garratt and James Mitchell November, 2014

Warwick Business School Forecasting System. Summary. Ana Galvao, Anthony Garratt and James Mitchell November, 2014 Warwick Business School Forecasting System Summary Ana Galvao, Anthony Garratt and James Mitchell November, 21 The main objective of the Warwick Business School Forecasting System is to provide competitive

More information

Vulnerability of economic systems

Vulnerability of economic systems Vulnerability of economic systems Quantitative description of U.S. business cycles using multivariate singular spectrum analysis Andreas Groth* Michael Ghil, Stéphane Hallegatte, Patrice Dumas * Laboratoire

More information

Lecture 2 The Centralized Economy

Lecture 2 The Centralized Economy Lecture 2 The Centralized Economy Economics 5118 Macroeconomic Theory Kam Yu Winter 2013 Outline 1 Introduction 2 The Basic DGE Closed Economy 3 Golden Rule Solution 4 Optimal Solution The Euler Equation

More information

Modeling of Chaotic Behavior in the Economic Model

Modeling of Chaotic Behavior in the Economic Model Chaotic Modeling and Simulation (CMSIM) 3: 9-98, 06 Modeling of Chaotic Behavior in the Economic Model Volodymyr Rusyn, Oleksandr Savko Department of Radiotechnics and Information Security, Yuriy Fedkovych

More information

Closed economy macro dynamics: AD-AS model and RBC model.

Closed economy macro dynamics: AD-AS model and RBC model. Closed economy macro dynamics: AD-AS model and RBC model. Ragnar Nymoen Department of Economics, UiO 22 September 2009 Lecture notes on closed economy macro dynamics AD-AS model Inflation targeting regime.

More information

Environmental Physics Computer Lab #8: The Butterfly Effect

Environmental Physics Computer Lab #8: The Butterfly Effect Environmental Physics Computer Lab #8: The Butterfly Effect The butterfly effect is the name coined by Lorenz for the main feature of deterministic chaos: sensitivity to initial conditions. Lorenz has

More information

RL-DIODE CIRCUIT USING THE BDS TEST

RL-DIODE CIRCUIT USING THE BDS TEST Journal of Applied Mathematics & Decision Sciences, 2(2), 19-199 (1998) Reprints Available directly from the Editor. Printed in New Zealand. Technical Note AN INVESTIGATION OF CHAOS IN THE RL-DIODE CIRCUIT

More information

Economics 2: Growth (Growth in the Solow Model)

Economics 2: Growth (Growth in the Solow Model) Economics 2: Growth (Growth in the Solow Model) Lecture 3, Week 7 Solow Model - I Definition (Solow Model I) The most basic Solow model with no population growth or technological progress. Solow Model

More information

AMASES Lista delle riviste ritenute di interesse per la ricerca nell'ambito della Matematica Applicata alle Scienze Economiche e Sociali

AMASES Lista delle riviste ritenute di interesse per la ricerca nell'ambito della Matematica Applicata alle Scienze Economiche e Sociali AMASES Lista delle riviste ritenute di interesse per la ricerca nell'ambito della Matematica Applicata alle Scienze Economiche e Sociali 24 Gennaio 2010 ISI SCIMAGOJR Mathscinet Zentralblatt Econlit 4OR

More information

Theoretical premises of the Keynesian approach

Theoretical premises of the Keynesian approach origin of Keynesian approach to Growth can be traced back to an article written after the General Theory (1936) Roy Harrod, An Essay in Dynamic Theory, Economic Journal, 1939 Theoretical premises of the

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

Masanori Yokoo. 1 Introduction

Masanori Yokoo. 1 Introduction Masanori Yokoo Abstract In many standard undergraduate textbooks of macroeconomics, open economies are discussed by means of the Mundell Fleming model, an open macroeconomic version of the IS LM model.

More information

Nonsense Regressions due to Neglected Time-varying Means

Nonsense Regressions due to Neglected Time-varying Means Nonsense Regressions due to Neglected Time-varying Means Uwe Hassler Free University of Berlin Institute of Statistics and Econometrics Boltzmannstr. 20 D-14195 Berlin Germany email: uwe@wiwiss.fu-berlin.de

More information

ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications

ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications Yongmiao Hong Department of Economics & Department of Statistical Sciences Cornell University Spring 2019 Time and uncertainty

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

The TransPacific agreement A good thing for VietNam?

The TransPacific agreement A good thing for VietNam? The TransPacific agreement A good thing for VietNam? Jean Louis Brillet, France For presentation at the LINK 2014 Conference New York, 22nd 24th October, 2014 Advertisement!!! The model uses EViews The

More information

Estimating and Identifying Vector Autoregressions Under Diagonality and Block Exogeneity Restrictions

Estimating and Identifying Vector Autoregressions Under Diagonality and Block Exogeneity Restrictions Estimating and Identifying Vector Autoregressions Under Diagonality and Block Exogeneity Restrictions William D. Lastrapes Department of Economics Terry College of Business University of Georgia Athens,

More information

Final Exam. You may not use calculators, notes, or aids of any kind.

Final Exam. You may not use calculators, notes, or aids of any kind. Professor Christiano Economics 311, Winter 2005 Final Exam IMPORTANT: read the following notes You may not use calculators, notes, or aids of any kind. A total of 100 points is possible, with the distribution

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

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

V. The Speed of adjustment of Endogenous Variables and Overshooting

V. The Speed of adjustment of Endogenous Variables and Overshooting V. The Speed of adjustment of Endogenous Variables and Overshooting The second section of Chapter 11 of Dornbusch (1980) draws on Dornbusch (1976) Expectations and Exchange Rate Dynamics, Journal of Political

More information

9) Time series econometrics

9) Time series econometrics 30C00200 Econometrics 9) Time series econometrics Timo Kuosmanen Professor Management Science http://nomepre.net/index.php/timokuosmanen 1 Macroeconomic data: GDP Inflation rate Examples of time series

More information

Lecture 8: Aggregate demand and supply dynamics, closed economy case.

Lecture 8: Aggregate demand and supply dynamics, closed economy case. Lecture 8: Aggregate demand and supply dynamics, closed economy case. Ragnar Nymoen Department of Economics, University of Oslo October 20, 2008 1 Ch 17, 19 and 20 in IAM Since our primary concern is to

More information

Topic 8: Optimal Investment

Topic 8: Optimal Investment Topic 8: Optimal Investment Yulei Luo SEF of HKU November 22, 2013 Luo, Y. SEF of HKU) Macro Theory November 22, 2013 1 / 22 Demand for Investment The importance of investment. First, the combination of

More information

New Notes on the Solow Growth Model

New Notes on the Solow Growth Model New Notes on the Solow Growth Model Roberto Chang September 2009 1 The Model The firstingredientofadynamicmodelisthedescriptionofthetimehorizon. In the original Solow model, time is continuous and the

More information

Introduction to Dynamical Systems Basic Concepts of Dynamics

Introduction to Dynamical Systems Basic Concepts of Dynamics Introduction to Dynamical Systems Basic Concepts of Dynamics A dynamical system: Has a notion of state, which contains all the information upon which the dynamical system acts. A simple set of deterministic

More information

Complex Dynamics of Microprocessor Performances During Program Execution

Complex Dynamics of Microprocessor Performances During Program Execution Complex Dynamics of Microprocessor Performances During Program Execution Regularity, Chaos, and Others Hugues BERRY, Daniel GRACIA PÉREZ, Olivier TEMAM Alchemy, INRIA, Orsay, France www-rocq.inria.fr/

More information

CENTRE FOR APPLIED MACROECONOMIC ANALYSIS

CENTRE FOR APPLIED MACROECONOMIC ANALYSIS CENTRE FOR APPLIED MACROECONOMIC ANALYSIS The Australian National University CAMA Working Paper Series May, 2005 SINGLE SOURCE OF ERROR STATE SPACE APPROACH TO THE BEVERIDGE NELSON DECOMPOSITION Heather

More information

Public Economics The Macroeconomic Perspective Chapter 2: The Ramsey Model. Burkhard Heer University of Augsburg, Germany

Public Economics The Macroeconomic Perspective Chapter 2: The Ramsey Model. Burkhard Heer University of Augsburg, Germany Public Economics The Macroeconomic Perspective Chapter 2: The Ramsey Model Burkhard Heer University of Augsburg, Germany October 3, 2018 Contents I 1 Central Planner 2 3 B. Heer c Public Economics: Chapter

More information

Chaos and Liapunov exponents

Chaos and Liapunov exponents PHYS347 INTRODUCTION TO NONLINEAR PHYSICS - 2/22 Chaos and Liapunov exponents Definition of chaos In the lectures we followed Strogatz and defined chaos as aperiodic long-term behaviour in a deterministic

More information

Chaotic Behavior in Monetary Systems: Comparison among Different Types of Taylor Rule

Chaotic Behavior in Monetary Systems: Comparison among Different Types of Taylor Rule Auckland University of Technology From the SelectedWorks of Reza Moosavi Mohseni Summer August 6, 2015 Chaotic Behavior in Monetary Systems: Comparison among Different Types of Taylor Rule Reza Moosavi

More information

Macroeconomics Theory II

Macroeconomics Theory II Macroeconomics Theory II Francesco Franco FEUNL February 2016 Francesco Franco Macroeconomics Theory II 1/23 Housekeeping. Class organization. Website with notes and papers as no "Mas-Collel" in macro

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

DATABASE AND METHODOLOGY

DATABASE AND METHODOLOGY CHAPTER 3 DATABASE AND METHODOLOGY In the present chapter, sources of database used and methodology applied for the empirical analysis has been presented The whole chapter has been divided into three sections

More information

Dynamical Systems. Pierre N.V. Tu. An Introduction with Applications in Economics and Biology Second Revised and Enlarged Edition.

Dynamical Systems. Pierre N.V. Tu. An Introduction with Applications in Economics and Biology Second Revised and Enlarged Edition. Pierre N.V. Tu Dynamical Systems An Introduction with Applications in Economics and Biology Second Revised and Enlarged Edition With 105 Figures Springer-Verlag Berlin Heidelberg New York London Paris

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

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

Graduate Econometrics I: What is econometrics?

Graduate Econometrics I: What is econometrics? Graduate Econometrics I: What is econometrics? Yves Dominicy Université libre de Bruxelles Solvay Brussels School of Economics and Management ECARES Yves Dominicy Graduate Econometrics I: What is econometrics?

More information

Abstract. 1 Introduction

Abstract. 1 Introduction Time Series Analysis: Mandelbrot Theory at work in Economics M. F. Guiducci and M. I. Loflredo Dipartimento di Matematica, Universita di Siena, Siena, Italy Abstract The consequences of the Gaussian hypothesis,

More information

NONLINEAR TIME SERIES ANALYSIS, WITH APPLICATIONS TO MEDICINE

NONLINEAR TIME SERIES ANALYSIS, WITH APPLICATIONS TO MEDICINE NONLINEAR TIME SERIES ANALYSIS, WITH APPLICATIONS TO MEDICINE José María Amigó Centro de Investigación Operativa, Universidad Miguel Hernández, Elche (Spain) J.M. Amigó (CIO) Nonlinear time series analysis

More information

Introduction to Macroeconomics

Introduction to Macroeconomics Introduction to Macroeconomics Martin Ellison Nuffi eld College Michaelmas Term 2018 Martin Ellison (Nuffi eld) Introduction Michaelmas Term 2018 1 / 39 Macroeconomics is Dynamic Decisions are taken over

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

Testing Purchasing Power Parity Hypothesis for Azerbaijan

Testing Purchasing Power Parity Hypothesis for Azerbaijan Khazar Journal of Humanities and Social Sciences Volume 18, Number 3, 2015 Testing Purchasing Power Parity Hypothesis for Azerbaijan Seymur Agazade Recep Tayyip Erdoğan University, Turkey Introduction

More information

1 Teaching notes on structural VARs.

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

More information

Inflation Revisited: New Evidence from Modified Unit Root Tests

Inflation Revisited: New Evidence from Modified Unit Root Tests 1 Inflation Revisited: New Evidence from Modified Unit Root Tests Walter Enders and Yu Liu * University of Alabama in Tuscaloosa and University of Texas at El Paso Abstract: We propose a simple modification

More information

ECON 5118 Macroeconomic Theory

ECON 5118 Macroeconomic Theory ECON 5118 Macroeconomic Theory Winter 013 Test 1 February 1, 013 Answer ALL Questions Time Allowed: 1 hour 0 min Attention: Please write your answers on the answer book provided Use the right-side pages

More information

Revista Economica 65:6 (2013)

Revista Economica 65:6 (2013) INDICATIONS OF CHAOTIC BEHAVIOUR IN USD/EUR EXCHANGE RATE CIOBANU Dumitru 1, VASILESCU Maria 2 1 Faculty of Economics and Business Administration, University of Craiova, Craiova, Romania 2 Faculty of Economics

More information

General Examination in Macroeconomic Theory

General Examination in Macroeconomic Theory General Examination in Macroeconomic Theory Fall 2003 You have FOUR hours Solve all questions The exam has 4 parts Each part has its own sheet Please spend the following time on each part I 60 minutes

More information

Econometrics of Panel Data

Econometrics of Panel Data Econometrics of Panel Data Jakub Mućk Meeting # 1 Jakub Mućk Econometrics of Panel Data Meeting # 1 1 / 31 Outline 1 Course outline 2 Panel data Advantages of Panel Data Limitations of Panel Data 3 Pooled

More information

FADING MEMORY LEARNING IN THE COBWEB MODEL WITH RISK AVERSE HETEROGENEOUS PRODUCERS

FADING MEMORY LEARNING IN THE COBWEB MODEL WITH RISK AVERSE HETEROGENEOUS PRODUCERS FADING MEMORY LEARNING IN THE COBWEB MODEL WITH RISK AVERSE HETEROGENEOUS PRODUCERS CARL CHIARELLA, XUE-ZHONG HE AND PEIYUAN ZHU School of Finance and Economics University of Technology, Sydney PO Box

More information

Random Matrix Theory and the Failure of Macro-economic Forecasts

Random Matrix Theory and the Failure of Macro-economic Forecasts Random Matrix Theory and the Failure of Macro-economic Forecasts Paul Ormerod (Pormerod@volterra.co.uk) * and Craig Mounfield (Craig.Mounfield@volterra.co.uk) Volterra Consulting Ltd The Old Power Station

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

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

FRACTIONAL MONETARY DYNAMICS

FRACTIONAL MONETARY DYNAMICS FRACTIONAL MONETARY DYNAMICS John T. Barkoulas Department of Economics and Finance Louisiana Tech University Ruston, LA 71272 USA Christopher F. Baum Department of Economics Boston College Chestnut Hill,

More information

Chaos Theory and Lorenz Attractors

Chaos Theory and Lorenz Attractors Sohag J. Sci. 1, No. 1, 7-12 (2016) 7 Chaos Theory and Lorenz Attractors O. El-Basha *, A. El-Shahat and H. Fayed. University of Science and Technology, Zewail City, Sheik Zayed District 12588, 6th of

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

Discussion of Riccardo DiCecio \Comovement: It's not a Puzzle" Matteo Iacoviello Boston College

Discussion of Riccardo DiCecio \Comovement: It's not a Puzzle Matteo Iacoviello Boston College Discussion of Riccardo DiCecio \Comovement: It's not a Puzzle" Matteo Iacoviello Boston College THE QUESTION Question: can we construct a coherent DSGE macro model that explains the comovement puzzle?

More information