-
Notifications
You must be signed in to change notification settings - Fork 83
Computational economics resources
davidrpugh edited this page Mar 30, 2013
·
6 revisions
- Makoto Nakajima Federal Reserve Bank of Philadelphia.
- Lawrence Christiano and Jesus Fernandez-Villaverde Northwestern/University of Pennsylvania.
- Jesus Fernandez-Villaverde at the University of Pennsylvania.
- Ken Judd at Stanford/Chicago Universities.
- David Wiczer at the University of Minnesota.
- My entry point into the world of computational economics (and Python as well!) was Economy Dynamics: Theory and Computation. John has also graciously put his course notes, lectures materials, as well as the code for many of his papers online.
- Numerical Recipes: Website with code for the book Numerical Recipes: The Art of Scientific Computing. Code is mostly in C++ or FORTRAN, but many of the routines can be called directly from within a Python interpreter! A tutorial can be found here.