liuyuxi0917 / PhD_Macro_Course_Western

Repository for the Advanced Macroeconomics II course of Western University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Repository for Advanced Macroeconomics II

Instructor: Sergio Ocampo

Institution: Western University

This repository contains the material for the advanced macroeconomics course at Western University.
This is a second year PhD course focused on computational tools for quantitative Macroeconomics.
The course syllabus is located in the main folder.
The lecture handouts are located in the "Slides" folder.
Accompanying code is located in the "Julia_Code" folder and its subfolders. All code is in Julia and runs in version 1.5.1.
Problem sets and other assignments are located in the "Problem_Sets" folder.

Lecture List

  1. Course overview and best practices Slides//Problem Set
  • Problem set on dynamic programming with the neoclassical growth model
  1. Value function iteration Slides//Problem Set
  • Grid search algorithm
  • Howard's policy iteration
  • MacQueen-Porteus bounds
  • Problem set on coding VFI for the neoclassical growth model
  1. Interpolation Slides//Problem Set
  • Polynomial interpolation
  • Spline interpolation (linear, cubic and shape preserving splines)
  • Curved grids
  • Problem set with applications of interpolation methods
  1. Optimization Slides//Problem Set
  • Local optimizers
  • Global optimizers
  • Sobol numbers
  • Root finding
  • VFI with continuous choice variables and continuous states
  1. Integration Slides//Problem Set
  • Monte Carlo Integration (just the concept)
  • Gaussian quadrature methods
  • Discretizing stochastic processes
    • Tauchen (1986)
    • Tauchen & Hussey (1991)
    • Rouwenhorst (1995)
    • Gaussian mixtures (the basics)
    • Extensions (Galindev & Lkhagvasuren, 2010; Fella, Gallipoli & Pan, 2019)
  1. The Endogenous Grid Method (EGM)
  • Basic EGM: Carroll (2006)
  • EGM with labor supply: Barillas & Fernandez-Villaverde (2007)
  • EGM for non-smooth, non-concave problems: Fella (2014)
  • Envelope condition method (ECM): Maliar & Maliar (2013)

About

Repository for the Advanced Macroeconomics II course of Western University


Languages

Language:Julia 100.0%