PerfForesightCRRA-Approximation
Perfect Foresight CRRA Model - Approximation
Perfect Foresight CRRA Model - Approximation
How to execute this Notebook
- View (noninteractively) on GitHub (warning: sometimes GitHub does not render Jupyter notebooks)
- Launch Online Interactive Version (warning: takes a couple of minutes)
- Install econ-ark on your computer (QUICK START GUIDE then follow these instructions:
- At a command line, change the working directory to the one where you want to install
- On MacOS/unix, if you install in the
/tmp
directory, the installation will disappear after a reboot: cd /tmp
- On MacOS/unix, if you install in the
git clone https://github.com/econ-ark/REMARK --recursive
cd REMARK/REMARKs/PerfForesightCRRA-Approximation
jupyter notebook PerfForesightCRRA-Approximation.ipynb
- At a command line, change the working directory to the one where you want to install