Public accompanying code to ``Sequence-Space Jacobians of Life Cycle Models''
This repository contains code that implements and demonstrates our method for finding Sequence-Space Jacobians of life cycle models.
It has code to reproduce all the figures and experiments reported in the paper, as well as a standalone demonstration in a jupyter notebook.
We will try to clean the code up and provide better comments soon. Contact us if you have issues in the meantime.
Please cite the paper if you find this code useful. Here is a suggested .bib entry:
@online{bardoczy_sequence-space_2025,
type = {SSRN Scholarly Paper},
title = {Sequence-{{Space Jacobians}} of {{Life Cycle Models}}},
author = {Bardóczy, Bence and Velásquez-Giraldo, Mateo},
date = {2025-05-29},
number = {5274675},
eprint = {5274675},
eprinttype = {Social Science Research Network},
location = {Rochester, NY},
doi = {10.2139/ssrn.5274675},
url = {https://papers.ssrn.com/abstract=5274675},
urldate = {2025-06-02},
langid = {english},
pubstate = {prepublished},
}
Our code uses and builds on the sequence-jacobian and HARK toolkits.
All the required packages to run the code in this repository can be installed using the provided environment file, environment.yml, by running
conda env create -f environment.yml