forked from CDCgov/covid19-forecast-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCEPH-Rtrend_covid.yml
40 lines (40 loc) · 1.9 KB
/
CEPH-Rtrend_covid.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
team_name: "CEPH Lab at Indiana University"
team_abbr: "CEPH"
model_name: "Rtrend COVID"
model_abbr: "Rtrend_covid"
model_contributors: [
{
"name": "Marco Ajelli",
"affiliation": "Indiana University Bloomington",
"email": "[email protected]",
},
{
"name": "Paulo C. Ventura",
"affiliation": "Indiana University Bloomington",
"email": "[email protected]",
},
{
"name": "Maria Litvinova",
"affiliation": "Indiana University Bloomington",
"email": "[email protected]",
},
{
"name": "Allisandra G. Kummer",
"affiliation": "Indiana University Bloomington",
"email": "[email protected]",
},
{
"name": "Alessandro Vespignani",
"affiliation": "Northeastern University",
"email": "[email protected]",
},
]
license: "CC-BY-4.0"
designated_model: true
data_inputs: "Weekly incident COVID-19 hospitalizations from the National Healthcare Safety Network (NHSN)"
methods: "A renewal equation method based on Bayesian estimation of Rt from hospitalization data."
methods_long: "Model forecasts are obtained by using a renewal equation based on the estimated net reproduction number Rt. We apply a lowpass filter to the time series of weekly hospitalizations, then interpolate it to daily resolution. We then use MCMC Metropolis-Hastings sampling to estimate the posterior distribution of Rt based on the filtered data, considering an informed prior on Rt based on COVID-19 literature. The estimated Rt in the last weeks of available data is used to forecast Rt in the upcoming weeks, with a drift term proportional to the current incidence. Finally, we use the renewal equation with the posterior distribution and trend of the estimated Rt in the most recent weeks of hospitalization data."
ensemble_of_models: false
ensemble_of_hub_models: false
website_url: https://publichealth.indiana.edu/research/faculty-directory/profile.html?user=majelli
designated_github_users: ["paulocv"]