From b366f3f7ba20729ee12542224e7a126d03afa034 Mon Sep 17 00:00:00 2001 From: Marc Bevand Date: Tue, 1 Sep 2020 22:37:55 -0700 Subject: [PATCH] add pyramid_iceland --- calc_ifr.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/calc_ifr.py b/calc_ifr.py index ce4647a..42f3b2b 100755 --- a/calc_ifr.py +++ b/calc_ifr.py @@ -115,6 +115,20 @@ pyramid_brazil = [ 1169353,1086550,1006379,929300,854003,779494,714465,662710,619954,578882,541861, 500461,450034,394932,343853,294689,251689,217723,190370,162773,141993, 122419,98983,71932,52603,43565,35696,26627,16360,10584,18733] +# Iceland data from https://px.hagstofa.is/pxen/pxweb/en/Ibuar/Ibuar__mannfjoldi__1_yfirlit__yfirlit_mannfjolda/MAN00101.px/table/tableViewLayout1/?rxid=9083b9d0-5131-4ab9-9125-ec41a844b3c9 +pyramid_iceland = [ + 4462, 4275, 4156, 4183, 4286, 4473, 4481, 4647, 4663, 4963, + 5025, 4870, 4664, 4601, 4470, 4521, 4350, 4274, 4398, 4700, + 4696, 4947, 5161, 5448, 5518, 5886, 6201, 6123, 6081, 6276, + 5938, 5896, 5341, 5146, 5067, 5168, 5265, 5234, 5126, 5280, + 5168, 4774, 4600, 4746, 4723, 4554, 4871, 4903, 4423, 4214, + 4340, 4266, 4353, 4589, 4479, 4508, 4500, 4408, 4177, 4372, + 4363, 4160, 4133, 3977, 3800, 3641, 3582, 3327, 3249, 3182, + 3015, 2923, 2722, 2499, 2458, 2211, 2044, 1899, 1637, 1482, + 1396, 1275, 1242, 1181, 1044, 971, 881, 829, 752, 721, + 561, 440, 355, 309, 201, 153, 98, 73, 41, 29, + 50] + pyramid_target = pyramid_usa sim_total = 0 sim_deaths = 0