Skip to content

Computational economics resources

davidrpugh edited this page Mar 30, 2013 · 6 revisions

Other computational econ course materials:

General links

  • 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.