/LiqConstr

Primary LanguageTeXApache License 2.0Apache-2.0

Liquidity Constraints and Precautionary Saving

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.

Code

Figures can be produced either:

Interactively in your browser using MyBinder: Binder

Programmatically In Several Ways

  1. Install the necessary tools on your computer
  2. Download the repository using git clone https://github.com/econ-ark/LiqConstr or a zip folder using this link.
  3. Change to the LiqConstr directory and, at the command line, type
    1. nbreproduce : This will reproduce everything, including the figures and text
    2. ipython LiqConstr.py : This will just produce the figures
    3. /bin/bash reproduce.sh: If you are on a unix system

In a local interactive jupyter notebook

  1. Install the jupyter notebook tool per Installation.md
  2. Download this repository (as above)
  3. Type jupyter lab at the command line
  4. Click on LiqConstr.ipynb

Paper

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.