Skip to content

This project enables users to generate random and biased testing distributions.

License

Notifications You must be signed in to change notification settings

lubo93/disease-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

disease-testing

Project Description

This project enables users to analyze COVID-19 mortality data and generate random and biased (disease) testing distributions.

Please run the files in excess_deaths to compute different mortality measures and analyze COVID-19 mortality data for different jurisdictions. (Make sure that you download the most recent source data, see below.) The coefficient of variation (CV) of the infection fatality ratio (IFR) can be directly calculated via IFR_CV.py.

To study the influence of different type I and II errors (or false-positive and false-negative rates) on disease testing distributions, you can use the examples testing_analytical_replacement_false.py and testing_analytical_replacement_true.py in the src folder and plot the generated results with testing_plot.py. The resulting plot will be similar to the one shown below:

Image

Related Data Sources

References

Please cite our works if you use our data analysis and disease testing frameworks.

@article{bottcher2021using,
  title={Using excess deaths and testing statistics to improve estimates of COVID-19 mortalities},
  author={B{\"o}ttcher, Lucas and D'Orsogna, Maria and Chou, Tom},
  journal={European Journal of Epidemiology},
  volume={36},
  pages={545--558},
  year={2021}
}
@article{bottcher2021statistical,
  title={A statistical model of COVID-19 testing in populations: effects of sampling bias and testing errors},
  author={B{\"o}ttcher, Lucas and D'Orsogna, Maria R and Chou, Tom},
  journal={Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences},
  volume={380},
  pages={20210121},
  year={2022}
}

About

This project enables users to generate random and biased testing distributions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages