Blog Topics...

3D plotting (1) Academic Life (2) ACE (18) Adaptive Behavior (2) Agglomeration (1) Aggregation Problems (1) Asset Pricing (1) Asymmetric Information (2) Behavioral Economics (1) Breakfast (4) Business Cycles (8) Business Theory (4) China (1) Cities (2) Clustering (1) Collective Intelligence (1) Community Structure (1) Complex Systems (42) Computational Complexity (1) Consumption (1) Contracting (1) Credit constraints (1) Credit Cycles (6) Daydreaming (2) Decision Making (1) Deflation (1) Diffusion (2) Disequilibrium Dynamics (6) DSGE (3) Dynamic Programming (6) Dynamical Systems (9) Econometrics (2) Economic Growth (5) Economic Policy (5) Economic Theory (1) Education (4) Emacs (1) Ergodic Theory (6) Euro Zone (1) Evolutionary Biology (1) EVT (1) Externalities (1) Finance (29) Fitness (6) Game Theory (3) General Equilibrium (8) Geopolitics (1) GitHub (1) Graph of the Day (11) Greatest Hits (1) Healthcare Economics (1) Heterogenous Agent Models (2) Heteroskedasticity (1) HFT (1) Housing Market (2) Income Inequality (2) Inflation (2) Institutions (2) Interesting reading material (2) IPython (1) IS-LM (1) Jerusalem (7) Keynes (1) Kronecker Graphs (3) Krussel-Smith (1) Labor Economics (1) Leverage (2) Liquidity (11) Logistics (6) Lucas Critique (2) Machine Learning (2) Macroeconomics (45) Macroprudential Regulation (1) Mathematics (23) matplotlib (10) Mayavi (1) Micro-foundations (10) Microeconomic of Banking (1) Modeling (8) Monetary Policy (4) Mountaineering (9) MSD (1) My Daily Show (3) NASA (1) Networks (46) Non-parametric Estimation (5) NumPy (2) Old Jaffa (9) Online Gaming (1) Optimal Growth (1) Oxford (4) Pakistan (1) Pandas (8) Penn World Tables (1) Physics (2) Pigouvian taxes (1) Politics (6) Power Laws (10) Prediction Markets (1) Prices (3) Prisoner's Dilemma (2) Producer Theory (2) Python (29) Quant (4) Quote of the Day (21) Ramsey model (1) Rational Expectations (1) RBC Models (2) Research Agenda (36) Santa Fe (6) SciPy (1) Shakshuka (1) Shiller (1) Social Dynamics (1) St. Andrews (1) Statistics (1) Stocks (2) Sugarscape (2) Summer Plans (2) Systemic Risk (13) Teaching (16) Theory of the Firm (4) Trade (4) Travel (3) Unemployment (9) Value iteration (2) Visualizations (1) wbdata (2) Web 2.0 (1) Yale (1)

Tuesday, January 18, 2011

An ergodic model of economic growth?...

So, I am now thoroughly confused!  I now think that perhaps the version of the Solow model outlined in my previous post is actually an Ergodic model!  I think this despite the fact that the deterministic version of the same model is (I think) non-Ergodic because it has multiple steady-states and long-run outcomes are completely dependent on initial conditions of capital stock.

Below are estimates of the unique pdf and cdf of steady-state distribution of the Solow model from my previous post (with identical parameter values).  John Stachurksi, in his book Economic Dynamics proves that the model is globally stable and thus that the steady-state distribution is unique.  Global stability, I think, implies that a process is Ergodic.  The distribution was created by simulating the model for 100,000 periods and then estimating the pdf using non-parametric kernel density estimation. The cdf was estimated using an estimator based on the empirical cdf.

Threshold Solow PDF:
Note that the distribution is double-humped.  The reason that the left-hand hump (corresponding to the "poor" attractor) is small relative to the right-hand hump is that the threshold level of capital stock, kb, is such that once the economy moves into the "rich" attractor's basin it is unlikely to get shocked out.  If you where to raise the threshold kb, then the left-hand hump would get bigger.

Threshold Solow CDF:
 As promised, I will post a link to Github later today with the Python code...

5 comments:

  1. The stochastic version of the model is ergodic. Sketch proof: Recall that the process is ergodic iff every invariant set of trajectories has probability 0 or 1. For it to be non-ergodic, there must exist at least two invariant sets of trajectories of positive probability. Suppose that were true. Because the model is a Markov process, invariant sets of trajectories would imply two sets in the state space, call them F and G, of positive probability, such the probability of going from F to G and from G to F was zero. But, because of the log-normal noise, the probability of going from any state to any set is positive. Hence, not non-ergodic, therefore, ergodic.

    Of course, the time-scale needed to move from one not-quite-steady-state to the other is a different story.

    ReplyDelete
  2. Cosma,

    Once again, thanks for clearing up the confusion. I must say that I didn't suspect it to be the case that adding noise to a non-ergodic system could make it ergodic...but upon a bit more reflection (and going through the exercise of programming this version of the Solow model) it seems slightly intuitive.

    Adding enough randomness allows the system to "jump" out of what had previously been an absorbing state. By "enough" I mean that I assume that there is some shock distributions for which this model would still be non-ergodic.

    Log-normal is a heavy-tailed distribution, so perhaps the model would still non-ergodic with normal noise (or maybe some bounded noise distribution)...

    ReplyDelete
  3. Normal noise won't work because there is still positive probability of drawing an arbitrarily high shock. I think the model will be non-ergodic with some bounded noise distribution. Suppose the upper bound on W is W'>1, and suppose that starting at some k_0 in [0,k_b), we draw a series of shocks W', W', ... Then the model will behave exactly like the deterministic Solow model with savings rate sW'. The economy will move towards to the steady state associated with this savings rate, say k*(W'). If k*(W') is less than the threshold level of the capital stock k_b, the economy will stay at k*(W'). (If k*(W')>k_b, of course, the economy will tip over the threshold.) Because the shocks are bounded, any possible sequence of shocks must be weakly smaller, term by term, than the sequence W', W', ... considered here. Because the system is monotonic in W, this means that the trajectory generated by this sequence of shocks will be lower than the trajectory just considered, and so it cannot reach a point above k_b. So for any W' such that k*(W')<k_b, the probability of going from the set [0,k_b) to the set (k_b,\infty) is zero. (By a similar argument, we can find a lower bound on W such that the converse is true.)

    This would not work if the shocks were additive, i.e. if k_{t+1} = sA_t k_t^a + (1-d)k_t + W_t. Then, even with a bounded W, there would always be a positive probability of reaching any point starting at any other point, e.g. using a long enough sequence W', W',... (at least over the region where k_{t+1} is increasing in k_t).

    ReplyDelete
  4. Keshav,

    Thanks for the excellent comment! The observation that adding noise can turn a non-ergodic system into and ergodic one seems an important one...also it was a priori unexpected (for me at least) but ex post seemed completely obvious...

    In a way it's kind of like simulated annealing optimization...things can improve quite a bit with a splash of randomness! If indeed taking a non-ergodic process and making it ergodic is in fact an improvement.

    ReplyDelete
  5. A rough heuristic for this sort of thing is this. Start with the deterministic model, and find its basins of attraction and attractors. Now add in the noise: does it give a positive probability of moving from the vicinity of one attractor to the other basin of attraction? So here I think it's enough that the distribution of the noise have support on the whole real line.

    ReplyDelete