srlanalytics / bdfm

Bayesian dynamic factor model estimation and predictive statistics including nowcasting and forecasting
MIT License
5 stars 6 forks source link

More tests #77

Closed christophsax closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #77 into master will increase coverage by 9.3%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #77     +/-   ##
=========================================
+ Coverage   75.11%   84.42%   +9.3%     
=========================================
  Files          11       11             
  Lines        1523     1502     -21     
=========================================
+ Hits         1144     1268    +124     
+ Misses        379      234    -145
Impacted Files Coverage Δ
R/MLdfm.R 98.38% <ø> (+7.61%) :arrow_up:
R/dfm.R 67.21% <100%> (+13.11%) :arrow_up:
R/utils.R 62.26% <50%> (+57.17%) :arrow_up:
R/dfm_core.R 74.26% <66.66%> (+12.77%) :arrow_up:
src/utils.cpp 91.2% <0%> (+1.6%) :arrow_up:
R/bdfm.R 52.22% <0%> (+2.77%) :arrow_up:
src/toolbox.cpp 92.78% <0%> (+4.47%) :arrow_up:
R/PCdfm.R 80.23% <0%> (+8.13%) :arrow_up:
... and 2 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 98c0327...378bbc5. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #77 into master will increase coverage by 9.3%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #77     +/-   ##
=========================================
+ Coverage   75.11%   84.42%   +9.3%     
=========================================
  Files          11       11             
  Lines        1523     1502     -21     
=========================================
+ Hits         1144     1268    +124     
+ Misses        379      234    -145
Impacted Files Coverage Δ
R/MLdfm.R 98.38% <ø> (+7.61%) :arrow_up:
R/dfm.R 67.21% <100%> (+13.11%) :arrow_up:
R/utils.R 62.26% <50%> (+57.17%) :arrow_up:
R/dfm_core.R 74.26% <66.66%> (+12.77%) :arrow_up:
src/utils.cpp 91.2% <0%> (+1.6%) :arrow_up:
R/bdfm.R 52.22% <0%> (+2.77%) :arrow_up:
src/toolbox.cpp 92.78% <0%> (+4.47%) :arrow_up:
R/PCdfm.R 80.23% <0%> (+8.13%) :arrow_up:
... and 2 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 98c0327...378bbc5. Read the comment docs.

christophsax commented 5 years ago

These are just a few more tests, and some mini fixes. Will merge myself.