respy icon indicating copy to clipboard operation
respy copied to clipboard

Framework for the simulation and estimation of some finite-horizon discrete choice dynamic programming models.

Results 17 respy issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.28.0](https://github.com/asottile/pyupgrade/compare/v2.25.0...v2.28.0) - [github.com/psf/black: 21.8b0 → 21.9b0](https://github.com/psf/black/compare/21.8b0...21.9b0) - [github.com/PyCQA/doc8: 0.9.0 → 0.9.1](https://github.com/PyCQA/doc8/compare/0.9.0...0.9.1)

Add plain moment errors to harmonize with estimagic msm procedure

* respy version used, if any: any * Python version, if any: any * Operating System: any ### Describe the bug We allow the msm and likelihood functions to return...

bug

* respy version used, if any: 2.0.0 * Python version, if any: any * Operating System: any ### Describe the bug The bug concerns the negative choice sets. The observed...

bug

https://github.com/OpenSourceEconomics/respy/blob/69554307ad99cd5254208e956fc7783aabc06018/respy/state_space.py#L827 I think we can avoid this call and use the raw core state space instead. Loading the full dense state space takes quite a while for larger models and...

enhancement
priority-medium

Some docstrings still contain outdated explanations that are referring to the old state space construction.

enhancement
good-first-issue

* respy version used, if any: any * Python version, if any: any * Operating System: any Exogenous processes are an important part of every modern structural model. Processes in...

feature-request

Complete reference guide for the new state space. #### Todo - [ ] Add key terms to glossary.

* respy version used, if any: 2.0.0 * Python version, if any: any * Operating System: any ### What would you like to enhance and why? Is it related to...

enhancement

Now that respy is much more flexible, we still want to be able to reproduce the classical Keane Wolpin models easily. Therefore I propose to rewrite the specification helpers. They...