Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 835 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 835 Bytes

BabyMAKRO

Disclaimer: Work-in-progress. Beware of errors!

Documentation:

  1. The economic model and solution method is described detail in BabyMAKRO.pdf.
  2. An overview of the economic model and solution method is given in BabyMAKRO_slides.pdf.

Code structure

  1. Everything can be run from 0a - run all.ipynb
  2. The notebooks are numbered in the order they should be called
  3. The main code is in BabyMAKROModelClass in BabyMAKROMOdel.py
  4. The model blocks are in blocks.py
  5. The steady state is found in steady state.py
  6. The solver used is in broyden_solver.py

Dependencies:

pip install EconModel pip install ConSav

The EconModelClass from EconModel is in particular used to interface with numba functions, and must be understood.