Julia for Economists¶
Our approach will be to compute a version of the classic Huggett (1996) model.
We will start simple, but eventually (time permitting) get to the point where our code will be well structured, reusable, and tested.
Table of Contents¶
Basics¶
- Getting started
- Types and variables
- Arrays
- Functions
- Methods and multiple dispatch
- User defined types
- Writing solid code
- Learning Julia
Beyond the basics¶
Solving a Permanent Income Model¶
- Simple minded approach
- OOP approach
- Shooting approach
- Policy function iteration
- Solving Huggett 1996