The repository is organized as follows:
There are three separate scripts for running and plotting simulations, calibrations, and scenarios. Specifically:
- This script can be used to run or plot a single simulation.
This script is used for calibrating.
run_calibration
section runs a small demonstration calibration, taking less than a minute to runrun_calibrated_sim
runs a simulation using pre-generated parameters found from a more computationally intensive calibration runplot_calibration
creates plots of the calibration outputs.
run_scenarios
compares 4 different scenarios, each with different screening algorithms in place from 2020-2060: HPV as a primary screen, AVE as a primary screen, HPV followed by VIA triage, and HPV followed by AVE triage.plot_scenarios
produces plots of the scenarios described above.
- The
data
folder contains a series of .csv files tagged by country name, which contain the data that we use for calibrating the models.
If HPVsim is already installed (pip install hpvsim
), no other dependencies are required.
Run the desired analyses by running one of the scripts described above.
Further information on HPVsim is available here. If you have further questions or would like technical assistance, please reach out to us at [email protected].