respy#

respy is an open source framework written in Python for the simulation and estimation of some finite-horizon discrete choice dynamic programming models.

Installation

With conda available on your path, installing respy is as simple as typing

$ conda config --add channels conda-forge
$ conda install -c opensourceeconomics respy

This documentation provides guides and background information on the usage and development of respy as well as the underlying class of economic models. The package can be used to learn and teach about structrual econometric modeling but is also designed to support a flexible and fast implementation of original research projects.

Getting started

Advanced usage

Development

Community