.. Keep the following section in sync with README.rst. respy ===== **respy** is an open source framework written in Python for the simulation and estimation of some :term:`finite-horizon` :term:`discrete choice` :term:`dynamic programming` models. .. raw:: html
Installation

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

.. code-block:: bash $ conda config --add channels conda-forge $ conda install -c opensourceeconomics respy .. raw:: html
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. .. raw:: html

Getting started

Advanced usage

Development

Community

.. toctree:: :maxdepth: 1 :hidden: tutorials/index explanations/index how_to_guides/index autoapi/index reference_guides/index development/index projects/index about_us