aiyagari-idiosyncratic
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: camriddell
- Language: Jupyter Notebook
- Default Branch: master
- Size: 111 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
- The easiest way to run this REMARK will be to use
conda,git, andbash(or another shell scripting language) with the following commands:
bash
git clone https://github.com/econ-ark/Aiyagari-Idiosyncratic
cd Aiyagari-Idiosyncratic
conda env update -f binder/environment.yml
bash reproduce.sh
- The following graph contains main files and shows how this folder is structured.
.
├── Aiyagari1994QJE.ipynb
├── Aiyagari1994QJE.py
├── Aiyagari.yaml
├── binder
│ └── environment.yml
├── Data
├── README.md
├── reproduce.sh
└── Tex
├── Appendix
├── Equations
├── Figures
├── main.tex
├── References
├── Slides
└── Tables
Where: * "Aiyagari1994QJE" is the Jupyter Notebook file, which includes key features of the paper and python codes implementing to replicate the main results of the paper; * "Aiyagari.yaml" is a yaml file where the model is written; * "Tex" is a folder where the .tex file is located. It includes main content, figures, tables, slides, and an appendix as a subfile. * "reproduce.sh" is the file which contains all codes for solving the model, generating tables and figures, saving the table in both markdown and LaTeX languages, and re-compiling the LaTeX file each time you run the code.
Owner
- Name: Cameron
- Login: camriddell
- Kind: user
- Repositories: 17
- Profile: https://github.com/camriddell
Citation (CITATION.cff)
cff-version: 1.2.0
authors:
- family-names: "Huang"
given-names: "Zixuan"
- family-names: "Sun"
given-names: "Mingzuo"
title: "Uninsured Idiosyncratic Risk and Aggregate Saving" # required
abstract: Aiyagari (1994) Replication # optional
references:
- type: article
authors:
- family-names: "Aiyagari"
given-names: "S. Rao"
title: "Uninsured Idiosyncratic Risk and Aggregate Saving"
doi: https://doi.org/10.2307/2118417
date: 1994
publisher: The Quarterly Journal of Economics
repository-code: https://github.com/econ-ark/Aiyagari-Idiosyncratic # required
GitHub Events
Total
Last Year
Dependencies
- matplotlib ==3.7.1
- numpy ==1.22.4
- openpyxl ==3.1.2
- tabulate ==0.9.0