Skip to content

Latest commit

 

History

History
133 lines (122 loc) · 11.9 KB

README.md

File metadata and controls

133 lines (122 loc) · 11.9 KB

ECON408: Computational Methods in Macroeconomics, Winter 2024

Open as website here

It is strongly suggested to get GitHub's student developer pack which gives you lots of free stuff (and even access to the AI GitHub Copilot ). Optionally, select Watch at the top of this repository to be alerted to all file changes

Syllabus

See here for more details, a course outline, and grading information.

Problem Sets and Exams

  1. Due Midnight PST on January 17th - Problem Set 0
    • This is a pass/fail problem set (i.e., hand it in you pass!) just to ensure you have setup your computer properly
  2. Due Midnight PST on January 30th - Problem Set 1
  3. Due Midnight PST on February 6th - Problem Set 2
  4. Due Midnight PST on February 13th - Problem Set 3
  5. Review February 26th - Midterm Practice Problems
  6. February 28th - MIDTERM EXAM IN CLASS
  7. Due Midnight PST on March 24th - Problem Set 4
  8. Due Midnight PST on April 9th - Problem Set 5
  9. Reviewing April 10th/12th - Final Practice Problems

All problem set solutions should be submitted on Canvas directly as a .ipynb file with instructions embedded.

Lectures

See here for links to all materials.

  1. January 8th - Introduction, course overview, VSCode Intro to Julia
  2. January 10th - Introduction to Fixed Points and Geometric Series and start of Asset Pricing applications
  3. January 15th - Continue on applications of Fixed Points and Geometric Series
  4. January 17th - Start Dynamics and Introduction to Growth Models
  5. January 22nd - Solow Model and Stability
  6. January 24th - Finish Malthusian Model and start AR(1) and Stochastic Dynamics
  7. January 29th - Stochastic Dynamics, AR(1), ARMA, and Ergodicity
  8. January 31st - Finish Nonlinear Stochastic Dynamics and Start Wealth Inequality
  9. February 5th - Firm Dynamics, Lorenz Curves and Power Laws
  10. February 7th - Review of PS1 and PS2 in class
  11. February 12th - Finish Wealth Distribution, Firm Dynamics, and Inequality and start Linear State Space Models
  12. February 14th - Linear State Space Models, Asset Pricing, and the Kalman Filter
  13. February 19th - SPRING BREAK
  14. February 21st - SPRING BREAK
  15. February 26th - Midterm Review + Practice Exam Logistics
  16. February 28th - Midterm
  17. March 4th - Last minute class cancellation
  18. March 6th - Optimal Consumption and Savings Decisions and the Permanent Income Model
  19. March 11th - Finish Stochastic Version of the Permanent Income Model and Start Markov Chains
  20. March 13th - Finish Markov Chains and Unemployment and Start Search
  21. March 18th - The McCall Search Model and Dynamic Programming
  22. March 20th - Asset Pricing, and "Lucas Trees"
  23. March 25th - Problem Set and Midterm Exam Review
  24. March 27th - Guest Lecture by Paul Beaudry
  25. April 1st - STATUTORY HOLIDAY
  26. April 3rd - More on Asset Pricing and Option Pricing
  27. April 8th - (Time Permitting) Rational Expectations Equilibrium with Firm Dynamics (and the big-K, little-k trick)
  28. April 10th - Finish Rational Expectations, Problem Set Review, and Final Questions

Software and Programming Environment

For the computational environment, it is strongly suggested to install VS Code as well as Jupyter. Familiarity with those tools will make it easier for future work in industry or as research assistants. See here to setup your environment.

While we will be using a computer for simulations and numerical solutions to our models, this is an economics course. If you have the prerequisites, then do not be scared off by the programming requirements! Relative to many classes, the coding will be kept simple. The hard part will be the economic and finance theory.