Skip to content

Commit 9d0bd09

Browse files
authored
Merge pull request #775 from cmu-delphi/chng_flu_doc
Add chng flu docs
2 parents e78719d + 80483d0 commit 9d0bd09

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/api/covidcast-signals/chng.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ commercial purposes.
3333
| `smoothed_adj_outpatient_covid` | Same, but with systematic day-of-week effects removed; see [details below](#day-of-week-adjustment) <br/> **Earliest date available:** 2020-02-01 |
3434
| `smoothed_outpatient_cli` | Estimated percentage of outpatient doctor visits primarily about COVID-related symptoms, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time using a Gaussian linear smoother <br/> **Earliest date available:** 2020-02-01 |
3535
| `smoothed_adj_outpatient_cli` | Same, but with systematic day-of-week effects removed; see [details below](#day-of-week-adjustment) <br/> **Earliest date available:** 2020-02-01 |
36-
36+
| `smoothed_outpatient_flu` | Estimated percentage of outpatient doctor visits with confirmed influenza, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time using a Gaussian linear smoother <br/> **Earliest issue available:** 2021-12-06 <br/> **Earliest date available:** 2020-02-01 |
37+
| `smoothed_adj_outpatient_flu` | Same, but with systematic day-of-week effects removed; see [details below](#day-of-week-adjustment) <br/> **Earliest issue available:** 2021-12-06 <br/> **Earliest date available:** 2020-02-01 |
3738
## Table of Contents
3839
{: .no_toc .text-delta}
3940

@@ -71,6 +72,19 @@ $$
7172
Y_{it}^{\text{Flu}}\right)}{N_{it}}
7273
$$
7374

75+
### Influenza Illness
76+
77+
The following estimation method is used for the `*_outpatient_flu` signals.
78+
79+
For a fixed location $$i$$ and time $$t$$, let $$Y_{it}$$
80+
denote the Flu counts and let $$N_{it}$$ be the
81+
total count of visits (the *Denominator*). Our estimate of the influenza
82+
percentage is given by
83+
84+
$$
85+
\hat p_{it} = 100 \cdot \frac{Y_{it}}{N_{it}}
86+
$$
87+
7488
### Day-of-Week Adjustment
7589

7690
The fraction of visits due to COVID-19 is dependent on the day of the week. On

0 commit comments

Comments
 (0)