Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Carroll-Du-Rion-and-Winant-(FBSNK) #115

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions REMARKs/FBS-NK/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# FBS-NK

# by [William Du]

## Description

This repository corresponds to the Final assignment of the course Advanced Macroeconomics II at Johns Hopkins University, by Professor Christopher D. Carroll.

## Location of main files:

1. A Jupyter notebook delineating the model and the current results using HARK can be found at code/python/FBS-NK-model.ipynb.

2. The code that generates all the figures and results in the previous document can be found at code/python/Jacobian-SS.py

3. reproduce.sh: produces all results.

## Package/data requirements

The following packages and data files are required for executing the <tt>REMARK</tt> notebook:

- econ-ark == 0.11.0

- numpy == 1.20.2

- matplotlib == 3.4.1

- scipy==1.6.2

Loading