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
When looking at the data from the Doctor Visits signal, it shows a weekly trend, similar to signals that have weekly reporting (where there is a spike at the beginning of the week).
Expected behavior
Roni and I were looking through this yesterday and didn't seem to understand why this was. Since this is a daily reported signal, we expected it to be much more smooth.
Back in July Peter and I noticed this pattern in the "hospital admissions" signals in Texas. Dmitry investigated it and concluded (1) it is already present in the raw signal we receive; and (2) in that signal it is only present in data from Texas but not from other states. The current signal (Doctors Visits) is from the same source. :-(
@dshemetov Did I remember your conclusions correctly? And did we ever file an issue about it? If so, we should link/consolidate them.
As to (1): I only guessed that it wasn't in the raw data in hospital-admissions. I looked at the data with weekday effects removed (unadjusted) and found that it still had this anomaly, but the unadjusted signal is still downstream of a "left Gaussian linear" smoother, which could have a bug. My personal hunch was that a smoother was unlikely to lead to this pattern, but you had the opposite intuition. I didn't try to look for pre-smoother raw data, have had very few extra cycles for this investigation.
As to (2): I didn't do a comprehensive comparison to all the states, but a handful or so, and Texas was the only one with this anomaly.
Actual Behavior:
When looking at the data from the Doctor Visits signal, it shows a weekly trend, similar to signals that have weekly reporting (where there is a spike at the beginning of the week).
Expected behavior
Roni and I were looking through this yesterday and didn't seem to understand why this was. Since this is a daily reported signal, we expected it to be much more smooth.
Context
Here's some code to replicate the plot above
The text was updated successfully, but these errors were encountered: