Earlier quoted context omitted.
Do you have a source for your R0 values? As far as I know there have been no per-state R0s released, though current estimates put ~20% at antibody positive [^1] in New York meanwhile Texas has a very low infection rate in comparison. This likely has much more to do with relative densities than lockdown strategy. Texas is low density, and it was necessary to have looser restrictions in many areas due to distance to es…
You can get per state R0 values. rt.live is a website (that is not part of russia today), the RT url comes from "R0". It's from the people that sold instagram to facebook. They do have per state R values. This does show that NY is at about 0.8. Texas is 1.02 currently. The one negative with their calcs is their R values seem too sensitive to daily conditions. It's a great visualization of infection rates too, please…
I'm going to share some quotes from the code.
> Our goal is to translate positive test counts to the dates where they likely occured. Since we have the distribution, we can distribute case counts back in time according to that distribution. To accomplish this, we reverse the case time series, and convolve it using the distribution of delay from onset to confirmation. Then we reverse the series again to obtain the onset curve.
> We assume a poisson likelihood function and feed it what we believe is the onset curve based on reported data. We model this onset curve based on the same math in the previous notebook
> We calculate this by figuring out how many cases we'd expect there to be yesterday total when adjusted for bias and plugging it into the first equation above. We then have to re-bias this number back down to get the expected amount of onset cases observed that day.
I don't want to invalidate efforts to build models because models are important, but it's also important to frame models as being statistical models and in this attempting to resolve R0 values from self-reported data, across districts with dramatically altered reporting methodology is extraordinarily fraught with peril. Even the model authors indicate this and have made several improvements, and models will naturally evolve over time.
Then let's touch on some of the stats we're looking at. Remember we are dealing with a sampled phenomenon - as our sampling rate changes (the amount of testing we're doing), our case rate will naturally rise. We want more testing because it helps us determine more accurate numbers, but it also means we need to understand we may see spikes in our daily reported cases. We therefore want to be careful with using small samples (3 or 4 days).
You'll also notice we have natural declines that align with the weekends - it's not because the disease takes the weekends off. One of the dangers of reading the worldometers graphs is that they're inclusive of all the data, including data from March/April which is probably underestimate.
Texas started lessening quarantine restrictions on May 16th, and indeed until about the 29th we see a pretty consistent decline (well past any incubation time). From the 30th to today's data (and always take the current day with a grain of salt because reporting isn't always instant) we do see a growth, primarily due to several abnormal spikes in the last week. When we compare that against deaths we don't see those same spikes represented - and in the last two days of the series (excluding today) we see a declining pattern again (but two days a pattern does not make).
So it's wrong to say "Texas has about 1500 new cases per day now. They've had a steady increase in new cases per day since mid April, when they were about 750 new pos cases/day. They are really growing.". The 7 day average keeps us at 1200 or less, with the exception of the last few days.
I pulled the hospitalization data from [^2] (xlsx format unfortunately) and while hospitalizations are technically increasing as a whole, that is almost entirely in the TSA of Houston (though Dallas/Ft Worth and Longview/Tyler show some increase as well) with 19 other TSAs declining or remaining steady. So, I wouldn't be overly concerned for your family, the data indicates things are generally going quite well.
I would be careful in how we read data.