- Course: Computational Economics for PhDs
- Teacher: Florian Oswald, florian.oswald@sciencespo.fr
- Class Times: Thursdays 14:45-16:15
- Class Location: Salle J205, 13 rue de l'université
- Slack: You have an invitation for our Slack group (ask me for one, if not!)
This is a course for PhD students at the Department of Economics at Sciences Po in Computational Economics.
In this course you will learn about some commonly used methods in Computational Economics. These methods are being used in all fields of Economics. The course has a clear focus on applying what you learn. We will cover the theoretical concepts that underlie each topic, but you should expect a fair amount of hands on action required on your behalf. In the words of the great Che-Lin Su:
Doing Computation is the only way to learn Computation. Doing Computation is the only way to learn Computation. Doing Computation is the only way to learn Computation.
True to that motto, there will be homeworks for you to try out what you learned in class. There will also be a term paper. It will be helpful to bring a laptop to the sessions if you have one.
Topics will be demonstrated through live-code examples/slides, available at https://scpo-compecon.github.io/CoursePack/.
- You need a laptop. No programming skills required.
- You must sign up for a free account at github.com.
- You must submit your solutions to the git challenge by January 31, the day before our first class.
- If you followed Tyler Abbot's introduction to programming class last year, you should be all set. If you haven't, or would like a refresher, why not follow introduction to programming taught by Hugo Lhuillier this semester (staring January 2018)? I warmly recommend to attend this course if you did not sit Tyler's course.
- We will be using Julia for this course. Julia version
1.0is planned for release early 2018, and depending on that release I will ask you to install a certain version of Julia. Stay tuned. If you have some programming experience in other languages, maybe this is interesting for you: - Hugo in his course will introduce you to things like the Unix Shell and the verion control system Git. Both of those are very useful - for this course, and for the rest of your life as a scientist. If you want to get a headstart, why not have a peek at those excellent tutorials:
- Software Carpentry: The Unix Shell: If you have never heard of unix, please go over the first three (very short) chapters:
- chapters:
- Where is my Shell Terminal?
- If you are on Mac OSX, go to Applications, Utilities, Terminal.
- On Linux, I bet you know.
- On Windows, you need to make up for the fact that you are not a Unixy system. I recommend Gnu on Windows (GOW)
- Software Carpentry: The Unix Shell: If you have never heard of unix, please go over the first three (very short) chapters:
- What is Version Control? watch this 5 minute video.
There will be homeworks. They will be listed within the Course Outline.
This year we will try and implement a prototype for a new course allocation algorithm for SciencesPo students. There was a task force on this last year to work on a solution, and they came up with a workable algorithm. Despite the theory being available, the computational problem to actually compute the allocation remains formidable (it will have to make use of distributed computation across many computers in the end). We will have a crack at it. This is a class-wide project to which we are all going to contribute to. Real-world open source software development in your classroom!
(:wrench:, :muscle:, :tada:) => (acquire the tools, do the work, tada!)
You will work in teams of 2. Details tbc.
There are some excellent references for computational methods out there. This course will use material from
- Fackler and Miranda (2002), Applied Computational Economics and Finance, MIT Press
- Kenneth Judd (1998), Numerical Methods in Economics, MIT Press
- Nocedal, Jorge, and Stephen J. Wright (2006): Numerical Optimization, Springer-Verlag
(recommended ones in bold face)
- Explain how slides work
- Talk through homework requirements
- Talk through term project requirements
- Basic Computing concepts
- The fundamental tradeoff: Speed vs Accuracy
- Some numerical gotchas
- Computer Basics
- Intro to
Julia
- Aruoba and Fernandez-Villaverde (2014) A Comparison of Programming Languages in Economics
- Arrays
- Broadcast
- Control Flow
- Types
- Intro to Plots.jl
- Metaprogramming
- Numerical Integration
- Monte-Carlo integration
- Gaussian Quadrature
- Multidimensional Quadrature
- Quadrature with correlated shocks
- Function Approximation
- Polynomial Interpolation
- Basis functions and Coefficients
- Regression as Approximation
- Colocation Methods
- Multidimensional Approximation
- The Smolyak Grid
- Polynomial Interpolation
- Intro
- Conditions for Optima
- Derivatives and Gradients
- Numerical Differentiation
- JuliaOpt
- Bracketing
- Local Descent
- First/Second Order and Direct Methods
- Constraints
- Review of DP theory
- Different Solution methods for different cases
- Discretization
- Parametric approximation methods basically Function Approximation
- The Endogenous Grid Method
- Finite time vs inifinite horizon models
- What is an MPEC?
- How can we cast constrained problems as MPECs?
Applications:
- MPEC on John Rust's Bus Engine Replacement
- The Berry-Levinsohn-Pakes (BLP) paper as constrainted optimization problems
- Brief intro to parallel computing concepts
- Parallel computing with julia
50% contribution to term project, 50% homeworks
We will try to honour Science Po's anti-plagiarism policy:
Plagiarism occurs when a student submits work that does not allow one to distinguish the student's own thoughts from those of other authors: it can be characterised by the absence of citation of a group of consecutive words (five or more), by reformulation or translation, or by copying directly." (article on intellectual honesty)
Reuse and building upon ideas or code are major parts of modern software development. As an economist writing code, you will (hopefully) never write anything from scratch. This class is structured such that all solutions are public. You are encouraged to learn from the work of your peers. As I said above, I won't hunt down people who are simply copying-and-pasting solutions, because without challenging themselves, they are simply wasting their time and money taking this class.
Please respect the terms of use and/or license of any code you find, and if you reimplement or duplicate an algorithm or code from elsewhere, credit the original source with an inline comment.
I took the setup for the structure of this course from https://github.com/advanced-js taught by Aidan Feldman and team at NYU, and I would like to thankfully acknowledge making the materials useable to other teachers. The same license applies (below). The coursepack material is based on Chris Rackauckas' excellent Julia Intro. The license allows you to copy and use everything here, under the condition that you attribute the work (details in the license). The copyright notice to be included in any such copies and other derivative work is:
Copyright 2017, 2018 Florian Oswald, Sciences Po Paris, florian.oswald@gmail.com
Thank you.
This work and all other materials under https://github.com/ScPo-CompEcon are licensed under a Creative Commons Attribution 4.0 International License.

