Skip to content
Snippets Groups Projects
Commit 68470fed authored by Peter Jentsch's avatar Peter Jentsch
Browse files

en_begin settings

parent caac7dde
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
File added
......@@ -6,7 +6,7 @@ using CovidAlertVaccinationModel:vaccination_data,ymo_vac,ymo_attack_rate
const samples = 25
function solve_and_plot_parameters()
p = CovidAlertVaccinationModel.get_parameters()
p = CovidAlertVaccinationModel.get_app_parameters()
display(p)
out,avg_populations = mean_solve(samples, p, record_degrees = true)
p = plot_model(nothing,[nothing],[out],p)
......@@ -27,8 +27,8 @@ function solve_and_plot_parameters()
total_final_size = sum.(eachrow(mean.(out.daily_cases_by_age)))
println("vac + unvac cases proportion: $(total_final_size./avg_populations))")
mean_deg = mean.(out.avg_weighted_degree)
mean_vac_deg = mean.(out.avg_weighted_degree_of_vaccinators)
mean_deg = mean.(out.avg_weighted_degree_of_vaccinators)
mean_vac_deg = mean.(out.avg_weighted_degree_of_vaccinators_no_EN)
println("mean weighted degree difference: $(mean_deg), $(mean_vac_deg)")
display(sum.(eachrow(ymo_vaccination_ts)) ./avg_populations)
......
File added
File added
File added
File added
File added
File deleted
File deleted
File added
File added
File added
File added
File added
File deleted
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment