@@ -158,14 +158,22 @@ filtering, smoothing, or changes.
158158This source provides signals which are statistical combinations of the other
159159sources above. It is not a primary data source.
160160
161- * ` nmf_day_doc_fbs_ght ` : This signal uses a rank-1 approximation, from a
161+ * ` nmf_day_doc_fbc_fbs_ght ` : This signal uses a rank-1 approximation, from a
162162 nonnegative matrix factorization approach, to identify an underlying signal
163- that best reconstructs the Doctor Visits (` smoothed_cli ` ), Facebook Symptoms surveys (` smoothed_cli ` ), and Search Trends (` smoothed_search ` )
164- indicators. It does not include official reports (cases and deaths from the
165- ` jhu-csse ` source). Higher values of the combined signal correspond to higher
166- values of the other indicators, but the scale (units) of the combination is
167- arbitrary. Note that the Search Trends source is not available at the county
168- level, so county values of this signal do not use it.
163+ that best reconstructs the Doctor Visits (` smoothed_adj_cli ` ), Facebook
164+ Symptoms surveys (` smoothed_cli ` ), Facebook Symptoms in Community surveys
165+ (` smoothed_hh_cmnty_cli ` ), and Search Trends (` smoothed_search ` ) indicators.
166+ It does not include official reports (cases and deaths from the ` jhu-csse `
167+ source). Higher values of the combined signal correspond to higher values of
168+ the other indicators, but the scale (units) of the combination is arbitrary.
169+ Note that the Search Trends source is not available at the county level, so
170+ county values of this signal do not use it.
171+ * ` nmf_day_doc_fbs_ght ` : This signal is calculated in the same way as
172+ ` nmf_day_doc_fbc_fbs_ght ` , but does * not* include the Symptoms in Community
173+ survey signal, which was not available at the time this signal was introduced.
174+ It also uses ` smoothed_cli ` from the ` doctor-visits ` source instead of
175+ ` smoothed_adj_cli ` . This signal is deprecated and is no longer updated as of
176+ May 28, 2020.
169177
170178## COVIDcast Map Signals
171179
@@ -175,8 +183,9 @@ map](https://covidcast.cmu.edu/):
175183| Name | Source | Signal |
176184| --- | --- | --- |
177185| Doctor's Visits | ` doctor-visits ` | ` smoothed_adj_cli ` |
178- | Surveys (Facebook) | ` fb-survey ` | ` smoothed_cli ` |
179- | Surveys (Google ) | ` google -survey` | ` smoothed_cli ` |
186+ | Symptoms (Facebook) | ` fb-survey ` | ` smoothed_cli ` |
187+ | Symptoms in Community (Facebook ) | ` fb -survey` | ` smoothed_hh_cmnty_cli ` |
180188| Search Trends (Google) | ` ght ` | ` smoothed_search ` |
189+ | Combined | ` indicator-combination ` | ` nmf_day_doc_fbc_fbs_ght ` |
181190| Cases (JHU) | ` jhu-csse ` | ` confirmed_incidence_prop ` |
182191| Deaths (JHU) | ` jhu-csse ` | ` deaths_incidence_prop ` |
0 commit comments