You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/covidcast-signals/hhs.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,14 @@ the sum of all adult and pediatric COVID-19 hospital admissions. This
30
30
sum is used as the "ground truth" for hospitalizations by the [COVID-19 Forecast Hub](https://github.com/reichlab/covid19-forecast-hub/blob/master/data-processed/README.md#hospitalizations).
31
31
32
32
33
-
| Signal | Geography | Resolution | Description |
34
-
| --- | --- | --- | --- |
35
-
|`confirmed_admissions_covid_1d`| state | 1 day | Sum of adult and pediatric confirmed COVID-19 hospital admissions occurring each day. <br/> **Earliest date available:** 2019-12-31 |
36
-
|`sum_confirmed_suspected_admissions_covid_1d`| state | 1 day | Sum of adult and pediatric confirmed and suspected COVID-19 hospital admissions occurring each day. <br/> **Earliest date available:** 2019-12-31 |
33
+
| Signal | 7-day average signal | Geography | Resolution | Description |
34
+
| --- | --- | --- | --- | --- |
35
+
|`confirmed_admissions_covid_1d`|`confirmed_admissions_covid_1d_7dav`| state | 1 day | Sum of adult and pediatric confirmed COVID-19 hospital admissions occurring each day. <br/> **Earliest date available:** 2019-12-31 |
36
+
|`sum_confirmed_suspected_admissions_covid_1d`|`sum_confirmed_suspected_admissions_covid_1d_7dav`| state | 1 day | Sum of adult and pediatric confirmed and suspected COVID-19 hospital admissions occurring each day. <br/> **Earliest date available:** 2019-12-31 |
37
+
38
+
The 7-day average signals are computed by Delphi by calculating
39
+
moving averages of the preceding 7 days, so e.g. the signal for June 7 is the
40
+
average of the underlying data for June 1 through 7, inclusive.
0 commit comments