The school is closed due to the ongoing pandemic. And I am interested in the application of the Bayes Theorem in COVID-19.
Here is what I thought. The total population in U.S. is approximately 327,200,000 $P(tested)$ is the percentage of people who are tested for COVID-19 in U.S. which is $\frac{103,945}{327,200,000} = 0.00031768$, $P(tested | infected)$ is known that the testee is infected, and later applied testing, this is almost 100% because the test method is guaranteed to accurately indicate whether it is positive or not. $P(infected | tested)$ is the percentage of people who have infected and was later discovered by testing, which is $\frac{14,250}{103,945} = 0.137091731$
And I am looking for $P(infected)$, the actual infected population.
Then I applied the Bayes’ theorem
$$ \because P(infected | test) = P(test | infected)*P(infected)/P(test) $$
$$ \therefore 0.137091731= 1*P(infected)/0.00031768$$
Then $P(infected) = 0.0000435513$
Then I know that the actual infected people, whether tested or not is 0.0000435513 times the population of the U.S., which is 14249.98536 that’s about 14 thousand people. This is very close to the number CDC release which is 15,219. (https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html)
But, I still feel like there are something wrong in this conclusion. If so, what was wrong? And if it is not Bayes' formula that I want to use, what is the correct way to make the prediction.