https://github.com/opensourceeconomics/ruspy
Python package for the simulation and estimation of a prototypical infinite-horizon dynamic discrete choice model based on Rust (1987)
https://github.com/opensourceeconomics/ruspy
economics markov-decision-process structural-microeconometrics
Last synced: 6 months ago
JSON representation
Python package for the simulation and estimation of a prototypical infinite-horizon dynamic discrete choice model based on Rust (1987)
- Host: GitHub
- URL: https://github.com/opensourceeconomics/ruspy
- Owner: OpenSourceEconomics
- License: mit
- Created: 2018-08-16T18:42:58.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T06:58:01.000Z (over 3 years ago)
- Last Synced: 2025-07-28T09:37:54.431Z (11 months ago)
- Topics: economics, markov-decision-process, structural-microeconometrics
- Language: Python
- Homepage: http://ruspy.readthedocs.io
- Size: 38.7 MB
- Stars: 24
- Watchers: 0
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ruspy
======
.. image:: https://anaconda.org/opensourceeconomics/ruspy/badges/version.svg
:target: https://anaconda.org/OpenSourceEconomics/ruspy/
.. image:: https://anaconda.org/opensourceeconomics/ruspy/badges/platforms.svg
:target: https://anaconda.org/OpenSourceEconomics/ruspy/
.. image:: https://readthedocs.org/projects/ruspy/badge/?version=latest
:target: https://ruspy.readthedocs.io/
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
:target: https://opensource.org/licenses/MIT
.. image:: https://github.com/OpenSourceEconomics/ruspy/workflows/Continuous%20Integration%20Workflow/badge.svg
:target: https://github.com/OpenSourceEconomics/ruspy/actions
.. image:: https://codecov.io/gh/OpenSourceEconomics/robupy/branch/master/graph/badge.svg
:target: https://codecov.io/gh/OpenSourceEconomics/robupy
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
``ruspy`` is an open-source package for the simulation and estimation of a prototypical
infinite-horizon dynamic discrete choice model based on
Rust, J. (1987). `Optimal replacement of GMC bus engines: An empirical model of Harold Zurcher. `_ *Econometrica, 55* (5), 999-1033.
You can install ``ruspy`` via conda with
.. code-block:: bash
$ conda config --add channels conda-forge
$ conda install -c opensourceeconomics ruspy
Please visit our `online documentation `_ for
tutorials and other information.
Citation
--------
If you use ruspy for your research, do not forget to cite it with
.. code-block:: bash
@Unpublished{ruspy.2020,
Author = {{ruspy}},
Title = {An open-source package for the simulation and estimation of a prototypical infinite-horizon dynamic discrete choice model based on Rust (1987)},
Year = {2020},
URL = {https://github.com/OpenSourceEconomics/ruspy/releases/v1.1},
}