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, October 19, 2010

Remiss on my Posting Again...

Teaching is hard work (and also quite time consuming)!  A quick update on my research, with more to follow later today...

For the last two weeks, I have been teaching myself how to program in Python.  I have now done a quick pass through tutorials for all of the major modules that I suspect I will be using:
  1. NumPy
  2. SciPy
  3. NetworkX
  4. PyGraphviz
  5. SymPy
  6. Matplotlib
  7. RPy2
 I now plan to double back and do more detailed work with each of the packages goals in mind.  The first thing I plan to do is implement the Clauset et al (2009) procedure to detect power laws in  empirical data using Python and then systematically apply the procedure to major economic variables.  The Clauset et al procedure relies on MLE and an iterative application of the Kolmogorov-Smirnov (KS) test to determine the threshold value above which the power law is a good model.  The authors are heavily critical of least-square approaches to fitting power laws to data and detail the issues with using such procedures.  Interestingly most empirical studies of power laws in economics (that I have seen) seem to use ad hoc least-squares approaches.

Whether the results of this study will be publishable or not I have no idea, but I think it would be very useful to have an understanding of which economic variables exhibit power law behavior, and which are simply heavy-tailed (i.e., log-normal or something else)...if nothing else I will add a new tool to my arsenal that has significant practical applications...

2 comments:

  1. To play devil's advocate:

    Why do you think it would be useful to know which variables exhibit power-law behavior?

    ReplyDelete
  2. I would argue that there are both practical and theoretical reasons why...

    From the practical perspective, being able to have a better understanding of the "true" distribution of the extreme values of important economic variables will help researchers to use the correct statistical techniques in their empirical models. Along these lines, I think it is important to be able to "bin" variables as to whether or not they have heavy tails, and for those that do have heavy tails are they log-normal? or heavier (such as a power law)?

    On the theory side, I think that there should be some "deep" reason why some economic variables have heavy tails. I think this is an example of how good empirical work could help drive theory...first we need to determine which variables have heavy tails, then we need to determine which variables have log-normal tails and which have heavier than log-normal tails, and then we can start to think why this should be the case theoretically...

    At least this is my current justification...thanks for keeping me honest!

    ReplyDelete