Germany decided to mix 10 specimens and run a test, only then - if positive - test individual samples. They increased their testing capacity 10x (roughly) overnight. https://edition.cnn.com/world/live-news/coronavirus-pandemic...
There was a study, IIRC from Israel, which said this is still reliable with 64 samples mixed. The next question is, do you need to test the individual samples then? Not sure how much available material for testing you have, but you might be able to just divide the mix to eliminate bigger groups first. Or even mix parts with new samples. There must be an ideal procedure (throughput-wise) if you know how the range of p…
We’re working on 1M Covid-19 testing capacity per day
191–200 of 247 posts
Re: We’re working on 1M Covid-19 testing capacity per day
#192Earlier quoted context omitted.
I don't see Spanish politicians making more or less mistakes that other governments in Europe. Spain was one of the first countries to adopt strict measures to limit mobility of its citizens. And according to Google Mobility Analysis [1] Spaniards have mostly complied with it, staying at home at much higher rates than other neighbouring countries. So no, I don't see a reason to say that its politicians are a joke and…
Spains problem could at least partially be attributed to really bad luck (e.g. a Champions League game against an Italian team)
Re: We’re working on 1M Covid-19 testing capacity per day
#193I'm wondering, if the bottleneck in testing is number of tests per day available, could we use Bloom filter methodology for it? Like, for example, take samples of 1024 people, assign them 10-bit IDs randomly, mix samples of everyone with bit 1 in position 0 in one pool, with bit 1 in position 1 in 2nd pool and so on. Then do 10 tests, and whoever has negative result in any of set bits of his ID, does not have virus.…
Re: We’re working on 1M Covid-19 testing capacity per day
#194Earlier quoted context omitted.
Yes, if you google "coronavirus iceland" you'll see they've tested almost their entire population. They found 1586 confirmed cases, of whom only 6 died, which gives a fatality rate of 0.4%. Turning this around, if we multiply confirmed deaths by 264, that gives us an estimate of how many cases there are. So, for example, with UK's death count of 6159 this means about 2.4% of the population is infected. Furthermore, o…
From your own link: "The failings contributed to the worst flu season for seven years, with 15,000 deaths from the virus, around twice the average figure, and the worst NHS performance on record." Not 50,000.
https://assets.publishing.service.gov.uk/government/uploads/...
So my calculation shows cov2 is about twice as bad as a strong flu, with no preventative measures. If we hit the 20k or less with preventative measures that the Imperial model predicts, this will be on par with regular flu season.
At any rate, much less than the 200k+ deaths originally predicted by the Imperial model and that pushed the UK to lockdown.
Re: We’re working on 1M Covid-19 testing capacity per day
#195Re: We’re working on 1M Covid-19 testing capacity per day
#196Earlier quoted context omitted.
Yes, if you google "coronavirus iceland" you'll see they've tested almost their entire population. They found 1586 confirmed cases, of whom only 6 died, which gives a fatality rate of 0.4%. Turning this around, if we multiply confirmed deaths by 264, that gives us an estimate of how many cases there are. So, for example, with UK's death count of 6159 this means about 2.4% of the population is infected. Furthermore, o…
Iceland has only tested 28,992 of its residents as April 6th, so that throws the rest of this conjecture out the window. (Although regardless the conjecture was probably not a great idea.) https://covid.is/data
Re: We’re working on 1M Covid-19 testing capacity per day
#197Earlier quoted context omitted.
There was a study, IIRC from Israel, which said this is still reliable with 64 samples mixed. The next question is, do you need to test the individual samples then? Not sure how much available material for testing you have, but you might be able to just divide the mix to eliminate bigger groups first. Or even mix parts with new samples. There must be an ideal procedure (throughput-wise) if you know how the range of p…
You can do a binary search to efficiently locate the positive sample.
Re: We’re working on 1M Covid-19 testing capacity per day
#198Earlier quoted context omitted.
South Korea shows that test and trace works just as good or better than lockdowns. Which is why our failure to get high testing rates early on is such an utter travesty.
South Korea does not "tell" us any of that. The government did not force a lockdown, but massive voluntary social distancing occurred anyway.
Re: We’re working on 1M Covid-19 testing capacity per day
#199Germany decided to mix 10 specimens and run a test, only then - if positive - test individual samples. They increased their testing capacity 10x (roughly) overnight. https://edition.cnn.com/world/live-news/coronavirus-pandemic...
Re: We’re working on 1M Covid-19 testing capacity per day
#200Earlier quoted context omitted.
You can do a binary search to efficiently locate the positive sample.
But what if there are two (or more?) positive samples? It's an interesting problem.