Skip to content

sangeetabhatia03/covid19-short-term-forecasts

Repository files navigation

Overview

The objective of this project is to forecast for the daily number of COVID-19 Death in countries with sustained local transmission. We will produce forecasts for the week starting Monday every Monday at noon (London time). The forecasts will be produced by three teams and a centralised team will also produce ensemble forecasts.

We are now forecasting reported death!

Workflow

  • A centralised team will make available cleaned data for all countries that have at least 100 cases of COVID-19, and at least 1 death in the last week. Note that this means the number of countries for which forecasts are produced could vary every week. The data will be available in the github repo by Mondays 1 AM. In addition to the case numbers, we will also provide a serial interval distribution, which we strongly recommend is used by all teams.
  • Each team produces forecasts of daily incidence, and estimates of effective reproduction number and makes them available in a standard format (see below).
  • The centralised team (Pierre and Sangeeta) will feed these into visualisations. They will also use agreed upon model averaging methods to produce ensemble forecasts that also feed into visualisation.

Data Formats

  • Input Data:

    In the 'Team.input' folder, a file will be released each week named data_'date'.rds'. The date corresponds to the last Sunday included in the data. Reading the file (e.g. 'd <-readRDS('../data/data_2020-03-08.rds')') will create a list including:

    • The last date in the dataset 'date_week_finishing';
    • The thresholds used to select countries with active local transmission, i.e. currently at least 100 cases reported in last 4 weeks (Threshold_criterion_4weeks) and at least 2 death reported in the last week (Threshold_criterion_7days)'.
    • A dataframe (I_active_transmission) containing the dates and reported incidence of cases for each country with active transmission.
    • A dataframe (D_active_transmission) containing the dates and reported incidence of death for each country with active transmission.
    • A vector 'Country' listing the names of the countries with active transmission.
    • Two variables specifying the mean and standard deviation of the serial interval to be used (subject to change following Neil's advice).

    A new input file (.rds) will be made available by monday morning of each week.

  • Output Data:

    This is to be submitted by each team by noon on the monday of each week.

    The file should be submitted directly to the 'Team.output' folder or emailed to both Pierre and Sangeeta and have a standard form, i.e. a list saved as .rds, named: 'team name_'Std_results_week_end_'date_week_finishing'_SI1[or 2].rds). The team name should 4 characters long. the list should contain:

    • The input data frame 'I_active_transmission' mentioned above.
    • The input data frame 'D_active_transmission' mentioned above.
    • The vector 'Country' mentioned above
    • A data frame named 'Rt_last' containing for each country (column) 10,000 samples of the posterior distribution of the estimated Rt on the last sunday of the dataset.
    • A list named 'Predictons' containing one data frame for each country (named after the country). Each data frame will have 7 columns containing 10,000 samples of the posterior distribution of the predicted incidence of death (for 7 days, each column named as the date associated with the prediction).

    The folder already contains the outputs for one model for weeks ending on the 8th and 15th of March.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages