Replies: 1 comment 4 replies
-
|
Did you try |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say we want an analysis where
last_datefor a country scenario is set to be 31Dec2020 (end analysis for 2020) using_update_range(), but we want to make forecast using as base/last date the 31Dec2020 and forecasting values up to [31Dec2020 + delay] date. Then we want to plot the actual (up-to-now) against the past forecasted variables (C, CI, F, R, Rt). It is like a kind of retrospective forecast analysis. The final plot would be actual & forecasted target variables for [01Jan2020, 31Dec2020 + delay] date AND only actual variables for [31Dec2020 + delay + 1, today] ranges. Is something like that possible at all? What needs to be done?Beta Was this translation helpful? Give feedback.
All reactions