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

MichaelGelman2020 (REMARK) #114

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added REMARKs/MichaelGelman2020/Michael_Gelman_2020.pdf
Binary file not shown.
25 changes: 25 additions & 0 deletions REMARKs/MichaelGelman2020/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Michael Gelman (2020), "[What drives heterogeneity in the marginal propensity to consume? Temporary shocks vs persistent characteristics]"

# A replication by [Jionglin Andy Zheng].

## Description [modify]

This repository corresponds to the [Course Project](https://www.econ2.jhu.edu/people/ccarroll/courses/Topics/Syllabus.html) of the course Advanced Macroeconomics II at Johns Hopkins University, by Professor Christopher D. Carroll.

## Location of main files:
1. A notebook attempting to replicate the paper's main results using HARK can be found at Code/Python/Michael_Gelman_MPC_replication.ipynb.

2. A document going into more detail on our attempt to replicate can be found at Michael_Gelman_2020.pdf.

3. The code that generates all the figures and results in the previous document can be found at Code/Python. Files can be run independently,
or all at once through the scrip ./do_ALL.py.

4. ./do_ALL.py: additionally computes all the results.

## Package/data requirements

The following packages and data files are required for executing the <tt>REMARK</tt> notebook:
- econ-ark == 0.11.0
- pandas == 1.1.3
- numpy == 1.19.2
- matplotlib == 3.3.2
1,344 changes: 1,344 additions & 0 deletions REMARKs/MichaelGelman2020/code/python/Michael_Gelman_MPC_replication.ipynb

Large diffs are not rendered by default.

Loading