OpenSourceEconomics / soepy

Python package for the simulation and estimation of dynamic models of human capital accumulation tailored to the German Socio-Economic Panel (SOEP)
MIT License
12 stars 4 forks source link

Init cond exp #142

Closed boryana-ilieva closed 3 years ago

boryana-ilieva commented 3 years ago

We enhance the model to allow for individuals to have collected work experience before entering the model:

Note:

codecov[bot] commented 3 years ago

Codecov Report

Merging #142 (195ac35) into master (67dd500) will decrease coverage by 1.80%. The diff coverage is 77.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
- Coverage   86.73%   84.93%   -1.81%     
==========================================
  Files          18       19       +1     
  Lines         799      929     +130     
==========================================
+ Hits          693      789      +96     
- Misses        106      140      +34     
Impacted Files Coverage Δ
soepy/solve/solve_auxiliary.py 33.55% <36.84%> (-0.02%) :arrow_down:
soepy/shared/shared_auxiliary.py 67.44% <39.13%> (-32.56%) :arrow_down:
soepy/exogenous_processes/children.py 100.00% <100.00%> (ø)
soepy/exogenous_processes/experience.py 100.00% <100.00%> (ø)
soepy/simulate/simulate_auxiliary.py 98.64% <100.00%> (+0.18%) :arrow_up:
soepy/simulate/simulate_python.py 100.00% <100.00%> (ø)
soepy/solve/solve_python.py 100.00% <100.00%> (ø)
soepy/test/random_init.py 97.14% <100.00%> (+1.61%) :arrow_up:
soepy/test/test_regression.py 100.00% <100.00%> (ø)
soepy/test/test_unit.py 99.41% <100.00%> (+0.09%) :arrow_up:
... and 1 more

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 9ecd234...195ac35. Read the comment docs.