pi vs time exp models

This commit is contained in:
Andrejh 2021-03-03 16:01:29 +01:00
parent b379f94d8d
commit 414ba0699b

View file

@ -11,8 +11,8 @@ from cara.model_scenarios import *
#print(np.quantile(chorale_model.infection_probability(),0.90))
#print(np.quantile(chorale_model.infection_probability(),0.1))
plot_pi_vs_exposure_time(chorale_model, ['model1', 'model2'])
plot_pi_vs_exposure_time(chorale_model, ['model1', 'model2'],
#plot_pi_vs_exposure_time(chorale_model, ['model1', 'model2'])
plot_pi_vs_exposure_time(ski_cabin_model_baseline_exposure_time, ['model1', 'model2'],
colors=['red', 'green'],
linestyles=['dotted', 'dashed'],
points=20,
@ -22,7 +22,6 @@ plot_pi_vs_exposure_time(chorale_model, ['model1', 'model2'],
# print_qd_info(large_population_baselines[0])
#print(np.mean(shared_office_model[1].infection_probability()))
#composite_plot_pi_vs_viral_load([shared_office_worst_model[1], shared_office_model[1], shared_office_better_model[1]],
# labels=['No mask &\nwindows closed', 'Baseline', 'Baseline +\nHEPA filter'],