Skip to content

Latest commit

 

History

History
92 lines (59 loc) · 3.54 KB

README.md

File metadata and controls

92 lines (59 loc) · 3.54 KB

Core Macro III Lab

This repo contains lab materials (and other helpful Julia resources) for David Evans' Spring 2021 PhD Core Macro III course at University of Oregon.

All lab work will be done using Jupyter Notebook.

Materials will be updated and new materials will be posted as we progress into the Spring quarter. I will email the class about all major updates/additions as they happen. You can also stay on top of all changes by frequently pulling from the repo.

Week 1

The goal of this lab is to:

  • Set up GitHub (to keep track of repo updates);
  • Set up our work environment (download and install Julia + Jupyter);
  • Cover some Jupyter Notebook basics;
  • Cover some Julia basics.

Note: Completing the above is crucial for the remaining quarter!

The materials for this week can be found in the week01 folder, which contains:

You should be able to view rendered versions of both of the above documents by navigating to them here on GitHub.

Week 2

This lab will cover:

  • User-defined functions;
  • Loops;
  • Linear algebra applications;
  • Modeling finite Markov chains.

The materials for this week can be found in the week02 folder, which contains:

Week 3

This week's lab will cover:

  • The McCall Search Model;
  • Value function iteration.

The materials for this week can be found in the week03 folder, which contains:

Week 4

This week's lab will cover:

  • Using the Negishi algorithm to compute equilibria in Arrow-Debreu economies.

The materials for this week can be found in the week04 folder, which contains:

Week 5

This week we'll take a little break from Julia, and instead go through a practice midterm.

Week 6

This week's lab will cover:

  • A basic growth model;
  • Dynamic programming;
  • Finding policy functions using value function iteration.

The materials for this week can be found in the week06 folder, which contains:

Week 7

This week's lab will cover:

  • Solving for recursive competitive equilibria using both centralized and decentralized approaches;
  • Finding policy functions using value function iteration;
  • Finding optimal price systems under recursive competitive equilibria;
  • Simulating recursive competitive equilibria.

The materials for this week can be found in the week07 folder, which contains:

Week 8

This week we'll go through assignment #5. No Julia.

Week 9

This week's lab will cover:

  • Computing for the stationary equilibrium of a Huggett model.

The materials for this week can be found in the week09 folder, which contains:

Week 10

We will finish the quarter (and the year) off with a practice exam.