epiforecasts / forecast.vocs

Contains models and tools to produce short-term forecasts for both case and sequence notifications assuming circulation of either one or two variants. Tools are also provided to allow the evaluation of the use of sequence data for short-term forecasts in both real-world settings and in user generated scenarios.
http://epiforecasts.io/forecast.vocs
Other
8 stars 3 forks source link

Feature : day of week + internal convolutions #109

Closed seabbs closed 2 years ago

seabbs commented 2 years ago

In this PR:

Adds model features required for #68 and #69 but does not expose to the user as some interface decisions to be made + some potential initialisation issues.

codecov[bot] commented 2 years ago

Codecov Report

Merging #109 (1f656d5) into main (6cb7c98) will decrease coverage by 1.48%. The diff coverage is 59.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
- Coverage   94.63%   93.14%   -1.49%     
==========================================
  Files          14       14              
  Lines         894      919      +25     
==========================================
+ Hits          846      856      +10     
- Misses         48       63      +15     
Impacted Files Coverage Δ
R/preprocess.R 78.26% <0.00%> (-21.74%) :arrow_down:
R/utils.R 75.75% <75.00%> (-0.91%) :arrow_down:
R/model.R 95.58% <77.77%> (-2.83%) :arrow_down:
R/forecast.R 93.50% <100.00%> (+0.26%) :arrow_up:
R/postprocess.R 98.64% <100.00%> (-0.01%) :arrow_down:

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 6cb7c98...1f656d5. Read the comment docs.