The LiqConstr directory contains code to reproduce the figures of the paper Liquidity Constraints and Precautionary Saving by Carroll, Holm, and Kimball, and the LaTeX source to produce the paper once the figures have been created.
Figures can be produced either:
Interactively in your browser using MyBinder:
- Install the necessary tools on your computer
- Download the repository using
git clone https://github.com/econ-ark/LiqConstr
or a zip folder using this link. - Change to the
LiqConstr
directory and, at the command line, typenbreproduce
: This will reproduce everything, including the figures and textipython LiqConstr.py
: This will just produce the figures/bin/bash reproduce.sh
: If you are on a unix system
In a local interactive jupyter notebook
- Install the jupyter notebook tool per Installation.md
- Download this repository (as above)
- Type
jupyter lab
at the command line - Click on
LiqConstr.ipynb
The paper's text can be hand generated by compiling the LaTeX file LiqConstr.tex
using a standard
distribution of LaTeX like TeXLive or Overleaf.