grmpy
grmpy copied to clipboard
Python package for the simulation and estimation of generalized Roy model
This change is [](https://reviewable.io/reviews/opensourceeconomics/grmpy/181)
grmpy - [ ] set vartypes for the simulated dataset, for example, int for D and const - [x] update documentation to latest general - [x] remove tight link to...
We could usef https://mybinder.org and set up a notebook that produces all the graphs, tutorial and reliability test in this environment.
The replication of section does not follow the color scheme for the plots. Please fix.
The plan is to use estimagic for the parametric estimation routine.
We would like to move the locpoly routine from the current version of grmpy into its own package.
It would make sense to compare our results for the semiparametric estimation approach (particularly the mte results) with the ones obtained from competing R packages. For this purpose I would...
... after further polishing of documentation and code cleanup.
So far our flake8 configuration file ignores complexity issues. We have to reorganize some functions. This concerns in particular: - print_info in simulate/simulate_auxiliary.py - print_logfile and write_comparison in estimate/estimate_output.py -...
Our current setup does not turn off the RuntimeWarnings during py.test run even if in PRODUCTION mode. Can we improve this?