Skip to content

Fix for weekday effect in prediction

Chris Jewell requested to merge fix-prediction-weekday into master

Previously, when generating forward predictions, the model used the latest value of gamma1 for all time points. This created a prediction artefact depending on what the last day of the observed timeseries was. This is now corrected by projecting the weekday forward in time.

Merge request reports