OpenSourceEconomics / ruspy

Python package for the simulation and estimation of a prototypical infinite-horizon dynamic discrete choice model based on Rust (1987)
http://ruspy.readthedocs.io
MIT License
22 stars 8 forks source link

Added new simulation option and restructured and added tests. #56

Closed MaxBlesch closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #56 (5468676) into master (f296d20) will decrease coverage by 0.67%. The diff coverage is 56.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   86.38%   85.71%   -0.68%     
==========================================
  Files          37       39       +2     
  Lines        1528     1582      +54     
==========================================
+ Hits         1320     1356      +36     
- Misses        208      226      +18     
Impacted Files Coverage Δ
...est/regression_sim_tests/test_linear_regression.py 100.00% <ø> (ø)
ruspy/simulation/simulation_funtions.py 10.60% <10.00%> (ø)
ruspy/simulation/simulation_model.py 21.05% <21.05%> (ø)
ruspy/simulation/simulation.py 89.18% <100.00%> (+0.95%) :arrow_up:
ruspy/test/simulation_output_test/test_utility.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f296d20...5468676. Read the comment docs.