diff --git a/docs/data_files.rst b/docs/data_files.rst index 59ffc55..1ff3ea2 100644 --- a/docs/data_files.rst +++ b/docs/data_files.rst @@ -47,7 +47,6 @@ Columns ============================ ================================ ======= =========== Name Data Format Units Description ---------------------------- -------------------------------- ------- ----------- -:code:`thermostat_id` string N/A Uniquely identifying marker for the thermostat. :code:`datetime` YYYY-MM-DD hh:mm:ss (ISO-8601) N/A Date and time of this set of readings. :code:`cool_runtime_stg1` decimal or integer minutes Hourly runtime of cooling equipment (all units). :code:`cool_runtime_stg2` decimal or integer minutes Hourly runtime of cooling equipment second stage (two-stage units only). diff --git a/scripts/thermostat_converter.py b/scripts/thermostat_converter.py index 16e72f7..b67385d 100644 --- a/scripts/thermostat_converter.py +++ b/scripts/thermostat_converter.py @@ -7,8 +7,8 @@ FIELDNAMES = [ 'datetime', - 'cool_runtime_stg1', 'cool_runtime_stg2', 'cool_equiv_runtime', - 'heat_runtime_stg1', 'heat_runtime_stg2', 'heat_equiv_runtime', + 'cool_runtime_stg1', 'cool_runtime_stg2', 'cool_runtime_equiv', + 'heat_runtime_stg1', 'heat_runtime_stg2', 'heat_runtime_equiv', 'emergency_heat_runtime', 'auxiliary_heat_runtime', 'temp_in', @@ -47,7 +47,7 @@ def main(): else: cool_runtime = None current_row['cool_runtime_stg1'] = cool_runtime - current_row['cool_equiv_runtime'] = None + current_row['cool_runtime_equiv'] = None current_row['heat_runtime_stg2'] = None @@ -57,7 +57,7 @@ def main(): else: heat_runtime = None current_row['heat_runtime_stg1'] = heat_runtime - current_row['heat_equiv_runtime'] = None + current_row['heat_runtime_equiv'] = None header = 'auxiliary_heat_runtime_%02d' % hour current_row['auxiliary_heat_runtime'] = row[header] diff --git a/tests/data/thermostat_04fa68f1-12c4-45ab-a924-a19c51c8a72b.csv b/tests/data/thermostat_04fa68f1-12c4-45ab-a924-a19c51c8a72b.csv index f49f7e1..fbc4358 100644 --- a/tests/data/thermostat_04fa68f1-12c4-45ab-a924-a19c51c8a72b.csv +++ b/tests/data/thermostat_04fa68f1-12c4-45ab-a924-a19c51c8a72b.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,38.166666666666664,,,0.0,0.0,63.0 2011-01-01 01:00:00,0.0,,,38.166666666666664,,,0.0,,65.0 2011-01-01 02:00:00,0.0,,,38.166666666666664,,,0.0,4.0,61.5 diff --git a/tests/data/thermostat_064ec4bc-5317-4ab1-a1e7-a214d1acd74a.csv b/tests/data/thermostat_064ec4bc-5317-4ab1-a1e7-a214d1acd74a.csv index 990681b..67455e9 100644 --- a/tests/data/thermostat_064ec4bc-5317-4ab1-a1e7-a214d1acd74a.csv +++ b/tests/data/thermostat_064ec4bc-5317-4ab1-a1e7-a214d1acd74a.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.25,,,,,,,,68.0 2011-01-01 01:00:00,0.25,,,,,,,,65.5 2011-01-01 02:00:00,0.25,,,,,,,,67.0 diff --git a/tests/data/thermostat_1ab401c3-8588-4568-b012-e5d22941edad.csv b/tests/data/thermostat_1ab401c3-8588-4568-b012-e5d22941edad.csv index 2ddeee0..56b71e1 100644 --- a/tests/data/thermostat_1ab401c3-8588-4568-b012-e5d22941edad.csv +++ b/tests/data/thermostat_1ab401c3-8588-4568-b012-e5d22941edad.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,28.458333333333332,,,,,63.0 2011-01-01 01:00:00,0.0,,,28.458333333333332,,,,,69.0 2011-01-01 02:00:00,0.0,,,28.458333333333332,,,,,67.0 diff --git a/tests/data/thermostat_2d3b385b-1ed1-4658-b551-5728a213f03d.csv b/tests/data/thermostat_2d3b385b-1ed1-4658-b551-5728a213f03d.csv index 943c449..1fcabe0 100644 --- a/tests/data/thermostat_2d3b385b-1ed1-4658-b551-5728a213f03d.csv +++ b/tests/data/thermostat_2d3b385b-1ed1-4658-b551-5728a213f03d.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,31.375,,,,,66.5 2011-01-01 01:00:00,0.0,,,31.375,,,,,67.0 2011-01-01 02:00:00,0.0,,,31.375,,,,, diff --git a/tests/data/thermostat_2f3852ae-efbe-42f0-8100-6f6183baeede.csv b/tests/data/thermostat_2f3852ae-efbe-42f0-8100-6f6183baeede.csv index 74c3820..134b11c 100644 --- a/tests/data/thermostat_2f3852ae-efbe-42f0-8100-6f6183baeede.csv +++ b/tests/data/thermostat_2f3852ae-efbe-42f0-8100-6f6183baeede.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,,,,0.0,0.0,65.5 2011-01-01 01:00:00,0.0,,,,,,0.0,,65.5 2011-01-01 02:00:00,0.0,,,,,,,10.0,68.5 diff --git a/tests/data/thermostat_3766e958-03ec-4d96-83c2-7eeb87c74c90.csv b/tests/data/thermostat_3766e958-03ec-4d96-83c2-7eeb87c74c90.csv index f92e657..7280852 100644 --- a/tests/data/thermostat_3766e958-03ec-4d96-83c2-7eeb87c74c90.csv +++ b/tests/data/thermostat_3766e958-03ec-4d96-83c2-7eeb87c74c90.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,22.708333333333332,,,,, 2011-01-01 01:00:00,0.0,,,22.708333333333332,,,,,66.0 2011-01-01 02:00:00,0.0,,,22.708333333333332,,,,,64.0 diff --git a/tests/data/thermostat_3d7310ca-ef32-470a-a2aa-a18d7740ed07.csv b/tests/data/thermostat_3d7310ca-ef32-470a-a2aa-a18d7740ed07.csv index ffa3847..672cd56 100644 --- a/tests/data/thermostat_3d7310ca-ef32-470a-a2aa-a18d7740ed07.csv +++ b/tests/data/thermostat_3d7310ca-ef32-470a-a2aa-a18d7740ed07.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,,,,59.25,,,,,70.5 2011-01-01 01:00:00,,,,59.25,,,,,66.0 2011-01-01 02:00:00,,,,59.25,,,,,69.5 diff --git a/tests/data/thermostat_4b82fc6c-9beb-4d64-b5bf-3d9b85003273.csv b/tests/data/thermostat_4b82fc6c-9beb-4d64-b5bf-3d9b85003273.csv index 9f16112..90c400a 100644 --- a/tests/data/thermostat_4b82fc6c-9beb-4d64-b5bf-3d9b85003273.csv +++ b/tests/data/thermostat_4b82fc6c-9beb-4d64-b5bf-3d9b85003273.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,60.0,,,,, 2011-01-01 01:00:00,0.0,,,60.0,,,,,64.5 2011-01-01 02:00:00,0.0,,,60.0,,,,, diff --git a/tests/data/thermostat_54aeb85f-aa8c-4e32-afb7-4617c08446a5.csv b/tests/data/thermostat_54aeb85f-aa8c-4e32-afb7-4617c08446a5.csv index 43b0a79..98728fe 100644 --- a/tests/data/thermostat_54aeb85f-aa8c-4e32-afb7-4617c08446a5.csv +++ b/tests/data/thermostat_54aeb85f-aa8c-4e32-afb7-4617c08446a5.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,,,,,,23.5 2011-01-01 01:00:00,0.0,,,,,,,,21.0 2011-01-01 02:00:00,0.0,,,,,,,,18.0 diff --git a/tests/data/thermostat_566eed02-e92f-4ce8-afc2-8d224dc6c61e.csv b/tests/data/thermostat_566eed02-e92f-4ce8-afc2-8d224dc6c61e.csv index 8053cc1..eea8862 100644 --- a/tests/data/thermostat_566eed02-e92f-4ce8-afc2-8d224dc6c61e.csv +++ b/tests/data/thermostat_566eed02-e92f-4ce8-afc2-8d224dc6c61e.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,,,,58.208333333333336,,,,, 2011-01-01 01:00:00,,,,58.208333333333336,,,,,61.0 2011-01-01 02:00:00,,,,58.208333333333336,,,,,68.0 diff --git a/tests/data/thermostat_582b15ff-3ae3-4c05-b401-5e6b3bb96688.csv b/tests/data/thermostat_582b15ff-3ae3-4c05-b401-5e6b3bb96688.csv index a0b346e..0f8bc79 100644 --- a/tests/data/thermostat_582b15ff-3ae3-4c05-b401-5e6b3bb96688.csv +++ b/tests/data/thermostat_582b15ff-3ae3-4c05-b401-5e6b3bb96688.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,44.25,,,0.0,0.0,66.0 2011-01-01 01:00:00,0.0,,,44.25,,,0.0,4.0,67.5 2011-01-01 02:00:00,0.0,,,44.25,,,0.0,0.0,69.0 diff --git a/tests/data/thermostat_8465829e-df0d-449e-97bf-96317c24dec3.csv b/tests/data/thermostat_8465829e-df0d-449e-97bf-96317c24dec3.csv index 84d7b3e..6a9e582 100644 --- a/tests/data/thermostat_8465829e-df0d-449e-97bf-96317c24dec3.csv +++ b/tests/data/thermostat_8465829e-df0d-449e-97bf-96317c24dec3.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,57.25,,,0.0,0.0,63.5 2011-01-01 01:00:00,0.0,,,57.25,,,0.0,14.0,68.0 2011-01-01 02:00:00,0.0,,,57.25,,,0.0,21.0,65.5 diff --git a/tests/data/thermostat_879b43f2-a02d-499a-9d3a-f44cdc78c2ae.csv b/tests/data/thermostat_879b43f2-a02d-499a-9d3a-f44cdc78c2ae.csv index 9f1037b..0a3cc67 100644 --- a/tests/data/thermostat_879b43f2-a02d-499a-9d3a-f44cdc78c2ae.csv +++ b/tests/data/thermostat_879b43f2-a02d-499a-9d3a-f44cdc78c2ae.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,,,,57.5,,,,,61.5 2011-01-01 01:00:00,,,,57.5,,,,,68.0 2011-01-01 02:00:00,,,,57.5,,,,, diff --git a/tests/data/thermostat_8850a9e0-b917-40ab-bb94-e03286575d73.csv b/tests/data/thermostat_8850a9e0-b917-40ab-bb94-e03286575d73.csv index d70653b..253673a 100644 --- a/tests/data/thermostat_8850a9e0-b917-40ab-bb94-e03286575d73.csv +++ b/tests/data/thermostat_8850a9e0-b917-40ab-bb94-e03286575d73.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,,,,60.0,,,,,61.0 2011-01-01 01:00:00,,,,60.0,,,,,67.5 2011-01-01 02:00:00,,,,60.0,,,,, diff --git a/tests/data/thermostat_959325a4-3347-4b43-aa24-2f1bd55195ee.csv b/tests/data/thermostat_959325a4-3347-4b43-aa24-2f1bd55195ee.csv index 68f95fc..afd0ea7 100644 --- a/tests/data/thermostat_959325a4-3347-4b43-aa24-2f1bd55195ee.csv +++ b/tests/data/thermostat_959325a4-3347-4b43-aa24-2f1bd55195ee.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,13.125,,,,,67.5 2011-01-01 01:00:00,0.0,,,13.125,,,,,66.0 2011-01-01 02:00:00,0.0,,,13.125,,,,,65.5 diff --git a/tests/data/thermostat_9a168b59-6d9c-4b1d-a8af-2a765afbed92.csv b/tests/data/thermostat_9a168b59-6d9c-4b1d-a8af-2a765afbed92.csv index 31fd95e..afa7aec 100644 --- a/tests/data/thermostat_9a168b59-6d9c-4b1d-a8af-2a765afbed92.csv +++ b/tests/data/thermostat_9a168b59-6d9c-4b1d-a8af-2a765afbed92.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,,,,60.0,,,,,64.5 2011-01-01 01:00:00,,,,60.0,,,,, 2011-01-01 02:00:00,,,,60.0,,,,,67.0 diff --git a/tests/data/thermostat_a16d8fd5-95c9-41d7-a29e-86ef5adb9893.csv b/tests/data/thermostat_a16d8fd5-95c9-41d7-a29e-86ef5adb9893.csv index 18f1069..addec90 100644 --- a/tests/data/thermostat_a16d8fd5-95c9-41d7-a29e-86ef5adb9893.csv +++ b/tests/data/thermostat_a16d8fd5-95c9-41d7-a29e-86ef5adb9893.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,36.25,,,,,61.0 2011-01-01 01:00:00,0.0,,,36.25,,,,,68.5 2011-01-01 02:00:00,0.0,,,36.25,,,,,66.5 diff --git a/tests/data/thermostat_a2889532-7fb0-4e63-a85b-7fbcbe0f7fe0.csv b/tests/data/thermostat_a2889532-7fb0-4e63-a85b-7fbcbe0f7fe0.csv index 0eba5fe..8c8992f 100644 --- a/tests/data/thermostat_a2889532-7fb0-4e63-a85b-7fbcbe0f7fe0.csv +++ b/tests/data/thermostat_a2889532-7fb0-4e63-a85b-7fbcbe0f7fe0.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,,,,,,38.0 2011-01-01 01:00:00,0.0,,,,,,,,35.5 2011-01-01 02:00:00,0.0,,,,,,,,38.0 diff --git a/tests/data/thermostat_a59238c1-9e4b-4ae7-80ff-9c5de4152bd8.csv b/tests/data/thermostat_a59238c1-9e4b-4ae7-80ff-9c5de4152bd8.csv index 02b362d..a7cb497 100644 --- a/tests/data/thermostat_a59238c1-9e4b-4ae7-80ff-9c5de4152bd8.csv +++ b/tests/data/thermostat_a59238c1-9e4b-4ae7-80ff-9c5de4152bd8.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,,,,,,,,,64.0 2011-01-01 01:00:00,,,,,,,,,63.5 2011-01-01 02:00:00,,,,,,,,,60.5 diff --git a/tests/data/thermostat_a7ed7c85-dc4c-4041-acb3-b42139fa5ecb.csv b/tests/data/thermostat_a7ed7c85-dc4c-4041-acb3-b42139fa5ecb.csv index b5dd118..068ee63 100644 --- a/tests/data/thermostat_a7ed7c85-dc4c-4041-acb3-b42139fa5ecb.csv +++ b/tests/data/thermostat_a7ed7c85-dc4c-4041-acb3-b42139fa5ecb.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,,,,55.958333333333336,,,,,63.0 2011-01-01 01:00:00,,,,55.958333333333336,,,,,66.0 2011-01-01 02:00:00,,,,55.958333333333336,,,,,62.5 diff --git a/tests/data/thermostat_b2a305d1-9df1-4387-a89c-d702f6a9ba3e.csv b/tests/data/thermostat_b2a305d1-9df1-4387-a89c-d702f6a9ba3e.csv index 2d142b4..93be49b 100644 --- a/tests/data/thermostat_b2a305d1-9df1-4387-a89c-d702f6a9ba3e.csv +++ b/tests/data/thermostat_b2a305d1-9df1-4387-a89c-d702f6a9ba3e.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,28.5,,,0.0,0.0,63.5 2011-01-01 01:00:00,0.0,,,28.5,,,0.0,0.0,63.0 2011-01-01 02:00:00,0.0,,,28.5,,,0.0,0.0,67.5 diff --git a/tests/data/thermostat_b5c68765-4c68-4ff9-98ae-5a2da9a5e517.csv b/tests/data/thermostat_b5c68765-4c68-4ff9-98ae-5a2da9a5e517.csv index 17bb819..3ece3c1 100644 --- a/tests/data/thermostat_b5c68765-4c68-4ff9-98ae-5a2da9a5e517.csv +++ b/tests/data/thermostat_b5c68765-4c68-4ff9-98ae-5a2da9a5e517.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,24.583333333333332,,,,,61.0 2011-01-01 01:00:00,0.0,,,24.583333333333332,,,,,64.0 2011-01-01 02:00:00,0.0,,,24.583333333333332,,,,, diff --git a/tests/data/thermostat_c19345f4-14c9-4aee-9abc-5a9c67016586.csv b/tests/data/thermostat_c19345f4-14c9-4aee-9abc-5a9c67016586.csv index f888485..f515fd2 100644 --- a/tests/data/thermostat_c19345f4-14c9-4aee-9abc-5a9c67016586.csv +++ b/tests/data/thermostat_c19345f4-14c9-4aee-9abc-5a9c67016586.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,36.0,,,0.0,0.0,67.0 2011-01-01 01:00:00,0.0,,,36.0,,,0.0,0.0,63.5 2011-01-01 02:00:00,0.0,,,36.0,,,0.0,,65.0 diff --git a/tests/data/thermostat_d28b18d0-4dc0-4010-ae3e-58ab19b5fd61.csv b/tests/data/thermostat_d28b18d0-4dc0-4010-ae3e-58ab19b5fd61.csv index 5edd1cb..cda0059 100644 --- a/tests/data/thermostat_d28b18d0-4dc0-4010-ae3e-58ab19b5fd61.csv +++ b/tests/data/thermostat_d28b18d0-4dc0-4010-ae3e-58ab19b5fd61.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,,,,,,51.0 2011-01-01 01:00:00,0.0,,,,,,,,51.0 2011-01-01 02:00:00,0.0,,,,,,,,49.5 diff --git a/tests/data/thermostat_d36e20f2-e6bb-4caf-9d53-6183b7c08fe1.csv b/tests/data/thermostat_d36e20f2-e6bb-4caf-9d53-6183b7c08fe1.csv index ce7062a..cfc65aa 100644 --- a/tests/data/thermostat_d36e20f2-e6bb-4caf-9d53-6183b7c08fe1.csv +++ b/tests/data/thermostat_d36e20f2-e6bb-4caf-9d53-6183b7c08fe1.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,57.25,,,0.0,0.0,67.0 2011-01-01 01:00:00,0.0,,,57.25,,,0.0,,66.5 2011-01-01 02:00:00,0.0,,,57.25,,,0.0,8.0, diff --git a/tests/data/thermostat_da25834c-3c93-4dda-902e-58e986f5e8f5.csv b/tests/data/thermostat_da25834c-3c93-4dda-902e-58e986f5e8f5.csv index fa69081..b5af448 100644 --- a/tests/data/thermostat_da25834c-3c93-4dda-902e-58e986f5e8f5.csv +++ b/tests/data/thermostat_da25834c-3c93-4dda-902e-58e986f5e8f5.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,29.791666666666668,,,,,67.0 2011-01-01 01:00:00,0.0,,,29.791666666666668,,,,,65.5 2011-01-01 02:00:00,0.0,,,29.791666666666668,,,,,65.5 diff --git a/tests/data/thermostat_e44e30f7-4937-45dd-84f5-b9f78f77ce3a.csv b/tests/data/thermostat_e44e30f7-4937-45dd-84f5-b9f78f77ce3a.csv index 1a6e0aa..46c62d2 100644 --- a/tests/data/thermostat_e44e30f7-4937-45dd-84f5-b9f78f77ce3a.csv +++ b/tests/data/thermostat_e44e30f7-4937-45dd-84f5-b9f78f77ce3a.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,,,,,,42.5 2011-01-01 01:00:00,0.0,,,,,,,,40.0 2011-01-01 02:00:00,0.0,,,,,,,,38.5 diff --git a/tests/data/thermostat_e5a25daa-c774-48cf-b112-057ebedda3c2.csv b/tests/data/thermostat_e5a25daa-c774-48cf-b112-057ebedda3c2.csv index 2f5d47e..de2c077 100644 --- a/tests/data/thermostat_e5a25daa-c774-48cf-b112-057ebedda3c2.csv +++ b/tests/data/thermostat_e5a25daa-c774-48cf-b112-057ebedda3c2.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,32.75,,,0.0,0.0, 2011-01-01 01:00:00,0.0,,,32.75,,,0.0,40.0,65.5 2011-01-01 02:00:00,0.0,,,32.75,,,0.0,0.0,65.0 diff --git a/tests/data/thermostat_e787b7a4-d09e-4bb0-b9b1-95032d44199e.csv b/tests/data/thermostat_e787b7a4-d09e-4bb0-b9b1-95032d44199e.csv index c7f14bd..a891b91 100644 --- a/tests/data/thermostat_e787b7a4-d09e-4bb0-b9b1-95032d44199e.csv +++ b/tests/data/thermostat_e787b7a4-d09e-4bb0-b9b1-95032d44199e.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,29.708333333333332,,,,,68.0 2011-01-01 01:00:00,0.0,,,29.708333333333332,,,,,66.0 2011-01-01 02:00:00,0.0,,,29.708333333333332,,,,,62.0 diff --git a/tests/data/thermostat_e839fe3c-b4af-43a8-bcd4-209241f1612c.csv b/tests/data/thermostat_e839fe3c-b4af-43a8-bcd4-209241f1612c.csv index 4510a3f..1cea0dd 100644 --- a/tests/data/thermostat_e839fe3c-b4af-43a8-bcd4-209241f1612c.csv +++ b/tests/data/thermostat_e839fe3c-b4af-43a8-bcd4-209241f1612c.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,13.875,,,,,64.0 2011-01-01 01:00:00,0.0,,,13.875,,,,,64.5 2011-01-01 02:00:00,0.0,,,13.875,,,,,66.5 diff --git a/tests/data/thermostat_eab16216-83c6-42ec-96f0-ee523c159966.csv b/tests/data/thermostat_eab16216-83c6-42ec-96f0-ee523c159966.csv index c2d4906..9e58e3c 100644 --- a/tests/data/thermostat_eab16216-83c6-42ec-96f0-ee523c159966.csv +++ b/tests/data/thermostat_eab16216-83c6-42ec-96f0-ee523c159966.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,30.5,,,,,66.5 2011-01-01 01:00:00,0.0,,,30.5,,,,,63.0 2011-01-01 02:00:00,0.0,,,30.5,,,,,67.0 diff --git a/tests/data/thermostat_example_certification.csv b/tests/data/thermostat_example_certification.csv index dc3ddbc..8e8f2ed 100644 --- a/tests/data/thermostat_example_certification.csv +++ b/tests/data/thermostat_example_certification.csv @@ -1,6 +1,6 @@ product_id,sw_version,metric,filter,region,statistic,season,value -test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,national_weighted_mean,lower_bound_95,heating,26.64 +test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,national_weighted_mean,lower_bound_95,heating,20.17 test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,national_weighted_mean,lower_bound_95,cooling,44.36 -test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,national_weighted_mean,q20,heating,22.47 +test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,national_weighted_mean,q20,heating,19.83 test_product,2.0.0,percent_savings_baseline_percentile,tau_cvrmse_savings_p01,national_weighted_mean,q20,cooling,38.44 -test_product,2.0.0,rhu_30F_to_45F,tau_cvrmse_savings_p01,all,upper_bound_95,heating,0.11 +test_product,2.0.0,rhu_30F_to_45F,tau_cvrmse_savings_p01,all,upper_bound_95,heating,0.09 diff --git a/tests/data/thermostat_example_stats.csv b/tests/data/thermostat_example_stats.csv index b578009..8a705b2 100644 --- a/tests/data/thermostat_example_stats.csv +++ b/tests/data/thermostat_example_stats.csv @@ -1,217 +1,217 @@ ,all_no_filter_heating,all_no_filter_cooling,very-cold_cold_no_filter_heating,very-cold_cold_no_filter_cooling,mixed-humid_no_filter_heating,mixed-humid_no_filter_cooling,mixed-dry_hot-dry_no_filter_heating,mixed-dry_hot-dry_no_filter_cooling,hot-humid_no_filter_cooling,marine_no_filter_heating,marine_no_filter_cooling,all_tau_cvrmse_savings_p01_filter_heating,all_tau_cvrmse_savings_p01_filter_cooling,very-cold_cold_tau_cvrmse_savings_p01_filter_heating,very-cold_cold_tau_cvrmse_savings_p01_filter_cooling,mixed-humid_tau_cvrmse_savings_p01_filter_heating,mixed-humid_tau_cvrmse_savings_p01_filter_cooling,mixed-dry_hot-dry_tau_cvrmse_savings_p01_filter_heating,mixed-dry_hot-dry_tau_cvrmse_savings_p01_filter_cooling,hot-humid_tau_cvrmse_savings_p01_filter_cooling,marine_tau_cvrmse_savings_p01_filter_heating,marine_tau_cvrmse_savings_p01_filter_cooling product_id,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product sw_version,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0 -n_thermostat_core_day_sets_total,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0 -n_thermostat_core_day_sets_kept,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -n_thermostat_core_day_sets_discarded,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.0,20.0,6.0,2.0,3.0,3.0,2.0,6.0,4.0,3.0,5.0 -n_days_in_inputfile_date_range_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -n_days_in_inputfile_date_range_upper_bound_95_perc_conf,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_mean,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_lower_bound_95_perc_conf,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_sem,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,0.0,0.0,,0.0,0.0 -n_days_in_inputfile_date_range_q1,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1459.9999999999998,1460.0000000000002,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q2.5,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q5,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q10,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q15,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q20,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q25,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q30,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q35,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q40,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q45,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q50,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q55,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q60,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q65,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q70,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q75,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q80,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q85,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q90,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q95,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q98,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q99,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_both_heating_and_cooling_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -n_days_both_heating_and_cooling_upper_bound_95_perc_conf,201.23544035795035,183.54674692289578,138.66632542298868,299.18991903680444,211.3271477610832,211.3271477610832,310.1436014405345,256.3891564300543,0.0,259.8496766044251,259.8496766044251,247.7851863313937,255.30702931113967,,,,,326.5941054571933,349.5139614095716,,246.27648374628689,250.0 -n_days_both_heating_and_cooling_mean,156.76,139.96428571428572,60.0,180.0,174.66666666666666,174.66666666666666,248.0,173.6,0.0,176.0,176.0,193.46153846153845,169.625,,,,,240.8,220.0,,168.33333333333334,250.0 -n_days_both_heating_and_cooling_lower_bound_95_perc_conf,112.28455964204963,96.38182450567567,-18.66632542298869,60.81008096319556,138.0061855722501,138.0061855722501,185.8563985594655,90.8108435699457,0.0,92.15032339557493,92.15032339557493,139.1378905916832,83.94297068886033,,,,,155.00589454280674,90.4860385904284,,90.39018292037981,250.0 -n_days_both_heating_and_cooling_sem,22.691551203035896,22.235949596229617,40.135880317851374,60.81118318204308,18.704327088988045,18.704327088988045,31.705919102313512,42.239365525537906,0.0,42.78044724715565,42.78044724715565,27.71614687237513,43.71532107711208,,,,,43.77250278428228,66.07855173957735,,39.7669134759967,0.0 -n_days_both_heating_and_cooling_q1,0.0,0.0,0.0,95.72,133.92000000000002,133.92000000000002,108.11999999999999,0.0,0.0,5.750000000000001,5.750000000000001,11.52,0.0,,,,,107.08,7.47,,97.03999999999999,250.0 -n_days_both_heating_and_cooling_q2.5,0.0,0.0,0.0,98.3,135.29999999999998,135.29999999999998,112.80000000000001,0.0,0.0,12.875,12.875,28.800000000000004,0.0,,,,,110.2,18.675000000000004,,98.6,250.0 -n_days_both_heating_and_cooling_q5,0.0,0.0,0.0,102.6,137.6,137.6,120.60000000000001,0.0,0.0,24.75,24.75,57.60000000000001,0.0,,,,,115.4,37.35000000000001,,101.2,250.0 -n_days_both_heating_and_cooling_q10,0.0,0.0,0.0,111.20000000000002,142.20000000000002,142.20000000000002,136.20000000000002,0.0,0.0,48.5,48.5,97.8,0.0,,,,,125.80000000000001,74.70000000000002,,106.4,250.0 -n_days_both_heating_and_cooling_q15,0.0,0.0,0.0,119.79999999999998,146.79999999999998,146.79999999999998,151.79999999999998,0.0,0.0,72.25,72.25,103.2,4.700000000000005,,,,,136.2,112.04999999999998,,111.6,250.0 -n_days_both_heating_and_cooling_q20,0.8000000000000007,0.0,0.0,128.4,151.4,151.4,175.4,0.0,0.0,96.0,96.0,116.20000000000002,37.600000000000016,,,,,146.6,149.40000000000003,,116.8,250.0 -n_days_both_heating_and_cooling_q25,94.0,0.0,0.0,137.0,156.0,156.0,203.0,26.25,0.0,109.0,109.0,133.0,70.5,,,,,157.0,186.75,,122.0,250.0 -n_days_both_heating_and_cooling_q30,97.0,10.299999999999967,0.0,145.6,160.6,160.6,230.6,73.49999999999997,0.0,122.0,122.0,138.39999999999998,97.9,,,,,175.4,224.09999999999997,,127.2,250.0 -n_days_both_heating_and_cooling_q35,102.6,94.9,0.0,154.2,165.2,165.2,249.2,112.8,0.0,135.0,135.0,143.2,111.54999999999998,,,,,193.8,250.6,,132.4,250.0 -n_days_both_heating_and_cooling_q40,121.80000000000004,100.0,0.0,162.8,169.8,169.8,249.8,136.20000000000002,0.0,148.0,148.0,146.8,125.20000000000002,,,,,212.20000000000002,255.4,,137.6,250.0 -n_days_both_heating_and_cooling_q45,140.20000000000002,109.2,0.0,171.4,174.39999999999998,174.39999999999998,250.4,161.6,0.0,173.5,173.5,151.60000000000002,150.39999999999998,,,,,230.60000000000002,260.2,,142.8,250.0 -n_days_both_heating_and_cooling_q50,148.0,137.5,0.0,180.0,179.0,179.0,251.0,203.0,0.0,199.0,199.0,157.0,191.0,,,,,249.0,265.0,,148.0,250.0 -n_days_both_heating_and_cooling_q55,161.40000000000003,147.10000000000002,0.0,188.60000000000002,182.3,182.3,260.0,244.4,0.0,224.5,224.5,212.20000000000005,231.60000000000005,,,,,267.8,269.8,,159.3,250.0 -n_days_both_heating_and_cooling_q60,192.19999999999996,161.39999999999998,0.0,197.2,185.60000000000002,185.60000000000002,269.0,249.79999999999998,0.0,250.0,250.0,249.20000000000002,249.2,,,,,286.6,274.6,,170.6,250.0 -n_days_both_heating_and_cooling_q65,234.20000000000005,197.15000000000003,23.5,205.8,188.9,188.9,278.0,250.7,0.0,252.75,252.75,249.8,249.54999999999998,,,,,305.40000000000003,279.4,,181.9,250.0 -n_days_both_heating_and_cooling_q70,249.8,245.29999999999995,47.0,214.39999999999998,192.2,192.2,293.4,260.0,0.0,255.5,255.5,254.39999999999998,249.89999999999998,,,,,324.2,287.9,,193.2,250.0 -n_days_both_heating_and_cooling_q75,251.0,250.25,70.5,223.0,195.5,195.5,312.0,273.5,0.0,258.25,258.25,261.0,257.75,,,,,343.0,298.25,,204.5,250.0 -n_days_both_heating_and_cooling_q80,262.0,257.0,94.0,231.60000000000002,198.8,198.8,330.6000000000001,293.40000000000003,0.0,261.0,261.0,273.0,268.6,,,,,344.4,308.6,,215.8,250.0 -n_days_both_heating_and_cooling_q85,272.0,265.75,137.0,240.2,202.1,202.1,343.7,321.29999999999995,0.0,270.75,270.75,293.4,279.45,,,,,345.8,318.95,,227.1,250.0 -n_days_both_heating_and_cooling_q90,292.40000000000003,286.7,180.0,248.8,205.4,205.4,345.79999999999995,343.7,0.0,280.5,280.5,330.6000000000001,301.7,,,,,347.2,329.3,,238.4,250.0 -n_days_both_heating_and_cooling_q95,334.39999999999986,327.94999999999993,223.0,257.4,208.7,208.7,347.9,346.85,0.0,290.25,290.25,345.79999999999995,325.84999999999997,,,,,348.6,339.65,,249.7,250.0 -n_days_both_heating_and_cooling_q98,346.64,346.22,248.80000000000007,262.56,210.67999999999998,210.67999999999998,349.15999999999997,348.74,0.0,296.1,296.1,348.32000000000005,340.3399999999999,,,,,349.44000000000005,345.86,,256.48,250.0 -n_days_both_heating_and_cooling_q99,348.32,348.11,257.40000000000003,264.28,211.34,211.34,349.58,349.37,0.0,298.05,298.05,349.15999999999997,345.16999999999996,,,,,349.72,347.92999999999995,,258.74,250.0 -n_days_insufficient_data_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -n_days_insufficient_data_upper_bound_95_perc_conf,36.00300948818176,35.713569712716726,52.629506158873,105.54270196158308,46.29270213203831,46.29270213203831,29.947726316234874,29.107561378283016,35.743753016673665,45.960429709122586,45.960429709122586,33.00934645212341,26.35877383352367,,,,,34.65250778854525,34.84453554493836,,45.80531343599425,9.0 -n_days_insufficient_data_mean,28.24,28.428571428571427,29.166666666666668,60.5,27.0,27.0,21.428571428571427,21.4,21.5,32.833333333333336,32.833333333333336,25.615384615384617,18.0,,,,,26.4,20.5,,34.666666666666664,9.0 -n_days_insufficient_data_lower_bound_95_perc_conf,20.47699051181824,21.143573144426128,5.703827174460336,15.45729803841693,7.707297867961692,7.707297867961692,12.90941654090798,13.692438621716983,7.2562469833263386,19.706236957544085,19.706236957544085,18.22142277864582,9.641226166476331,,,,,18.147492211454747,6.155464455061642,,23.528019897339078,9.0 -n_days_insufficient_data_sem,3.9607191266233466,3.716835859257807,11.970836475615476,22.980970388562792,9.843215373488933,9.843215373488933,4.346507595746656,3.932429274634192,7.267220926874317,6.6974981509128835,6.6974981509128835,3.7724295085402018,4.264680527307995,,,,,4.210463157421046,7.318640584152224,,5.682983045575298,0.0 -n_days_insufficient_data_q1,4.96,4.27,8.049999999999999,28.65,13.08,13.08,4.3,4.09,7.03,9.649999999999999,9.649999999999999,4.6,4.279999999999999,,,,,9.68,4.15,,22.279999999999998,9.0 -n_days_insufficient_data_q2.5,6.4,4.675,8.125,29.625,13.2,13.2,4.75,4.225,7.075000000000001,10.625,10.625,5.5,4.7,,,,,10.7,4.375,,22.7,9.0 -n_days_insufficient_data_q5,8.2,5.7,8.25,31.25,13.400000000000002,13.400000000000002,5.5,4.45,7.15,12.25,12.25,7.0,5.4,,,,,12.4,4.75,,23.400000000000002,9.0 -n_days_insufficient_data_q10,9.0,7.7,8.5,34.5,13.8,13.8,7.0,4.9,7.3,15.5,15.5,9.0,6.800000000000001,,,,,15.8,5.5,,24.8,9.0 -n_days_insufficient_data_q15,9.0,8.05,8.75,37.75,14.2,14.2,8.5,6.3999999999999995,7.45,18.75,18.75,9.0,8.05,,,,,19.2,6.25,,26.199999999999996,9.0 -n_days_insufficient_data_q20,12.200000000000003,9.0,9.0,41.0,14.600000000000001,14.600000000000001,10.0,8.2,7.6,22.0,22.0,12.200000000000003,8.4,,,,,22.6,7.0,,27.6,9.0 -n_days_insufficient_data_q25,14.0,12.0,11.25,44.25,15.0,15.0,11.5,10.25,7.75,22.75,22.75,17.0,8.75,,,,,26.0,7.75,,29.0,9.0 -n_days_insufficient_data_q30,14.599999999999998,14.299999999999999,13.5,47.5,15.399999999999999,15.399999999999999,13.0,12.5,7.9,23.5,23.5,17.6,9.0,,,,,26.6,8.5,,30.4,9.0 -n_days_insufficient_data_q35,17.4,17.9,15.75,50.75,15.799999999999999,15.799999999999999,15.199999999999996,14.75,9.099999999999996,24.25,24.25,18.799999999999997,9.0,,,,,27.2,9.999999999999996,,31.8,9.0 -n_days_insufficient_data_q40,18.6,21.400000000000002,18.0,54.0,16.200000000000003,16.200000000000003,18.800000000000004,17.0,12.400000000000004,25.0,25.0,21.200000000000003,9.0,,,,,27.8,13.000000000000004,,33.2,9.0 -n_days_insufficient_data_q45,21.400000000000002,25.150000000000002,18.25,57.25,16.6,16.6,22.4,19.35,15.700000000000003,27.75,27.75,23.6,10.2,,,,,28.400000000000002,16.0,,34.599999999999994,9.0 -n_days_insufficient_data_q50,25.0,27.0,18.5,60.5,17.0,17.0,26.0,22.5,19.0,30.5,30.5,26.0,13.0,,,,,29.0,19.0,,36.0,9.0 -n_days_insufficient_data_q55,26.400000000000002,28.85,18.75,63.75,20.400000000000006,20.400000000000006,26.9,25.65,22.300000000000004,33.25,33.25,27.800000000000004,15.800000000000004,,,,,29.400000000000002,22.000000000000004,,37.0,9.0 -n_days_insufficient_data_q60,28.4,30.2,19.0,67.0,23.799999999999997,23.799999999999997,27.8,27.199999999999996,25.599999999999994,36.0,36.0,29.4,19.200000000000003,,,,,29.799999999999997,24.999999999999996,,38.0,9.0 -n_days_insufficient_data_q65,30.200000000000003,33.75,21.25,70.25,27.200000000000003,27.200000000000003,28.7,28.550000000000004,28.900000000000006,38.5,38.5,30.6,23.049999999999997,,,,,30.2,28.000000000000004,,39.0,9.0 -n_days_insufficient_data_q70,34.999999999999986,36.9,23.5,73.5,30.599999999999994,30.599999999999994,29.4,29.599999999999998,31.099999999999994,41.0,41.0,32.99999999999999,26.899999999999995,,,,,30.599999999999998,30.099999999999994,,40.0,9.0 -n_days_insufficient_data_q75,37.0,40.0,25.75,76.75,34.0,34.0,30.0,30.5,32.75,43.5,43.5,36.0,28.25,,,,,31.0,31.75,,41.0,9.0 -n_days_insufficient_data_q80,41.20000000000002,40.6,28.0,80.0,37.400000000000006,37.400000000000006,30.6,32.2,34.400000000000006,46.0,46.0,36.6,28.6,,,,,32.2,33.400000000000006,,42.0,9.0 -n_days_insufficient_data_q85,47.199999999999996,45.75,44.25,83.25,40.8,40.8,31.6,34.89999999999999,36.05,49.25,49.25,38.8,28.95,,,,,33.4,35.05,,43.0,9.0 -n_days_insufficient_data_q90,50.2,49.60000000000001,60.5,86.5,44.2,44.2,33.4,37.3,37.7,52.5,52.5,44.2,32.3,,,,,34.6,36.7,,44.0,9.0 -n_days_insufficient_data_q95,57.39999999999998,56.19999999999999,76.75,89.75,47.6,47.6,35.199999999999996,38.65,39.349999999999994,55.75,55.75,47.199999999999996,36.14999999999999,,,,,35.8,38.349999999999994,,45.0,9.0 -n_days_insufficient_data_q98,76.67999999999998,74.64000000000003,86.50000000000003,91.7,49.64,49.64,36.28,39.46,40.34,57.7,57.7,48.28,38.459999999999994,,,,,36.52,39.339999999999996,,45.599999999999994,9.0 -n_days_insufficient_data_q99,84.83999999999992,83.82000000000002,89.75000000000001,92.35,50.32,50.32,36.63999999999999,39.730000000000004,40.669999999999995,58.35,58.35,48.63999999999999,39.23,,,,,36.76,39.669999999999995,,45.8,9.0 -n_core_cooling_days_n,,28.0,,2.0,,3.0,,10.0,4.0,,6.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 -n_core_cooling_days_upper_bound_95_perc_conf,,486.66722750845406,,16.508540392316615,,560.6260428067233,,609.8221694442226,1024.4016841096443,,24.502177487484815,,535.0200389523465,,,,,,586.451612889256,,,25.0 -n_core_cooling_days_mean,,356.07142857142856,,7.5,,418.6666666666667,,419.9,906.0,,16.333333333333332,,361.25,,,,,,406.75,,,25.0 -n_core_cooling_days_lower_bound_95_perc_conf,,225.47562963440302,,-1.5085403923166147,,276.7072905266101,,229.9778305557774,787.5983158903557,,8.164489179181851,,187.47996104765355,,,,,,227.04838711074405,,,25.0 -n_core_cooling_days_sem,,66.63050966174772,,4.596194077712559,,72.42825313268195,,96.89906604297072,60.40902250492057,,4.167777629669123,,88.65818313895227,,,,,,91.68449637206936,,,0.0 -n_core_cooling_days_q1,,0.27,,1.13,,297.46,,55.910000000000004,778.8599999999999,,0.30000000000000004,,14.77,,,,,,266.99,,,25.0 -n_core_cooling_days_q2.5,,0.675,,1.325,,299.65,,69.275,781.6500000000001,,0.75,,15.924999999999999,,,,,,268.475,,,25.0 -n_core_cooling_days_q5,,2.7500000000000004,,1.65,,303.3,,91.55000000000001,786.3,,1.5,,17.849999999999998,,,,,,270.95,,,25.0 -n_core_cooling_days_q10,,11.600000000000001,,2.3000000000000003,,310.6,,136.1,795.6,,3.0,,21.7,,,,,,275.9,,,25.0 -n_core_cooling_days_q15,,18.099999999999998,,2.95,,317.9,,153.35,804.9,,4.5,,37.05000000000001,,,,,,280.85,,,25.0 -n_core_cooling_days_q20,,22.0,,3.6000000000000005,,325.2,,162.79999999999998,814.2,,6.0,,121.40000000000003,,,,,,285.8,,,25.0 -n_core_cooling_days_q25,,28.0,,4.25,,332.5,,191.75,823.5,,9.0,,205.75,,,,,,290.75,,,25.0 -n_core_cooling_days_q30,,48.599999999999994,,4.9,,339.8,,236.29999999999998,832.8,,12.0,,269.3,,,,,,295.7,,,25.0 -n_core_cooling_days_q35,,71.54999999999998,,5.55,,347.1,,270.95,842.5,,15.0,,280.85,,,,,,301.1,,,25.0 -n_core_cooling_days_q40,,133.20000000000005,,6.2,,354.4,,285.8,853.0,,18.0,,292.4,,,,,,307.40000000000003,,,25.0 -n_core_cooling_days_q45,,181.85000000000002,,6.85,,361.70000000000005,,301.1,863.5,,18.5,,305.3,,,,,,313.7,,,25.0 -n_core_cooling_days_q50,,281.0,,7.5,,369.0,,320.0,874.0,,19.0,,320.0,,,,,,320.0,,,25.0 -n_core_cooling_days_q55,,298.55,,8.15,,391.20000000000005,,338.9,884.5,,19.5,,334.70000000000005,,,,,,326.3,,,25.0 -n_core_cooling_days_q60,,343.4,,8.8,,413.4,,345.8,895.0,,20.0,,391.00000000000006,,,,,,332.6,,,25.0 -n_core_cooling_days_q65,,361.8,,9.45,,435.6,,351.2,905.5,,21.25,,478.5,,,,,,338.9,,,25.0 -n_core_cooling_days_q70,,568.7999999999997,,10.1,,457.79999999999995,,463.3999999999999,928.0,,22.5,,565.9999999999998,,,,,,378.9999999999999,,,25.0 -n_core_cooling_days_q75,,655.0,,10.75,,480.0,,629.0,956.5,,23.75,,601.5,,,,,,436.0,,,25.0 -n_core_cooling_days_q80,,754.6000000000001,,11.4,,502.20000000000005,,756.6,985.0,,25.0,,616.2,,,,,,493.0000000000001,,,25.0 -n_core_cooling_days_q85,,835.9,,12.05,,524.4,,836.6999999999999,1013.5,,26.0,,630.9,,,,,,550.0,,,25.0 -n_core_cooling_days_q90,,902.0,,12.7,,546.6,,905.1,1042.0,,27.0,,659.4,,,,,,607.0,,,25.0 -n_core_cooling_days_q95,,942.1499999999999,,13.35,,568.8,,932.55,1070.5,,28.0,,690.1999999999999,,,,,,663.9999999999999,,,25.0 -n_core_cooling_days_q98,,1023.94,,13.739999999999998,,582.12,,949.02,1087.6,,28.6,,708.68,,,,,,698.2,,,25.0 -n_core_cooling_days_q99,,1061.47,,13.87,,586.56,,954.51,1093.3,,28.8,,714.8399999999999,,,,,,709.5999999999999,,,25.0 -n_core_heating_days_n,25.0,,6.0,,3.0,,7.0,,,6.0,,13.0,,0.0,,0.0,,5.0,,,3.0, -n_core_heating_days_upper_bound_95_perc_conf,1125.8335443866406,,1406.4922169020342,,896.0912670129553,,854.6389190418776,,,1292.1232432469094,,1068.0029094719011,,,,,,873.0147512433965,,,1286.0205534147976, -n_core_heating_days_mean,1017.88,,1208.6666666666667,,751.6666666666666,,748.1428571428571,,,1197.6666666666667,,924.5384615384615,,,,,,729.2,,,1187.3333333333333, -n_core_heating_days_lower_bound_95_perc_conf,909.9264556133593,,1010.8411164312992,,607.242066320378,,641.6467952438367,,,1103.210090086424,,781.074013605022,,,,,,585.3852487566036,,,1088.6461132518689, -n_core_heating_days_sem,55.07833897277585,,100.93140318130997,,73.68602058484113,,54.33472545868391,,,48.192130908287105,,73.19614690481613,,,,,,73.37487308336553,,,50.35062249054311, -n_core_heating_days_q1,491.52,,738.5999999999999,,588.8,,473.52,,,1064.2,,476.76,,,,,,469.68,,,1067.7, -n_core_heating_days_q2.5,535.8,,768.0,,594.5,,490.8,,,1064.5,,498.9,,,,,,481.20000000000005,,,1073.25, -n_core_heating_days_q5,598.8,,817.0,,604.0,,519.6,,,1065.0,,535.8,,,,,,500.40000000000003,,,1082.5, -n_core_heating_days_q10,680.0,,915.0,,623.0,,577.2,,,1066.0,,598.8,,,,,,538.8,,,1101.0, -n_core_heating_days_q15,731.5999999999999,,1013.0,,642.0,,634.8,,,1067.0,,640.2,,,,,,577.2,,,1119.5, -n_core_heating_days_q20,749.6000000000001,,1111.0,,661.0,,671.2,,,1068.0,,688.4000000000001,,,,,,615.6,,,1138.0, -n_core_heating_days_q25,775.0,,1142.5,,680.0,,697.0,,,1089.5,,740.0,,,,,,654.0,,,1156.5, -n_core_heating_days_q30,843.2,,1174.0,,699.0,,722.8,,,1111.0,,747.2,,,,,,671.2,,,1175.0, -n_core_heating_days_q35,874.0,,1205.5,,718.0,,741.1999999999999,,,1132.5,,773.5999999999999,,,,,,688.4,,,1193.5, -n_core_heating_days_q40,916.0000000000001,,1237.0,,737.0,,744.8,,,1154.0,,838.4000000000001,,,,,,705.6,,,1212.0, -n_core_heating_days_q45,998.8000000000001,,1253.75,,756.0,,748.4,,,1177.75,,888.0,,,,,,722.8,,,1230.5, -n_core_heating_days_q50,1064.0,,1270.5,,775.0,,752.0,,,1201.5,,930.0,,,,,,740.0,,,1249.0, -n_core_heating_days_q55,1076.6,,1287.25,,787.0,,778.0999999999999,,,1225.25,,981.6000000000001,,,,,,764.0,,,1249.0, -n_core_heating_days_q60,1128.2,,1304.0,,799.0,,804.2,,,1249.0,,1025.6,,,,,,788.0,,,1249.0, -n_core_heating_days_q65,1170.2,,1337.0,,811.0,,830.3,,,1249.0,,1054.4,,,,,,812.0,,,1249.0, -n_core_heating_days_q70,1225.7999999999997,,1370.0,,823.0,,843.2,,,1249.0,,1099.9999999999998,,,,,,836.0,,,1249.0, -n_core_heating_days_q75,1249.0,,1403.0,,835.0,,849.5,,,1249.0,,1154.0,,,,,,860.0,,,1249.0, -n_core_heating_days_q80,1260.0,,1436.0,,847.0,,855.8,,,1249.0,,1211.0000000000002,,,,,,874.0,,,1249.0, -n_core_heating_days_q85,1310.4,,1438.25,,859.0,,867.0,,,1287.25,,1249.0,,,,,,888.0,,,1249.0, -n_core_heating_days_q90,1369.2000000000003,,1440.5,,871.0,,888.0,,,1325.5,,1249.0,,,,,,902.0,,,1249.0, -n_core_heating_days_q95,1429.1999999999998,,1442.75,,883.0,,909.0,,,1363.75,,1271.0,,,,,,916.0,,,1249.0, -n_core_heating_days_q98,1440.68,,1444.1,,890.1999999999999,,921.5999999999999,,,1386.7,,1290.8,,,,,,924.4,,,1249.0, -n_core_heating_days_q99,1442.84,,1444.55,,892.6,,925.8000000000001,,,1394.3500000000001,,1297.3999999999999,,,,,,927.2,,,1249.0, -baseline_percentile_core_cooling_comfort_temperature_n,,27.0,,2.0,,3.0,,10.0,4.0,,5.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 -baseline_percentile_core_cooling_comfort_temperature_upper_bound_95_perc_conf,,67.46650534581705,,67.19296464556281,,71.23355553241224,,68.04770576012872,69.78701992692469,,65.22708320430284,,68.817808771232,,,,,,68.87035633897494,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_mean,,66.3317901234568,,66.5,,70.16666666666667,,66.25,66.5,,64.72999999999999,,66.5,,,,,,67.125,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_lower_bound_95_perc_conf,,65.19707490109654,,65.80703535443719,,69.0997778009211,,64.45229423987128,63.21298007307531,,64.23291679569714,,64.182191228768,,,,,,65.37964366102506,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_sem,,0.5789363379389086,,0.35355339059327373,,0.5443310539518174,,0.917196816392207,1.6770509831248424,,0.2536138797463572,,1.1825554955265312,,,,,,0.8904879280484379,,,0.0 -baseline_percentile_core_cooling_comfort_temperature_q1,,60.150000000000006,,66.01,,69.5,,62.0,63.06,,64.006,,59.849999999999994,,,,,,64.575,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q2.5,,61.125,,66.02499999999999,,69.49999999999999,,62.00000000000001,63.150000000000006,,64.015,,60.375,,,,,,64.6875,,,65.5 +n_thermostat_core_day_sets_total,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0 +n_thermostat_core_day_sets_kept,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +n_thermostat_core_day_sets_discarded,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.0,21.0,5.0,2.0,3.0,3.0,2.0,7.0,4.0,3.0,5.0 +n_days_in_inputfile_date_range_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +n_days_in_inputfile_date_range_upper_bound_95_perc_conf,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_mean,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_lower_bound_95_perc_conf,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_sem,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,0.0,0.0,,0.0,0.0 +n_days_in_inputfile_date_range_q1,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q2.5,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q5,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q10,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q15,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q20,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q25,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q30,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q35,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q40,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q45,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q50,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q55,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q60,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q65,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q70,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q75,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q80,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q85,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q90,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q95,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q98,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q99,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_both_heating_and_cooling_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +n_days_both_heating_and_cooling_upper_bound_95_perc_conf,214.28463264299486,195.99614601458006,138.66632542298868,299.18991903680444,211.3271477610832,211.3271477610832,338.2265734462984,283.1665121407825,0.0,259.8496766044251,259.8496766044251,257.52487362945953,255.30702931113967,0.0,,,,362.0083595967944,349.5139614095716,,246.27648374628689,250.0 +n_days_both_heating_and_cooling_mean,167.1153846153846,149.82758620689654,60.0,180.0,174.66666666666666,174.66666666666666,270.25,196.54545454545453,0.0,176.0,176.0,196.06666666666666,169.625,0.0,,,,271.6666666666667,220.0,,168.33333333333334,250.0 +n_days_both_heating_and_cooling_lower_bound_95_perc_conf,119.94613658777436,103.65902639921302,-18.66632542298869,60.81008096319556,138.0061855722501,138.0061855722501,202.2734265537016,109.92439695012652,0.0,92.15032339557493,92.15032339557493,134.6084597038738,83.94297068886033,0.0,,,,181.324973736539,90.4860385904284,,90.39018292037981,250.0 +n_days_both_heating_and_cooling_sem,24.065942871229723,23.55538765698139,40.135880317851374,60.81118318204308,18.704327088988045,18.704327088988045,34.68192522770326,44.194417140473476,0.0,42.78044724715565,42.78044724715565,31.356228042241256,43.71532107711208,0.0,,,,46.092700474554945,66.07855173957735,,39.7669134759967,0.0 +n_days_both_heating_and_cooling_q1,0.0,0.0,0.0,95.72,133.92000000000002,133.92000000000002,108.63999999999999,0.0,0.0,5.750000000000001,5.750000000000001,0.0,0.0,0.0,,,,107.6,7.47,,97.03999999999999,250.0 +n_days_both_heating_and_cooling_q2.5,0.0,0.0,0.0,98.3,135.29999999999998,135.29999999999998,114.1,0.0,0.0,12.875,12.875,0.0,0.0,0.0,,,,111.5,18.675000000000004,,98.6,250.0 +n_days_both_heating_and_cooling_q5,0.0,0.0,0.0,102.6,137.6,137.6,123.19999999999999,0.0,0.0,24.75,24.75,0.0,0.0,0.0,,,,118.0,37.35000000000001,,101.2,250.0 +n_days_both_heating_and_cooling_q10,0.0,0.0,0.0,111.20000000000002,142.20000000000002,142.20000000000002,141.4,0.0,0.0,48.5,48.5,38.40000000000001,0.0,0.0,,,,131.0,74.70000000000002,,106.4,250.0 +n_days_both_heating_and_cooling_q15,0.0,0.0,0.0,119.79999999999998,146.79999999999998,146.79999999999998,161.60000000000002,0.0,0.0,72.25,72.25,96.9,4.700000000000005,0.0,,,,144.0,112.04999999999998,,111.6,250.0 +n_days_both_heating_and_cooling_q20,1.0,0.0,0.0,128.4,151.4,151.4,193.8,0.0,0.0,96.0,96.0,103.2,37.600000000000016,0.0,,,,157.0,149.40000000000003,,116.8,250.0 +n_days_both_heating_and_cooling_q25,94.5,0.0,0.0,137.0,156.0,156.0,226.0,52.5,0.0,109.0,109.0,119.0,70.5,0.0,,,,180.0,186.75,,122.0,250.0 +n_days_both_heating_and_cooling_q30,98.5,38.20000000000004,0.0,145.6,160.6,160.6,249.2,105.0,0.0,122.0,122.0,134.8,97.9,0.0,,,,203.0,224.09999999999997,,127.2,250.0 +n_days_both_heating_and_cooling_q35,104.0,95.6,0.0,154.2,165.2,165.2,249.9,131.0,0.0,135.0,135.0,141.1,111.54999999999998,0.0,,,,226.0,250.6,,132.4,250.0 +n_days_both_heating_and_cooling_q40,133.0,101.80000000000001,0.0,162.8,169.8,169.8,250.6,157.0,0.0,148.0,148.0,145.60000000000002,125.20000000000002,0.0,,,,249.0,255.4,,137.6,250.0 +n_days_both_heating_and_cooling_q45,143.5,121.79999999999998,0.0,171.4,174.39999999999998,174.39999999999998,255.5,203.0,0.0,173.5,173.5,150.7,150.39999999999998,0.0,,,,272.5,260.2,,142.8,250.0 +n_days_both_heating_and_cooling_q50,152.5,142.0,0.0,180.0,179.0,179.0,266.0,249.0,0.0,199.0,199.0,157.0,191.0,0.0,,,,296.0,265.0,,148.0,250.0 +n_days_both_heating_and_cooling_q55,173.50000000000003,151.60000000000002,0.0,188.60000000000002,182.3,182.3,276.5,250.0,0.0,224.5,224.5,221.4000000000001,231.60000000000005,0.0,,,,319.5,269.8,,159.3,250.0 +n_days_both_heating_and_cooling_q60,212.0,174.60000000000002,0.0,197.2,185.60000000000002,185.60000000000002,293.40000000000003,251.0,0.0,250.0,250.0,249.4,249.2,0.0,,,,343.0,274.6,,170.6,250.0 +n_days_both_heating_and_cooling_q65,249.25,219.39999999999998,23.5,205.8,188.9,188.9,315.1,266.0,0.0,252.75,252.75,251.1,249.54999999999998,0.0,,,,344.75,279.4,,181.9,250.0 +n_days_both_heating_and_cooling_q70,250.5,249.6,47.0,214.39999999999998,192.2,192.2,336.79999999999995,281.0,0.0,255.5,255.5,258.8,249.89999999999998,0.0,,,,346.5,287.9,,193.2,250.0 +n_days_both_heating_and_cooling_q75,258.5,251.0,70.5,223.0,195.5,195.5,344.75,312.0,0.0,258.25,258.25,271.0,257.75,0.0,,,,348.25,298.25,,204.5,250.0 +n_days_both_heating_and_cooling_q80,266.0,263.0,94.0,231.60000000000002,198.8,198.8,347.20000000000005,343.0,0.0,261.0,261.0,293.4000000000001,268.6,0.0,,,,350.0,308.6,,215.8,250.0 +n_days_both_heating_and_cooling_q85,285.75,278.0,137.0,240.2,202.1,202.1,349.65,346.5,0.0,270.75,270.75,336.8,279.45,0.0,,,,369.0,318.95,,227.1,250.0 +n_days_both_heating_and_cooling_q90,321.5,308.59999999999997,180.0,248.8,205.4,205.4,372.79999999999995,350.0,0.0,280.5,280.5,347.20000000000005,301.7,0.0,,,,388.0,329.3,,238.4,250.0 +n_days_both_heating_and_cooling_q95,348.25,347.2,223.0,257.4,208.7,208.7,399.3999999999999,388.0,0.0,290.25,290.25,372.7999999999999,325.84999999999997,0.0,,,,407.0,339.65,,249.7,250.0 +n_days_both_heating_and_cooling_q98,388.0,383.4399999999998,248.80000000000007,262.56,210.67999999999998,210.67999999999998,415.36,410.80000000000007,0.0,296.1,296.1,404.7199999999999,340.3399999999999,0.0,,,,418.40000000000003,345.86,,256.48,250.0 +n_days_both_heating_and_cooling_q99,407.0,404.7199999999999,257.40000000000003,264.28,211.34,211.34,420.68,418.40000000000003,0.0,298.05,298.05,415.36,345.16999999999996,0.0,,,,422.20000000000005,347.92999999999995,,258.74,250.0 +n_days_insufficient_data_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +n_days_insufficient_data_upper_bound_95_perc_conf,36.3513669155775,35.94523509694214,52.93869859129244,105.54270196158308,46.29270213203831,46.29270213203831,32.57465642281349,30.93965967175727,35.743753016673665,45.960429709122586,45.960429709122586,32.68073799449465,26.35877383352367,12.0,,,,36.97273225553974,34.84453554493836,,45.80531343599425,9.0 +n_days_insufficient_data_mean,28.884615384615383,28.862068965517242,29.833333333333332,60.5,27.0,27.0,23.875,23.181818181818183,21.5,32.833333333333336,32.833333333333336,25.733333333333334,18.0,12.0,,,,28.833333333333332,20.5,,34.666666666666664,9.0 +n_days_insufficient_data_lower_bound_95_perc_conf,21.417863853653262,21.778902834092346,6.727968075374221,15.45729803841693,7.707297867961692,7.707297867961692,15.17534357718651,15.423976691879098,7.2562469833263386,19.706236957544085,19.706236957544085,18.785928672172023,9.641226166476331,12.0,,,,20.693934411126925,6.155464455061642,,23.528019897339078,9.0 +n_days_insufficient_data_sem,3.809567107633735,3.613860271135151,11.788451662224036,22.980970388562792,9.843215373488933,9.843215373488933,4.438600215721168,3.958082392826064,7.267220926874317,6.697498150912883,6.697498150912883,3.5445942148782206,4.264680527307995,0.0,,,,4.152754552146126,7.318640584152224,,5.682983045575298,0.0 +n_days_insufficient_data_q1,5.25,4.28,9.149999999999999,28.65,13.08,13.08,4.35,4.1,7.03,9.649999999999999,9.649999999999999,4.7,4.279999999999999,12.0,,,,9.85,4.15,,22.279999999999998,9.0 +n_days_insufficient_data_q2.5,7.125,4.7,9.375,29.625,13.2,13.2,4.875,4.25,7.075000000000001,10.625,10.625,5.75,4.7,12.0,,,,11.125,4.375,,22.7,9.0 +n_days_insufficient_data_q5,9.0,5.8,9.75,31.25,13.400000000000002,13.400000000000002,5.75,4.5,7.15,12.25,12.25,7.5,5.4,12.0,,,,13.25,4.75,,23.400000000000002,9.0 +n_days_insufficient_data_q10,9.0,7.800000000000001,10.5,34.5,13.8,13.8,7.5,5.0,7.3,15.5,15.5,9.0,6.800000000000001,12.0,,,,17.5,5.5,,24.8,9.0 +n_days_insufficient_data_q15,11.25,8.2,11.25,37.75,14.2,14.2,9.25,7.0,7.45,18.75,18.75,9.3,8.05,12.0,,,,21.75,6.25,,26.199999999999996,9.0 +n_days_insufficient_data_q20,13.0,9.0,12.0,41.0,14.600000000000001,14.600000000000001,11.0,9.0,7.6,22.0,22.0,11.4,8.4,12.0,,,,26.0,7.0,,27.6,9.0 +n_days_insufficient_data_q25,14.0,13.0,13.5,44.25,15.0,15.0,12.75,11.5,7.75,22.75,22.75,14.5,8.75,12.0,,,,26.75,7.75,,29.0,9.0 +n_days_insufficient_data_q30,15.5,15.200000000000001,15.0,47.5,15.399999999999999,15.399999999999999,15.2,14.0,7.9,23.5,23.5,17.200000000000003,9.0,12.0,,,,27.5,8.5,,30.4,9.0 +n_days_insufficient_data_q35,17.75,18.599999999999998,16.5,50.75,15.799999999999999,15.799999999999999,19.399999999999995,16.5,9.099999999999996,24.25,24.25,17.9,9.0,12.0,,,,28.25,9.999999999999996,,31.8,9.0 +n_days_insufficient_data_q40,19.0,22.6,18.0,54.0,16.200000000000003,16.200000000000003,23.600000000000005,19.0,12.400000000000004,25.0,25.0,20.400000000000002,9.0,12.0,,,,29.0,13.000000000000004,,33.2,9.0 +n_days_insufficient_data_q45,22.75,25.6,18.25,57.25,16.6,16.6,26.45,22.5,15.700000000000003,27.75,27.75,23.2,10.2,12.0,,,,29.5,16.0,,34.599999999999994,9.0 +n_days_insufficient_data_q50,25.5,28.0,18.5,60.5,17.0,17.0,27.5,26.0,19.0,30.5,30.5,26.0,13.0,12.0,,,,30.0,19.0,,36.0,9.0 +n_days_insufficient_data_q55,27.500000000000004,29.400000000000002,18.75,63.75,20.400000000000006,20.400000000000006,28.550000000000004,27.5,22.300000000000004,33.25,33.25,28.100000000000005,15.800000000000004,12.0,,,,30.5,22.000000000000004,,37.0,9.0 +n_days_insufficient_data_q60,29.0,30.8,19.0,67.0,23.799999999999997,23.799999999999997,29.400000000000002,29.0,25.599999999999994,36.0,36.0,29.800000000000004,19.200000000000003,12.0,,,,31.0,24.999999999999996,,38.0,9.0 +n_days_insufficient_data_q65,32.25,36.2,21.25,70.25,27.200000000000003,27.200000000000003,30.099999999999998,30.0,28.900000000000006,38.5,38.5,31.5,23.049999999999997,12.0,,,,32.5,28.000000000000004,,39.0,9.0 +n_days_insufficient_data_q70,36.5,38.8,23.5,73.5,30.599999999999994,30.599999999999994,30.8,31.0,31.099999999999994,41.0,41.0,34.99999999999999,26.899999999999995,12.0,,,,34.0,30.099999999999994,,40.0,9.0 +n_days_insufficient_data_q75,39.25,40.0,25.75,76.75,34.0,34.0,32.5,34.0,32.75,43.5,43.5,36.5,28.25,12.0,,,,35.5,31.75,,41.0,9.0 +n_days_insufficient_data_q80,41.0,41.0,28.0,80.0,37.400000000000006,37.400000000000006,34.60000000000001,37.0,34.400000000000006,46.0,46.0,37.800000000000004,28.6,12.0,,,,37.0,33.400000000000006,,42.0,9.0 +n_days_insufficient_data_q85,46.75,45.0,44.25,83.25,40.8,40.8,36.7,38.5,36.05,49.25,49.25,40.6,28.95,12.0,,,,38.0,35.05,,43.0,9.0 +n_days_insufficient_data_q90,50.0,49.39999999999999,60.5,86.5,44.2,44.2,38.2,40.0,37.7,52.5,52.5,44.0,32.3,12.0,,,,39.0,36.7,,44.0,9.0 +n_days_insufficient_data_q95,57.0,55.79999999999998,76.75,89.75,47.6,47.6,39.599999999999994,40.5,39.349999999999994,55.75,55.75,46.89999999999999,36.14999999999999,12.0,,,,40.0,38.349999999999994,,45.0,9.0 +n_days_insufficient_data_q98,76.0,73.95999999999992,86.50000000000003,91.7,49.64,49.64,40.44,40.8,40.34,57.7,57.7,48.16,38.459999999999994,12.0,,,,40.6,39.339999999999996,,45.599999999999994,9.0 +n_days_insufficient_data_q99,84.5,83.47999999999996,89.75000000000001,92.35,50.32,50.32,40.72,40.9,40.669999999999995,58.35,58.35,48.58,39.23,12.0,,,,40.800000000000004,39.669999999999995,,45.8,9.0 +n_core_cooling_days_n,,29.0,,2.0,,3.0,,11.0,4.0,,6.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 +n_core_cooling_days_upper_bound_95_perc_conf,,474.6555639350075,,16.508540392316615,,560.6260428067233,,572.1091821907916,1024.4016841096443,,24.502177487484815,,535.0200389523465,,,,,,586.451612889256,,,25.0 +n_core_cooling_days_mean,,347.48275862068965,,7.5,,418.6666666666667,,391.45454545454544,906.0,,16.333333333333332,,361.25,,,,,,406.75,,,25.0 +n_core_cooling_days_lower_bound_95_perc_conf,,220.30995330637182,,-1.5085403923166147,,276.7072905266101,,210.79990871829935,787.5983158903557,,8.164489179181851,,187.47996104765355,,,,,,227.04838711074405,,,25.0 +n_core_cooling_days_sem,,64.8840843440397,,4.596194077712559,,72.42825313268195,,92.17073302869699,60.40902250492057,,4.167777629669123,,88.65818313895227,,,,,,91.68449637206936,,,0.0 +n_core_cooling_days_q1,,0.28,,1.13,,297.46,,53.00000000000001,778.8599999999999,,0.30000000000000004,,14.77,,,,,,266.99,,,25.0 +n_core_cooling_days_q2.5,,0.7000000000000001,,1.325,,299.65,,62.0,781.6500000000001,,0.75,,15.924999999999999,,,,,,268.475,,,25.0 +n_core_cooling_days_q5,,3.000000000000001,,1.65,,303.3,,77.0,786.3,,1.5,,17.849999999999998,,,,,,270.95,,,25.0 +n_core_cooling_days_q10,,12.400000000000002,,2.3000000000000003,,310.6,,107.0,795.6,,3.0,,21.7,,,,,,275.9,,,25.0 +n_core_cooling_days_q15,,18.4,,2.95,,317.9,,126.5,804.9,,4.5,,37.05000000000001,,,,,,280.85,,,25.0 +n_core_cooling_days_q20,,23.000000000000004,,3.6000000000000005,,325.2,,146.0,814.2,,6.0,,121.40000000000003,,,,,,285.8,,,25.0 +n_core_cooling_days_q25,,29.0,,4.25,,332.5,,156.5,823.5,,9.0,,205.75,,,,,,290.75,,,25.0 +n_core_cooling_days_q30,,53.400000000000006,,4.9,,339.8,,167.0,832.8,,12.0,,269.3,,,,,,295.7,,,25.0 +n_core_cooling_days_q35,,78.19999999999997,,5.55,,347.1,,216.5,842.5,,15.0,,280.85,,,,,,301.1,,,25.0 +n_core_cooling_days_q40,,114.80000000000004,,6.2,,354.4,,266.0,853.0,,18.0,,292.4,,,,,,307.40000000000003,,,25.0 +n_core_cooling_days_q45,,158.6,,6.85,,361.70000000000005,,282.5,863.5,,18.5,,305.3,,,,,,313.7,,,25.0 +n_core_cooling_days_q50,,266.0,,7.5,,369.0,,299.0,874.0,,19.0,,320.0,,,,,,320.0,,,25.0 +n_core_cooling_days_q55,,297.2,,8.15,,391.20000000000005,,320.0,884.5,,19.5,,334.70000000000005,,,,,,326.3,,,25.0 +n_core_cooling_days_q60,,332.6,,8.8,,413.4,,341.0,895.0,,20.0,,391.00000000000006,,,,,,332.6,,,25.0 +n_core_cooling_days_q65,,356.2,,9.45,,435.6,,347.0,905.5,,21.25,,478.5,,,,,,338.9,,,25.0 +n_core_cooling_days_q70,,502.1999999999995,,10.1,,457.79999999999995,,353.0,928.0,,22.5,,565.9999999999998,,,,,,378.9999999999999,,,25.0 +n_core_cooling_days_q75,,633.0,,10.75,,480.0,,537.0,956.5,,23.75,,601.5,,,,,,436.0,,,25.0 +n_core_cooling_days_q80,,743.4000000000001,,11.4,,502.20000000000005,,721.0,985.0,,25.0,,616.2,,,,,,493.0000000000001,,,25.0 +n_core_cooling_days_q85,,826.6,,12.05,,524.4,,810.0,1013.5,,26.0,,630.9,,,,,,550.0,,,25.0 +n_core_cooling_days_q90,,901.0,,12.7,,546.6,,899.0,1042.0,,27.0,,659.4,,,,,,607.0,,,25.0 +n_core_cooling_days_q95,,939.5999999999999,,13.35,,568.8,,929.5,1070.5,,28.0,,690.1999999999999,,,,,,663.9999999999999,,,25.0 +n_core_cooling_days_q98,,1021.1599999999996,,13.739999999999998,,582.12,,947.8000000000001,1087.6,,28.6,,708.68,,,,,,698.2,,,25.0 +n_core_cooling_days_q99,,1060.08,,13.87,,586.56,,953.9,1093.3,,28.8,,714.8399999999999,,,,,,709.5999999999999,,,25.0 +n_core_heating_days_n,26.0,,6.0,,3.0,,8.0,,,6.0,,15.0,,1.0,,0.0,,6.0,,,3.0, +n_core_heating_days_upper_bound_95_perc_conf,1079.6244009835998,,1324.207334677412,,896.0912670129553,,857.4827752769295,,,1292.1232432469094,,1025.5800895252476,,390.0,,,,875.2362517529147,,,1286.0205534147976, +n_core_heating_days_mean,970.9615384615385,,1032.8333333333333,,751.6666666666666,,761.25,,,1197.6666666666667,,884.1333333333333,,390.0,,,,749.8333333333334,,,1187.3333333333333, +n_core_heating_days_lower_bound_95_perc_conf,862.2986759394771,,741.4593319892545,,607.242066320378,,665.0172247230705,,,1103.210090086424,,742.6865771414191,,390.0,,,,624.4304149137521,,,1088.6461132518689, +n_core_heating_days_sem,55.44023598064352,,148.66020476738717,,73.68602058484113,,49.09835473312726,,,48.192130908287105,,72.16671234281336,,0.0,,,,63.98108082631696,,,50.35062249054311, +n_core_heating_days_q1,408.0,,406.45,,588.8,,475.43999999999994,,,1064.2,,400.08,,390.0,,,,471.59999999999997,,,1067.7, +n_core_heating_days_q2.5,435.0,,431.125,,594.5,,495.6,,,1064.5,,415.2,,390.0,,,,486.0,,,1073.25, +n_core_heating_days_q5,492.75,,472.25,,604.0,,529.2,,,1065.0,,440.4,,390.0,,,,510.0,,,1082.5, +n_core_heating_days_q10,619.5,,554.5,,623.0,,596.4000000000001,,,1066.0,,511.20000000000005,,390.0,,,,558.0,,,1101.0, +n_core_heating_days_q15,702.75,,636.75,,642.0,,658.3,,,1067.0,,591.9000000000001,,390.0,,,,606.0,,,1119.5, +n_core_heating_days_q20,740.0,,719.0,,661.0,,688.4000000000001,,,1068.0,,640.2,,390.0,,,,654.0,,,1138.0, +n_core_heating_days_q25,757.75,,817.0,,680.0,,718.5,,,1089.5,,697.0,,390.0,,,,675.5,,,1156.5, +n_core_heating_days_q30,807.0,,915.0,,699.0,,741.1999999999999,,,1111.0,,742.4000000000001,,390.0,,,,697.0,,,1175.0, +n_core_heating_days_q35,849.5,,1013.0,,718.0,,745.4,,,1132.5,,750.8,,390.0,,,,718.5,,,1193.5, +n_core_heating_days_q40,860.0,,1111.0,,737.0,,749.6,,,1154.0,,812.6000000000001,,390.0,,,,740.0,,,1212.0, +n_core_heating_days_q45,903.75,,1142.5,,756.0,,765.05,,,1177.75,,855.0999999999999,,390.0,,,,768.25,,,1230.5, +n_core_heating_days_q50,973.0,,1174.0,,775.0,,795.5,,,1201.5,,860.0,,390.0,,,,796.5,,,1249.0, +n_core_heating_days_q55,1052.0,,1205.5,,787.0,,825.95,,,1225.25,,909.0000000000001,,390.0,,,,824.75,,,1249.0, +n_core_heating_days_q60,1068.0,,1237.0,,799.0,,841.8,,,1249.0,,964.4000000000001,,390.0,,,,853.0,,,1249.0, +n_core_heating_days_q65,1121.75,,1253.75,,811.0,,846.7,,,1249.0,,1020.8,,390.0,,,,854.75,,,1249.0, +n_core_heating_days_q70,1167.5,,1270.5,,823.0,,851.6,,,1249.0,,1054.4,,390.0,,,,856.5,,,1249.0, +n_core_heating_days_q75,1223.0,,1287.25,,835.0,,854.75,,,1249.0,,1109.0,,390.0,,,,858.25,,,1249.0, +n_core_heating_days_q80,1249.0,,1304.0,,847.0,,857.2,,,1249.0,,1173.0,,390.0,,,,860.0,,,1249.0, +n_core_heating_days_q85,1262.75,,1337.0,,859.0,,859.65,,,1287.25,,1239.5,,390.0,,,,877.5,,,1249.0, +n_core_heating_days_q90,1312.0,,1370.0,,871.0,,881.0,,,1325.5,,1249.0,,390.0,,,,895.0,,,1249.0, +n_core_heating_days_q95,1381.5,,1403.0,,883.0,,905.5,,,1363.75,,1265.5,,390.0,,,,912.5,,,1249.0, +n_core_heating_days_q98,1419.0,,1422.8000000000002,,890.1999999999999,,920.2,,,1386.7,,1288.6,,390.0,,,,923.0,,,1249.0, +n_core_heating_days_q99,1427.5,,1429.4,,892.6,,925.1,,,1394.3500000000001,,1296.2999999999997,,390.0,,,,926.5,,,1249.0, +baseline_percentile_core_cooling_comfort_temperature_n,,28.0,,2.0,,3.0,,11.0,4.0,,5.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 +baseline_percentile_core_cooling_comfort_temperature_upper_bound_95_perc_conf,,67.38223876772277,,67.19296464556281,,71.23355553241224,,67.78438127393129,69.78701992692469,,65.22708320430284,,68.817808771232,,,,,,68.87035633897494,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_mean,,66.28422619047619,,66.5,,70.16666666666667,,66.13636363636364,66.5,,64.72999999999999,,66.5,,,,,,67.125,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_lower_bound_95_perc_conf,,65.18621361322961,,65.80703535443719,,69.0997778009211,,64.48834599879599,63.21298007307531,,64.23291679569714,,64.182191228768,,,,,,65.37964366102506,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_sem,,0.5602104985951915,,0.35355339059327373,,0.5443310539518174,,0.8408253252896137,1.6770509831248424,,0.2536138797463572,,1.1825554955265312,,,,,,0.8904879280484379,,,0.0 +baseline_percentile_core_cooling_comfort_temperature_q1,,60.175000000000004,,66.01,,69.5,,62.00000000000001,63.06,,64.006,,59.849999999999994,,,,,,64.575,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q2.5,,61.1875,,66.02499999999999,,69.49999999999999,,62.0,63.150000000000006,,64.015,,60.375,,,,,,64.6875,,,65.5 baseline_percentile_core_cooling_comfort_temperature_q5,,62.0,,66.05,,69.5,,62.0,63.3,,64.03,,61.25,,,,,,64.875,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q10,,62.599999999999994,,66.1,,69.5,,62.0,63.599999999999994,,64.06,,63.0,,,,,,65.25,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q15,,63.9,,66.15,,69.5,,62.875,63.900000000000006,,64.09,,64.55,,,,,,65.625,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q20,,64.22,,66.2,,69.5,,64.0,64.2,,64.12,,64.9,,,,,,66.0,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q10,,62.699999999999996,,66.1,,69.5,,62.0,63.599999999999994,,64.06,,63.0,,,,,,65.25,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q15,,64.0075,,66.15,,69.5,,63.25,63.900000000000006,,64.09,,64.55,,,,,,65.625,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q20,,64.29,,66.2,,69.5,,64.5,64.2,,64.12,,64.9,,,,,,66.0,,,65.5 baseline_percentile_core_cooling_comfort_temperature_q25,,64.5,,66.25,,69.5,,64.5,64.5,,64.15,,65.25,,,,,,66.375,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q30,,64.89999999999999,,66.3,,69.5,,64.5,64.8,,64.32000000000001,,65.65,,,,,,66.75,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q35,,65.0,,66.35,,69.5,,64.64999999999999,65.05,,64.49000000000001,,66.175,,,,,,67.025,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q40,,65.2,,66.4,,69.5,,65.1,65.2,,64.66,,66.7,,,,,,67.1,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q45,,65.5,,66.45,,69.5,,65.575,65.35,,64.83,,67.0,,,,,,67.17500000000001,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q50,,66.0,,66.5,,69.5,,66.25,65.5,,65.0,,67.0,,,,,,67.25,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q55,,66.3,,66.55,,69.7,,66.925,65.65,,65.0,,67.0,,,,,,67.325,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q60,,67.0,,66.6,,69.9,,67.2,65.8,,65.0,,67.1,,,,,,67.4,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q65,,67.0,,66.65,,70.1,,67.425,65.95,,65.0,,67.275,,,,,,67.47500000000001,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q70,,67.76166666666667,,66.7,,70.3,,68.1,66.6,,65.0,,67.45,,,,,,67.7,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q75,,69.15416666666667,,66.75,,70.5,,69.0,67.5,,65.0,,68.0,,,,,,68.0,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q30,,65.0,,66.3,,69.5,,64.5,64.8,,64.32000000000001,,65.65,,,,,,66.75,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q35,,65.0,,66.35,,69.5,,64.75,65.05,,64.49000000000001,,66.175,,,,,,67.025,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q40,,65.0,,66.4,,69.5,,65.0,65.2,,64.66,,66.7,,,,,,67.1,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q45,,65.5,,66.45,,69.5,,65.25,65.35,,64.83,,67.0,,,,,,67.17500000000001,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q50,,65.75,,66.5,,69.5,,65.5,65.5,,65.0,,67.0,,,,,,67.25,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q55,,66.0,,66.55,,69.7,,66.25,65.65,,65.0,,67.0,,,,,,67.325,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q60,,67.0,,66.6,,69.9,,67.0,65.8,,65.0,,67.1,,,,,,67.4,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q65,,67.0,,66.65,,70.1,,67.25,65.95,,65.0,,67.275,,,,,,67.47500000000001,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q70,,67.44999999999999,,66.7,,70.3,,67.5,66.6,,65.0,,67.45,,,,,,67.7,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q75,,68.98125,,66.75,,70.5,,68.5,67.5,,65.0,,68.0,,,,,,68.0,,,65.5 baseline_percentile_core_cooling_comfort_temperature_q80,,69.5,,66.8,,70.7,,69.5,68.4,,65.1,,68.7,,,,,,68.30000000000001,,,65.5 baseline_percentile_core_cooling_comfort_temperature_q85,,69.5,,66.85,,70.9,,69.5,69.3,,65.2,,69.39999999999999,,,,,,68.6,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q90,,69.9,,66.9,,71.1,,69.6,70.2,,65.3,,70.1,,,,,,68.9,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q95,,71.19999999999999,,66.95,,71.3,,70.05,71.1,,65.4,,70.8,,,,,,69.2,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q98,,71.74000000000001,,66.98,,71.42,,70.32,71.64,,65.46000000000001,,71.22,,,,,,69.38,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q99,,71.87,,66.99,,71.46,,70.41000000000001,71.82,,65.48,,71.36,,,,,,69.44,,,65.5 -baseline_percentile_core_heating_comfort_temperature_n,25.0,,6.0,,3.0,,7.0,,,6.0,,13.0,,0.0,,0.0,,5.0,,,3.0, -baseline_percentile_core_heating_comfort_temperature_upper_bound_95_perc_conf,70.30159289335523,,72.08075865718023,,70.10005554976972,,70.4073250964311,,,70.47173802192755,,71.16485755623508,,,,,,70.51286850105045,,,70.49594852077674, -baseline_percentile_core_heating_comfort_temperature_mean,69.75,,70.16666666666667,,69.83333333333333,,69.78571428571429,,,69.625,,70.21153846153847,,,,,,69.7,,,69.33333333333333, -baseline_percentile_core_heating_comfort_temperature_lower_bound_95_perc_conf,69.19840710664477,,68.25257467615312,,69.56661111689694,,69.16410347499749,,,68.77826197807245,,69.25821936684186,,,,,,68.88713149894956,,,68.17071814588992, -baseline_percentile_core_heating_comfort_temperature_sem,0.2814249455894058,,0.976577546180386,,0.13608276348795434,,0.31714837281469493,,,0.43200919486099426,,0.48638729321255353,,,,,,0.4147288270665544,,,0.5931710140017395, -baseline_percentile_core_heating_comfort_temperature_q1,68.12,,69.0,,69.51,,68.53,,,68.02499999999999,,68.06,,,,,,68.52,,,68.03, -baseline_percentile_core_heating_comfort_temperature_q2.5,68.30000000000001,,69.0,,69.52499999999999,,68.575,,,68.0625,,68.15,,,,,,68.55,,,68.07499999999999, -baseline_percentile_core_heating_comfort_temperature_q5,68.5,,69.0,,69.55000000000001,,68.65,,,68.125,,68.30000000000001,,,,,,68.60000000000001,,,68.15, -baseline_percentile_core_heating_comfort_temperature_q10,68.5,,69.0,,69.6,,68.8,,,68.25,,68.6,,,,,,68.7,,,68.30000000000001, -baseline_percentile_core_heating_comfort_temperature_q15,68.8,,69.0,,69.65,,68.95,,,68.375,,68.9,,,,,,68.8,,,68.44999999999999, -baseline_percentile_core_heating_comfort_temperature_q20,69.0,,69.0,,69.69999999999999,,69.1,,,68.5,,69.2,,,,,,68.9,,,68.6, -baseline_percentile_core_heating_comfort_temperature_q25,69.0,,69.0,,69.75,,69.25,,,68.75,,69.5,,,,,,69.0,,,68.75, -baseline_percentile_core_heating_comfort_temperature_q30,69.0,,69.0,,69.8,,69.4,,,69.0,,69.5,,,,,,69.1,,,68.9, -baseline_percentile_core_heating_comfort_temperature_q35,69.0,,69.0,,69.85,,69.5,,,69.25,,69.5,,,,,,69.2,,,69.05, -baseline_percentile_core_heating_comfort_temperature_q40,69.30000000000001,,69.0,,69.89999999999999,,69.5,,,69.5,,69.5,,,,,,69.3,,,69.2, -baseline_percentile_core_heating_comfort_temperature_q45,69.5,,69.0,,69.95,,69.5,,,69.75,,69.7,,,,,,69.4,,,69.35000000000001, -baseline_percentile_core_heating_comfort_temperature_q50,69.5,,69.0,,70.0,,69.5,,,70.0,,70.0,,,,,,69.5,,,69.5, -baseline_percentile_core_heating_comfort_temperature_q55,69.5,,69.0,,70.0,,69.80000000000001,,,70.25,,70.30000000000001,,,,,,69.7,,,69.60000000000001, -baseline_percentile_core_heating_comfort_temperature_q60,69.5,,69.0,,70.0,,70.1,,,70.5,,70.5,,,,,,69.89999999999999,,,69.7, -baseline_percentile_core_heating_comfort_temperature_q65,69.8,,69.125,,70.0,,70.4,,,70.5,,70.5,,,,,,70.1,,,69.8, -baseline_percentile_core_heating_comfort_temperature_q70,70.0,,69.25,,70.0,,70.5,,,70.5,,70.5,,,,,,70.3,,,69.89999999999999, -baseline_percentile_core_heating_comfort_temperature_q75,70.5,,69.375,,70.0,,70.5,,,70.5,,70.5,,,,,,70.5,,,70.0, -baseline_percentile_core_heating_comfort_temperature_q80,70.5,,69.5,,70.0,,70.5,,,70.5,,70.65,,,,,,70.6,,,70.1, -baseline_percentile_core_heating_comfort_temperature_q85,70.5,,71.0,,70.0,,70.55,,,70.5625,,70.8,,,,,,70.7,,,70.19999999999999, -baseline_percentile_core_heating_comfort_temperature_q90,70.65,,72.5,,70.0,,70.7,,,70.625,,70.95,,,,,,70.8,,,70.3, -baseline_percentile_core_heating_comfort_temperature_q95,70.95,,74.0,,70.0,,70.85,,,70.6875,,72.8,,,,,,70.9,,,70.4, -baseline_percentile_core_heating_comfort_temperature_q98,73.34,,74.9,,70.0,,70.94,,,70.725,,74.41999999999999,,,,,,70.96,,,70.46, -baseline_percentile_core_heating_comfort_temperature_q99,74.41999999999999,,75.2,,70.0,,70.97,,,70.7375,,74.96,,,,,,70.98,,,70.48, -regional_average_baseline_cooling_comfort_temperature_n,,19.0,,2.0,,3.0,,10.0,4.0,,0.0,,6.0,,0.0,,0.0,,4.0,0.0,,0.0 -regional_average_baseline_cooling_comfort_temperature_upper_bound_95_perc_conf,,74.86969287264785,,73.0,,73.0,,75.0,75.0,,,,75.08773768507444,,,,,,75.0,,, -regional_average_baseline_cooling_comfort_temperature_mean,,74.47368421052632,,73.0,,73.0,,75.0,75.0,,,,74.33333333333333,,,,,,75.0,,, -regional_average_baseline_cooling_comfort_temperature_lower_bound_95_perc_conf,,74.07767554840478,,73.0,,73.0,,75.0,75.0,,,,73.57892898159221,,,,,,75.0,,, -regional_average_baseline_cooling_comfort_temperature_sem,,0.20204523577629327,,0.0,,0.0,,0.0,0.0,,,,0.3849001794597505,,,,,,0.0,,, +baseline_percentile_core_cooling_comfort_temperature_q90,,69.8,,66.9,,71.1,,69.5,70.2,,65.3,,70.1,,,,,,68.9,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q95,,71.14999999999999,,66.95,,71.3,,70.0,71.1,,65.4,,70.8,,,,,,69.2,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q98,,71.73,,66.98,,71.42,,70.3,71.64,,65.46000000000001,,71.22,,,,,,69.38,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q99,,71.86500000000001,,66.99,,71.46,,70.4,71.82,,65.48,,71.36,,,,,,69.44,,,65.5 +baseline_percentile_core_heating_comfort_temperature_n,26.0,,6.0,,3.0,,8.0,,,6.0,,15.0,,1.0,,0.0,,6.0,,,3.0, +baseline_percentile_core_heating_comfort_temperature_upper_bound_95_perc_conf,70.55649422209962,,72.72018188669642,,70.10005554976972,,70.80637866534133,,,70.47173802192755,,71.38207243361236,,72.5,,,,71.04732292141296,,,70.49594852077674, +baseline_percentile_core_heating_comfort_temperature_mean,69.97115384615384,,70.75,,69.83333333333333,,70.0625,,,69.625,,70.48333333333333,,72.5,,,,70.08333333333333,,,69.33333333333333, +baseline_percentile_core_heating_comfort_temperature_lower_bound_95_perc_conf,69.38581347020806,,68.77981811330358,,69.56661111689694,,69.31862133465867,,,68.77826197807245,,69.5845942330543,,72.5,,,,69.1193437452537,,,68.17071814588992, +baseline_percentile_core_heating_comfort_temperature_sem,0.2986430489519233,,1.005194840151235,,0.13608276348795434,,0.3795299312965974,,,0.43200919486099426,,0.45854035728522213,,0.0,,,,0.4918314224896049,,,0.5931710140017395, +baseline_percentile_core_heating_comfort_temperature_q1,68.125,,69.0,,69.51,,68.535,,,68.02499999999999,,68.07,,72.5,,,,68.525,,,68.03, +baseline_percentile_core_heating_comfort_temperature_q2.5,68.3125,,69.0,,69.52499999999999,,68.58749999999999,,,68.0625,,68.175,,72.5,,,,68.5625,,,68.07499999999999, +baseline_percentile_core_heating_comfort_temperature_q5,68.5,,69.0,,69.55000000000001,,68.675,,,68.125,,68.35,,72.5,,,,68.625,,,68.15, +baseline_percentile_core_heating_comfort_temperature_q10,68.5,,69.0,,69.6,,68.85,,,68.25,,68.7,,72.5,,,,68.75,,,68.30000000000001, +baseline_percentile_core_heating_comfort_temperature_q15,68.875,,69.0,,69.65,,69.025,,,68.375,,69.05,,72.5,,,,68.875,,,68.44999999999999, +baseline_percentile_core_heating_comfort_temperature_q20,69.0,,69.0,,69.69999999999999,,69.2,,,68.5,,69.39999999999999,,72.5,,,,69.0,,,68.6, +baseline_percentile_core_heating_comfort_temperature_q25,69.0,,69.0,,69.75,,69.375,,,68.75,,69.5,,72.5,,,,69.125,,,68.75, +baseline_percentile_core_heating_comfort_temperature_q30,69.0,,69.0,,69.8,,69.5,,,69.0,,69.5,,72.5,,,,69.25,,,68.9, +baseline_percentile_core_heating_comfort_temperature_q35,69.375,,69.0,,69.85,,69.5,,,69.25,,69.5,,72.5,,,,69.375,,,69.05, +baseline_percentile_core_heating_comfort_temperature_q40,69.5,,69.0,,69.89999999999999,,69.5,,,69.5,,69.8,,72.5,,,,69.5,,,69.2, +baseline_percentile_core_heating_comfort_temperature_q45,69.5,,69.125,,69.95,,69.64999999999999,,,69.75,,70.15,,72.5,,,,69.75,,,69.35000000000001, +baseline_percentile_core_heating_comfort_temperature_q50,69.5,,69.25,,70.0,,70.0,,,70.0,,70.5,,72.5,,,,70.0,,,69.5, +baseline_percentile_core_heating_comfort_temperature_q55,69.5,,69.375,,70.0,,70.35000000000001,,,70.25,,70.5,,72.5,,,,70.25,,,69.60000000000001, +baseline_percentile_core_heating_comfort_temperature_q60,70.0,,69.5,,70.0,,70.5,,,70.5,,70.5,,72.5,,,,70.5,,,69.7, +baseline_percentile_core_heating_comfort_temperature_q65,70.125,,70.25,,70.0,,70.5,,,70.5,,70.525,,72.5,,,,70.625,,,69.8, +baseline_percentile_core_heating_comfort_temperature_q70,70.5,,71.0,,70.0,,70.5,,,70.5,,70.7,,72.5,,,,70.75,,,69.89999999999999, +baseline_percentile_core_heating_comfort_temperature_q75,70.5,,71.75,,70.0,,70.625,,,70.5,,70.875,,72.5,,,,70.875,,,70.0, +baseline_percentile_core_heating_comfort_temperature_q80,70.5,,72.5,,70.0,,70.8,,,70.5,,71.2,,72.5,,,,71.0,,,70.1, +baseline_percentile_core_heating_comfort_temperature_q85,70.8125,,73.25,,70.0,,70.97500000000001,,,70.5625,,71.9,,72.5,,,,71.25,,,70.19999999999999, +baseline_percentile_core_heating_comfort_temperature_q90,71.5,,74.0,,70.0,,71.3,,,70.625,,72.3,,72.5,,,,71.5,,,70.3, +baseline_percentile_core_heating_comfort_temperature_q95,72.375,,74.75,,70.0,,71.65,,,70.6875,,73.4,,72.5,,,,71.75,,,70.4, +baseline_percentile_core_heating_comfort_temperature_q98,74.0,,75.2,,70.0,,71.86,,,70.725,,74.66,,72.5,,,,71.9,,,70.46, +baseline_percentile_core_heating_comfort_temperature_q99,74.75,,75.35,,70.0,,71.93,,,70.7375,,75.07999999999998,,72.5,,,,71.94999999999999,,,70.48, +regional_average_baseline_cooling_comfort_temperature_n,,20.0,,2.0,,3.0,,11.0,4.0,,0.0,,6.0,,0.0,,0.0,,4.0,0.0,,0.0 +regional_average_baseline_cooling_comfort_temperature_upper_bound_95_perc_conf,,74.87955236792833,,73.0,,73.0,,75.0,75.0,,,,75.08773768507444,,,,,,75.0,,, +regional_average_baseline_cooling_comfort_temperature_mean,,74.5,,73.0,,73.0,,75.0,75.0,,,,74.33333333333333,,,,,,75.0,,, +regional_average_baseline_cooling_comfort_temperature_lower_bound_95_perc_conf,,74.12044763207167,,73.0,,73.0,,75.0,75.0,,,,73.57892898159221,,,,,,75.0,,, +regional_average_baseline_cooling_comfort_temperature_sem,,0.19364916731037082,,0.0,,0.0,,0.0,0.0,,,,0.3849001794597505,,,,,,0.0,,, regional_average_baseline_cooling_comfort_temperature_q1,,73.0,,73.0,,72.99999999999999,,75.0,75.0,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q2.5,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q5,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q10,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q15,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q20,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,,,,,75.0,,, -regional_average_baseline_cooling_comfort_temperature_q25,,74.0,,73.0,,73.0,,75.0,75.0,,,,73.5,,,,,,75.0,,, +regional_average_baseline_cooling_comfort_temperature_q25,,74.5,,73.0,,73.0,,75.0,75.0,,,,73.5,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q30,,75.0,,73.0,,73.0,,75.0,75.0,,,,74.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q35,,75.0,,73.0,,73.0,,75.0,75.0,,,,74.5,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q40,,75.0,,73.0,,73.0,,75.0,75.0,,,,75.0,,,,,,75.0,,, @@ -228,818 +228,818 @@ regional_average_baseline_cooling_comfort_temperature_q90,,75.0,,73.0,,73.0,,75. regional_average_baseline_cooling_comfort_temperature_q95,,75.0,,73.0,,73.0,,75.0,75.0,,,,75.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q98,,75.0,,73.0,,73.0,,75.0,75.0,,,,75.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q99,,75.0,,73.0,,73.0,,75.0,75.0,,,,75.0,,,,,,75.0,,, -regional_average_baseline_heating_comfort_temperature_n,22.0,,6.0,,3.0,,7.0,,,6.0,,12.0,,0.0,,0.0,,5.0,,,3.0, -regional_average_baseline_heating_comfort_temperature_upper_bound_95_perc_conf,68.52998845545456,,68.0,,69.0,,69.0,,,67.0,,68.77292181272368,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_mean,68.18181818181819,,68.0,,69.0,,69.0,,,67.0,,68.25,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_lower_bound_95_perc_conf,67.83364790818182,,68.0,,69.0,,69.0,,,67.0,,67.72707818727632,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_sem,0.17763789471243538,,0.0,,0.0,,0.0,,,0.0,,0.2667968432263687,,,,,,0.0,,,0.0, -regional_average_baseline_heating_comfort_temperature_q1,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q2.5,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q5,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q10,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q15,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q20,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q25,67.25,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q30,68.0,,68.0,,69.0,,69.0,,,67.0,,67.3,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q35,68.0,,68.0,,69.0,,69.0,,,67.0,,67.85,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q40,68.0,,68.0,,69.0,,69.0,,,67.0,,68.4,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q45,68.0,,68.0,,69.0,,69.0,,,67.0,,68.95,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q50,68.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q55,68.55,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q60,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q65,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q70,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q75,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q80,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q85,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q90,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q95,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q98,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q99,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -percent_savings_baseline_percentile_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -percent_savings_baseline_percentile_upper_bound_95_perc_conf,24.8220346314953,56.72175273539071,21.736855459380266,46.81483463202802,22.367661418093224,55.41275199110983,36.58903333505168,55.47385447561032,58.40139401900949,25.999178190095186,73.60286585958288,30.857965673382928,56.73465611109715,,,,,36.16723628126259,53.08981195083448,,26.79475272061381,57.22739523628662 -percent_savings_baseline_percentile_mean,20.567485024867743,51.53242124249811,14.381683972561197,44.68400157688142,17.11990778853598,45.37177789929507,29.786718645513165,49.42124491576638,50.08802509418882,19.75711279679865,53.81769304347115,27.087782864224245,48.90451399535016,,,,,29.76316352744878,45.45610553172099,,22.893988030872972,57.22739523628662 -percent_savings_baseline_percentile_lower_bound_95_perc_conf,16.312935418240187,46.34308974960551,7.026512485742126,42.553168521734825,11.872154158978734,35.33080380748031,22.984403955974646,43.36863535592244,41.77465616936816,13.515047403502116,34.03252022735943,23.31760005506556,41.07437187960316,,,,,23.359090773634968,37.822399112607506,,18.993223341132133,57.22739523628662 -percent_savings_baseline_percentile_sem,2.1706885748099767,2.647618108618671,3.7526385136831992,1.0871597220135703,2.677425321202676,5.122945965211611,3.4705687191523054,3.088066101961192,4.241514757561565,3.1847272414778245,10.094475926587616,1.9235626577340217,3.994970467217853,,,,,3.2673840580682714,3.894748173017084,,1.9901860661943058,0.0 -percent_savings_baseline_percentile_q1,4.166845534173454,16.299272075611754,6.447523395000645,43.17727507401081,10.822852031571268,35.523730228952985,17.409521814916715,32.794307589949554,38.084294172319794,5.293307014621971,12.479950035123139,17.23845660405742,35.40003408152899,,,,,21.852106375929804,36.13176455579113,,18.1653197893077,57.22739523628662 -percent_savings_baseline_percentile_q2.5,4.400760618506318,24.824970461417394,6.601189093725182,43.223399354710935,11.08673675842608,35.778180193254904,17.826431690421106,33.27141160954789,38.561246226513965,6.242268134907347,15.276665360195857,17.39876866327286,35.46893982469492,,,,,21.984395167880677,36.313898250837,,18.379992799603208,57.22739523628662 -percent_savings_baseline_percentile_q5,4.997548933382234,33.33959584631097,6.8572985915994105,43.3002731558778,11.526544636517436,36.202263467091434,18.521281482928423,34.06658497554511,39.35616631683757,7.82387000204964,19.937857568650386,17.66595542863193,35.58378272997147,,,,,22.204876487798796,36.61745440924677,,18.73778115009573,57.22739523628662 -percent_savings_baseline_percentile_q10,7.1646299890484855,35.747844023223685,7.369517587347868,43.454020758211534,12.406160392700142,37.0504300147645,19.91098106794305,35.65693170753957,40.94600649748479,10.987073736334228,29.260241985559446,18.67170516791083,35.81346854052457,,,,,22.645839127635032,37.224566726066314,,19.453357851080774,57.22739523628662 -percent_savings_baseline_percentile_q15,9.315492156598083,37.59072773181404,7.881736583096325,43.60776836054527,13.28577614888285,37.89859656243756,21.30068065295768,37.4269374983395,42.535846678132,14.150277470618814,38.5826264024685,20.620207324311256,36.21271286470041,,,,,23.086801767471268,37.83167904288586,,20.16893455206581,57.22739523628662 -percent_savings_baseline_percentile_q20,10.503513079287837,40.6755111410215,8.393955578844782,43.76151596287901,14.16539190506556,38.74676311011062,22.204876487798796,39.248274448798135,44.125686858779225,17.3134812049034,47.90501081937756,21.467390365051862,37.629308270612675,,,,,23.527764407307505,38.438791359705405,,20.884511253050853,57.22739523628662 -percent_savings_baseline_percentile_q25,11.110029703775215,43.49114397484653,8.777929152908658,43.91526356521275,15.045007661248267,39.59492965778368,22.86632044755315,42.206435094864624,45.71552703942644,17.490662015955223,57.22739523628662,21.76391384796256,39.045903676524944,,,,,23.96872704714374,39.045903676524944,,21.600087954035896,57.22739523628662 -percent_savings_baseline_percentile_q30,13.2758142500011,45.74433455940482,9.161902726972533,44.06901116754648,15.924623417430976,40.44309620545675,23.527764407307505,46.074054697417395,47.305367220073656,17.667842827007043,57.61710258730575,23.086801767471265,40.67412954412365,,,,,24.378632702587414,39.653015993344496,,22.31566465502094,57.22739523628662 -percent_savings_baseline_percentile_q35,15.682688677155944,48.393981383033214,9.545876301036408,44.222758769880215,16.804239173613684,41.29126275312981,24.173679874865577,48.88710497911765,48.5950511436446,17.845023638058866,58.00680993832488,24.210575929507215,42.831431565938416,,,,,24.78853835803109,40.56570545372952,,23.031241356005978,57.22739523628662 -percent_savings_baseline_percentile_q40,17.240721482107556,49.278167001337195,9.929849875100285,44.37650637221395,17.683854929796393,42.13942930080287,24.78853835803109,49.59101661911282,49.28442255306302,18.02220444911069,58.39651728934402,24.93612257659763,44.988733587753195,,,,,25.198444013474766,42.08954920124551,,23.74681805699102,57.22739523628662 -percent_savings_baseline_percentile_q45,17.88045980026923,50.75875964653708,10.676281867993222,44.53025397454769,18.5634706859791,42.987595848475934,25.403396841196603,50.2554332683693,49.97379396248142,19.811146201573294,58.786224640363145,25.29949814919551,46.820763338385575,,,,,25.608349668918443,43.613392948761486,,24.46239475797606,57.22739523628662 -percent_savings_baseline_percentile_q50,19.44308644216181,52.9610700699612,11.422713860886157,44.68400157688142,19.44308644216181,43.83576239614899,26.018255324362116,50.60388999171622,50.66316537189984,21.600087954035896,59.17593199138228,25.48178818454712,48.21909672744143,,,,,26.018255324362116,45.13723669627747,,25.177971458961103,57.22739523628662 -percent_savings_baseline_percentile_q55,21.36854920408163,55.91420731260423,12.169145853779092,44.83774917921515,19.62574860225677,45.14473359476588,29.512190960760154,50.95234671506314,51.35253678131825,23.389029706498498,60.56962484131709,25.803668468436115,49.61743011649729,,,,,28.347545748627475,46.66108044379346,,25.208353131519708,57.22739523628662 -percent_savings_baseline_percentile_q60,22.64583912763503,56.870594847088,12.91557784667203,44.99149678154889,19.808410762351727,46.45370479338276,33.006126597158186,52.81048113402173,52.041908190736656,25.177971458961103,61.9633176912519,26.3919173025906,51.28129401211163,,,,,30.676836172892827,48.184924191309435,,25.23873480407831,57.22739523628662 -percent_savings_baseline_percentile_q65,24.694273694234163,57.19720315088974,13.365873350833368,45.14524438388263,19.991072922446687,47.76267599199965,36.50006223355622,54.85732526493178,52.73127960015507,25.253925640357608,63.357010541186725,27.512903237276056,53.144305787644825,,,,,33.006126597158186,49.708767938825424,,25.269116476636906,57.22739523628662 -percent_savings_baseline_percentile_q70,25.42102483942992,59.59263429245888,13.816168854994707,45.298991986216365,20.173735082541647,49.07164719061653,38.011808750968434,55.91420731260423,53.79090741264161,25.329879821754112,64.75070339112153,30.32749155953541,55.00731756317803,,,,,35.33541702142354,50.74900493338785,,25.29949814919551,57.22739523628662 -percent_savings_baseline_percentile_q75,26.018255324362116,61.41593598961943,14.266464359156046,45.4527395885501,20.356397242636604,50.38061838923342,38.53246070888774,56.47610831865788,55.035663426662225,25.405834003150616,66.14439624105634,33.98888107558173,55.961553790498,,,,,37.6647074456889,51.54743855147352,,25.329879821754112,57.22739523628662 -percent_savings_baseline_percentile_q80,29.107028387519996,61.8405279892612,14.716759863317385,45.60648719088383,20.539059402731564,51.68958958785031,39.053112666807046,57.7451061318893,56.28041944068284,25.48178818454712,68.10057071222292,34.21554799399726,56.552279798532695,,,,,38.011808750968434,52.34587216955917,,25.360261494312713,57.22739523628662 -percent_savings_baseline_percentile_q85,34.13999235452542,62.8792291792021,19.534790166383473,45.76023479321757,20.721721562826524,52.998560786467195,39.71615567322137,59.897974954092945,57.525175454703444,26.082982442286475,70.0567451833895,35.02626890749054,57.14300580656737,,,,,38.35891005624797,53.144305787644825,,25.390643166871318,57.22739523628662 -percent_savings_baseline_percentile_q90,36.345488176589726,67.33218535464836,24.352820469449558,45.91398239555131,20.90438372292148,54.30753198508407,40.66398077662575,61.605940920822015,58.76993146872406,26.68417670002583,72.01291965455607,37.00509781113931,61.24179268939869,,,,,38.70601136152751,53.942739405730485,,25.421024839429915,57.22739523628662 -percent_savings_baseline_percentile_q95,39.05311266680704,70.16026476350639,29.170850772515642,46.067729997885046,21.08704588301644,55.61650318370096,41.61180588003012,61.75674689339006,60.01468748274467,27.28537095776519,73.96909412572263,38.358910056247964,65.9252563846961,,,,,39.053112666807046,54.74117302381614,,25.451406511988516,57.22739523628662 -percent_savings_baseline_percentile_q98,41.0431108179875,73.16066336810346,32.061668954355305,46.159978559285285,21.196643179073416,56.40188590287109,42.180500942072754,61.84723047693089,60.76154109115704,27.646087512408805,75.14279880842258,38.983692405751135,68.73533460187456,,,,,39.26137344997477,55.22023319466753,,25.46963551552368,57.22739523628662 -percent_savings_baseline_percentile_q99,41.80137090071099,74.54296598249633,33.025275014968514,46.190728079752034,21.233175611092406,56.663680142594465,42.37006596275363,61.87739167144449,61.010492293961164,27.766326363956672,75.5340337026559,39.19195318891886,69.67202734093405,,,,,39.33079371103067,55.37991991828466,,25.4757118500354,57.22739523628662 -avoided_daily_mean_core_day_runtime_baseline_percentile_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -avoided_daily_mean_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,145.1643562284272,254.55773611606483,176.50459472593798,116.15616056832675,141.43955353725414,209.16870643161903,174.2791712162021,266.9140910439005,415.45377485281244,148.40492267801403,258.69336044925194,176.19470151779439,289.83055484819755,,,,,176.21589243823476,277.598940737075,,131.9618592281713,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_mean,125.65952153261814,211.1350024465584,126.00691001084267,64.99457789267287,117.8671910693618,178.90434381391347,161.6393877497039,211.30374460438202,290.2866305331299,106.8184411576151,170.9955317519775,153.01760638365533,205.68255017913137,,,,,169.12560256120122,200.23117854693928,,113.39132536884608,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,106.15468683680906,167.71226877705195,75.50922529574736,13.832995217018976,94.29482860146945,148.6399811962079,148.9996042832057,155.69339816486354,165.11948621344732,65.23195963721616,83.29770305470305,129.84051124951628,121.5345455100652,,,,,162.03531268416768,122.86341635680354,,94.82079150952086,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_sem,9.95144627337198,22.15445595382982,25.764124854640468,26.102848303905045,12.026715544843038,15.441001335564065,6.448869115560294,28.372625734448203,63.86078791820539,21.217592612448435,44.74379015167064,11.825048537826055,42.93265544340111,,,,,3.6174948352211964,39.4733480561917,,9.474762173125113,0.0 -avoided_daily_mean_core_day_runtime_baseline_percentile_q1,31.454704137210356,18.735346030954645,70.09396888603926,28.817875846481808,92.64135219672794,142.52950930435932,125.69430407691507,107.45071094730929,93.51341980797784,29.40732446234305,19.926902817135208,99.11443660431785,102.27853935832795,,,,,155.51045974492416,108.27825676588978,,98.35628368903261,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q2.5,38.3221959435663,23.66000766848111,71.67554525278142,29.92532590912031,93.42835233576258,144.06582159269064,128.50531008777602,107.85613501794549,101.8762984811923,33.20374675639802,26.63889963393252,100.47911185183128,102.83197842488548,,,,,156.19559907678288,109.92499956439676,,98.58372956361818,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q5,50.57011084436722,46.037153271056425,74.31150586401834,31.771076013517813,94.74001923415366,146.62634207324285,133.19032010587762,108.5318418023392,115.8144296032164,39.53111724648964,37.82556099526137,102.753570597687,103.75437686914802,,,,,157.33749796321405,112.66957089524169,,98.9628060212608,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q10,72.42188685974244,96.32101493204104,79.58342708649218,35.46257622231282,97.3633530309358,151.74738303434725,142.5603401420808,109.88325537112658,143.6906918472646,52.18585822667288,60.198883717919074,106.40549107762529,105.59917375767316,,,,,159.62129573607632,118.15871355693157,,99.72095893654604,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q15,85.07449779367965,106.65334340825892,84.85534830896601,39.154076431107825,99.98668682771793,156.86842399545162,151.930360178284,114.80250650068785,171.56695409131277,64.84059920685613,82.57220644057676,108.26341753401738,108.18734941616883,,,,,161.90509350893865,123.64785621862144,,100.47911185183126,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q20,91.71880225618519,112.82296207076041,90.12726953143986,42.84557663990283,102.61002062450007,161.98946495655602,156.44844042673077,120.74113979047027,199.443216335361,77.49534018703936,104.94552916323448,112.66964517376601,115.23579769448796,,,,,164.18889128180095,129.13699888031132,,101.23726476711651,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q25,95.24635140473707,125.34969212479955,91.40703999976417,46.537076848697836,105.2333544212822,167.11050591766042,158.54055078129934,128.4790774339846,227.31947857940915,82.67266841677342,127.31885188589219,118.3500234051929,122.2842459728071,,,,,166.47268905466325,134.6261415420012,,101.99541768240175,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q30,96.00426271924884,138.66801126688918,92.68681046808847,50.22857705749284,107.85668821806433,172.2315468787648,160.63266113586792,137.65645856048445,255.19574082345733,87.84999664650746,140.4410667140658,121.63218940388182,128.73749680851682,,,,,167.30264275181034,140.1152842036911,,102.75357059768699,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q35,100.77206190390784,144.1800901931551,93.96658093641277,53.92007726628785,110.48002201484648,177.3525878398692,162.47193014048858,145.61321177171052,279.750599655367,93.02732487624151,153.56328154223945,126.29286820408652,133.70275403770302,,,,,168.13259644895743,148.79073229637038,,103.51172351297222,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q40,105.32097939561928,151.10964227322336,95.24635140473707,57.61157747508285,113.10335581162862,182.4736288009736,163.80551644521347,151.12870915238906,297.6626516629997,98.20465310597557,166.68549637041315,133.71057260732272,138.6680112668892,,,,,168.96255014610452,163.8387912510286,,104.26987642825746,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q45,108.26341753401738,181.7104095534587,95.2983048341946,61.30307768387786,115.72668960841077,187.59466976207796,165.13910274993836,160.41096192946182,315.5747036706323,100.10003539418865,179.8077111985868,143.73136452118155,141.84571284204034,,,,,169.7925038432516,178.88685020568676,,105.0280293435427,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q50,118.3500234051929,192.92992602676043,95.35025826365211,64.99457789267287,118.3500234051929,192.71571072318235,166.47268905466325,199.82725787768817,333.48675567826484,101.99541768240175,192.92992602676043,155.05370019035172,142.64000687847806,,,,,170.6224575403987,193.9349091603449,,105.78618225882794,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q55,126.29286820408652,198.91248898767748,95.40221169310965,68.68607810146787,120.82850750122572,193.69334161150607,167.7176196003839,239.2435538259145,351.3988076858975,103.89079997061485,193.81962170876594,161.90509350893865,143.43430091491578,,,,,171.56608398262085,208.9829681150031,,108.82587810711863,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q60,138.96383019124923,227.17069320133163,95.45416512256716,72.37757831026288,123.3069915972585,194.67097249982982,168.96255014610452,243.81192762911263,369.31085969353006,105.78618225882794,194.70931739077145,167.30264275181034,163.8387912510286,,,,,172.509710424843,224.03102706966123,,111.8655739554093,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q65,147.35306544817692,244.04790933474555,109.1319237177456,76.06907851905788,125.78547569329132,195.64860338815356,170.20748069182514,244.02431116418228,387.2229117011627,113.38542187955466,195.59901307277696,169.7925038432516,198.9509288118976,,,,,173.45333686706516,239.07908602431942,,114.90526980369998,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q70,154.07600005293756,275.6540944220443,122.80968231292402,79.76057872785289,128.26395978932413,196.62623427647728,171.56608398262085,262.62891426316514,394.49772047501835,120.98466150028136,196.48870875478246,172.50971042484298,234.06306637276663,,,,,174.39696330928734,250.27304187163645,,117.94496565199067,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q75,162.02740137224697,294.51263856622296,136.48744090810246,83.4520789366479,130.74244388535692,197.603865164801,172.9815236459541,290.4296271441047,396.45390763198554,128.58390112100807,197.37840443678797,175.34058975150947,259.539946165283,,,,,175.34058975150947,259.539946165283,,120.98466150028136,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q80,167.30264275181037,318.6934840369776,150.1651995032809,87.14357914544291,133.22092798138974,198.58149605312474,174.39696330928732,310.675442746992,398.41009478895273,136.18314074173477,222.28237117699902,177.0193816620535,281.16272285045824,,,,,175.90018705502416,268.80685045892955,,124.02435734857204,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q85,172.50971042484298,331.7928859846638,176.62612209283236,90.8350793542379,135.69941207742255,199.55912694144845,175.62038840326682,321.477636752314,400.3662819459199,151.22859415275272,247.18633791721004,181.78385189242758,302.78549953563345,,,,,176.4597843585388,278.073754752576,,127.06405319686273,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q90,177.0193816620535,366.68630090461784,203.0870446823838,94.52657956303291,138.17789617345534,200.53675782977223,176.45978435853883,331.7928859846639,402.3224691028871,166.27404756377064,272.09030465742114,192.7196787624618,356.2527136234529,,,,,177.0193816620535,287.3406590462225,,130.1037490451534,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q95,192.71967876246174,402.3224691028871,229.54796727193522,98.21807977182792,140.65638026948818,201.51438871809592,177.29918031381084,340.4038285116111,404.2786562598543,181.31950097478858,296.9942713976321,220.2225285760785,415.02733394504645,,,,,177.57897896556818,296.607563339869,,133.1434448934441,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q98,227.37980083316017,438.6670566247345,245.42452082566615,100.43297989710491,142.14347072710783,202.10096725109017,177.80281788697405,345.57039402777946,405.45236855403465,190.34677302139937,311.9366514417588,241.69434534732343,450.29210613800257,,,,,177.91473734767698,302.16770591605695,,134.9672624024185,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q99,241.69434534732332,456.23450544568715,250.71670534357642,101.17127993886393,142.6391675463144,202.2964934287549,177.97069707802845,347.29258253316885,405.8436059854281,193.35586370360295,316.9174447898009,248.85161760440502,462.04703020232137,,,,,178.0266568083799,304.0210867747862,,135.57520157207662,127.31885188589219 -avoided_total_core_day_runtime_baseline_percentile_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -avoided_total_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,146349.56609968471,139971.08677843085,222123.87021008896,1696.624998061838,107224.4156808283,84300.23249353362,144153.63385091818,183621.50698974886,347576.83500360325,173762.59199445555,5516.2372727608445,180602.90939886874,164338.73670265463,,,,,153287.2817282896,165123.45767879902,,163486.70058989007,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_mean,123178.28572308208,95748.02339225111,152926.65458102393,727.4068477667219,87536.23901392137,71797.67952203489,121726.90659623037,111440.67281104298,249850.711747496,125392.95210758725,2973.17157320126,143211.89017450597,94144.74122586517,,,,,124606.89815398047,91250.48859549708,,135102.28414639438,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,100007.00534647946,51524.960006071364,83729.4389519589,-241.8113025283942,67848.06234701443,59295.126550536144,99300.17934154256,39259.83863233711,152124.58849138877,77023.31222071893,430.1058736416753,105820.8709501432,23950.745749075737,,,,,95926.5145796713,17377.51951219514,,106717.86770289869,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_sem,11822.081824797257,22562.78744192844,35304.70185156379,494.4990562730184,10044.988095360679,6378.853556887113,11442.207783003985,36826.956213625446,49860.26696740166,24678.387697381793,1297.4824997752983,19077.050624674885,35813.262998361955,,,,,14632.848762402633,37690.29034862344,,14481.845124232494,0.0 -avoided_total_core_day_runtime_baseline_percentile_q1,43195.145230033886,7.581485467275159,70157.00966423239,42.06612124396279,69498.95708752604,57397.364471276116,72923.49285780964,6333.7714626682,100635.76502687561,39934.89671508139,13.907014445343302,69522.76918754641,1549.6707221480217,,,,,73124.34265409478,36741.72941923594,,112758.52019951232,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q2.5,51466.843787042366,18.953713668187895,72445.20707589231,63.04593940282277,69895.24718075832,57927.635617097316,74856.51791261039,8066.487007095075,106623.34367560028,43316.22249966113,34.767536113358254,69954.77743080923,1734.075625776973,,,,,75358.64240332322,37031.534506628115,,113061.55361369145,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q5,62252.40491382214,115.60082539047296,76258.86942865881,98.01230300092273,70555.73066947881,58811.42086013267,78078.22633727829,10954.346247806534,116602.6414234747,48951.76547396069,69.53507222671651,70674.79116958063,2041.4171318252252,,,,,79082.47531870395,37514.54298561506,,113566.60930398997,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q10,68872.8323106906,912.4313853065695,83886.19413419184,167.94503019712263,71876.69764691978,60578.99134620336,84521.6431866141,16730.06472922945,136561.2369192236,60222.851422559805,139.07014445343302,75930.42072083303,2656.10014392173,,,,,86530.1411494654,38480.55994358896,,114576.72068458704,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q15,70674.79116958063,1514.5459785996497,91513.51883972486,237.87775739332253,73197.66462436074,62346.561832274034,90965.06003594991,24500.79663099019,156519.83241497245,71493.93737115891,208.6052166801495,88817.25441950464,4851.249033671999,,,,,93977.80698022686,39446.57690156286,,115586.83206518408,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q20,80282.50867074651,3453.2221865024667,99140.8435452579,307.8104845895225,74518.6316018017,64114.132318344724,96264.92025026609,32841.53236713317,176478.42791072137,82765.02331975804,278.14028890686603,99416.974848137,16529.193189344853,,,,,101425.4728109883,40412.593859536755,,116596.94344578114,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q25,82765.02331975804,4848.620454921515,102227.4907615412,377.74321178572234,75839.59857924268,65881.70280441541,100993.00214707246,37582.660710278185,196437.02340647022,90212.89197066677,504.6728233353315,108873.13864174976,28207.137345017698,,,,,108873.13864174976,41378.61081751065,,117607.0548263782,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q30,94318.46123096772,9315.380167468247,105314.1379778245,447.67593898192223,77160.56555668364,67649.2732904861,105721.08404387884,39444.103139024824,216395.61890221908,97660.76062157548,731.205357763797,109924.16544137578,37192.537332957094,,,,,112350.63462937881,42344.62777548455,,118617.16620697525,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q35,103033.76158385463,13240.377874594136,108400.7851941078,517.6086661781221,78481.5325341246,69416.8437765568,110611.88663556428,41030.600906580934,233998.50543782592,105108.62927248419,957.7378921922624,111011.17956424641,39446.576901562854,,,,,115828.13061700788,44085.67203224955,,119627.2775875723,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q40,109924.16544137578,22177.404648150077,111487.4324103911,587.5413933743222,79802.49951156556,71184.41426262747,115828.13061700788,42067.20935175599,246889.97405314876,112556.49792339292,1184.270426620728,112170.1683336063,41700.61647016862,,,,,119305.62660463693,47376.77088659679,,120637.38896816937,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q45,110868.58590151498,37169.00683722338,118023.3187527546,657.474120570522,81123.46648900653,72951.98474869817,121044.37459845145,43593.16086887255,259781.44266847154,115081.77637488555,1683.945644252372,116596.94344578113,46279.73793514771,,,,,122783.122592266,50667.86974094401,,121647.50034876642,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q50,111487.4324103911,41836.85191949487,124559.20509511809,727.4068477667219,82444.4334664475,74719.55523476885,126260.61857989505,49033.856961521145,272672.9112837943,117607.0548263782,2183.6208618840164,122657.61172936347,53958.96859529123,,,,,126260.61857989505,53958.96859529123,,122657.61172936347,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q55,114576.72068458704,53265.509478025626,131095.09143748158,797.3395749629218,85292.94210813064,75610.56300701934,129164.72993132111,54474.553054169744,285564.37989911716,120132.33327787084,2683.29607951566,124819.41583968242,61638.19925543477,,,,,131648.32998219828,57250.06744963846,,127401.12483506982,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q60,123018.55495523897,58620.93992120598,137630.97777984507,867.2723021591216,88141.45074981375,76501.57077926984,132068.84128274716,59019.16414925788,298455.84851443995,122657.61172936347,3182.9712971473045,131648.32998219828,68669.36507928037,,,,,137036.04138450153,60541.16630398569,,132144.63794077613,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q65,125180.35906555792,70313.93952852477,144931.61749692005,937.2050293553217,90989.95939149687,77392.57855152035,134972.95263417318,63451.76461965097,311347.3171297628,134516.39449362928,3351.87810299428,147811.46418910802,75214.4822759025,,,,,142423.75278680475,63832.26515833291,,136888.15104648244,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q70,134004.91551703116,82738.62518502332,152232.25721399506,1007.1377565515215,93838.46803318,78283.58632377084,139392.6269193344,111611.15602597679,319821.3238508503,146375.17725789512,3520.7849088412568,157146.20474240824,81759.59947252464,,,,,147811.464189108,80489.91741518021,,141631.66415218878,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q75,137630.97777984507,127616.90723673555,159532.89693107008,1077.0704837477215,96686.97667486314,79174.59409602135,144570.08267136323,181633.94290026906,326086.59962482017,158233.96002216093,3689.6917146882324,163066.7484689038,117856.09750889655,,,,,153199.17559141124,103830.84637327767,,146375.17725789512,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q80,155172.69016690977,226035.0060051369,166833.53664814506,1147.0032109439214,99535.48531654626,80065.60186827184,149747.53842339205,239181.24876374457,332351.87539879006,170092.74278642674,3858.5985205352085,167282.34505941757,165773.14788116844,,,,,155172.69016690974,127171.77533137513,,151118.69036360143,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q85,164573.4637406003,296405.8726598799,208584.05058095345,1216.9359381401212,102383.99395822937,80956.60964052234,154185.9328791605,281134.20336369914,338617.15117275994,184220.84643012524,5227.711116900769,181395.2257013855,213690.1982534402,,,,,157146.20474240824,150512.7042894725,,155862.20346930774,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q90,168789.06033111407,314328.33741502586,250334.56451376184,1286.868665336321,105232.50259991252,81847.61741277284,157146.20474240827,314056.2681945837,344882.42694672977,198348.95007382374,6596.82371326633,215302.67444626198,244349.83492987027,,,,,159119.71931790677,173853.63324756993,,160605.71657501408,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q95,215302.67444626178,316320.27582456486,292085.0784465702,1356.801392532521,108081.01124159562,82738.62518502334,160106.47660565603,315370.2188337228,351147.70272069966,212477.05371752224,7965.936309631891,269497.3313684837,272133.2359903267,,,,,161093.23389340527,197194.5622056673,,165349.2296807204,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q98,282364.9835706628,335419.4216228934,317135.3868062553,1398.761028850241,109790.11642660551,83273.22984837364,161882.6397236047,316158.5892172063,354906.8681850816,220953.91590374135,8787.40386745123,308100.2879750207,288803.2766266006,,,,,162277.3426387044,211199.11958052576,,168195.3375441442,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q99,308100.28797502053,346416.2000587815,325485.489592817,1412.747574289481,110359.81815494213,83451.43140282373,162474.69409625424,316421.37934503413,356159.9233398756,223779.53663248106,9061.22638672434,320967.9401771996,294359.9568386919,,,,,162672.04555380408,215867.3053721452,,169144.04016528546,3182.9712971473045 -baseline_daily_mean_core_day_runtime_baseline_percentile_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -baseline_daily_mean_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,793.7621169965815,470.0738535337375,1064.7135921889796,250.46799094209365,862.5491096390488,437.32440779815636,691.6240072893669,540.6692960962391,766.3539023717791,613.0206282088852,366.65116970213234,655.9893697692215,510.5030245130126,,,,,711.2746828626156,540.8788676737302,,568.4855201084441,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_mean,701.3308723799923,399.30060707851493,940.6555664655916,142.78029217838716,719.2645696170736,398.5323290326348,585.4236085440122,433.9649944998779,556.4747414754594,538.22611089961,283.44688041098135,580.6781293039155,402.4248393422912,,,,,598.8996037154309,426.29066430326,,500.3118605438533,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,608.8996277634031,328.52736062329234,816.5975407422035,35.09259341468065,575.9800295950984,359.7402502671132,479.2232097986574,327.26069290351666,346.59558057913966,463.43159359033484,200.24259111983037,505.36688883860944,294.3466541715698,,,,,486.5245245682462,311.70246093278985,,432.1382009792625,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_sem,47.15879827376999,36.10879921184825,63.294911083361285,54.94270345087067,73.104357154069,19.79187692118449,54.18387691089528,54.4409702022251,107.08120453893864,38.160468014936306,42.451168005689276,38.424102278217376,55.14193120955173,,,,,57.334224054686075,58.4633690665664,,34.78247936968921,0.0 -baseline_daily_mean_core_day_runtime_baseline_percentile_q1,332.15786181369276,86.00535693526072,738.2412904520995,66.6335901321961,560.0202038196572,356.60498687217984,384.56584233473586,182.39783798002125,241.3710105747492,416.76710898883937,148.63996948380188,328.6247409076082,220.6208575854203,,,,,445.3436238353405,299.47632481284984,,417.6590216644643,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q2.5,355.15471854831685,117.3940286310676,739.423318400306,68.96461162340603,565.4126539285332,357.94110443748673,390.3544334566576,187.57030453355463,254.1553982370653,419.20137502370613,153.25489963393252,346.32191628310545,220.8306311354736,,,,,445.82236850947425,302.23395267299924,,421.43115671276854,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q5,387.59427826254944,155.57920265190006,741.3933649806498,72.84964744208924,574.40007077666,360.1679670463317,400.0020853265271,196.19108212277692,275.462711007592,423.2584850818174,160.94644988415024,375.81720857560094,221.1802537188957,,,,,446.62027629969714,306.8299991065815,,427.7180484599423,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q10,427.0963432670575,201.93826718225844,745.3334581413378,80.61971907945568,592.3749044729134,364.6216922640214,419.2973890662661,213.43263730122152,318.0773365486456,431.37270519803997,176.32955038458573,421.1203041163262,221.87949888573996,,,,,448.21609188014276,316.02209197374617,,440.29183195428965,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q15,446.57047154599155,220.1593170976006,749.2735513020257,88.3897907168221,610.3497381691666,369.07541748171116,438.59269280600506,245.39492828869854,360.691962089699,439.48692531426246,191.7126508850212,439.0484215685201,226.23680460356837,,,,,449.8119074605885,325.2141848409108,,452.86561544863696,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q20,451.92305998328084,224.55269860202142,753.2136444627135,96.15986235418855,628.32457186542,373.52914269940095,446.6202762996971,281.563143793042,403.3065876307526,447.601145430485,207.09575138545668,448.2160918801428,252.54247362730206,,,,,451.40772304103416,334.40627770807544,,465.4393989429844,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q25,540.8820999090686,234.65574711482572,791.8201833087148,103.92993399155498,646.2994055616734,377.9828679170907,449.0139996703656,312.95806101802464,445.9212131718061,470.9213840501309,222.47885188589214,453.00353862147983,278.8481426510357,,,,,453.00353862147983,343.59837057524004,,478.01318243733175,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q30,547.2124208215984,280.6366225740309,830.4267221547161,111.70000562892142,664.2742392579269,382.4365931347804,451.40772304103416,340.5343396195185,488.5358387128596,494.2416226697768,236.3190667140658,505.730675394033,303.76596815086003,,,,,491.78283500451823,352.79046344240464,,490.5869659316792,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q35,564.5206713567636,301.2286227258207,869.0332610007174,119.47007726628786,682.2490729541802,386.8903183524702,472.39318681299903,364.10984663297654,524.2552255358986,517.5618612894227,250.15928154223946,541.6875232786342,325.2141848409108,,,,,530.5621313875567,362.9474671519039,,503.1607494260265,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q40,618.805541430523,342.41273939352953,907.6397998467187,127.24014890365427,700.2239066504336,391.34404357015995,530.5621313875567,379.6838104703628,546.1841349229089,540.8820999090686,263.9994963704131,544.1037933873307,346.6624015309616,,,,,569.3414277705951,375.0342925460722,,515.7345329203739,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q45,677.1141209365542,357.95724029628605,935.8220048463678,135.01022054102071,718.1987403466869,395.79776878784975,588.7310759621143,395.8258352530526,568.113044309919,541.8888791210256,277.83971119858677,549.5156248863004,365.1184706516015,,,,,608.1207241536337,387.12111794024054,,528.3083164147213,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q50,704.156115564316,393.5273338813728,964.0042098460169,142.78029217838716,736.1735740429403,400.2514940055395,646.9000205366721,416.51234759817135,590.0419536969291,542.8956583329825,291.6799260267604,556.4252370804065,379.5850096796936,,,,,646.9000205366721,399.2079433344088,,540.8820999090686,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q55,725.443082523902,403.0822642633128,992.1864148456659,150.5503638157536,749.0757064114337,404.18946973135786,658.2303081866279,437.19885994329,611.9708630839393,543.9024375449394,300.05295504209926,610.7101071541659,394.05154870778574,,,,,654.4535456366425,411.29476872857714,,541.2848115938514,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q60,736.685453153749,418.2552801389643,1020.368619845315,158.32043545312,761.9778387799271,408.1274454571762,669.5605958365836,455.87753842325026,633.8997724709495,544.9092167568963,308.4259840574381,654.4535456366425,408.1006674674256,,,,,662.0070707366132,423.3815941227454,,541.6875232786342,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q65,746.9094954056129,437.94434554898135,1037.2966326321161,166.09050709048645,774.8799711484205,412.06542118299456,680.8908834865395,474.30523767006576,655.8286818579597,552.8478682604971,316.7990130727769,677.1141209365542,421.8367210257262,,,,,669.5605958365836,435.46841951691374,,542.090234963417,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q70,762.5646110231235,447.7945618281125,1054.2246454189171,173.8605787278529,787.7821035169138,416.0033969088129,692.2862087580482,519.0461221514113,678.1211837924108,560.7865197640978,325.1720420881158,692.4630338476412,435.5727745840268,,,,,677.1141209365542,456.45851161395336,,542.4929466481997,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q75,865.1948977278741,498.6966965796164,1071.1526582057184,181.63065036521934,800.6842358854072,419.9413726346312,703.7140528403336,576.9435992500219,700.5954820005825,568.7251712676984,333.54507110345463,704.156115564316,481.9002370624288,,,,,684.6676460365247,481.9002370624288,,542.8956583329825,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q80,914.451885566461,590.6762092585568,1088.0806709925193,189.40072200258575,813.5863682539006,423.87934836044957,715.141896922619,616.6742100840239,723.0697802087541,576.6638227712992,351.62949761378064,715.318722012212,541.2642631088713,,,,,700.714587361865,507.3419625109042,,543.2983700177653,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q85,973.1675850053837,648.5558657128377,1100.3548512009702,197.17079363995217,826.488500622394,427.8173240862679,726.9746489460508,633.6962380872656,745.5440784169257,608.5368959695534,369.7139241241066,728.8510966078568,600.6282891553137,,,,,716.7615286872052,532.7836879593794,,543.701081702548,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q90,1060.9958505336376,666.2928722249003,1112.6290314094208,204.9408652773186,839.3906329908874,431.75529981208626,739.617216851776,653.9783274474003,768.0183766250974,640.4099691678076,387.7983506344326,747.1230074989993,627.6836159379056,,,,,732.8084700125455,558.2254134078548,,544.1037933873308,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q95,1127.3580476595614,703.4614658906871,1124.9032116178714,212.71093691468505,852.2927653593808,435.6932755379046,752.2597847575009,685.6706315566611,790.4926748332689,672.2830423660619,405.8827771447585,757.8891277429185,649.3541595098558,,,,,748.8554113378857,583.66713885633,,544.5065050721136,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q98,1141.6070286675272,763.252873606171,1132.267719742942,217.3729798971049,860.0340447804767,438.0560609733956,759.8453255009359,704.6860140222176,803.977253758172,691.4068862850144,416.7334330509541,762.097062695103,662.3564856530259,,,,,758.48357613309,598.9321741254153,,544.7481320829831,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q99,1143.651476440391,788.1099233238056,1134.7225557846323,218.9269942245782,862.6144712541756,438.8436561185593,762.3738390820811,711.0244748440698,808.4721133998063,697.7815009246652,420.35031835301936,763.4997076791644,666.6905943674159,,,,,761.6929643981579,604.0205192151103,,544.8286744199397,222.47885188589214 -baseline_total_core_day_runtime_baseline_percentile_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -baseline_total_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,867998.2430579164,270898.0986351935,1295681.2573821275,3669.80661781029,764442.5178825062,222448.93915530824,508595.5913930206,373620.30429827434,656086.7181537808,765496.7022762262,7875.861795189264,642159.04669247,290937.14462550584,,,,,520632.54766830517,331613.6519458299,,725396.9829864696,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_mean,727919.8457230821,187600.55910653682,1114050.8212476906,1575.906847766722,556797.5723472547,165979.34618870157,428564.6208819448,230630.07281104298,485965.71174749604,649497.2854409205,4718.67157320126,532353.6594052751,179355.1162258652,,,,,427404.69815398054,191221.2385954971,,599288.9508130611,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,587841.4483882478,104303.01957788017,932420.3851132536,-517.992922276846,349152.6268120032,109509.7532220949,348533.65037086897,87639.84132381162,315844.7053412113,533497.8686056148,1561.481351213256,422548.2721180803,67773.08782622457,,,,,334176.8486396559,50828.82524516428,,473180.91863965255,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_sem,71468.57006879305,42498.74465747788,92668.58986450867,1068.316209205902,105941.29874247528,28811.01681969728,40832.12781177339,72954.19973838335,86796.43183994119,59183.3759363805,1610.8113377489817,56023.15677918106,56929.60632634727,,,,,47565.22934404317,71628.78232159838,,64340.83274153496,0.0 -baseline_total_core_day_runtime_baseline_percentile_q1,303798.65275115194,17.57148546727516,825858.5471059384,95.2961212439628,330409.27881586266,130153.40447127612,300100.5203037449,10508.521462668203,261234.5650268756,443529.7241932111,100.0635213310364,301631.1743463246,3260.0007221480214,,,,,300322.00185162056,101669.18941923595,,446390.46282065357,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q2.5,311194.91764596617,43.928713668187896,838200.5506801573,140.62093940282278,337760.0515015999,130187.23561709732,301949.5865274484,13655.362007095076,269236.3436756003,446254.06359793857,250.158803327591,305776.2216338977,3519.900625776973,,,,,302503.29039713775,101931.18450662812,,453405.91016654455,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q5,319909.5617959441,742.7463735903248,858770.556637189,216.16230300092275,350011.33931116195,130243.62086013268,305031.36356695433,18900.096247806534,282572.6414234747,450794.6292724842,500.317606655182,312684.6337798529,3953.067131825225,,,,,306138.771306333,102367.84298561508,,465098.32240969635,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q10,323341.015461491,2434.4793302210246,899910.5685512521,367.2450301971227,374513.91493028606,130356.39134620337,311194.91764596617,29389.56472922945,309245.2369192236,459875.76062157546,1000.635213310364,322618.4327179754,4819.400143921729,,,,,313409.73312472354,103241.15994358895,,488483.1468959997,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q15,331337.07662475214,3210.49597859965,941050.5804653153,518.3277573933225,399016.4905494101,130469.16183227405,317358.47172497795,43620.03518668202,335917.8324149725,468956.8919706667,1500.952819965546,324786.18094852223,10358.599033672002,,,,,320680.69494311407,104114.47690156286,,511867.97138230305,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q20,398142.7224911021,5670.622186502465,982190.5923793785,669.4104845895225,423519.0661685342,130581.93231834474,322574.9155170312,58919.36335157165,362590.4279107214,478038.023319758,2001.270426620728,329394.30564718076,43934.99318934487,,,,,327951.65676150454,104987.79385953676,,535252.7958686064,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q25,441713.4979233929,7766.370454921516,1003047.938729495,820.4932117857223,448021.64178765833,130694.70280441543,327317.8041656051,74662.93007555223,389263.0234064703,527418.9531864251,2155.9878921922627,335222.61857989506,77511.3873450177,,,,,335222.61857989506,105861.11081751066,,558637.6203549099,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q30,482479.64638415637,12555.263490605317,1023905.2850796117,971.5759389819221,472524.2174067824,130807.47329048612,332060.6928141791,90761.88764680558,415935.61890221917,576799.8830530924,2310.705357763797,382412.6965133003,102076.7373329571,,,,,350952.64455769677,106734.42777548455,,582022.4448412133,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q35,517554.0294460079,22467.708089937394,1044762.6314297285,1122.658666178122,497026.7930259065,130920.2437765568,343087.63156879594,102367.84298561508,437794.405437826,626180.8129197597,2465.4228233353315,419440.8983598016,104114.47690156286,,,,,366682.67053549853,107796.12203224955,,605407.2693275167,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q40,559727.0581909254,33219.60464815007,1065619.977779845,1273.7413933743223,521529.36864503054,131033.01426262749,366682.6705354986,104987.79385953676,450025.57405314886,675561.7427864268,2620.140288906866,436145.3480324951,106152.21647016863,,,,,382412.6965133003,109234.57088659678,,628792.0938138199,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q45,585158.2444497849,71085.38394860706,1079902.5914374816,1424.824120570522,546031.9442641546,131145.78474869818,390277.7095022012,107796.12203224955,462256.74266847165,676819.210022161,3355.5980409669755,465126.5542107357,108755.0879351477,,,,,398142.7224911021,110673.019740944,,652176.9183001234,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q50,675561.7427864268,104405.58255422083,1094185.205095118,1575.906847766722,570534.5198832788,131258.55523476886,413872.7484689038,112111.46859529123,474487.9112837944,678076.6772578951,4091.0557930270847,500246.1386417498,112111.46859529123,,,,,413872.7484689038,112111.46859529123,,675561.7427864268,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q55,699343.1760767803,115467.84925543478,1108467.8187527545,1726.989574962922,590916.0112415957,141787.56300701937,439784.76552075765,116426.81515833292,486719.0798991172,679334.1444936292,4826.513545087194,526207.974848137,115467.84925543478,,,,,431147.426503473,113549.91744963847,,676064.7296807205,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q60,788002.731890013,130356.39134620337,1122750.432410391,1878.0723021591216,611297.5025999125,152316.57077926985,465696.78257261135,137983.0088027659,498950.2485144399,680591.6117293634,5561.971297147304,552575.5276401984,140834.7650792804,,,,,448422.1045380422,114988.36630398569,,676567.716575014,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q65,810950.766226877,152345.291018879,1125470.2084698295,2029.1550293553216,631678.9939582294,162845.57855152036,491608.79962446523,161694.30833237286,511181.41712976276,712564.3786783629,5629.878102994279,579754.5136036081,182709.58227590247,,,,,465696.7825726114,116426.81515833292,,677070.7034693077,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q70,816623.6672507448,229853.57714577054,1128189.984529268,2180.237756551521,652060.4853165462,173374.58632377084,508900.08404387883,250468.89973869867,537631.3238508502,744537.1456273624,5697.784908841256,623513.2024694174,224584.3994725246,,,,,482971.4606071806,149132.41741518013,,677573.6903636015,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q75,982190.5923793785,298114.6937084902,1130909.7605887065,2331.3204837477215,672441.9766748631,183903.59409602135,521881.00214707246,371775.13708338403,571190.5996248202,776509.912576362,5765.6917146882315,675561.7427864268,283601.13398065115,,,,,500246.1386417498,197471.59637327766,,678076.6772578951,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q80,1074925.5761826867,430133.86435994436,1133629.536648145,2482.4032109439217,692823.46803318,194432.60186827183,534861.9202502661,475545.6268255842,604749.8753987901,808482.6795253615,5833.598520535208,678579.6641521888,349474.6354133795,,,,,517959.7460316821,245810.77533137522,,678579.6641521887,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q85,1116388.9548405877,438894.98406721244,1240843.1133724232,2633.485938140121,713204.9593914968,204961.60964052234,548045.6966462968,557396.4320646778,638309.15117276,809511.0489843263,7448.961116900769,706992.5208557348,415348.1368461078,,,,,535673.3534216144,294149.9542894724,,679082.6510464824,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q90,1129277.8949530434,546998.3821762679,1348056.6900967015,2784.568665336321,733586.4507498136,215490.61741277284,561635.1896280017,623443.280441942,671868.4269467299,810539.4184432911,9064.32371326633,786195.2482348493,429081.29328467767,,,,,553386.9608115468,342489.13324756996,,679585.6379407761,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q95,1436580.8032988252,636561.3907718832,1455270.2668209795,2935.6513925325207,753967.9421081305,226019.62518502332,575224.6826097064,634176.279802803,705427.7027206996,811567.7879022559,10679.686309631892,880433.9313684836,434124.39222422114,,,,,571100.568201479,390828.3122056672,,680088.6248350698,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q98,1538404.5362250523,688185.0208559266,1519598.4128555467,3026.301028850241,766196.8369231207,232337.02984837364,583378.3783987294,640616.0794193195,725563.2681850815,812184.8095776348,11648.903867451229,941487.9279750206,437150.2515879473,,,,,581728.7326354384,419831.81958052574,,680390.416971646,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q99,1550444.189885155,713585.9996752981,1541041.1282004023,3056.5175742894808,770273.135194784,234442.83140282374,586096.2769950703,642762.6792914916,732275.1233398755,812390.4834694277,11971.976386724342,961839.2601771994,438158.871375856,,,,,585271.4541134249,429499.6553721452,,680491.0143505047,5561.971297147304 -_daily_mean_core_day_demand_baseline_baseline_percentile_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -_daily_mean_core_day_demand_baseline_baseline_percentile_upper_bound_95_perc_conf,31.054274253194578,16.003300777146105,42.39798786320861,10.797088267903284,26.38514236752517,9.816464460440185,16.711343310461405,15.611637955401449,15.047085922564742,36.45321051143519,33.28790654940457,17.815874325084884,13.64093330586147,,,,,16.029472559887374,14.858975780961732,,17.42776664738518,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_mean,24.813042752022934,12.605428382786172,34.810506394274256,10.608421686296623,20.4587679991347,8.681106819674772,13.889029397545253,12.753262266603263,12.374084511879001,23.628430257054372,16.94411863376554,15.295831708040302,11.601457013811132,,,,,13.317502735643552,12.08768930751619,,15.687082855093257,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_lower_bound_95_perc_conf,18.57181125085129,9.207555988426238,27.223024925339903,10.419755104689962,14.532393630744233,7.545749178909359,11.0667154846291,9.894886577805078,9.70108310119326,10.803650002673558,0.6003307181265143,12.77578909099572,9.561980721760794,,,,,10.605532911399731,9.316402834070647,,13.946399062801332,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_sem,3.184301786312064,1.733608364469354,3.871164014762425,0.09625846000339842,3.023660392035953,0.5792641024313334,1.4399560780184448,1.4583549432643803,1.3637762299417047,6.543255231826946,8.338667303897463,1.285736029104378,1.0405491285971111,,,,,1.383658073593786,1.4139216701252768,,0.8881039756591451,0.0 -_daily_mean_core_day_demand_baseline_baseline_percentile_q1,8.610871659238716,6.388612140741674,23.996022602813373,10.475014267059267,14.667629328342471,7.551473330684643,8.510409239654022,7.350197347922629,7.953251556134969,13.755282578240726,6.383689722160592,8.499766780831507,7.683919139222749,,,,,8.497308348428007,9.714402279731946,,13.78932802317131,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q2.5,8.944186294460348,6.397338246408135,24.249522335195046,10.479098167648166,14.816022558213902,7.5816074448365525,8.693030245498615,7.5402766750549,8.189469287169711,13.765830251178564,6.385032199955433,8.666424098442322,7.9127219661818184,,,,,8.660278017433575,9.720318003753817,,13.850943863505025,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q5,9.535185549238124,6.56000015493004,24.672021889164505,10.485904668629663,15.063344607999621,7.63183096842307,8.997398588572935,7.857075553608686,8.583165505560945,13.783409706074963,6.387269662946833,8.944186294460348,8.2940600111136,,,,,8.931894132442855,9.73017754379027,,13.953636930727885,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q10,10.692599734758687,7.102595475387888,25.517020997103423,10.49951767059266,15.557988707571056,7.732278015596103,9.606135274721574,8.490673310716257,9.370557942343416,13.818568615867758,6.391744588929635,9.672593321824255,9.056736100977165,,,,,9.47512636246141,9.749896623863176,,14.159023065173605,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q15,12.690879698776133,7.402907502352759,26.362020105042337,10.513130672555656,16.05263280714249,7.832725062769136,10.214871960870212,8.98239349860144,10.157950379125884,13.853727525660554,6.396219514912435,10.746765619843876,9.717031490408333,,,,,10.01835859247997,9.76961570393608,,14.36440919961932,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q20,13.860759307619114,7.584261750755724,27.20701921298125,10.52674367451865,16.547276906713925,7.93317210994217,10.555191962172556,9.433577238137367,10.945342815908354,13.888886435453351,6.400694440895236,12.162194150023117,9.763042677245112,,,,,10.561590822498525,9.789334784008986,,14.569795334065041,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q25,14.568700508428185,8.165813730879423,27.674295934667796,10.540356676481645,17.041921006285364,8.033619157115204,10.761303621051754,9.653192124377675,11.732735252690823,14.367192861774852,6.405169366878037,13.748250796282166,9.809053864081891,,,,,11.104823052517084,9.809053864081891,,14.775181468510759,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q30,15.02392508305948,8.602911602430822,28.14157265635434,10.553969678444641,17.5365651058568,8.134066204288237,10.967415279930952,9.687551927981488,12.520127689473293,14.845499288096352,6.608704320769685,13.832632179784877,9.896633350835708,,,,,11.865579843187051,9.828772944154796,,14.98056760295648,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q35,15.611963291393558,8.731735865525923,28.60884937804089,10.567582680407636,18.031209205428233,8.23451325146127,11.485201447852067,9.73017754379027,13.079329173830395,15.323805714417853,6.812239274661332,14.024849250048316,10.08813358738212,,,,,12.626336633857019,9.95464126331234,,15.185953737402198,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q40,16.340979451643598,9.664645392245614,29.076126099727436,10.581195682370632,18.525853304999668,8.334960298634304,12.626336633857022,9.789334784008986,13.182148753336767,15.802112140739354,7.0157742285529805,14.43273769383322,10.279633823928537,,,,,13.387093424526988,10.292808060639164,,15.391339871847917,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q45,17.34875336772255,9.802480837390922,30.277791094210116,10.594808684333628,19.020497404571103,8.435407345807338,13.767471819861973,9.95464126331234,13.284968332843139,16.229305512619078,7.219309182444627,14.704663107403682,10.4423859068365,,,,,14.147850215196957,10.630974857965986,,15.596726006293634,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q50,19.51514150414254,9.97608214479391,31.479456088692793,10.608421686296623,19.51514150414254,8.53585439298037,14.908607005866925,10.969141655292809,13.38778791234951,16.656498884498802,7.422844136336275,14.908607005866925,10.566807118226532,,,,,14.908607005866925,10.969141655292809,,15.802112140739354,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q55,20.54988644161046,10.414031271368541,32.681121083175476,10.622034688259617,20.292873552211624,8.679877168161724,15.081584121655755,11.983642047273278,13.490607491855883,17.083692256378523,8.016087815174318,15.25456123744459,10.691228329616564,,,,,15.023925083059478,11.307308452619633,,15.972989489491242,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q60,22.657489441291403,10.635647690222614,33.88278607765815,10.635647690222614,21.070605600280707,8.82389994334308,15.254561237444587,12.294754363512132,13.593427071362253,17.510885628258247,8.609331494012359,15.548580341611627,11.014914227351039,,,,,15.139243160252033,11.645475249946456,,16.143866838243135,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q65,25.855020640278994,11.961183052336658,36.75421207793927,10.64926069218561,21.84833764834979,8.967922718524433,15.42753835323342,12.517943170283285,13.696246650868625,18.60261435819417,9.202575172850404,15.738729190957423,11.488048639843846,,,,,15.254561237444587,11.983642047273278,,16.31474418699502,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q70,27.275373430462945,12.682882747497924,39.62563807822039,10.662873694148605,22.626069696418874,9.111945493705786,15.728202778579707,13.825242244173435,13.849966775037524,19.694343088130097,9.795818851688445,16.161357014675513,11.961183052336654,,,,,15.369879314637142,12.556929427320172,,16.485621535746912,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q75,28.84146117168933,13.38778791234951,42.4970640785015,10.676486696111601,23.403801744487957,9.255968268887141,16.092710858704727,15.674596451623081,14.02913717153769,20.786071818066024,10.389062530526488,16.700224325579757,13.021248415466966,,,,,15.485197391829697,13.247777098727108,,16.656498884498802,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q80,30.037458095313593,14.686095292038294,45.36849007878262,10.690099698074595,24.18153379255704,9.399991044068495,16.457218938829744,17.455622008308737,14.208307568037855,21.877800548001947,19.13539450404577,17.186621107186852,14.316086158852281,,,,,15.728202778579709,13.938624770134043,,16.82737623325069,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q85,38.47706767810792,15.886512196025262,46.401766087904576,10.70371270003759,24.959265840626124,9.544013819249848,17.05199268452304,19.151236751539404,14.387477964538018,31.144011909399254,27.88172647756503,18.052290085609116,15.610923902237591,,,,,15.97120816532972,14.629472441540974,,16.99825358200258,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q90,47.84835250067533,18.209228560855706,47.43504209702654,10.717325702000586,25.736997888695203,9.688036594431203,18.10729776135289,20.4860857791339,14.566648361038183,40.41022327079656,36.628058451084314,19.67650345766172,16.067735142633378,,,,,16.214213552079734,15.320320112947908,,17.16913093075447,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q95,57.054435617927,20.582311142957764,48.46831810614851,10.73093870396358,26.514729936764287,9.832059369612555,19.162602838182735,20.558254802001798,14.745818757538347,49.67643463219386,45.374390424603575,23.013552434200044,16.384875299197574,,,,,16.457218938829744,16.01116778435484,,17.340008279506357,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q98,66.2196799437247,36.70576714003123,49.08828371162168,10.739106505141379,26.981369165605734,9.918473034721368,19.795785884280647,20.601556215722535,14.853320995438446,55.23616144903225,50.62218960871515,25.529632501468768,16.575159393136094,,,,,16.60302217087975,16.425676387199,,17.442534688757494,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q99,69.57831099763247,45.41324476907699,49.294938913446074,10.741829105533977,27.136915575219554,9.94727758975764,20.006846899646614,20.615990020296113,14.889155074738479,57.08940372131171,52.371456003419006,26.368325857225003,16.638587424448936,,,,,16.651623248229754,16.563845921480386,,17.47671015850787,10.389062530526488 -percent_savings_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -percent_savings_baseline_regional_upper_bound_95_perc_conf,17.93400085676939,8.302762964867533,10.970592307449932,10.053295554582466,17.218477735697892,34.16530307662385,30.87703985651693,7.339810586425639,3.032945643291759,9.978419192731735,,20.95915830646234,10.688616945565599,,,,,26.94943444318319,1.073254086963991,,13.053275551176188, -percent_savings_baseline_regional_mean,14.006273721552184,-0.04576886824885531,8.54097796347286,-7.637149109287655,13.567275477926543,26.7238879910616,24.964172934142017,-3.2354147729221068,-8.353206630529167,6.906852853422865,,16.716145299327028,2.566850054421072,,,,,24.73824832465658,-3.126107492589753,,10.199348498894478, -percent_savings_baseline_regional_lower_bound_95_perc_conf,10.078546586334976,-8.394300701365243,6.111363619495789,-25.327593773157776,9.916073220155196,19.282472905499343,19.051306011767103,-13.810640132269853,-19.73935890435009,3.8352865141139936,,12.473132292191718,-5.554916836723454,,,,,22.527062206129973,-7.325469072143497,,7.345421446612767, -percent_savings_baseline_regional_sem,2.003942415927147,4.2594550168961165,1.2395991550903427,9.025737073403123,1.8628582947812997,3.7966403497766605,3.016768837946385,5.39552314252436,5.8092613641943505,1.5671256833208527,,2.164802554660873,4.143758617930881,,,,,1.1281561829217397,2.1425314181396655,,1.456085230755975, -percent_savings_baseline_regional_q1,2.4656126749788716,-42.27164484432074,4.347876249722662,-20.14618249331559,9.160375041611653,21.431018250399568,11.791382534729378,-42.67478335101797,-24.878077098615844,2.241199161611279,,5.328455011569663,-8.75116223135871,,,,,21.81550181288016,-8.86434462758762,,7.247344274731812, -percent_savings_baseline_regional_q2.5,2.907426779421319,-36.67628896072901,4.518335855645414,-19.763252899926982,9.35105395491264,21.47226339456752,12.746199362592131,-37.6841352274721,-24.277680060865265,2.3463929960023377,,5.673616597016431,-8.3267282455003,,,,,21.892883760256566,-8.609684236072574,,7.333007159951189, -percent_savings_baseline_regional_q5,3.606683502991833,-27.350695821409467,4.802435198849999,-19.125036910945962,9.668852143747625,21.54100530151411,14.337560742363383,-29.36638835489565,-23.27701833128096,2.5217160533207696,,6.248885906094377,-7.619338269069614,,,,,22.021853672550574,-8.185250250214162,,7.475778635316818, -percent_savings_baseline_regional_q10,4.320647589990594,-21.37684346921631,5.370633885259169,-17.848604932983932,10.304448521417589,21.6784891154073,17.520283501905887,-12.730894609742741,-21.27569487211235,2.8723621679576326,,7.475778635316818,-6.204558316208243,,,,,22.279793497138588,-7.336382278497339,,7.761321586048075, -percent_savings_baseline_regional_q15,5.309649883459339,-14.475770443866928,5.938832571668339,-16.572172955021895,10.940044899087553,21.81597292930048,20.70300626144839,-7.4760116673973265,-19.274371412943744,3.2230082825944963,,9.046264864338726,-4.789778363346872,,,,,22.537733321726602,-6.487514306780517,,8.04686453677933, -percent_savings_baseline_regional_q20,6.64367214337912,-10.194945091555464,6.50703125807751,-15.295740977059863,11.57564127675752,21.953456743193662,22.021853672550574,-5.472731811568334,-17.273047953775134,3.5736543972313592,,10.267499750082674,-3.374998410485501,,,,,22.795673146314616,-5.638646335063694,,8.332407487510586, -percent_savings_baseline_regional_q25,7.202525010873127,-6.808251715454328,6.690121690992088,-14.019308999097827,12.211237654427483,22.090940557086846,22.408763409432595,-4.322256810338384,-15.271724494606527,3.9548276199081407,,10.877544785090189,-3.3243239226225656,,,,,23.05361297090263,-4.789778363346872,,8.617950438241841, -percent_savings_baseline_regional_q30,7.777551822638374,-4.166179771154813,6.873212123906667,-12.742877021135792,12.846834032097448,22.22842437098003,22.795673146314616,-3.854025692787669,-13.27040103543792,4.336000842584922,,11.817029974034538,-3.2736494347596303,,,,,23.197967595847754,-3.94091039163005,,8.9034933889731, -percent_savings_baseline_regional_q35,9.080557953453365,-3.4918096532400185,7.056302556821246,-11.46644504317376,13.482430409767414,22.36590818487321,23.125790283375192,-3.516840633830272,-11.439176418525252,4.717174065261704,,13.031048624592916,-3.222974946896695,,,,,23.34232222079288,-3.3648635129129136,,9.189036339704355, -percent_savings_baseline_regional_q40,9.519309000478485,-3.334458820195153,7.239392989735824,-10.190013065211723,14.118026787437378,22.50339199876639,23.34232222079288,-3.4417476920595105,-9.94814948612445,5.098347287938485,,13.526054802629421,-3.17230045903376,,,,,23.486676845738007,-3.334458820195153,,9.47457929043561, -percent_savings_baseline_regional_q45,10.171312787693623,-3.0546709977957383,7.721645960518216,-8.91358108724969,14.753623165107342,22.640875812659576,23.55885415821057,-3.3648635129129136,-8.457122553723655,5.621319387100254,,13.751431303470222,-1.6099785640025115,,,,,23.631031470683133,-3.3040541274773916,,9.760122241166869, -percent_savings_baseline_regional_q50,10.739860027132277,-1.996005846653538,8.203898931300607,-7.637149109287655,15.389219542777308,22.778359626552756,23.775386095628257,-3.2736494347596303,-6.96609562132286,6.1442914862620235,,15.025635600599294,-0.047656668971263416,,,,,23.775386095628257,-3.2736494347596303,,10.045665191898124, -percent_savings_baseline_regional_q55,12.36885663337926,0.2989434134340335,8.686151902083,-6.36071713132562,15.478232700992043,24.099501949798594,24.516129016850005,-3.182435356606347,-5.475068688922061,6.667263585423792,,16.553579261076557,1.5146652260599849,,,,,24.269214709776087,-3.2432447420418695,,10.377313134728286, -percent_savings_baseline_regional_q60,13.608009893844258,2.5723772520061803,9.168404872865391,-5.084285153363588,15.567245859206778,25.420644273044424,25.25687193807175,-1.681805165153864,-3.9840417565212682,7.190235684585561,,19.5700887587474,3.076987121091233,,,,,24.76304332392392,-3.212840049324108,,10.708961077558447, -percent_savings_baseline_regional_q65,14.823164729501126,4.512115605560254,9.457524172509963,-3.807853175401551,15.656259017421515,26.74178659629026,25.9976148592935,-0.0049979595389748055,-2.4930148241204684,7.904093061413702,,21.957368716403572,3.589533008401597,,,,,25.25687193807175,-3.182435356606347,,11.040609020388612, -percent_savings_baseline_regional_q70,16.012311650280452,5.5294921747202475,9.746643472154535,-2.5314211974395184,15.745272175636249,28.06292891953609,26.76638324157834,1.3108525792935588,-1.216634610890325,8.617950438241841,,22.66670323402061,4.10207889571196,,,,,25.750700552219584,-2.547371701021263,,11.372256963218774, -percent_savings_baseline_regional_q75,20.392773167203085,6.524752675893774,10.035762771799106,-1.2549892194774834,15.834285333850984,29.38407124278193,27.549164354394733,2.446224784734921,-0.04757775724549851,9.331807815069983,,23.234056252084038,4.614624783022324,,,,,26.244529166367414,-1.6099785640025115,,11.703904906048937, -percent_savings_baseline_regional_q80,22.79567314631462,12.912487899533735,10.324882071443676,0.021442758484552016,15.923298492065719,30.705213566027762,28.331945467211128,3.9119494650347733,1.121479096399328,10.045665191898124,,23.631031470683133,5.1271706703326885,,,,,26.766383241578342,-0.6725854269837603,,12.035552848879098, -percent_savings_baseline_regional_q85,23.66712012691941,21.81597292930048,11.18664157265124,1.2978747364465852,16.012311650280456,32.026355889273596,29.958732681468874,5.790614738907733,2.2905359500441476,10.87478504897353,,24.639586170386963,9.539967909387705,,,,,27.28823731678927,0.26480771003498504,,12.367200791709262, -percent_savings_baseline_regional_q90,25.997614859293506,23.51682461086416,12.048401073858804,2.57430671440862,16.10132480849519,33.34749821251943,33.273532098609365,9.173687411539008,3.459592803688974,11.703904906048937,,25.9976148592935,13.952765148442722,,,,,27.810091392000196,1.202200847053736,,12.698848734539425, -percent_savings_baseline_regional_q95,28.723336023619318,27.422594379199897,12.910160575066367,3.8507386923706526,16.190337966709922,34.66864053576526,36.58833151574983,17.82218597982438,4.628649657333794,12.533024763124342,,27.418700835592,18.36556238749774,,,,,28.331945467211124,2.139593984072482,,13.030496677369586, -percent_savings_baseline_regional_q98,35.262411748893626,32.56290746708663,13.427216275790908,4.616597879147874,16.243745861638764,35.46132592971277,38.57721116603412,23.011285120795634,5.33008376952069,13.030496677369586,,28.27976005969003,21.013240730930757,,,,,28.645057912337684,2.702029866283733,,13.229485443067682, -percent_savings_baseline_regional_q99,37.582771340891966,34.276345163048866,13.599568176032419,4.871884274740282,16.261548493281712,35.725554394361936,39.24017104946221,24.74098483445271,5.563895140249653,13.196320648784667,,28.566779801056043,21.895800178741755,,,,,28.749428727379865,2.8895084936874817,,13.295815031633715, -avoided_daily_mean_core_day_runtime_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -avoided_daily_mean_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,101.26912215876933,21.448306900155654,84.38671026115651,8.8541901080224,104.79876553886561,85.3087120283483,158.78560192556603,4.95312054035734,2.7667293139844773,47.70593439692679,,119.69185706392614,34.38215074383649,,,,,170.31773695648178,1.9694251146957962,,66.78525691637803, -avoided_daily_mean_core_day_runtime_baseline_regional_mean,81.91161761184718,5.741956722656778,70.96465703372782,0.06921288090162125,89.93842254580717,76.57102458778333,130.74258572469907,-4.369109610191619,-19.265806423189566,31.875712924659325,,91.6608393781684,9.602498328726288,,,,,138.96003494891846,-6.2790644599852135,,46.01895171328662, -avoided_daily_mean_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,62.55411306492502,-9.964393454842096,57.54260380629912,-8.715764346219157,75.07807955274873,67.83333714721836,102.69956952383211,-13.69133976074058,-41.29834216036361,16.045491452391857,,63.62982169241067,-15.177154086383915,,,,,107.60233294135514,-14.527554034666224,,25.25264651019521, -avoided_daily_mean_core_day_runtime_baseline_regional_sem,9.876277830062325,8.013443968111671,6.847986340524845,4.482131238326928,7.5818076495196145,4.458003796206614,14.30766132697294,4.756239872729061,11.241089661823493,8.076643608299728,,14.30153963559068,12.642679803627654,,,,,15.998827554879242,4.208413048306638,,10.595053675046637, -avoided_daily_mean_core_day_runtime_baseline_regional_q1,12.519382228556744,-47.831109334757485,45.99367468363116,-6.142704088964874,76.93714343508601,67.42210157371909,75.53513587147154,-28.375449315164175,-51.06009382825001,12.276931632351435,,24.33127002801848,-15.875716755286916,,,,,82.14785443834828,-16.001520682648245,,24.391407621317086, -avoided_daily_mean_core_day_runtime_baseline_regional_q2.5,12.99670683983594,-41.82178910667351,47.39957998166633,-5.952543365397533,77.18956914749536,67.69458859123235,76.0391184579406,-26.567751435934525,-49.89425034040484,12.390580349322672,,24.877902886932837,-15.403952027681944,,,,,84.17120510064808,-15.718461846085262,,25.02824687017936, -avoided_daily_mean_core_day_runtime_baseline_regional_q5,14.229000351058202,-31.806255393200225,49.74275547839159,-5.635608826118629,77.61027866817764,68.14873362042111,76.87908943538905,-23.554921637218442,-47.951177860662874,12.579994877608069,,25.788957651790106,-14.61767748167366,,,,,87.5434562044811,-15.246697118480288,,26.08964561828315, -avoided_daily_mean_core_day_runtime_baseline_regional_q10,24.298140763841847,-26.65986805246664,54.42910647184212,-5.001739747560824,78.45169770954219,69.05702367879864,78.55903139028591,-17.52926203978627,-44.065032901178945,12.958823934178861,,29.071279394179673,-13.045128389657087,,,,,94.28795841214712,-14.303167663270344,,28.212443114490732, -avoided_daily_mean_core_day_runtime_baseline_regional_q15,29.94626903151877,-19.112065528659357,59.11545746529266,-4.367870669003018,79.29311675090672,69.96531373717617,80.23897334518279,-16.17249160064461,-40.178887941695024,13.337652990749653,,38.924556093606824,-11.472579297640513,,,,,101.03246061981314,-13.359638208060403,,30.335240610698314, -avoided_daily_mean_core_day_runtime_baseline_regional_q20,45.08408820478312,-16.15982376275488,63.80180845874319,-3.734001590445213,80.13453579227127,70.8736037955537,87.5434562044811,-16.149689492443095,-36.2927429822111,13.716482047320445,,49.934895254047696,-9.90003020562394,,,,,107.77696282747917,-12.416108752850457,,32.458038106905896, -avoided_daily_mean_core_day_runtime_baseline_regional_q25,49.84656942779934,-13.61845723632209,64.05720699074462,-3.100132511887407,80.97595483363581,71.78189385393124,97.66020951598013,-14.879006229226702,-32.40659802272718,16.279073566009224,,62.97009372126253,-8.889050165033034,,,,,114.52146503514518,-11.472579297640513,,34.58083560311348, -avoided_daily_mean_core_day_runtime_baseline_regional_q30,64.10828669714489,-10.6184276325573,64.31260552274604,-2.466263433329601,81.81737387500036,72.69018391230877,107.77696282747917,-12.610018041998405,-28.520453063243263,18.841665084698008,,70.78637299769068,-7.878070124442126,,,,,123.21569010651248,-10.52904984243057,,36.70363309932106, -avoided_daily_mean_core_day_runtime_baseline_regional_q35,66.24852605815829,-9.394441515540287,64.56800405474746,-1.8323943547717958,82.65879291636489,73.5984739706863,117.58919631641157,-10.917759893779532,-25.043941997675205,21.404256603386788,,74.25355294846328,-6.8670900838512186,,,,,131.90991517787975,-9.69783419750576,,38.82643059552864, -avoided_daily_mean_core_day_runtime_baseline_regional_q40,70.33833126327507,-7.825683238544694,64.82340258674888,-1.1985252762139895,83.50021195772945,74.50676402906383,126.79239016021081,-10.378961823579512,-22.386698719938863,23.966848122075568,,76.88391672544721,-5.856110043260312,,,,,140.60414024924705,-9.091246173151214,,40.949228091736224, -avoided_daily_mean_core_day_runtime_baseline_regional_q45,73.71629510797754,-6.228141118534824,66.74331500449624,-0.5646561976561846,84.34163099909398,75.41505408744136,135.99558400401003,-9.69783419750576,-19.729455442202532,24.79507972649127,,79.20047443726038,-2.7901066158253145,,,,,149.29836532061432,-8.48465814879667,,43.072025587943806, -avoided_daily_mean_core_day_runtime_baseline_regional_q50,75.98400355365263,-5.856110043260312,68.6632274222436,0.06921288090162125,85.18305004045853,76.3233441458189,145.19877784780923,-7.878070124442126,-17.0722121644662,25.62331133090697,,80.10501229484743,0.27589681160968293,,,,,157.99259039198162,-7.878070124442126,,45.19482308415139, -avoided_daily_mean_core_day_runtime_baseline_regional_q55,78.22207565814976,1.0038585730698717,70.58313983999095,0.7030819594594271,87.45108083342767,77.30593833678576,149.03692161106096,-6.0583060513784925,-14.414968886729866,26.45154293532267,,81.01815879899725,3.341900239044681,,,,,159.68861012451794,-7.271482100087582,,47.56485916909954, -avoided_daily_mean_core_day_runtime_baseline_regional_q60,80.24380063524094,5.479538394827271,72.5030522577383,1.336951038017232,89.71911162639681,78.28853252775262,152.87506537431267,-2.8072351026691242,-11.757725608993539,27.27977453973837,,83.42941162300114,6.407903666479678,,,,,161.38462985705428,-6.664894075733038,,49.93489525404769, -avoided_daily_mean_core_day_runtime_baseline_regional_q65,83.64861642518332,6.703447387787446,74.23005684152366,1.9708201165750387,91.98714241936594,79.27112671871949,156.71320913756438,0.6227492054959742,-9.1004823312572,31.758536675841626,,89.58381228966152,6.513454995518167,,,,,163.0806495895906,-6.0583060513784925,,52.30493133899584, -avoided_daily_mean_core_day_runtime_baseline_regional_q70,95.6894576870585,8.083156466846015,75.95706142530904,2.604689195132843,94.25517321233508,80.25372090968634,159.68861012451794,3.2852868105424555,-6.501408969178495,36.23729881194488,,105.71994053673916,6.619006324556654,,,,,164.77666932212693,-4.587488140670922,,54.674967423944, -avoided_daily_mean_core_day_runtime_baseline_regional_q75,105.94556943294135,10.319617206304093,77.68406600909441,3.23855827369065,96.52320400530422,81.2363151006532,162.23263972332245,5.56410106402964,-3.9314205649285845,40.71606094804814,,125.38924637435429,6.724557653595143,,,,,166.47268905466325,-2.684555286786826,,57.04500350889215, -avoided_daily_mean_core_day_runtime_baseline_regional_q80,113.18984362214613,16.93477464609817,79.41107059287977,3.8724273522484562,98.79123479827336,82.21890929162007,164.77666932212693,7.808229777364355,-1.3614321606786732,45.19482308415139,,149.29836532061438,6.830108982633631,,,,,168.18104649692805,-0.7816224329027301,,59.415039593840305, -avoided_daily_mean_core_day_runtime_baseline_regional_q85,140.59718092590956,37.501240095183206,84.60635389998875,4.506296430806261,101.0592655912425,83.20150348258693,167.32686777579562,10.009001565508479,1.208556243571223,51.11991329652177,,160.9606249239202,24.203417773429948,,,,,169.8894039391928,1.121310420981355,,61.78507567878845, -avoided_daily_mean_core_day_runtime_baseline_regional_q90,156.7132091375644,69.05702367879863,89.80163720709771,5.140165509364066,103.32729638421164,84.1840976735538,169.8894039391928,13.02422837873997,3.7785446478211338,57.04500350889215,,165.62467918839508,41.57672656422626,,,,,171.59776138145756,3.0242432748654506,,64.1551117637366, -avoided_daily_mean_core_day_runtime_baseline_regional_q95,166.04868412152916,77.30593833678574,94.99692051420669,5.7740345879218715,105.59532717718078,85.16669186452066,172.45194010258993,18.890047779777248,6.34853305207103,62.97009372126253,,170.31649329975897,58.95003535502257,,,,,173.30611882372233,4.927176128749536,,66.52514784868475, -avoided_daily_mean_core_day_runtime_baseline_regional_q98,171.42692563723108,82.61194696800682,98.11409049847208,6.154356035056555,106.95614565296226,85.75624837910078,173.98946180062825,22.409539420399636,7.890526094620977,66.52514784868477,,173.13528307949585,69.3740206295004,,,,,174.3311332890812,6.068935841079994,,67.94716949965364, -avoided_daily_mean_core_day_runtime_baseline_regional_q99,173.2207009516091,84.38061651174718,99.15314715989389,6.281129850768116,107.40975181155609,85.95276721729415,174.50196903330766,23.58270330060709,8.404523775470954,67.71016589115884,,174.07487967274147,72.84868238765964,,,,,174.67280477753414,6.44952241185681,,68.42117671664327, -avoided_total_core_day_runtime_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -avoided_total_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,86333.09732688947,8414.507699611637,100819.06983373855,108.23142294969622,83011.62776539466,43916.33440311236,114156.16023783764,130.14699093424588,3121.9194104225026,58750.229099179356,,92151.54288942307,19953.949686694228,,,,,116856.90255246074,443.3850706996245,,83974.39471768372, -avoided_total_core_day_runtime_baseline_regional_mean,72796.4716977343,413.4694979248788,84048.15328560061,41.72058671301953,67378.10535551072,32266.451413006256,94837.69989663249,-2932.852676909964,-14924.587045693115,38539.20704893193,,74575.52083123819,5632.925675951486,,,,,97098.47315135709,-2849.813246450193,,55999.71505570033, -avoided_total_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,59259.846068579136,-7587.568703761879,67277.23673746266,-24.790249523657167,51744.58294562678,20616.56842290015,75519.23955542734,-5995.852344754174,-32971.09350180873,18328.1849986845,,56999.4987730533,-8688.098334791259,,,,,77340.04375025343,-6143.011563600011,,28025.035393716946, -avoided_total_core_day_runtime_baseline_regional_sem,6906.44164752815,4082.162347799366,8556.590075580585,33.93410012075341,7976.286943818337,5943.817852094954,9856.357316941407,1562.7549325735765,9207.401253120213,10311.745944003791,,8967.35819295147,7306.644903440176,,,,,10080.831327093703,1680.2032230356212,,14272.795745909893, -avoided_total_core_day_runtime_baseline_regional_q1,15165.137473995002,-36943.533608718484,52758.25968666691,-5.309676612322516,50209.60517551482,20140.889599567097,57665.355004032586,-13846.021691716342,-39721.92212749813,14772.044409266036,,26158.54107775507,-6996.355702772197,,,,,75371.57364975192,-7052.982132965262,,26119.678554492737, -avoided_total_core_day_runtime_baseline_regional_q2.5,15939.03944518015,-31942.434274915126,53701.107356696535,-3.869974673791637,50775.88652828471,20497.4670573704,59338.7491520863,-12850.864012246782,-38888.40557186424,14956.306783357739,,27145.26309155506,-6784.006589548203,,,,,75714.39329882282,-6925.572665030866,,27048.106783399235, -avoided_total_core_day_runtime_baseline_regional_q5,17525.76907713397,-23607.268718576186,55272.52014007922,-1.4704714429068382,51719.68878290119,21091.762820375898,62127.73939884249,-11192.267879797513,-37499.21131247442,15263.410740177242,,28789.799781221725,-6430.091400841546,,,,,76285.75938060763,-6713.223551806872,,28595.487164910075, -avoided_total_core_day_runtime_baseline_regional_q10,26098.739743585375,-15958.570056968123,58415.3457068446,3.328535018862758,53607.29329213414,22280.3543463869,67705.71989235486,-7875.0756148989785,-34720.822793694766,15877.61865381625,,33315.982264339094,-5722.261023428231,,,,,77428.49154417723,-6288.525325358883,,31690.24792793174, -avoided_total_core_day_runtime_baseline_regional_q15,34233.5434870796,-9579.8736515799,61558.17127360998,8.127541480632352,55494.897801367086,23468.945872397897,73283.70038586724,-6151.2168569563055,-31942.434274915126,16491.826567455257,,43409.15571448468,-5014.430646014916,,,,,78571.22370774683,-5863.827098910894,,34785.00869095341, -avoided_total_core_day_runtime_baseline_regional_q20,50291.60633359736,-7269.630557336392,64700.99684037536,12.92654794240195,57382.50231060003,24657.5373984089,76285.75938060763,-4882.596243858163,-29164.045756135478,17106.034481094262,,51155.334225355604,-4306.600268601602,,,,,79713.95587131644,-5439.128872462905,,37879.76945397508, -avoided_total_core_day_runtime_baseline_regional_q25,53209.35443801165,-5728.343319256925,68256.45689614785,17.725554404171547,59270.10681983298,25846.1289244199,77999.85762596203,-4315.723712344642,-26385.65723735583,19204.707461292797,,54794.271592495876,-3729.183582639143,,,,,80856.68803488604,-5014.430646014916,,40974.53021699675, -avoided_total_core_day_runtime_baseline_regional_q30,56478.76149407259,-4313.899023596034,71811.91695192034,22.524560865941144,61157.71132906593,27034.720450430897,79713.95587131644,-4310.249646098818,-23607.268718576186,21303.380441491332,,56478.76149407259,-3151.766896676684,,,,,81634.52725311033,-4589.732419566928,,44069.29098001841, -avoided_total_core_day_runtime_baseline_regional_q35,59402.69218259594,-4189.830532650434,75367.37700769283,27.323567327710737,63045.31583829888,28223.311976441895,81245.60764399818,-4248.215400626018,-21040.618907051536,23402.05342168987,,56534.54517434636,-2574.350210714225,,,,,82412.3664713346,-4191.11693140911,,47164.05174304008, -avoided_total_core_day_runtime_baseline_regional_q40,66303.8498506243,-3533.280957295188,78922.83706346533,32.122573789480334,64932.92034753183,29411.903502452897,82412.3664713346,-4073.060796699267,-18897.446510036872,25500.726401888405,,63987.06623001328,-1996.9335247517663,,,,,83190.20568955888,-3844.6669198316345,,50258.812506061746, -avoided_total_core_day_runtime_baseline_regional_q45,71603.83339896586,-1797.867120067058,82609.58198206202,36.921580251249935,66820.52485676476,30600.495028463898,83579.12529867102,-3821.3461008970803,-16754.274113022213,26995.759756130825,,74213.36380145262,-1475.2724807311458,,,,,83968.04490778316,-3498.216908254159,,53353.57326908342, -avoided_total_core_day_runtime_baseline_regional_q50,77032.93214025168,-6.269477904676435,86296.32690065874,41.72058671301953,68708.12936599772,31789.086554474896,84745.88412600744,-2957.150670091405,-14611.101716007555,28490.79311037324,,77999.85762596203,-953.6114367105254,,,,,84745.88412600744,-3151.766896676684,,56448.334032105085, -avoided_total_core_day_runtime_baseline_regional_q55,79986.45509774672,80.11263840717633,89983.07181925543,46.51959317478913,70196.72667208457,33120.8875380453,91984.06048073014,-2092.95523928573,-12467.929318992894,29985.826464615657,,81051.14783944211,-431.95039268990496,,,,,89571.3350291559,-2805.316885099209,,59408.50910220533, -avoided_total_core_day_runtime_baseline_regional_q60,82499.13667007412,948.7627362647688,93669.81673785215,51.31859963655872,71685.32397817142,34452.68852161571,99222.23683545282,-732.7498118517481,-10324.756921978238,31480.859818858076,,83190.20568955888,89.71065133071549,,,,,94396.78593230437,-2458.866873521734,,62368.68417230557, -avoided_total_core_day_runtime_baseline_regional_q65,84342.760531308,1535.861678371758,96140.3715666679,56.117606098328324,73173.92128425826,35784.48950518612,106460.41319017553,689.4568651607779,-8181.584524963573,37722.728372169826,,84941.51421707246,577.8336349499006,,,,,99222.23683545283,-2112.4168619442576,,65328.859242405815, -avoided_total_core_day_runtime_baseline_regional_q70,85658.82455097749,1852.589124575566,98610.92639548368,60.91661256009791,74662.5185903451,37116.290488756524,111462.86583626218,1323.0982950154867,-5740.328845313155,43964.59692548158,,85658.82455097749,1065.9566185690855,,,,,104047.6877386013,-1593.0199136958454,,68289.03431250606, -avoided_total_core_day_runtime_baseline_regional_q75,91764.88373666597,1999.7808247537127,101081.48122429944,65.71561902186751,76151.11589643196,38448.09147232693,115347.45662803085,1562.457101291291,-3150.031524344839,50206.46547879333,,90425.57256310942,1554.0796021882707,,,,,108873.13864174976,-987.1494971119607,,71249.20938260629, -avoided_total_core_day_runtime_baseline_regional_q80,101575.5921900626,5145.903583683161,103552.03605311521,70.5146254836371,77639.7132025188,39779.89245589734,119232.04741979952,1747.8191854511624,-559.7342033765226,56448.334032105085,,100051.64578911368,2042.2025858074558,,,,,114273.23646082066,-381.27908052807595,,74209.38445270654, -avoided_total_core_day_runtime_baseline_regional_q85,108074.97325345456,12831.969944657158,105492.41165120684,75.3136319454067,79128.31050860565,41111.693439467745,123226.95992659115,1865.6853669661166,2030.5631175917783,63848.77170735569,,105414.4219591373,12808.426036900333,,,,,119673.33427989153,224.5913360558052,,77169.55952280678, -avoided_total_core_day_runtime_baseline_regional_q90,111069.49846510851,22280.354346386892,107432.78724929846,80.1126384071763,80616.9078146925,42443.49442303815,127442.51586342885,1965.8434159107187,4620.860438560096,71249.20938260629,,108341.0283828863,23574.64948799321,,,,,125073.43209896242,830.4617526396898,,80129.73459290701, -avoided_total_core_day_runtime_baseline_regional_q95,121296.36280587043,33120.887538045274,109373.1628473901,84.91164486894588,82105.50512077933,43775.29540660856,131658.0718002665,2004.023000859087,7211.157759528397,78649.6470578569,,121023.35873465924,34340.87293908609,,,,,130473.5299180333,1436.332169223571,,83089.90966300726, -avoided_total_core_day_runtime_baseline_regional_q98,129971.84942553143,40312.61284932551,110537.38820624507,87.79104874600765,82998.66350443146,44574.3759967508,134187.4053623691,2026.9307518281084,8765.336152109388,83089.90966300727,,129933.5201361262,40800.607009741834,,,,,133713.58860947585,1799.8544191739022,,84866.0147050674, -avoided_total_core_day_runtime_baseline_regional_q99,132922.7385813178,42709.85461975224,110925.46332586338,88.75085003836158,83296.38296564881,44840.73619346488,135030.51654973664,2034.566668817782,9283.395616303045,84569.99719805739,,132903.57393661523,42953.851699960396,,,,,134793.60817329,1921.028502490678,,85458.04971908746, -baseline_daily_mean_core_day_runtime_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -baseline_daily_mean_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,732.35677750936,267.56258046660355,1038.3796160575002,143.1660204817893,842.4061837526746,342.6855737329306,675.3198173745117,276.39175743348,342.9483118826065,529.4410233661722,,612.4039347668577,280.25172645099593,,,,,712.4680890090488,264.4171205918889,,518.2319636565909, -baseline_daily_mean_core_day_runtime_baseline_regional_mean,638.5943284474725,221.83776340433408,885.613313488477,77.85492716661591,691.335801093519,296.1990098065046,554.5268065190072,218.29214028530419,246.9223045191399,463.28338266665423,,537.6310810719674,223.1950924104117,,,,,568.7340361031481,219.78042129633548,,432.93948688829374, -baseline_daily_mean_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,544.8318793855851,176.1129463420646,732.8470109194539,12.543833851442528,540.2654184343634,249.71244588007855,433.7337956635028,160.1925231371284,150.89629715567332,397.1257419671363,,462.8582273770771,166.13845836982745,,,,,424.99998319724745,175.14372200078208,,347.64701011999654, -baseline_daily_mean_core_day_runtime_baseline_regional_sem,47.83798421524866,23.32898829707627,77.94199110664448,33.32198638529254,77.07672584650794,23.717634656339815,61.629087171175726,29.64266181029377,48.99286089972785,33.75389831608057,,38.14941515045422,29.110527571726657,,,,,73.33370046219423,22.77382617120071,,43.51656977974346, -baseline_daily_mean_core_day_runtime_baseline_regional_q1,336.92808859734254,36.77356459181863,583.1365500845,31.673010196749413,526.8111397943102,240.86719779420721,351.28654495042457,66.93267638884444,155.36557093928036,335.8497986519386,,335.21229918377105,127.6909670792832,,,,,352.33961381062375,179.37370923232342,,335.6563078572953, -baseline_daily_mean_core_day_runtime_baseline_regional_q2.5,342.3328252500926,45.83812833656121,592.91763742009,33.08674234888818,532.140453912267,243.11073206895344,352.492124929226,70.87722035833357,157.67126800266402,339.637100386583,,338.04335171616395,131.75841934134564,,,,,355.124797079724,179.61622948269732,,339.1533733999746, -baseline_daily_mean_core_day_runtime_baseline_regional_q5,351.15259161944664,60.945734577798866,609.2194496460735,35.442962602452795,541.022644108862,246.84995586019718,354.501424893895,77.45146030748214,161.51409644163678,345.94926994432336,,342.76177260348544,138.53750644478305,,,,,359.76676919489086,180.0204298999871,,344.98181597110676, -baseline_daily_mean_core_day_runtime_baseline_regional_q10,365.87257098519194,87.67805578393545,641.8230740980403,40.15540310958203,558.7870245020516,254.32840344268465,358.52002482323303,90.59994020577925,169.19975331958233,358.5736090598043,,355.1247970797239,152.09568065165786,,,,,369.0507134252247,180.8288307345667,,356.63870111337104, -baseline_daily_mean_core_day_runtime_baseline_regional_q15,385.78432611458516,115.54207995482268,674.4266985500071,44.86784361671127,576.5514048952413,261.806851025172,362.538624752571,117.35790260852377,176.88541019752785,371.19794817528526,,380.655643713142,165.6538548585327,,,,,378.33465765555854,181.6372315691463,,368.29558625563527, -baseline_daily_mean_core_day_runtime_baseline_regional_q20,407.5007933432781,142.28879663337807,707.0303230019738,49.5802841238405,594.315785288431,269.28529860765946,370.4830356731255,148.00428858396756,184.57106707547337,383.82228729076616,,407.5007933432781,179.2120290654075,,,,,387.6186018858925,182.44563240372588,,379.95247139789956, -baseline_daily_mean_core_day_runtime_baseline_regional_q25,466.32027358475233,157.72667206837247,750.6013269449859,54.29272463096973,612.0801656816207,276.76374619014695,380.3903520892883,166.02168569614216,192.2567239534189,400.3401610309459,,436.64597321767053,180.55936378970682,,,,,396.9025461162263,183.25403323830545,,391.60935654016384, -baseline_daily_mean_core_day_runtime_baseline_regional_q30,517.8973024238892,168.6597543699952,794.172330887998,59.00516513809897,629.8445460748103,284.2421937726344,390.2976685054511,173.93589171770137,199.94238083136443,416.8580347711257,,469.6055718514057,181.90669851400617,,,,,450.42636892486576,184.06243407288508,,403.26624168242813, -baseline_daily_mean_core_day_runtime_baseline_regional_q35,527.3926989165737,180.82883073456668,837.7433348310101,63.717605645228204,647.6089264679999,291.7206413551218,423.6644575205459,180.0204298999871,205.67464366235262,433.37590851130545,,505.7438527845933,183.25403323830545,,,,,503.95019173350516,186.46999564905772,,414.9231268246924, -baseline_daily_mean_core_day_runtime_baseline_regional_q40,545.8380063613608,188.69432478674946,881.3143387740221,68.43004615235743,665.3733068611897,299.19908893760925,503.9501917335053,182.44563240372588,207.50011839942616,449.8937822514852,,518.663154037001,184.6013679626048,,,,,557.4740145421447,192.07587870841658,,426.5800119669567, -baseline_daily_mean_core_day_runtime_baseline_regional_q45,568.5708581166646,206.28313524137715,903.5846601213541,73.14248665948666,683.1376872543794,306.6775365200967,584.2359259464644,186.46999564905772,209.32559313649972,466.32027358475233,,522.8753379091163,193.9445063948695,,,,,610.997837350784,197.6817617677754,,438.23689710922093, -baseline_daily_mean_core_day_runtime_baseline_regional_q50,620.5687426767652,217.23598366381833,925.854981468686,77.85492716661591,700.9020676475691,314.1559841025841,664.5216601594235,203.28764482713427,211.15106787357323,482.7467649180194,,529.1645997169601,203.28764482713427,,,,,664.5216601594235,203.28764482713427,,449.8937822514852, -baseline_daily_mean_core_day_runtime_baseline_regional_q55,665.8081852085097,221.50012788887918,948.1253028160179,82.56736767374514,715.7965680745438,316.2473393962477,665.2234010952886,220.1052940052108,212.97654261064676,499.1732562512865,,537.148180192041,212.63078325939898,,,,,664.9894874500003,208.89352788649308,,456.464378784792, -baseline_daily_mean_core_day_runtime_baseline_regional_q60,671.2279028778992,235.89199096050052,970.3956241633499,87.27980818087437,730.6910685015184,318.3386946899112,665.9251420311539,250.51809960126457,214.8020173477203,515.5997475845536,,559.9978694037632,221.97392169166372,,,,,665.4573147405771,214.49941094585193,,463.03497531809893, -baseline_daily_mean_core_day_runtime_baseline_regional_q65,691.535101440156,277.1455090092791,993.8210908314913,91.9922486880036,745.5855689284931,320.43004998357486,666.626882967019,282.6302997495656,216.62749208479383,520.4675446179772,,589.8017004389043,239.8140328851643,,,,,665.9251420311539,220.1052940052108,,469.6055718514057, -baseline_daily_mean_core_day_runtime_baseline_regional_q70,705.1918463956524,305.3251893928992,1017.2465574996329,96.70468919513284,760.4800693554678,322.5214052772384,668.3164987008381,299.32977792928256,236.66824957400863,525.3353416514008,,638.1499096698284,257.65414407866484,,,,,666.3929693217307,229.1099661690639,,476.1761683847126, -baseline_daily_mean_core_day_runtime_baseline_regional_q75,750.4343452479129,313.73752772348604,1040.6720241677745,101.41712970226207,775.3745697824424,324.61276057090197,670.500051833634,308.32289512470743,265.8166484392942,530.2031386848244,,665.1064442726445,275.4942552721654,,,,,666.8607966123075,239.8140328851643,,482.7467649180194, -baseline_daily_mean_core_day_runtime_baseline_regional_q80,832.858128066498,316.02252138483755,1064.097490835916,106.1295702093913,790.2690702094172,326.70411586456555,672.6836049664298,314.4197225371539,294.9650473045799,535.0709357182479,,666.3929693217307,293.33436646566594,,,,,686.4691078224912,250.51809960126462,,489.31736145132624, -baseline_daily_mean_core_day_runtime_baseline_regional_q85,876.5942487455161,323.6964902275183,1076.6296878673104,110.84201071652053,805.1635706363919,328.79547115822913,683.2156116157869,316.89618772087726,324.1134461698653,541.8003548701935,,669.4082752672359,303.7681591090544,,,,,706.0774190326749,261.2221663173649,,495.8879579846331, -baseline_daily_mean_core_day_runtime_baseline_regional_q90,961.4874956244173,338.49735151242237,1089.1618848987048,115.55445122364976,820.0580710633666,330.8868264518927,710.4445252982666,322.1609555179191,353.26184503515094,548.529774022139,,673.411456010695,314.20195175244294,,,,,725.6857302428587,271.9262330334653,,502.4585545179399, -baseline_daily_mean_core_day_runtime_baseline_regional_q95,1059.4123975022876,358.1436127412813,1101.6940819300992,120.26689173077901,834.9525714903413,332.9781817455563,737.6734389807463,337.18478246157576,382.4102439004364,555.2591931740845,,714.9826775786798,324.6357443958314,,,,,745.2940414530423,282.63029974956555,,509.0291510512468, -baseline_daily_mean_core_day_runtime_baseline_regional_q98,1093.172187948751,390.1926307559458,1109.2134001489358,123.09435603505655,843.8892717465261,334.2329949217544,754.010787190234,346.1990786277698,399.8992832196078,559.2968446652519,,744.9344826294075,330.8960199818645,,,,,757.0590281791525,289.0527397792258,,512.9715089712308, -baseline_daily_mean_core_day_runtime_baseline_regional_q99,1103.699233455122,400.8756367608339,1111.7198395552145,124.0368441364824,846.868171831921,334.65126598048715,759.45656992673,349.2038440165011,405.72896299266483,560.6427284956409,,754.9184176463168,332.9827785105422,,,,,760.9806904211893,291.19355312244585,,514.2856282778922, -baseline_total_core_day_runtime_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -baseline_total_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,770060.2362317529,177799.26041987783,1247175.6639780605,2081.4130426981474,746676.5752126952,183762.9106529326,483344.85131372267,186165.44494739803,308077.63448942674,679034.5364162761,,563387.3170843637,160804.34550195516,,,,,499595.86876707093,162200.4181793293,,657956.2107691065, -baseline_total_core_day_runtime_baseline_regional_mean,639479.1535159162,127813.25897160907,1045172.3199522673,890.2205867130194,536639.4386888441,126448.11807967292,401675.41418234684,116256.54732309002,221190.4129543069,562643.5403822652,,478539.85416457156,98043.25900928483,,,,,399896.2731513571,97120.93675354982,,520186.3817223669, -baseline_total_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,508898.07080007956,77827.25752334032,843168.9759264743,-300.9718692721085,326602.30216499296,69133.32550641325,320005.977050971,46347.649698782,134303.1914191871,446252.54434825433,,393692.3912447795,35282.17251661449,,,,,300196.6775356432,32041.455327770316,,382416.5526756273, -baseline_total_core_day_runtime_baseline_regional_sem,66623.00138563095,25503.061963402426,103062.93062540462,607.7512530536367,107161.80434890364,29242.241108805953,41668.08016906932,35667.804910361236,44330.215068938676,59383.16124184229,,43289.52189785309,32020.962496260378,,,,,50867.14062026219,33203.817053969135,,70290.72910547937, -baseline_total_core_day_runtime_baseline_regional_q1,296140.92112855136,340.14694535769405,754368.118979125,47.920323387677485,310847.9446367322,88421.32824927269,294403.03755530564,4844.869601900129,159628.03181609846,357420.9502231208,,295071.68614225014,4045.7451053340997,,,,,294283.1562823625,48128.759733713894,,358802.9185544927, -baseline_total_core_day_runtime_baseline_regional_q2.5,299790.4766323673,804.2715802512498,758059.74336814,73.70502532620836,317960.73518132814,88561.19079146939,295445.7676992531,5518.885368502897,160065.47928712727,361565.7859549696,,297117.38916661416,7489.796786339176,,,,,295146.0645168953,48816.29973718714,,365020.70678339916, -baseline_total_core_day_runtime_baseline_regional_q5,305334.39009727974,1577.812638407176,764212.4506831649,116.67952855709315,329815.38608898805,88794.2950284639,297183.65127249877,6642.244979507512,160794.55840550858,368473.8455080509,,300526.8942072209,13229.882921347637,,,,,296584.24490778317,49962.19974297588,,375383.6871649101, -baseline_total_core_day_runtime_baseline_regional_q10,306304.44464979006,3866.36273626477,776517.8653132145,202.62853501886275,353524.6879043078,89260.5035024529,300659.41841899016,8888.96420151674,162252.71664227117,382289.9646142133,,306304.44464979006,24710.055191364558,,,,,299460.6056895589,52253.999754553355,,396109.6479279317, -baseline_total_core_day_runtime_baseline_regional_q15,310768.5889122088,7890.422325068192,788823.2799432641,288.5775414806323,377233.98971962754,89726.71197644189,304135.1855654815,15549.328513126646,163710.8748790338,396106.0837203758,,307395.4267184598,36190.22746138148,,,,,302336.96647133457,54545.799766130825,,416835.60869095335, -baseline_total_core_day_runtime_baseline_regional_q20,331690.7670540081,19950.10949411639,801128.6945733138,374.5265479424019,400943.29153494735,90192.92045043089,305852.9572984268,23470.734278908178,165169.0331157964,409922.20282653824,,311661.5558713164,47670.3997313984,,,,,305213.3272531103,56837.5997777083,,437561.56945397507, -baseline_total_core_day_runtime_baseline_regional_q25,368473.8455080509,37330.879397549186,856261.2251144483,460.47555440417153,424652.59335026715,90659.1289244199,306691.731324599,32161.119230624576,166627.19135255902,447920.98562793,,321484.1924215,51490.06641736086,,,,,308089.688034886,59129.39978928577,,458287.5302169967, -baseline_total_core_day_runtime_baseline_regional_q30,437019.3835711017,53781.86642893832,911393.755655583,546.4245608659411,448361.8951655869,91125.33739840891,307530.5053507712,41466.687531088864,168085.34958932165,485919.76842932164,,334561.6369724931,55309.73310332332,,,,,311661.5558713164,61421.19980086325,,479013.49098001834, -baseline_total_core_day_runtime_baseline_regional_q35,502593.4557340029,63975.40730841599,966526.2861967175,632.3735673277107,472071.1969809067,91591.5458723979,309875.62195310125,49962.19974297588,169717.63184116903,523918.5512307134,,350351.4215241608,59129.39978928577,,,,,315233.4237077468,63120.1232807762,,499739.45174304006, -baseline_total_core_day_runtime_baseline_regional_q40,521451.2963139445,70761.77937954094,1021658.8167378521,718.3225737894803,495780.4987962265,92057.7543463869,315233.42370774684,56837.5997777083,171698.16212318608,561917.334032105,,412893.091297833,62949.06647524823,,,,,318805.2915441772,63633.29369736007,,520465.4125060617, -baseline_total_core_day_runtime_baseline_regional_q45,551622.3066492237,88794.2950284639,1035771.4971647596,804.2715802512498,519489.8006115463,92523.9628203759,320591.2254623924,63120.1232807762,173678.69240520312,575805.9654787933,,492966.71802975674,63804.35050288804,,,,,322377.1593806076,64146.464113943955,,541191.3732690834, -baseline_total_core_day_runtime_baseline_regional_q50,566702.9808846046,92990.1712943649,1049884.177591667,890.2205867130194,543199.1024268661,92990.1712943649,325949.027217038,64659.63453052784,175659.22268722014,589694.5969254816,,503599.44877354,64659.63453052784,,,,,325949.027217038,64659.63453052784,,561917.334032105, -baseline_total_core_day_runtime_baseline_regional_q55,596779.4053820688,108840.48609554855,1063996.8580185743,976.1695931747892,564940.5051207793,103493.76380394632,378238.16064445156,66199.14578027949,177639.75296923716,603583.2283721699,,509700.987661669,65514.91855816764,,,,,360808.4495019804,65172.80494711173,,570124.0091022053, -baseline_total_core_day_runtime_baseline_regional_q60,633379.1947674077,149589.44657191052,1078109.5384454818,1062.1185996365587,586681.9078146924,113997.3563135277,430527.294071865,84062.77442531203,179620.2832512542,617471.8598188581,,539931.503981395,66370.20258580745,,,,,395667.8717869227,65685.97536369562,,578330.6841723055, -baseline_total_core_day_runtime_baseline_regional_q65,714134.0030911125,166141.13860697148,1081128.6130999776,1148.0676060983283,608423.3105086056,124500.94882310912,482816.4274992787,103966.91774475476,181600.81353327126,624099.9160474205,,563353.0280878549,99284.17603690032,,,,,430527.2940718651,66199.14578027949,,586537.3592424057, -baseline_total_core_day_runtime_baseline_regional_q70,758001.301372133,176979.5762085648,1084147.6877544736,1234.0166125600979,630164.7132025186,135004.5413326905,501587.4626944659,140869.3659957218,201445.5718919533,630727.9722759828,,568617.2396256045,132198.1494879932,,,,,465386.71635680745,80882.59014940116,,594744.034312506, -baseline_total_core_day_runtime_baseline_regional_q75,781084.3082023201,190143.54334206128,1087166.7624089695,1319.9656190218675,651906.115896432,145508.13384227193,503599.44877354,186270.9667124511,230222.44428896802,637356.0285045451,,582984.4357575427,165112.12293908608,,,,,500246.1386417498,102651.17149479187,,602950.7093826062, -baseline_total_core_day_runtime_baseline_regional_q80,798484.5625548699,203413.28912280544,1090185.8370634653,1405.9146254836369,673647.518590345,156011.72635185334,505611.4348526141,230409.14942057393,258999.31668598275,643984.0847331075,,608275.2134025074,198026.09639017895,,,,,514494.6364608207,124419.75284018257,,611157.3844527066, -baseline_total_core_day_runtime_baseline_regional_q85,988579.2984131709,239866.68501998822,1199650.3770076928,1491.8636319454065,695388.9212842581,166515.31886143473,513406.34578850755,272968.0596179386,287776.18908299727,679965.0721701041,,626751.1385388453,201393.0918480705,,,,,528743.1342798915,146188.33418557316,,619364.0595228067, -baseline_total_core_day_runtime_baseline_regional_q90,1072464.466274719,308182.65534377197,1309114.9169519204,1577.812638407176,717130.3239781713,177018.91137101615,532767.1064380398,307126.04477983044,316553.061480012,715946.0596071009,,641332.8622416826,204760.08730596205,,,,,542991.6320989624,167956.91553096386,,627570.734592907, -baseline_total_core_day_runtime_baseline_regional_q95,1089582.0221325662,322382.66649717756,1418579.4568961477,1663.7616448689457,738871.7266720845,187522.50388059753,552127.8670875719,311880.79231756716,345329.9338770266,751927.0470440976,,692549.4128271108,208127.0827638536,,,,,557240.1299180333,189725.49687635445,,635777.4096630072, -baseline_total_core_day_runtime_baseline_regional_q98,1344143.5697340723,353417.15036329586,1484258.1808626843,1715.3310487460076,751916.5682884326,193824.65938634638,563744.3234772913,314733.64084020926,362596.05731523543,773515.6395062956,,728163.9867627134,210147.28003858853,,,,,565789.2286094759,202786.64568358887,,640701.4147050674, -baseline_total_core_day_runtime_baseline_regional_q99,1436093.7832872237,363761.9783186686,1506151.0888515299,1732.5208500383612,756264.8488272151,195925.37788826268,567616.4756071977,315684.5903477566,368351.43179463834,780711.8369936949,,740035.5114079143,210820.67913016686,,,,,568638.92817329,207140.36195266698,,642342.7497190874, -_daily_mean_core_day_demand_baseline_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -_daily_mean_core_day_demand_baseline_baseline_regional_upper_bound_95_perc_conf,27.082984575094855,7.071685989947567,41.17340736623158,6.311579132800059,25.817346198514507,7.036140378343804,16.224503256104008,8.03920728015301,6.87721702884019,34.39796633822631,,16.19818630418533,7.362992685778163,,,,,16.07045543884332,7.9397371671116135,,16.03714154548455, -_daily_mean_core_day_demand_baseline_baseline_regional_mean,21.631037979447257,6.153267805082653,32.84921879298627,5.517770338313343,19.696250135502066,6.392578357999846,13.17852063681609,6.418898214138328,5.627457601140229,21.241521320950543,,14.005567269065802,6.330590804766867,,,,,12.68690889973805,6.397033110224481,,13.564077965113674, -_daily_mean_core_day_demand_baseline_baseline_regional_lower_bound_95_perc_conf,16.17909138379966,5.234849620217738,24.525030219740962,4.723961543826627,13.575154072489624,5.749016337655888,10.132538017528173,4.7985891481236465,4.377698173440268,8.085076303674773,,11.812948233946273,5.298188923755571,,,,,9.303362360632779,4.854329053337348,,11.091014384742799, -_daily_mean_core_day_demand_baseline_baseline_regional_sem,2.781605405942652,0.4685807065637318,4.247034986349648,0.4050044869830184,3.123008195414511,0.328347969563244,1.5540727649428152,0.8266882989870823,0.6376323610714085,6.712471947589679,,1.1186831811834332,0.526735653577192,,,,,1.7262992546455462,0.7870939065750678,,1.2617671328422833, -_daily_mean_core_day_demand_baseline_baseline_regional_q1,7.262395434672126,2.976231081443963,20.92888383685037,4.956462756766268,13.797897115840962,5.755266445673801,6.793943350457337,2.9138033918545023,4.067484871131791,10.597907026457982,,6.9500940451956,4.066140633645271,,,,,6.731483072562032,4.023930880657231,,11.460536058380393, -_daily_mean_core_day_demand_baseline_baseline_regional_q2.5,8.24614481152318,3.163514150212344,21.080082043263456,4.973645641915668,13.944292096622327,5.772091326247355,7.0750146009862105,3.0074449262386933,4.1177134048092325,10.664032101012737,,7.465391337831868,4.2259610975648565,,,,,6.918863906247949,4.120436715094756,,11.498103189723677, -_daily_mean_core_day_demand_baseline_baseline_regional_q5,9.740961604072202,3.4756525981596456,21.33207905395193,5.002283783831335,14.188283731257936,5.800132793869947,7.543466685200999,3.163514150212344,4.201427627604968,10.774240558603994,,8.324220158892313,4.492328537430832,,,,,7.231165295724473,4.281279772490629,,11.560715075295818, -_daily_mean_core_day_demand_baseline_baseline_regional_q10,10.016934600364635,3.729085416185952,21.836073075328876,5.0595600676626695,14.676267000529151,5.85621572911513,8.480370853630575,3.4756525981596456,4.368856073196438,10.994657473786509,,9.812001134725158,5.025063417162784,,,,,7.855768074677524,4.602965887282378,,11.685938846440097, -_daily_mean_core_day_demand_baseline_baseline_regional_q15,10.686073792530987,3.9042463391311872,22.340067096705823,5.116836351494003,15.164250269800364,5.912298664360312,9.417275022060151,3.6255467620395674,4.536284518787909,11.215074388969024,,10.265337112261799,5.557798296894735,,,,,8.480370853630575,4.924652002074128,,11.811162617584374, -_daily_mean_core_day_demand_baseline_baseline_regional_q20,11.685938846440095,4.00423697228765,22.844061118082774,5.174112635325338,15.652233539071581,5.968381599605497,9.775117181678784,3.729085416185952,4.70371296437938,11.435491304151538,,10.730157175567491,6.0905331766266855,,,,,9.104973632583626,5.246338116865877,,11.936386388728653, -_daily_mean_core_day_demand_baseline_baseline_regional_q25,12.940871877192423,4.489503341006749,24.046073392044327,5.231388919156672,16.140216808342796,6.024464534850679,9.843428336891943,3.8212253612796463,4.871141409970851,11.748550732012234,,11.215074388969024,6.093941821547649,,,,,9.729576411536677,5.568024231657626,,12.06161015987293, -_daily_mean_core_day_demand_baseline_baseline_regional_q30,14.099076400947153,5.027080027715988,25.248085666005885,5.288665202988006,16.62820007761401,6.080547470095862,9.911739492105102,3.9042463391311872,5.038569855562321,12.06161015987293,,11.811162617584374,6.097350466468613,,,,,10.789571847600307,5.889710346449374,,12.18683393101721, -_daily_mean_core_day_demand_baseline_baseline_regional_q35,15.14822951323729,5.328347131090407,26.450097939967442,5.34594148681934,17.116183346885222,6.136630405341045,10.464507595207968,4.281279772490629,5.181178114708981,12.374669587733628,,12.499893358877905,6.100759111389577,,,,,11.849567283663939,6.173010474122871,,12.31205770216149, -_daily_mean_core_day_demand_baseline_baseline_regional_q40,15.848782022006603,5.749234832433855,27.652110213928996,5.4032177706506745,17.60416661615644,6.192713340586229,11.98618959409026,5.246338116865877,5.274146000966019,12.687729015594325,,13.092757594151283,6.10416775631054,,,,,12.909562719727571,6.379538627559868,,12.437281473305768, -_daily_mean_core_day_demand_baseline_baseline_regional_q45,16.628058413088226,5.802030572565864,28.964092519229904,5.460494054482009,18.092149885427656,6.248796275831412,13.507871592972545,6.173010474122871,5.367113887223056,13.658050155594532,,13.649671889667099,6.154345620002054,,,,,13.969558155791201,6.586066780996863,,12.562505244450048, -_daily_mean_core_day_demand_baseline_baseline_regional_q50,17.640178740139312,6.0905331766266855,30.27607482453081,5.517770338313343,18.58013315469887,6.304879211076595,15.029553591854834,6.792594934433859,5.460081773480093,14.628371295594741,,14.364927026920776,6.204523483693567,,,,,15.029553591854834,6.792594934433859,,12.687729015594325, -_daily_mean_core_day_demand_baseline_baseline_regional_q55,18.67929333595676,6.102804298342154,31.588057129831718,5.5750466221446775,19.402951518211044,6.387271890398754,15.131275810182652,7.412179394744847,5.553049659737131,15.598692435594948,,15.04650729490947,6.254701347385081,,,,,15.097368404073379,6.999123087870855,,13.075857471594409, -_daily_mean_core_day_demand_baseline_baseline_regional_q60,18.81886157540493,6.264736920123383,32.900039435132626,5.632322905976012,20.225769881723217,6.469664569720911,15.232998028510472,7.705952833266835,5.646017545994168,16.569013575595157,,15.232998028510472,6.304879211076595,,,,,15.165183216291926,7.20565124130785,,13.463985927594493, -_daily_mean_core_day_demand_baseline_baseline_regional_q65,20.138492165045047,6.881627966331704,35.76715209604512,5.689599189807346,21.048588245235393,6.55205724904307,15.334720246838291,7.9589998940652,5.738985432251206,17.11686628003376,,15.548685541344703,6.59891493644674,,,,,15.232998028510472,7.412179394744847,,13.852114383594575, -_daily_mean_core_day_demand_baseline_baseline_regional_q70,22.239268292430435,7.340135669253578,38.63426475695763,5.7468754736386805,21.871406608747563,6.634449928365228,15.634946987474002,8.093933457587465,5.948544022461919,17.66471898447237,,16.208897798800876,6.8929506618168865,,,,,15.30081284072902,7.537254792734592,,14.240242839594657, -_daily_mean_core_day_demand_baseline_baseline_regional_q75,25.81725287188615,7.5183448940722055,41.50137741787013,5.804151757470015,22.69422497225974,6.716842607687386,16.03442598926366,8.169810272471679,6.216397964649472,18.212571688910977,,16.601816263091308,7.186986387187033,,,,,15.368627652947564,7.621603813000714,,14.628371295594741, -_daily_mean_core_day_demand_baseline_baseline_regional_q80,27.483351529107317,7.750740171084869,44.36849007878263,5.861428041301348,23.517043335771913,6.799235287009546,16.433904991053318,8.57963529084069,6.4842519068370255,18.76042439334958,,16.673982175582836,7.481022112557178,,,,,15.634946987474004,7.705952833266835,,15.016499751594825, -_daily_mean_core_day_demand_baseline_baseline_regional_q85,32.11285005195207,8.093933457587465,45.40199927894088,5.9187043251326825,24.339861699284086,6.8816279663317035,16.9159838626993,9.406895563565696,6.752105849024576,28.430979793409975,,17.45538270549815,7.621603813000714,,,,,15.901266322000442,7.790301853532957,,15.404628207594907, -_daily_mean_core_day_demand_baseline_baseline_regional_q90,43.22164501441765,8.579635290840688,46.43550847909913,5.975980608964018,25.162680062796262,6.9640206456538625,17.56326247405792,10.061995240722855,7.01995979121213,38.10153519347037,,18.642060159655625,7.7621855134442495,,,,,16.16758565652688,7.874650873799078,,15.79275666359499, -_daily_mean_core_day_demand_baseline_baseline_regional_q95,48.29582503938397,10.061995240722855,47.46901767925738,6.033256892795351,25.985498426308435,7.04641332497602,18.21054108541654,10.114532833392529,7.28781373339968,47.77209059353077,,19.744439097885078,7.902767213887786,,,,,16.433904991053318,7.958999894065199,,16.180885119595075, -_daily_mean_core_day_demand_baseline_baseline_regional_q98,53.68779596563742,10.125040351926465,48.08912319935232,6.067622663094152,26.479189444415738,7.095848932569315,18.598908252231716,10.146055388994336,7.448526098712213,53.57442383356702,,20.39462665869902,7.987116234153908,,,,,16.59369659176918,8.009609306224872,,16.413762193195122, -_daily_mean_core_day_demand_baseline_baseline_regional_q99,55.56522097961429,10.146055388994336,48.29582503938398,6.079077919860419,26.643753117118173,7.112327468433747,18.728363974503438,10.156562907528269,7.5020968871497224,55.50853491357909,,20.611355845637004,8.015232574242615,,,,,16.64696045867447,8.026479110278098,,16.49138788439514, -mean_demand_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -mean_demand_upper_bound_95_perc_conf,27.380895566660342,10.03948416954926,38.630924563275386,5.98774635891169,23.274759886519004,5.614365794191165,13.004348633350942,8.20958157151861,7.149458237945641,33.21586179592171,27.892630742726183,13.26637207188206,6.6847383430920315,,,,,12.23215763929885,7.986669174935869,,14.040924504965918,4.443672654837137 -mean_demand_mean,21.060798423511827,6.847218331231796,30.31014953513763,5.866061406297234,17.192476361469303,4.716166805635864,10.085862002748572,6.553200774328067,6.017623030616401,20.11974670816056,11.876095862152294,11.276389406168441,5.739255564287415,,,,,9.572551974976946,6.545190541468816,,12.139069850174335,4.443672654837137 -mean_demand_lower_bound_95_perc_conf,14.74070128036331,3.654952492914331,21.98937450699987,5.744376453682778,11.110192836419603,3.8179678170805635,7.167375372146202,4.896819977137524,4.885787823287162,7.023631620399403,-4.140439018421596,9.286406740454822,4.7937727854827985,,,,,6.912946310655043,5.103711908001763,,10.237215195382753,4.443672654837137 -mean_demand_sem,3.2245393587492424,1.6287070603660534,4.245293381702939,0.062084159497171346,3.103205880127398,0.45826479007923493,1.4890237911236583,0.845092243464563,0.5774669425149183,6.681691371306712,8.171701469680556,1.0152972784253156,0.4823891728594982,,,,,1.3569416654703585,0.7354482823811493,,0.9703340075467262,0.0 -mean_demand_q1,5.29963176788389,1.8782074579473846,18.099156173315468,5.780017151135189,11.554996749161658,3.700617834455686,5.137541314576633,2.8218989872479927,4.857659925674716,10.029301415561516,1.8022889472003165,5.207102753129793,4.326153553593035,,,,,5.15705967443225,4.3767230978901,,10.316494759921126,4.443672654837137 -mean_demand_q2.5,5.623812674498402,2.014973962426684,18.3084037205831,5.782651158946272,11.68252120598881,3.7363764053506485,5.218586541230261,2.891036823665321,4.866755834007339,10.049623946018858,1.8251776855590136,5.392490137613162,4.339421839217369,,,,,5.267382440869303,4.465845699960032,,10.361156697771035,4.443672654837137 -mean_demand_q5,6.009899160932429,2.146951821461105,18.657149632695816,5.787041171964744,11.895061967367395,3.7959740235089203,5.353661918986308,3.006266551027535,4.881915681228377,10.083494830114429,1.8633255828235087,5.70146911175211,4.361535648591259,,,,,5.451253718264392,4.614383370076583,,10.43559326085422,4.443672654837137 -mean_demand_q10,6.436954221332465,2.430833382936989,19.35464145692125,5.795821198001687,12.320143490124563,3.9151692598254635,5.623812674498402,3.2367260057519616,4.912235375670454,10.15123659830557,1.9396213773524988,6.275197649301587,4.40576326733904,,,,,5.8189962730545695,4.911458710309686,,10.58446638702059,4.443672654837137 -mean_demand_q15,8.778341412124014,2.7587980330996635,20.052133281146688,5.80460122403863,12.745225012881729,4.034364496142006,5.893963430010495,3.594232258511068,4.94255507011253,10.21897836649671,2.0159171718814886,6.7604673653942235,4.453619891960345,,,,,6.1867388278447475,5.20853405054279,,10.733339513186959,4.443672654837137 -mean_demand_q20,10.232526720134938,3.2423574490498845,20.74962510537212,5.813381250075574,13.1703065356389,4.153559732458549,6.171655732963309,3.98803759642294,4.972874764554605,10.286720134687851,2.0922129664104787,8.159635587224379,4.523250551822808,,,,,6.5544813826349255,5.505609390775894,,10.88221263935333,4.443672654837137 -mean_demand_q25,11.335203686099334,3.4823590025526614,21.76148444004789,5.822161276112517,13.595388058396068,4.272754968775092,6.453118809636482,4.201623650748699,5.003194458996681,10.658902950103775,2.168508760939469,10.015753061923288,4.5928812116852695,,,,,6.922223937425104,5.802684731008997,,11.031085765519698,4.443672654837137 -mean_demand_q30,11.458971446475633,4.065805510278826,22.773343774723656,5.83094130214946,14.020469581153236,4.391950205091636,6.7345818863096545,4.271034278205567,5.033514153438757,11.031085765519698,2.255950301605309,10.178333305582026,4.665228772606963,,,,,7.804819887159949,6.099760071242101,,11.17995889168607,4.443672654837137 -mean_demand_q35,11.592168825306754,4.329944492342845,23.785203109399426,5.839721328186403,14.445551103910404,4.511145441408178,7.363521912292525,4.614383370076583,5.123975399336809,11.403268580935624,2.3433918422711493,10.496416844970147,4.744368586176735,,,,,8.687415836894795,6.345461384442352,,11.32883201785244,4.443672654837137 -mean_demand_q40,12.549541693107077,4.523250551822808,24.797062444075195,5.848501354223348,14.870632626667573,4.630340677724721,8.687415836894797,5.505609390775894,5.334719748146813,11.775451396351547,2.430833382936989,11.12550697581704,4.823508399746509,,,,,9.570011786629642,6.488414643576897,,11.477705144018808,4.443672654837137 -mean_demand_q45,14.097150793775702,4.788902409940805,26.227365904717725,5.857281380260291,15.29571414942474,4.749535914041264,10.011309761497065,6.345461384442352,5.545464096956816,12.42034805213456,2.5182749236028292,11.383609890436393,5.005160649693306,,,,,10.452607736364486,6.6313679027114425,,11.626578270185178,4.443672654837137 -mean_demand_q50,15.720795672181909,4.8687311503578075,27.657669365360256,5.866061406297234,15.720795672181909,4.8687311503578075,11.335203686099334,6.774321161845988,5.756208445766819,13.065244707917575,2.605716464268669,11.456219196941984,5.323496148142803,,,,,11.335203686099334,6.774321161845988,,11.775451396351547,4.443672654837137 -mean_demand_q55,16.995339931700006,5.218506241953987,29.087972826002787,5.874841432334177,16.587381401725295,4.942157083257768,11.371508339352129,7.203180939249624,5.966952794576822,13.710141363700592,2.973307702382363,11.46447594554293,5.641831646592302,,,,,11.359406788267863,6.917274420980533,,12.033410058664753,4.443672654837137 -mean_demand_q60,18.011791349913178,5.708152879299643,30.518276286645317,5.88362145837112,17.453967131268683,5.015583016157727,11.407812992604924,7.676423940312606,6.177697143386825,14.355038019483604,3.340898940496056,11.53107463495849,5.8821709763550745,,,,,11.383609890436393,7.060227680115079,,12.291368720977959,4.443672654837137 -mean_demand_q65,19.685771728054227,5.936301614592782,33.51116303294602,5.892401484408065,18.320552860812068,5.089008949057687,11.444117645857718,8.155214844333006,6.388441492196829,15.288776430132048,3.7084901786097495,11.714357206003282,6.064013179602803,,,,,11.407812992604924,7.203180939249624,,12.549327383291166,4.443672654837137 -mean_demand_q70,23.659247395167032,6.329986160144703,36.50404977924673,5.901181510445008,19.187138590355453,5.162434881957647,11.778095735742404,8.371214653385927,6.583468572034714,16.22251484078049,4.076081416723443,12.291511594188563,6.245855382850533,,,,,11.432016094773454,7.357230004299007,,12.807286045604371,4.443672654837137 -mean_demand_q75,24.797062444075195,6.854760817047318,39.496936525547426,5.909961536481951,20.05372431989884,5.235860814857607,12.260910543943037,8.45581891495511,6.770637017386539,17.156253251428932,4.443672654837137,13.065601890944093,6.536065729955078,,,,,11.456219196941984,7.516826972305806,,13.065244707917575,4.443672654837137 -mean_demand_q80,26.613388272138558,7.615349800442095,42.48982327184813,5.918741562518894,20.92031004944223,5.309286747757567,12.743725352143674,8.824407262453573,6.957805462738365,18.089991662077374,13.230048452354055,13.8392635680678,6.869623334602353,,,,,11.778095735742406,7.676423940312606,,13.323203370230782,4.443672654837137 -mean_demand_q85,35.30689508072643,8.33361275935518,43.20398052748975,5.927521588555838,21.78689577898561,5.3827126806575265,13.434467748100422,9.547975717363634,7.14497390809019,27.61637524016795,22.01642424987095,14.834882508088363,7.203180939249624,,,,,12.099972274542827,7.836020908319407,,13.581162032543986,4.443672654837137 -mean_demand_q90,44.203800685388025,9.145993242413603,43.91813778313137,5.936301614592781,22.653481508529,5.456138613557487,14.541065319569421,10.150762524799486,7.332142353442015,37.14275881825853,30.80280004738787,16.274415973902652,7.570025961641406,,,,,12.42184881334325,7.9956178763262065,,13.839120694857193,4.443672654837137 -mean_demand_q95,54.02571123843464,10.390830579834295,44.632295038772995,5.945081640629725,23.520067238072382,5.529564546457446,15.647662891038411,10.330813566075593,7.519310798793841,46.66914239634911,39.589175844904766,17.236419400892597,7.942418886990606,,,,,12.74372535214367,8.155214844333006,,14.097079357170397,4.443672654837137 -mean_demand_q98,63.37983906059062,28.68591438418531,45.060789392157965,5.95034965625189,24.040018675798418,5.573620106197422,16.31162143391981,10.438844190841257,7.631611866004936,52.38497254320347,44.86100132341492,17.67036244543927,8.165854642200125,,,,,12.936851275423924,8.250973025137087,,14.25185455455832,4.443672654837137 -mean_demand_q99,66.69567586958334,38.53073301330343,45.20362084328629,5.95210566145928,24.213335821707094,5.588305292777415,16.53294094821361,10.47485439909648,7.669045555075301,54.290249258821575,46.6182764829183,17.815010126954824,8.240333227269966,,,,,13.001226583184007,8.282892418738447,,14.303446287020964,4.443672654837137 -alpha_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -alpha_upper_bound_95_perc_conf,37.372276800325594,41.87789968781318,31.210192572442853,23.280776316757965,39.21741219918877,51.88641502317118,46.84304861804774,38.47291757516586,52.92988067972306,40.09472084654219,53.866237821284116,43.56710594037814,42.40313739580887,,,,,49.07166355984127,41.565770935075605,,38.34891516231045,21.414718722904595 -alpha_mean,33.387160098316144,36.506751779868374,27.911864540893955,13.36735769597091,35.872423190328654,46.295320053167956,42.79198120537935,33.91166954019941,43.20563276713569,29.612251579126987,35.80319495671188,39.255597785418075,34.90040649945314,,,,,45.45028186063162,35.41071272350585,,32.24387973440264,21.414718722904595 -alpha_lower_bound_95_perc_conf,29.402043396306695,31.135603871923568,24.613536509345057,3.4539390751838557,32.527434181468536,40.70422508316473,38.74091379271096,29.350421505232966,33.48138485454832,19.129782311711782,17.740152092139635,34.94408963045801,27.39767560309741,,,,,41.82890016142197,29.255654511936097,,26.138844306494835,21.414718722904595 -alpha_sem,2.0332228071476783,2.740381585686126,1.6828204242596427,5.057866643258701,1.706627045336796,2.852599474491443,2.066871128912444,2.3271673647787985,4.961350975809885,5.348198605824084,9.215838196210328,2.1997490586530954,3.827923926712106,,,,,1.8476437240865564,3.140335822229467,,3.114813993830513,0.0 -alpha_q1,11.205367982747358,3.6060655427668302,23.023072793704497,6.357512164471392,31.821320478919215,41.72086252804412,35.79625272965635,22.751521647669342,30.10193113892946,10.317257316913208,3.438609261879865,26.441012598255845,20.582873319177235,,,,,40.89731006928992,29.688711076075307,,26.368378944020115,21.414718722904595 -alpha_q2.5,13.33820951159928,4.980756805411325,23.098870743407048,6.57209927257852,32.0019902414376,41.79272982593817,35.86783890098205,23.05145876543511,30.452070619997713,11.117932847013904,4.56211610319391,26.69536921870766,20.676791348630328,,,,,41.053168431433996,29.714372481666274,,26.513785083118336,21.414718722904595 -alpha_q5,16.658256219007757,10.506196254542536,23.225200659577958,6.929744452757067,32.30310651230159,41.91250865576157,35.987149186524874,23.551353961711392,31.035636421778133,12.452392063848396,6.434627505383986,27.11929691946069,20.83332139771881,,,,,41.31293236834078,29.75714149098455,,26.756128648282033,21.414718722904595 -alpha_q10,21.464504749807666,21.056935753559497,23.477860491919785,7.645034813114161,32.905339054029554,42.15206631540837,36.225769757610536,24.551144354263947,32.202768025338976,15.121310497517383,10.179650309764138,28.371289647284172,21.14638149589577,,,,,41.83246024215435,29.842679509621107,,27.24081577860943,21.414718722904595 -alpha_q15,23.578924424856517,22.437879084533407,23.73052032426161,8.360325173471253,33.507571595757526,42.39162397505517,36.46439032869619,26.48771921340651,33.369899628899816,17.79022893118637,13.92467311414429,30.431557027742496,21.827562960376767,,,,,42.351988115967906,29.92821752825766,,27.725502908936825,21.414718722904595 -alpha_q20,25.813789245684397,25.30525227747767,23.98318015660344,9.075615533828348,34.10980413748549,42.631181634701974,37.393825314151904,28.69194677728908,34.537031232460656,20.459147364855355,17.669695918524443,32.27667359103849,24.717472622681957,,,,,42.87151598978147,30.013755546894213,,28.210190039264223,21.414718722904595 -alpha_q25,26.787637762917143,28.552292435761363,24.684294558181865,9.790905894185443,34.71203667921346,42.87073929434878,38.668667506792644,29.814166836742253,35.704162836021496,21.912220903130176,21.414718722904595,34.01421474575331,27.607382284987146,,,,,43.39104386359504,30.09929356553077,,28.69487716959162,21.414718722904595 -alpha_q30,28.33768514099301,29.829124549043435,25.38540895976029,10.506196254542534,35.314269220941426,43.11029695399558,39.943509699433385,30.070780892651918,36.871294439582336,23.365294441404995,26.23941630113007,35.054803067564855,29.728628818105697,,,,,43.5557013290264,30.184831584167323,,29.17956429991902,21.414718722904595 -alpha_q35,31.017499302355127,30.353504018133194,26.086523361338717,11.221486614899629,35.9165017626694,43.34985461364238,41.053168431433996,30.40932756223728,38.30863584373414,24.818367979679817,31.064113879355546,36.237462134863186,29.92821752825766,,,,,43.72035879445775,30.553223251928937,,29.664251430246416,21.414718722904595 -alpha_q40,31.467849510835613,32.83280315270554,26.787637762917143,11.936776975256723,36.51873430439736,43.589412273289184,41.83246024215435,30.911739459174054,40.28639684906788,26.271441517954635,35.88881145758102,37.704262693135085,30.12780623840962,,,,,43.88501625988911,31.48732221794068,,30.14893856057381,21.414718722904595 -alpha_q45,32.46091043478466,36.04178320812843,27.01186178563737,12.652067335613816,37.12096684612533,43.82896993293599,42.61175205287469,31.54263722959409,42.2641578544016,27.48315934377313,40.713509035806496,38.652671673145306,31.175955895936767,,,,,44.049673725320474,32.42142118395242,,30.63362569090121,21.414718722904595 -alpha_q50,34.01421474575331,37.64938217528956,27.2360858083576,13.36735769597091,37.7231993878533,44.06852759258279,43.39104386359504,33.20142198788024,44.24191885973534,28.69487716959162,45.53820661403197,39.34188486402468,33.355520149964164,,,,,44.214331190751835,33.355520149964164,,31.118312821228606,21.414718722904595 -alpha_q55,35.22410920711676,39.20966779497947,27.460309831077833,14.082648056328004,37.770199070323876,44.97612299040514,43.63803006174208,34.860206746166384,46.219679865069075,29.90659499541011,46.88194544204976,40.212796642326204,35.53508440399156,,,,,44.53184912171258,34.28961911597591,,31.940670025508215,21.414718722904595 -alpha_q60,36.066689376886764,42.157744103455315,27.68453385379806,14.797938416685097,37.81719875279445,45.88371838822749,43.88501625988911,35.61438304625356,48.197440870402815,31.118312821228606,48.225684270067546,41.312932368340775,37.67153459767245,,,,,44.84936705267334,35.22371808198764,,32.76302722978782,21.414718722904595 -alpha_q65,37.25149184033521,43.90976878415941,28.50097296279175,15.51322877704219,37.864198435265024,46.79131378604984,44.132002458036155,36.255483289065864,50.17520187573655,33.17420583192762,49.56942309808534,42.87151598978148,39.77564924609344,,,,,45.166884983634084,36.15781704799939,,33.58538443406743,21.414718722904595 -alpha_q70,38.099196847617904,45.31580702020406,29.317412071785434,16.228519137399285,37.9111981177356,47.69890918387219,44.53184912171258,36.97462085735018,51.198028842848494,35.230098842626646,50.913161926103115,43.72035879445775,41.87976389451444,,,,,45.48440291459484,37.34828574517768,,34.407741638347034,21.414718722904595 -alpha_q75,39.34188486402468,45.56517429276853,30.13385118077912,16.94380949775638,37.95819780020618,48.606504581694544,45.00812601815371,37.73277708837051,51.74338879084954,37.28599185332566,52.256900754120906,44.214331190751835,43.17575641169853,,,,,45.801920845555586,38.666939307939245,,35.230098842626646,21.414718722904595 -alpha_q80,41.31293236834079,49.78599282964592,30.95029028977281,17.659099858113475,38.00519748267675,49.5140999795169,45.48440291459484,39.575221419943745,52.28874873885059,39.34188486402468,53.22882940159634,45.16688498363409,44.14850007638786,,,,,47.251678458190156,39.98559287070082,,36.05245604690625,21.414718722904595 -alpha_q85,43.72035879445775,52.345658835789436,31.985968806088643,18.374390218470566,38.05219716514733,50.42169537733925,46.52679965187287,42.77302587720812,52.83410868685164,42.181225967148315,54.20075804907178,46.78138653174831,45.12124374107718,,,,,48.70143607082473,41.30424643346238,,36.874813251185856,21.414718722904595 -alpha_q90,45.16688498363409,53.6747643548257,33.021647322404476,19.089680578827657,38.099196847617904,51.329290775161596,48.70143607082473,45.29340060672289,53.37946863485269,45.02056707027195,55.17268669654721,49.7197835903265,47.62548945646485,,,,,50.1511936834593,42.62289999622395,,37.69717045546546,21.414718722904595 -alpha_q95,49.719783590326486,56.3226373533051,34.05732583872032,19.804970939184752,38.146196530088474,52.23688617298395,50.876072489776575,45.44277128911399,53.92482858285374,47.85990817339559,56.14461534402265,51.6398331294029,50.38498551363557,,,,,51.60095129609386,43.94155355898552,,38.51952765974507,21.414718722904595 -alpha_q98,51.92200828526801,58.11300304040154,34.67873294850982,20.23414515539901,38.17439633957082,52.78144341167736,52.18085434114769,45.53239369854866,54.25204455165437,49.563512835269776,56.727772532507906,52.486358596998215,52.040683147938005,,,,,52.4708058636746,44.73274569664246,,39.01294198231284,21.414718722904595 -alpha_q99,52.486358596998215,58.652751691890906,34.88586865177298,20.377203227470428,38.18379627606494,52.96296249124183,52.61578162493806,45.56226783502688,54.36111654125458,50.131381055894494,56.922158262002995,52.76853375286333,52.59258235937215,,,,,52.76075738620152,44.99647640919477,,39.17741342316875,21.414718722904595 -tau_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -tau_upper_bound_95_perc_conf,-0.8936798240678412,4.5996110601462705,-2.661055155012221,0.8017736562547324,1.5066801090099422,0.2689626195395615,2.301027579210758,1.943159732925642,-0.19333756669972277,5.1138320008117155,23.38053413965818,1.6283227210636806,3.2356436599753895,,,,,1.5105440817461022,4.562062239397226,,0.8372087898819794,0.8721350070103412 -tau_mean,-5.641662093225131,1.1835145599910808,-9.164208594710427,0.3360425052145916,-0.4042999347463079,-0.3707461723798933,1.0444002954130822,0.28780971686482165,-0.37172133635408977,-9.246596729941123,5.877847278788346,0.9773115560205498,2.101039301354808,,,,,0.8104377648203599,2.9159730776549346,,0.44418215790364757,0.8721350070103412 -tau_lower_bound_95_perc_conf,-10.38964436238242,-2.232581940164109,-15.667362034408633,-0.12968864582554918,-2.315279978502558,-1.0104549642993481,-0.21222698838459375,-1.3675402991959986,-0.5501051060084567,-23.60702546069396,-11.62483958208149,0.3263003909774189,0.9664349427342263,,,,,0.11033144789461757,1.2698839159126434,,0.05115552592531569,0.8721350070103412 -tau_sem,2.422439933243515,1.742906377630199,3.317935428417452,0.23761793420415347,0.9749898182429848,0.32638203669359944,0.6411363692845286,0.8445663347249084,0.09101212737467704,7.326749352424918,8.929942275953998,0.3321485535934341,0.5788797748064192,,,,,0.3571971004723175,0.8398414090521894,,0.20052379182567953,0.0 -tau_q1,-44.88452990086363,-7.3852499563794485,-24.73745585620729,0.0067208501042918325,-2.314349183821494,-0.8146537466349143,-1.1128568831018153,-4.448041135525164,-0.6603015183002162,-46.73626904250467,-7.572171269244974,0.10847245119017229,0.43339312261466667,,,,,0.23395495036751682,0.5865034575275594,,0.19370902420858385,0.8721350070103412 -tau_q2.5,-39.05996001284224,-7.053889447208745,-23.69193574358826,0.01680212526072958,-2.2628819270011316,-0.8118353797098055,-0.9842478743353628,-4.0318038260117115,-0.6462307169888422,-43.68930786694483,-7.521192729372557,0.1258654405750659,0.44316095474666894,,,,,0.2392982298970922,0.6863963330002969,,0.19401529491364802,0.8721350070103412 -tau_q5,-31.157466407178774,-6.147220044460663,-21.949402222556536,0.03360425052145916,-2.17710316563386,-0.8071381015012908,-0.7698995263912752,-3.3380749768226217,-0.6227793814698853,-38.61103924101177,-7.436228496251864,0.15485375621655528,0.4594406749666727,,,,,0.2482036957797178,0.8528844587881927,,0.19452574608875495,0.8721350070103412 -tau_q10,-19.85836199731846,-3.3682892205274655,-18.464335180493087,0.06720850104291833,-2.005545642899317,-0.7977435450842613,-0.3412028305031001,-1.9506172784444427,-0.5758767104319718,-28.45450198914563,-7.266300030010478,0.19554664843896882,0.4920001154066803,,,,,0.26601462754496896,1.1858607103639844,,0.19554664843896885,0.8721350070103412 -tau_q15,-9.482536929794495,-1.724410035998887,-14.979268138429639,0.10081275156437748,-1.833988120164774,-0.7883489886672317,0.08749386538507477,-1.4152258474190644,-0.5289740393940582,-18.297964737279496,-7.096371563769091,0.201672062540252,0.5275170473732401,,,,,0.28382555931022013,1.5188369619397761,,0.19656755078918267,0.8721350070103412 -tau_q20,-7.701373767693047,-0.9736513824086993,-11.49420109636619,0.13441700208583665,-1.6624305974302311,-0.7789544322502021,0.2482036957797178,-1.1232819213516292,-0.4820713683561445,-8.141427485413365,-6.926443097527705,0.21438542595019447,0.5807789284991139,,,,,0.30163649107547136,1.851813213515568,,0.19758845313939655,0.8721350070103412 -tau_q25,-5.741109350522288,-0.8553366543375927,-10.518490906840384,0.1680212526072958,-1.4908730746956882,-0.7695598758331725,0.27492009342759455,-0.9410257251116506,-0.43516869731823093,-6.081851332826629,-6.7565146312863185,0.2303927640144666,0.6340408096249877,,,,,0.31944742284072253,2.1847894650913595,,0.1986093554896104,0.8721350070103412 -tau_q30,-5.249080268767522,-0.7901190951689667,-9.542780717314578,0.20162550312875496,-1.3193155519611452,-0.7601653194161431,0.3016364910754713,-0.8465197127336374,-0.3882660262803173,-4.022275180239894,-5.8979037551781035,0.2375530377811256,0.692090010087299,,,,,0.33110773556007944,2.517765716667151,,0.19963025783982427,0.8721350070103412 -tau_q35,-3.536704379654594,-0.7172965896240022,-8.567070527788774,0.23522975365021412,-1.1477580292266023,-0.7507707629991135,0.325277579200401,-0.731312532583954,-0.35272116112515106,-1.9626990276531588,-5.0392928790698885,0.2577507274685964,0.7621075088907042,,,,,0.3427680482794364,2.760370352121481,,0.20065116019003815,0.8721350070103412 -tau_q40,-1.6586220087150298,-0.6676419467845098,-7.591360338262968,0.2688340041716733,-0.9762005064920593,-0.7413762065820839,0.3427680482794364,-0.5747030168909306,-0.33989190773547967,0.09687712493357654,-4.180682002961673,0.30402324899769106,0.8321250076941096,,,,,0.35442836099879327,2.822231755332886,,0.201672062540252,0.8721350070103412 -tau_q45,-0.7461876132742684,-0.5042207274078652,-7.128797591327798,0.30243825469313246,-0.8046429837575164,-0.7319816501650543,0.3602585173584718,-0.42399132022221503,-0.3270626543458084,0.12103405463481769,-3.3220711268534573,0.3427680482794364,1.1522772386164415,,,,,0.36608867371815024,2.8840931585442915,,0.20269296489046587,0.8721350070103412 -tau_q50,0.09687712493357654,-0.3569975789217082,-6.666234844392628,0.3360425052145916,-0.6330854610229735,-0.7225870937480249,0.37774898643750715,-0.3204621757479604,-0.31423340095613705,0.14519098433605881,-2.4634602507452423,0.37774898643750715,1.8059424456973434,,,,,0.37774898643750715,2.9459545617556966,,0.20371386724067972,0.8721350070103412 -tau_q55,0.19554664843896885,-0.25165739399303266,-6.203672097457458,0.3696467557360508,-0.3928922804054306,-0.6076402609205558,0.49176728657400237,-0.21693303127370572,-0.30140414756646566,0.16934791403729996,-1.7963411991941252,0.6041328589791538,2.459607652778246,,,,,0.45376118652850395,3.007815964967102,,0.27687525678978403,0.8721350070103412 -tau_q60,0.21438542595019444,-0.1954138117972872,-5.741109350522288,0.4032510062575099,-0.15269909978788826,-0.49269342809308686,0.6057855867104973,0.08470540708568686,-0.2885748941767943,0.1935048437385411,-1.129222147643009,0.7556063499173657,2.822231755332886,,,,,0.5297733866195007,3.0696773681785077,,0.35003664633888815,0.8721350070103412 -tau_q65,0.23755303778112563,-0.01887364909962822,-5.675623752682897,0.43685525677896914,0.08749408082965454,-0.3777465952656178,0.7198038868469927,0.411107507180723,-0.275745640787123,0.19605709961407575,-0.46210309609189193,0.7572590776487096,2.966575029492832,,,,,0.6057855867104974,3.1315387713899128,,0.42319803588799243,0.8721350070103412 -tau_q70,0.3040232489976908,0.44548662906381226,-5.610138154843505,0.47045950730042824,0.32768726144719684,-0.26279976243814895,1.079605922297314,1.185860710363984,-0.2631959497911379,0.1986093554896104,0.20501595545922396,0.8288170972281831,3.1109183036527774,,,,,0.6817977868014942,3.362150813203937,,0.49635942543709655,0.8721350070103412 -tau_q75,0.37774898643750715,0.5959966088207922,-5.544652557004113,0.5040637578218874,0.5678804420647396,-0.14785292961067986,1.5622998254045515,2.1847894650913595,-0.25078603999199595,0.20116161136514504,0.8721350070103412,0.935327762731722,3.15744964140842,,,,,0.7578099868924909,3.677138174319272,,0.5695208149862009,0.8721350070103412 -tau_q80,0.7556063499173657,0.8321250076941098,-5.479166959164722,0.5376680083433466,0.8080736226822826,-0.03290609678321077,2.044993728511789,2.822231755332886,-0.23837613019285397,0.20371386724067972,9.766354651899523,1.4354389121841615,3.16485620460234,,,,,1.0796059222973153,3.9921255354346066,,0.6426822045353051,0.8721350070103412 -tau_q85,0.8288170972281831,2.780990819858615,-3.9206113592051453,0.5712722588648057,1.0482668032998248,0.0820407360442581,2.5758316441318727,3.0078159649671017,-0.2259662203937121,0.38661734111344026,18.66057429678868,1.8884350089052844,3.1722627677962607,,,,,1.4014018577021392,4.30711289654994,,0.7158435940844093,0.8721350070103412 -tau_q90,1.4354389121841615,3.1606238827772426,-2.362055759245569,0.6048765093862649,1.2884599839173676,0.1969875688717272,3.2029575847776584,3.362150813203937,-0.21355631059457014,0.5695208149862009,27.55479394167786,2.2472010001637805,3.796947087745557,,,,,1.723197793106964,4.622100257665275,,0.7890049836335136,0.8721350070103412 -tau_q95,2.2472010001637788,4.628448740402919,-0.803500159285992,0.638480759907724,1.52865316453491,0.31193440169919606,3.83008352542344,4.307112896549938,-0.20114640079542823,0.7524242888589614,36.44901358656702,3.2029575847776544,4.524511033820749,,,,,2.0449937285117876,4.937087618780608,,0.8621663731826178,0.8721350070103412 -tau_q98,3.45380796103597,24.495830940644886,0.13163320068975604,0.6586433102205995,1.6727690729054356,0.3809025013956775,4.2063590898109116,4.874090146557543,-0.19370045491594304,0.862166373182618,41.785545373500526,3.955508713552598,4.961049401465865,,,,,2.2380712897546826,5.12608003544981,,0.9060632069120803,0.8721350070103412 -tau_q99,3.9555087135525944,34.919532086050474,0.4433443206816703,0.6653641603248914,1.7208077090289442,0.4038918679611713,4.331784277940067,5.063082563226743,-0.19121847295611466,0.89874706795717,43.56438930247837,4.20635908981091,5.106562190680904,,,,,2.302430476835647,5.189077507672876,,0.9206954848219011,0.8721350070103412 -mean_sq_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -mean_sq_err_upper_bound_95_perc_conf,15542.66984279803,2165.165370018461,22929.017321025873,3463.021056571969,8215.497434238674,2037.301092852556,10674.879969064752,3455.9281166225473,989.3878989786399,10160.08320129085,3462.1727309857815,7164.531452490453,4530.092330362681,,,,,12134.400356480197,6307.53778482519,,537.4369226391458,1021.8245553837385 -mean_sq_err_mean,10481.19795913553,1474.0461688080466,16615.907185664535,1451.434906077282,5333.918213063767,977.9911024875663,5672.420201612813,2023.1187807091585,527.2110849916031,4769.7858869588135,1824.127141263932,4080.563898812414,3240.4377273021355,,,,,5522.5673881285875,4374.466125332369,,327.3135550109087,1021.8245553837385 -mean_sq_err_lower_bound_95_perc_conf,5419.726075473031,782.9269675976321,10302.797050303197,-560.151244417405,2452.33899188886,-81.31888787742321,669.9604341608738,590.3094447957694,65.03427100456628,-620.5114273732233,186.08155154208225,996.5963451343746,1950.7831242415896,,,,,-1089.265580223022,2441.394465839549,,117.19018738267164,1021.8245553837385 -mean_sq_err_sem,2582.38361411352,352.6118373522523,3220.9745588578257,1026.3194645381056,1470.1934801912791,540.4642807984641,2552.275391557112,731.0251713843822,235.80449693216167,2750.1516909857332,835.7375457764539,1573.4528335092039,657.9870423778295,,,,,3373.3841675263316,986.2610507616431,,107.20579981032505,0.0 -mean_sq_err_q1,115.90645657776395,12.143309137594876,6098.664115831906,29.02869812154564,1845.7983025312046,257.2806393692157,160.6047675334406,56.1835099214155,86.46177429938757,121.73408443222561,296.6003582297013,114.00825008053526,1104.369825491469,,,,,155.7687056924795,2303.8735045473136,,115.95965992287418,1021.8245553837385 -mean_sq_err_q2.5,121.60107606945004,30.35827284398719,6111.255071148609,72.5717453038641,2000.4290836247862,261.01538246155485,182.36704581776576,61.966513400597194,95.66578554843109,136.17014570560417,303.43192323726794,116.85555982637831,1228.187730653065,,,,,170.27689121536292,2355.4273337947616,,121.73408443222561,1021.8245553837385 -mean_sq_err_q5,131.56206125028135,48.391976881805284,6132.239996676446,145.1434906077282,2258.147052114089,267.2399542821201,218.6375096249743,71.60485253256667,111.00580429683693,160.2302478279018,314.8178649165456,121.60107606945004,1434.5509059223914,,,,,194.45720042016865,2441.350382540507,,131.35812528114465,1021.8245553837385 -mean_sq_err_q10,209.49429343100934,69.12672978746622,6174.2098477321215,290.2869812154564,2773.5829890926934,279.68909792325064,291.1784372393915,90.88153079650563,141.68584179364862,208.350452072497,337.58974827510093,131.56206125028135,1847.2772564610445,,,,,242.81781882978004,2613.1964800319984,,150.60620697898275,1021.8245553837385 -mean_sq_err_q15,354.5761486598435,93.68129004964538,6216.179698787797,435.4304718231846,3289.0189260712987,292.13824156438113,363.7193648538085,122.23585289443866,172.3658792904603,256.4706563170922,360.3616316336562,142.46295182048823,2204.465779043346,,,,,291.1784372393914,2785.04257752349,,169.85428867682083,1021.8245553837385 -mean_sq_err_q20,490.27540453290453,188.80545293760875,6258.149549843472,580.5739624309128,3804.454863049903,304.5873852055117,587.3268652151949,157.04093037351288,203.045916787272,304.59086056168746,383.1335149922116,209.49429343100934,2228.42733388754,,,,,339.5390556490029,2956.8886750149813,,189.1023703746589,1021.8245553837385 -mean_sq_err_q25,565.2397608877322,254.38933026942485,9316.553163026509,725.717453038641,4319.890800028508,317.03652884664217,886.4676519500651,252.02734962301724,233.7259542840837,357.41047970913485,405.90539835076686,304.59086056168746,2252.388888731734,,,,,387.89967405861427,3128.7347725064733,,208.350452072497,1021.8245553837385 -mean_sq_err_q30,1456.5707269003094,278.8456422178805,12374.956776209547,870.8609436463692,4835.3267370071135,329.4856724877727,1185.6084386849357,395.15884228886557,264.40599178089536,410.23009885658223,529.0892297573612,354.5761486598435,2272.5438815210555,,,,,587.3268652151946,3300.5808699979643,,227.59853377033508,1021.8245553837385 -mean_sq_err_q35,1807.815368661482,300.7696081074207,15433.360389392583,1016.0044342540973,5350.762673985718,341.9348161289032,1437.0792417524124,522.6628243605819,292.02410043570336,463.0497180040296,652.2730611639555,413.49360667718673,2283.1824691731954,,,,,786.7540563717749,3456.672171649307,,246.84661546817318,1021.8245553837385 -mean_sq_err_q40,4126.835186674602,389.9315075716836,18491.76400257562,1161.1479248618257,5866.198610964323,354.38395977003375,1593.210077485102,618.9117852440337,313.518351406504,515.869337151477,775.4568925705498,490.27540453290453,2293.821056825335,,,,,986.1812475283555,3581.2538816203514,,266.09469716601126,1021.8245553837385 -mean_sq_err_q45,5993.764945528086,421.4796691141051,18726.722222350996,1306.2914154695538,6381.634547942927,366.8331034111643,1749.340913217791,730.1567855923477,335.0126023773046,528.2119430855408,898.6407239771443,535.6175066459791,2390.345684127187,,,,,1185.6084386849357,3705.8355915913953,,285.34277886384933,1021.8245553837385 -mean_sq_err_q50,6258.149549843472,490.5798373994313,18961.680442126373,1451.434906077282,6897.070484921533,379.2822470522948,1905.47174895048,961.3701016595605,356.5068533481052,540.5545490196046,1021.8245553837385,565.2397608877322,2601.3850309619893,,,,,1385.035629841516,3830.417301562439,,304.59086056168746,1021.8245553837385 -mean_sq_err_q55,6990.050995764084,799.6738586134263,19196.63866190175,1596.5783966850104,6943.560740342808,571.344047324007,3016.153467812539,1192.5834177267734,378.0011043189058,552.8971549536684,1228.3620213307813,1057.117282260003,2812.424377796792,,,,,2229.5773329046815,3954.9990115334836,,330.655750594292,1021.8245553837385 -mean_sq_err_q60,8045.3144204616265,1139.6940938607067,19431.59688167713,1741.7218872927383,6990.050995764083,763.4058475957187,4126.835186674595,1638.7659857268172,399.49535528970637,565.2397608877322,1434.8994872778235,2229.577332904678,3005.3248367221095,,,,,3074.119035967846,4079.580721504527,,356.7206406268964,1021.8245553837385 -mean_sq_err_q65,9741.310229998824,1305.7817584410284,20117.195155002908,1886.8653779004667,7036.541251185359,955.4676478674307,5237.516905536656,2111.8197102184663,420.989606260507,2691.5114437789593,1641.436953224866,4763.202442094178,3184.6211297153145,,,,,3918.660739031011,4204.162431475572,,382.7855306595009,1021.8245553837385 -mean_sq_err_q70,16478.18960603206,2083.8180480511387,20802.79342832869,2032.0088685081946,7083.031506606634,1147.5294481391425,6523.921860465124,2613.1964800319984,516.8894075727138,4817.783126670187,1847.9744191719083,5867.9063070317925,3363.9174227085196,,,,,4763.202442094175,4577.873262634885,,408.85042069210533,1021.8245553837385 -mean_sq_err_q75,18491.76400257562,2235.2734924144524,21488.391701654466,2177.152359115923,7129.521762027909,1339.5912484108546,7898.188433426809,3128.7347725064733,649.9919840556247,6944.054809561414,2054.511885118951,6258.149549843472,3622.7811182773657,,,,,5607.74414515734,5076.148654388336,,434.91531072470985,1021.8245553837385 -mean_sq_err_q80,19101.160847057537,2293.821056825335,22173.989974980243,2322.2958497236514,7176.012017449186,1531.6530486825668,9272.455006388493,3581.2538816203514,783.0945605385355,9070.326492452641,2712.879085276804,6920.443643417962,3913.4717748764688,,,,,8503.407498040857,5574.424046141787,,460.9802007573144,1021.8245553837385 -mean_sq_err_q85,19693.38249283624,2954.0973244383354,23442.91062105768,2467.4393403313793,7222.502272870461,1723.7148489542785,11178.375540484136,3954.999011533483,916.1971370214455,11315.38957611849,3371.246285434655,7927.304975646683,4204.162431475572,,,,,11399.070850924367,6072.699437895234,,487.04509078991885,1021.8245553837385 -mean_sq_err_q90,21338.818348818113,3747.3628282484115,24711.831267135112,2612.5828309391077,7268.992528291736,1915.7766492259907,14147.603996847734,4577.873262634885,1049.2997135043563,13560.45265978434,4029.6134855925084,9623.300785183881,5242.240451639485,,,,,14294.734203807884,6570.974829648686,,513.1099808225233,1021.8245553837385 -mean_sq_err_q95,26234.53604242802,5016.150420575524,25980.751913212545,2757.7263215468356,7315.4827837130115,2107.8384494977026,17116.83245321131,6072.699437895231,1182.4022899872664,15805.515743450189,4687.98068575036,14147.603996847716,6404.883032397533,,,,,17190.397556691394,7069.250221402133,,539.1748708551278,1021.8245553837385 -mean_sq_err_q98,43687.362224265424,6412.513194986952,26742.10430085901,2844.8124159114727,7343.376936965777,2223.07552966073,18898.369527029474,6969.595143051446,1262.263835877013,17152.553593649704,5083.001005845071,17710.678144484038,7102.468580852363,,,,,18927.795568421505,7368.215456454204,,554.8138048746905,1021.8245553837385 -mean_sq_err_q99,51273.98822348482,6990.019404071264,26995.888430074494,2873.841114033018,7352.674988050032,2261.487889715072,19492.215218302186,7268.560378103515,1288.884351173595,17601.56621038287,5214.674445876642,18898.369527029463,7334.997097003974,,,,,19506.928238998207,7467.870534804893,,560.0267828812114,1021.8245553837385 -root_mean_sq_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -root_mean_sq_err_upper_bound_95_perc_conf,106.64447279382605,39.760055457906034,151.3860176797053,64.2748915777378,93.00141406840069,44.01025736208757,93.70955074758307,52.87069489724513,30.436605000426383,88.22331041387267,55.40017699737724,71.28630478155745,65.37561414058061,,,,,98.78891062943075,78.65108882203556,,23.365434836955203,31.96599060538776 -root_mean_sq_err_mean,83.33036074179337,31.4576375601082,124.4190702397603,26.93914350974509,70.19877849999938,27.798204457714622,61.456988267617305,37.194703042319716,20.70050536866209,50.68649460445766,37.52957717037984,49.02280188645325,54.86823291156283,,,,,57.12169020290446,64.55725972882428,,17.271835399100986,31.96599060538776 -root_mean_sq_err_lower_bound_95_perc_conf,60.01624868976069,23.155219662310365,97.45212279981529,-10.39660455824762,47.39614293159807,11.586151553341672,29.204425787651545,21.518711187394306,10.964405736897797,13.149678795042647,19.65897734338244,26.75929899134905,44.36085168254505,,,,,15.454469776378168,50.463430635612994,,11.17823596124677,31.96599060538776 -root_mean_sq_err_sem,11.894955128588107,4.235927498876445,13.75864665303317,19.04885105509832,11.63399773898026,8.271455563455588,16.455389020390694,7.997955028023169,4.967397771308312,19.151436637456637,9.117652972957856,11.358930048522552,5.360908790315197,,,,,21.25878593190117,7.19072912918943,,3.108979305027661,0.0 -root_mean_sq_err_q1,10.761565139594328,1.7768681368561563,78.09359709581283,0.5387828701949018,42.571847817177016,16.032428144050087,12.54352951859336,7.460751656814546,9.199923700858353,10.931419468401801,17.211662518090375,10.67488408901897,33.01244026790705,,,,,12.391366980692107,47.96331229690727,,10.725489610426887,31.96599060538776 -root_mean_sq_err_q2.5,11.021608291320401,4.442170342140391,78.1737184034161,1.3469571754872547,43.81093216405507,16.137818201276232,13.228260939149003,7.8011468117089615,9.556112762710516,11.446244113339088,17.395126988355784,10.804905664882007,34.582114761685986,,,,,12.84785459439587,48.449309007710696,,10.931419468401801,31.96599060538776 -root_mean_sq_err_q5,11.465844482235195,6.9540222191397465,78.3072539160882,2.6939143509745094,45.87607274218518,16.31346829665314,14.369479973408408,8.368472069866321,10.14976119913079,12.304285188234562,17.700901105464798,11.021608291320401,37.19823891798421,,,,,13.60866728390214,49.2593035257164,,11.274635898359993,31.96599060538776 -root_mean_sq_err_q10,14.233237797976724,8.271007217194786,78.57432494143242,5.387828701949019,50.00635389844538,16.664768487406956,16.651918041927217,9.503122586181039,11.337058071971338,14.02036733802551,18.31244933968282,11.465844482235195,42.430487230580674,,,,,15.130292662914677,50.87929256172782,,11.961068758276372,31.96599060538776 -root_mean_sq_err_q15,18.79811393501434,9.675986863454902,78.84139596677663,8.081743052923526,54.13663505470558,17.016068678160774,18.934356110446025,10.937928873756839,12.524354944811886,15.736449487816458,18.92399757390085,11.931742549225998,46.95147364807973,,,,,16.651918041927217,52.49928159773923,,12.64750161819275,31.96599060538776 -root_mean_sq_err_q20,22.109239476408348,13.694839776718029,79.10846699212084,10.775657403898038,58.26691621096579,17.36736886891459,23.199348404743255,12.458493953121524,13.711651817652433,17.452531637607407,19.53554580811887,14.233237797976724,47.204888694994295,,,,,18.173543420939758,54.119270633750645,,13.333934478109132,31.96599060538776 -root_mean_sq_err_q25,23.77477152125194,15.949582184621967,93.32745664116169,13.469571754872545,62.397197367226,17.718669059668407,28.455617811929677,15.387984726465044,14.898948690492979,18.767588014586146,20.147094042336896,17.452531637607407,47.458303741908864,,,,,19.695168799952295,55.739259669762056,,14.02036733802551,31.96599060538776 -root_mean_sq_err_q30,38.12201177631064,16.694655070694978,107.54644629020255,16.163486105847053,66.5274785234862,18.069969250422226,33.71188721911611,19.44461605499163,16.086245563333527,20.082644391564884,22.510873354947066,18.79811393501434,47.671110566115196,,,,,23.199348404743247,57.359248705773474,,14.706800197941888,31.96599060538776 -root_mean_sq_err_q35,42.50815878215213,17.32793458546584,121.76543593924342,18.857400456821562,70.6577596797464,18.42126944117604,37.85963109916564,22.80794933650876,17.06848252544119,21.397700768543622,24.874652667557243,20.298686469066304,47.78239683355092,,,,,26.703528009534203,58.77522717309735,,15.393233057858268,31.96599060538776 -root_mean_sq_err_q40,62.39160739395879,19.743939624997253,135.98442558828427,21.551314807796075,74.7880408360066,18.77256963192986,39.79032392494139,24.784686524006958,17.640599666083084,22.71275714552236,27.238431980167416,22.109239476408348,47.89368310098664,,,,,30.20770761432516,59.78318450304615,,16.079665917774648,31.96599060538776 -root_mean_sq_err_q45,77.40912083371573,20.528451970688963,136.8376348961854,24.24522915877058,78.91832199226681,19.123869822683677,41.72101675071713,26.959885882267265,18.212716806724977,22.978260739454754,29.60221129277759,23.13756289581419,48.84542701865952,,,,,33.71188721911611,60.79114183299495,,16.766098777691028,31.96599060538776 -root_mean_sq_err_q50,79.10846699212084,22.149036940676027,137.6908442040865,26.93914350974509,83.04860314852702,19.47517001343749,43.65170957649288,30.72278260662449,18.78483394736687,23.243764333387148,31.96599060538776,23.77477152125194,50.917781136648614,,,,,37.21606682390706,61.79909916294376,,17.452531637607407,31.96599060538776 -root_mean_sq_err_q55,83.59927067193084,28.169047553975634,138.54405351198758,29.633057860719603,83.32393691022894,22.32338053747445,53.02165848522582,34.48567933098172,19.356951088008763,23.509267927319545,34.638137232567615,31.83954870284502,52.990135254637714,,,,,44.749827980246195,62.807056492892556,,18.084755625971862,31.96599060538776 -root_mean_sq_err_q60,89.57646914103906,33.72866362236795,139.3972628198887,32.326972211694105,83.59927067193084,25.171591061511403,62.391607393958736,39.99799317609484,19.929068228650657,23.77477152125194,37.31028385974746,44.74982798024616,54.7904778948817,,,,,52.283589136585306,63.815013822841365,,18.716979614336314,31.96599060538776 -root_mean_sq_err_q65,98.65855905109498,36.13327822496408,141.7752808018228,35.02088656266862,83.87460443363275,28.01980158554836,71.7615563026917,45.728984161302456,20.50118536929255,41.64064406700858,39.982430486927306,67.35111144926357,56.38681192681684,,,,,59.81735029292443,64.82297115279016,,19.34920360270077,31.96599060538776 -root_mean_sq_err_q70,127.66970552017482,45.6444332927337,144.15329878375687,37.714800913643124,84.14993819533467,30.868012109585315,80.0956495409433,50.87929256172781,22.249690899918296,59.50651661276522,42.654577114107155,76.57431036020994,57.98314595875199,,,,,67.35111144926354,67.34221384646624,,19.98142759106522,31.96599060538776 -root_mean_sq_err_q75,135.98442558828427,47.27729299411274,146.53131676569095,40.40871526461763,84.42527195703657,33.71622263362227,87.91181494395431,55.739259669762056,24.586390625535984,77.37238915852186,45.326723741287005,79.10846699212084,60.11917027969575,,,,,74.88487260560267,70.61709922200598,,20.61365157942967,31.96599060538776 -root_mean_sq_err_q80,138.20566511828275,47.89368310098664,148.90933474762502,43.10262961559215,84.70060571873847,36.56443315765923,95.72798034696532,59.78318450304615,26.923090351153665,95.2382617042785,50.885123911357766,83.12455125617602,62.47107071624296,,,,,88.25295826051628,73.8919845975457,,21.245875567794126,31.96599060538776 -root_mean_sq_err_q85,140.32847804400149,54.334382457185924,152.95068816069352,45.79654396656665,84.97593948044039,39.41264368169619,105.01741164209244,62.807056492892556,29.25979007677134,105.01680692311942,56.44352408142851,88.82930406889807,64.82297115279016,,,,,101.62104391542988,77.16686997308541,,21.87809955615858,31.96599060538776 -root_mean_sq_err_q90,146.0357212006433,61.127127609644575,156.99204157376204,48.49045831754116,85.2512732421423,42.26085420573314,117.25337472145188,67.34221384646624,31.596489802389023,114.79535214196032,62.00192425149927,97.91139397895401,71.7087276805192,,,,,114.9891295703435,80.44175534862515,,22.510323544523033,31.96599060538776 -root_mean_sq_err_q95,161.84166566944424,70.73079429298046,161.03339498683056,51.18437266851567,85.5266070038442,45.10906472977009,129.48933780081126,77.1668699730854,33.93318952800669,124.57389736080124,67.56032442157002,117.2533747214518,79.35012689011188,,,,,128.35721522525708,83.71664072416486,,23.142547532887487,31.96599060538776 -root_mean_sq_err_q98,205.39415318106376,79.7776693155114,163.4582070346717,52.80072127910037,85.69180726086536,46.817991044192276,136.83091564842692,83.06166364905692,35.3352093633773,130.44102449210578,70.89536452361247,131.93653041668315,83.9349664158675,,,,,136.37806661820525,85.6815719494887,,23.521881925906154,31.96599060538776 -root_mean_sq_err_q99,224.00310923390887,83.38459770760797,164.26647771728537,53.33950414929528,85.74687401320574,47.38763314899966,139.2781082642988,85.02659487438075,35.802549308500836,132.39673353587398,72.00704455762661,136.83091564842687,85.46324625778604,,,,,139.05168374918796,86.33654902459664,,23.64832672357905,31.96599060538776 -cv_root_mean_sq_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -cv_root_mean_sq_err_upper_bound_95_perc_conf,0.16741456700837926,0.24954420065097857,0.17124905826514306,0.5420773988483911,0.18412276200351932,0.17419295884023595,0.21111926793797342,0.2735688833737242,0.12023894435604947,0.1929321488836481,0.4771399460845569,0.1534981723778343,0.36595486394285925,,,,,0.21814221515715967,0.3824732456805505,,0.0727414937566112,0.33591835440718537 -cv_root_mean_sq_err_mean,0.1379703936410376,0.19378437391429698,0.15287075593587748,0.22719759586532004,0.1245600376726652,0.1227984175437654,0.146928416758966,0.196267585609535,0.08149889897520585,0.11501781097436192,0.3359569670881804,0.10974245039098889,0.2994211978350181,,,,,0.13207097015174182,0.2954578920482048,,0.04789319855571391,0.33591835440718537 -cv_root_mean_sq_err_lower_bound_95_perc_conf,0.10852622027369598,0.1380245471776154,0.1344924536066119,-0.08768220711775102,0.06499731334181108,0.07140387624729486,0.0827375655799586,0.11896628784534577,0.042758853594362226,0.03710347306507575,0.19477398809180393,0.06598672840414348,0.23288753172717688,,,,,0.04599972514632397,0.20844253841585905,,0.023044903354816626,0.33591835440718537 -cv_root_mean_sq_err_sem,0.01502253743231716,0.028448891192184484,0.009376684861870191,0.1606529607056485,0.030389145066762307,0.026221704743097214,0.032750434275003786,0.03943943763479042,0.019765329275940623,0.03975221321902356,0.0720321321410084,0.022324347952472148,0.03394574801420469,,,,,0.04391390051296829,0.04439558858793149,,0.01267770163311086,0.0 -cv_root_mean_sq_err_q1,0.02762462134599815,0.005932050240054932,0.12211498931048521,0.004543951917306401,0.07113368673561511,0.07937986784555703,0.04032989629749664,0.024405909472264672,0.049669670281175776,0.024674011357860706,0.1283785581227515,0.02566377123555313,0.18741230229795466,,,,,0.040234377102381064,0.21593736855232273,,0.024091357218209153,0.33591835440718537 -cv_root_mean_sq_err_q2.5,0.03350717167733319,0.014830125600137332,0.12300934668668709,0.011359879793266003,0.07224467208073929,0.08013895107343742,0.04075973267551673,0.026791406911113994,0.0502346685786277,0.026130646706989592,0.1326915901156659,0.028605046401220656,0.19051347527287243,,,,,0.04052093468772779,0.217523669838539,,0.024674011357860706,0.33591835440718537 -cv_root_mean_sq_err_q5,0.04065961612575192,0.028116683266030278,0.12449994231369023,0.022719759586532006,0.0740963143226129,0.08140408978657142,0.041476126638883545,0.03076723597586286,0.05117633240771422,0.028558372288871064,0.13987997677052322,0.03350717167733319,0.19568209689773536,,,,,0.04099853066330567,0.220167505315566,,0.025645101590613298,0.33591835440718537 -cv_root_mean_sq_err_q10,0.04376625137443772,0.0457701745478243,0.12748113356769647,0.04543951917306401,0.07779959880636014,0.08393436721283941,0.042908914565617184,0.03871889410536059,0.05305966006588727,0.033413823452634016,0.15425675008023787,0.04065961612575192,0.2060193401474612,,,,,0.041953722614461425,0.22545517626962008,,0.02758728205611848,0.33591835440718537 -cv_root_mean_sq_err_q15,0.04478299498709899,0.05904694014549413,0.13046232482170272,0.06815927875959601,0.08150288329010738,0.08646464463910739,0.044341702492350824,0.0473616027701774,0.054942987724060324,0.03826927461639697,0.1686335233899525,0.04250844836655791,0.21602982337851084,,,,,0.042908914565617184,0.2307428472236742,,0.029529462521623657,0.33591835440718537 -cv_root_mean_sq_err_q20,0.052477693011350086,0.06261820958520212,0.13344351607570898,0.09087903834612802,0.08520616777385462,0.08899492206537536,0.05054998210667086,0.056201754445085364,0.05682631538223337,0.04312472578015992,0.18301029669966712,0.04376625137443772,0.22407974649750334,,,,,0.043864106516772944,0.23603051817772827,,0.03147164298712884,0.33591835440718537 -cv_root_mean_sq_err_q25,0.07039302983886567,0.07140048634402643,0.13581893699961956,0.11359879793266002,0.08890945225760186,0.09152519949164334,0.05914600756478408,0.08056349993935405,0.05870964304040642,0.043525679276583545,0.19738707000938174,0.04472853976585443,0.23212966961649584,,,,,0.0448192984679287,0.24131818913178238,,0.033413823452634016,0.33591835440718537 -cv_root_mean_sq_err_q30,0.07414856308168631,0.07851985281720708,0.13819435792353016,0.13631855751919203,0.0926127367413491,0.09405547691791133,0.0677420330228973,0.11734252048911128,0.060592970698579475,0.04392663277300718,0.22509332688894246,0.04478299498709899,0.239104750636862,,,,,0.050549982106670846,0.24660586008583646,,0.0353560039181392,0.33591835440718537 -cv_root_mean_sq_err_q35,0.08908151912765941,0.10630924830676579,0.14056977884744076,0.15903831710572403,0.09631602122509633,0.0965857543441793,0.082978340175191,0.15281456254816717,0.062040944249321654,0.0443275862694308,0.2527995837685032,0.04673389710378404,0.2433927264106624,,,,,0.056280665745413,0.251205862034402,,0.03729818438364438,0.33591835440718537 -cv_root_mean_sq_err_q40,0.11588160050634562,0.12568101589276343,0.14294519977135134,0.18175807669225605,0.10001930570884357,0.09911603177044728,0.11149521071584578,0.18567264762582028,0.06261820958520212,0.04472853976585443,0.28050584064806394,0.052477693011350086,0.24768070218446278,,,,,0.06201134938415516,0.25443052597199045,,0.039240364849149556,0.33591835440718537 -cv_root_mean_sq_err_q45,0.131058563072504,0.13708762762780669,0.1469855040645129,0.20447783627878804,0.10372259019259081,0.10164630919671527,0.1400120812565005,0.21577787165896037,0.06319547492108257,0.05275939201485925,0.30821209752762463,0.06202446165297905,0.2533556379927943,,,,,0.0677420330228973,0.25765518990957886,,0.041182545314654734,0.33591835440718537 -cv_root_mean_sq_err_q50,0.14294519977135134,0.14915711063735615,0.15102580835767448,0.22719759586532004,0.10742587467633805,0.10417658662298325,0.16852895179715519,0.22386020733599635,0.06377274025696303,0.06079024426386407,0.33591835440718537,0.07347271666163946,0.26087985384716733,,,,,0.07347271666163946,0.26087985384716733,,0.04312472578015992,0.33591835440718537 -cv_root_mean_sq_err_q55,0.1602349713608953,0.18895751855642118,0.15506611265083606,0.24991735545185206,0.11626940805898343,0.11229341332548588,0.17785480068507792,0.23194254301303233,0.06435000559284348,0.06882109651286888,0.36053564300177265,0.07550025592178002,0.2684040697015404,,,,,0.10614390718199516,0.2641045177847558,,0.046497448078331304,0.33591835440718537 -cv_root_mean_sq_err_q60,0.16626109413595358,0.20788272862065982,0.15910641694399763,0.27263711503838406,0.1251129414416288,0.1204102400279885,0.18718064957300065,0.23975673780837078,0.06492727092872394,0.0768519487618737,0.3851529315963598,0.09330284239829843,0.2844866577927401,,,,,0.1388150977023508,0.2673291817223442,,0.049870170376502675,0.33591835440718537 -cv_root_mean_sq_err_q65,0.16971993024309207,0.23104450571558394,0.1619582916764274,0.29535687462491605,0.1339564748242742,0.12852706673049114,0.19650649846092338,0.2475374149934971,0.0655045362646044,0.11873186367099062,0.4097702201909471,0.1426555233075729,0.3069880250615599,,,,,0.1714862882227065,0.2705538456599327,,0.05324289267467405,0.33591835440718537 -cv_root_mean_sq_err_q70,0.18586017188738826,0.24032988657223353,0.16481016640885715,0.31807663421144805,0.14280000820691957,0.13664389343299374,0.20705782565820163,0.2565803019303827,0.07404297330264367,0.1606117785801075,0.4343875087855343,0.16287543088526063,0.3294893923303797,,,,,0.20415747874306212,0.2889850628889131,,0.05661561497284543,0.33591835440718537 -cv_root_mean_sq_err_q75,0.19586120850279187,0.26087985384716733,0.1676620411412869,0.34079639379798005,0.15164354158956495,0.14476072013549637,0.21822189201015774,0.2662542937431481,0.08656199619176244,0.2024916934892244,0.45900479738012157,0.16852895179715519,0.36323677233963214,,,,,0.23682866926341783,0.3150195567635897,,0.05998833727101681,0.33591835440718537 -cv_root_mean_sq_err_q80,0.2038136775171293,0.280493444514313,0.17051391587371667,0.3635161533845121,0.16048707497221035,0.152877546837999,0.22938595836211384,0.2738449113579249,0.09908101908088121,0.24437160839834132,0.47959811994077817,0.18492830582053724,0.4014825574450577,,,,,0.24250110094144892,0.3410540506382663,,0.0633610595691882,0.33591835440718537 -cv_root_mean_sq_err_q85,0.22709622484020053,0.34684572158016386,0.17530962087798907,0.38623591297104404,0.16933060835485572,0.1609943735405016,0.23966488510243336,0.278831311225216,0.11160004196999992,0.24761048680246445,0.5001914425014348,0.20405470065491702,0.43972834255048315,,,,,0.24817353261948,0.3670885445129428,,0.06673378186735957,0.33591835440718537 -cv_root_mean_sq_err_q90,0.24135443274437196,0.4488732923744395,0.18010532588226144,0.4089556725575761,0.17817414173750112,0.16911120024300427,0.24817353261948,0.2989578626234953,0.12411906485911868,0.2508493652065876,0.5207847650620914,0.22863517711129266,0.44795297581507276,,,,,0.25384596429751105,0.3931230383876194,,0.07010650416553095,0.33591835440718537 -cv_root_mean_sq_err_q95,0.25473601929153533,0.4576219156852771,0.18490103088653384,0.43167543214410803,0.1870176751201465,0.17722802694550688,0.25668218013652655,0.37207494438023375,0.13663808774823738,0.2540882436107108,0.541378087622748,0.24817353261947994,0.45117408377285645,,,,,0.25951839597554216,0.4191575322622959,,0.07347922646370232,0.33591835440718537 -cv_root_mean_sq_err_q98,0.26141624894697835,0.5084287715256975,0.18777845388909725,0.44530728789602725,0.19232379514973372,0.18209812296700845,0.26178736864675456,0.41594519343427716,0.14414950148170863,0.25603157065318466,0.553734081159142,0.2583839096399359,0.45310674854752664,,,,,0.2629218549823608,0.43477822858710186,,0.07550285984260514,0.33591835440718537 -cv_root_mean_sq_err_q99,0.26330353830027575,0.5352000908545509,0.18873759488995176,0.4498512398133337,0.1940925018262628,0.183721488307509,0.26348909815016386,0.4305686097856248,0.1466533060595324,0.2566793463340093,0.5578527456712734,0.26178736864675456,0.45375097013908333,,,,,0.264056341317967,0.43998512736203715,,0.07617740430223943,0.33591835440718537 -mean_abs_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -mean_abs_err_upper_bound_95_perc_conf,82.96919317759232,30.660466343919285,120.58625458779899,46.62643760404585,70.81723369569744,33.236589877840814,70.78864951438824,41.15919039013396,22.797804831392597,68.1934336680545,44.55173896130552,53.17818031095768,50.59345377733765,,,,,73.9451419977504,62.03551571115041,,14.730891678628641,27.047882821695403 -mean_abs_err_mean,63.75130987869102,24.071857033834917,96.86528593686704,19.542254574547112,49.95498185159513,20.067038006528804,45.832481575598955,28.714208866828265,15.193498219580478,37.77458099749195,30.077800397248524,35.84551012297709,42.222353649796624,,,,,41.825974086264644,49.9549564471951,,10.912043144533087,27.047882821695403 -mean_abs_err_lower_bound_95_perc_conf,44.53342657978972,17.483247723750548,73.14431728593509,-7.541928454951627,29.09273000749281,6.897486135216797,20.876313636809666,16.269227343522573,7.5891916077683605,7.355728326929402,15.603861833191528,18.5128399349965,33.8512535222556,,,,,9.706806174778883,37.87439718323979,,7.093194610437532,27.047882821695403 -mean_abs_err_sem,9.805042499439436,3.3615353622879436,12.10253502598569,13.818460729336092,10.644006042909346,6.71915911801633,12.73273874428025,6.349480369033516,3.879748271332713,15.519822791103342,7.384662532682141,8.843199075500301,4.270969452827054,,,,,16.38733056708457,6.1635506448751585,,1.948392109232426,0.0 -mean_abs_err_q1,7.2867035931926525,1.369896105647835,54.72504676277948,0.39084509149094226,25.698612361115163,11.269460282846117,9.521192423462852,5.623590814274039,6.319608371409958,7.202059727504055,14.754451993919242,7.158998586016448,27.626625175833034,,,,,9.424722289479813,36.65936676752922,,7.099600038305767,27.047882821695403 -mean_abs_err_q2.5,7.669818614721267,3.4247402641195874,55.012973002490256,0.9771127287273557,26.613996728250918,11.30543568137857,9.955308026386529,5.762939198544282,6.61696005380606,7.458208950499774,14.76596003941398,7.350556096780755,28.494738707039478,,,,,9.714132691428931,37.0198653601371,,7.202059727504055,27.047882821695403 -mean_abs_err_q5,8.322757981882972,5.34738939032618,55.49285006867489,1.9542254574547113,28.13963734014385,11.365394678932658,10.67883403125932,5.995186505661353,7.112546191132897,7.885124322159305,14.785140115238544,7.669818614721267,29.941594592383552,,,,,10.196483361344127,37.620696347816896,,7.372825876167868,27.047882821695403 -mean_abs_err_q10,9.717715833754838,5.885101106458418,56.45260420104416,3.9084509149094226,31.190918563929703,11.485312674040834,12.125886041004907,6.459681119895494,8.10371846578657,8.738955065478367,14.823500266887667,8.322757981882972,32.83530636307171,,,,,11.161184701174516,38.82235832317649,,7.7143581734954925,27.047882821695403 -mean_abs_err_q15,12.611819853246008,6.518749322400696,57.41235833341342,5.862676372364134,34.242199787715556,11.605230669149009,13.572938050750492,7.593582084426811,9.094890740440244,9.592785808797428,14.861860418536793,9.004526011606044,35.37080091967277,,,,,12.125886041004906,40.02402029853607,,8.055890470823117,27.047882821695403 -mean_abs_err_q20,14.55850337546639,9.855256913894618,58.37211246578269,7.816901829818845,37.29348101150141,11.725148664257187,15.786772159231687,8.91874200618589,10.086063015093917,10.44661655211649,14.900220570185919,9.717715833754838,35.75699219175128,,,,,13.090587380835297,41.22568227389567,,8.397422768150742,27.047882821695403 -mean_abs_err_q25,15.258219302642525,11.505223991161785,70.78421920452905,9.771127287273556,40.34476223528726,11.845066659365363,18.38399731708068,11.245773775249353,11.07723528974759,11.506039173879008,14.938580721835043,10.44661655211649,36.14318346382979,,,,,14.055288720665688,42.427344249255256,,8.738955065478367,27.047882821695403 -mean_abs_err_q30,23.187835954068138,12.308719567624813,83.19632594327541,11.725352744728267,43.39604345907312,11.96498465447354,20.981222474929677,14.374303022156315,12.068407564401264,12.565461795641527,17.360441141807115,12.611819853246008,36.42822900529715,,,,,15.786772159231685,43.62900622461485,,9.080487362805991,27.047882821695403 -mean_abs_err_q35,28.677091628114066,12.897009598617775,95.60843268202177,13.679578202182977,46.44732468285898,12.084902649581716,23.847454811720926,17.027289982228922,12.81309933972741,13.624884417404045,19.782301561779185,14.181092384365861,36.460410220236575,,,,,17.518255597797683,44.667574219294565,,9.422019660133616,27.047882821695403 -mean_abs_err_q40,46.343935520082695,14.543148540622372,108.02053942076815,15.63380365963769,49.49860590664483,12.204820644689892,27.251701506396692,18.729192368632802,13.064830116398506,14.684307039166564,22.20416198175126,14.55850337546639,36.49259143517601,,,,,19.249739036363682,45.37995425261453,,9.76355195746124,27.047882821695403 -mean_abs_err_q45,55.325468395435195,14.881040494361356,108.72485341120706,17.5880291170924,52.54988713043068,12.324738639798069,30.65594820107245,20.680843925123675,13.3165608930696,14.827785105035554,24.626022401723333,14.913871944556949,36.89700996809146,,,,,20.981222474929677,46.0923342859345,,10.105084254788865,27.047882821695403 -mean_abs_err_q50,55.60116835421654,16.45998918676096,109.429167401646,19.542254574547112,55.60116835421654,12.444656634906245,34.06019489574821,24.63048884231055,13.568291669740695,14.971263170904544,27.047882821695403,15.258219302642525,37.79774492497495,,,,,22.712705913495675,46.80471431925447,,10.44661655211649,27.047882821695403 -mean_abs_err_q55,60.53277418946834,22.28376098942511,110.13348139208492,21.496480032001823,56.958593627215976,14.851289041501191,40.499204880089025,28.58013375949743,13.82002244641179,15.114741236773535,28.439572548447323,19.73091126915442,38.69847988185845,,,,,29.274877032840063,47.51709435257444,,10.927776827169094,27.047882821695403 -mean_abs_err_q60,70.63072479534188,27.328774502094944,110.83779538252384,23.450705489456535,58.316018900215404,17.25792144809613,46.938214864429824,31.979003665827165,14.071753223082883,15.258219302642525,29.831262275199236,29.076783918057643,40.15363016091296,,,,,35.83704815218444,48.229474385894406,,11.408937102221696,27.047882821695403 -mean_abs_err_q65,75.70785556608814,28.868688437502502,112.30337131528243,25.404930946911247,59.67344417321484,19.66455385469108,53.37722484877065,35.30902669579977,14.323483999753979,29.647084567491493,31.222952001951157,48.16901793174366,42.02459193159575,,,,,42.39921927152882,48.94185441921437,,11.890097377274301,27.047882821695403 -mean_abs_err_q70,100.45394050429447,34.26819131195345,113.76894724804103,27.359156404365955,61.03086944621427,22.071186261286016,59.94631034859831,38.82235832317649,15.718258395016035,44.035949832340464,32.61464172870308,54.92928216587041,43.89555370227854,,,,,48.9613903908732,51.24051926507033,,12.371257652326904,27.047882821695403 -mean_abs_err_q75,106.4133691501475,35.86733255520228,115.23452318079964,29.313381861820666,62.388294719213704,24.477818667880964,66.58043360616944,42.427344249255256,17.684554599573584,58.42481509718943,34.006331455455,55.52356151021758,45.61741426372119,,,,,55.52356151021758,54.3323265171943,,12.852417927379507,27.047882821695403 -mean_abs_err_q80,107.68933369649805,36.49259143517601,116.70009911355824,31.26760731927538,63.74571999221314,26.88445107447591,73.21455686374055,45.37995425261453,19.65085080413113,72.8136803620384,39.134950569097555,63.71467725461358,47.27963434146778,,,,,65.94015566126018,57.42413376931828,,13.333578202432111,27.047882821695403 -mean_abs_err_q85,109.14744180547042,39.619069655003585,120.7070926607346,33.22183277673009,65.10314526521256,29.29108348107085,80.63422835845219,47.51709435257443,21.61714700868867,81.21360255906568,44.2635696827401,70.86779800779294,48.94185441921437,,,,,76.35674981230275,60.51594102144224,,13.814738477484715,27.047882821695403 -mean_abs_err_q90,114.35517762114448,46.32979429704117,124.71408620791095,35.1760582341848,66.46057053821201,31.697715887665797,89.62499632744499,51.24051926507033,23.58344321324622,89.61352475609294,49.392188796382655,75.94492877853921,55.362928934568956,,,,,86.77334396334535,63.607748273566216,,14.295898752537319,27.047882821695403 -mean_abs_err_q95,129.52247846452255,56.50839324566373,128.72107975508732,37.13028369163951,67.81799581121143,34.10434829426073,98.61576429643773,60.51594102144222,25.549739417803757,98.01344695312022,54.5208079100252,89.62499632744493,62.577145856191535,,,,,97.18993811438793,66.69955552569017,,14.777059027589921,27.047882821695403 -mean_abs_err_q98,168.22824153725824,64.51755618565802,131.12527588339316,38.30281896611234,68.6324509750111,35.54832773821771,104.01022507783343,66.08119407526539,26.729517140538288,103.0534002713366,57.59797937821073,100.4139178902363,66.90567600916509,,,,,103.43989460501349,68.55463987696456,,15.065755192621484,27.047882821695403 -mean_abs_err_q99,184.6129345687941,67.15445948173607,131.92667459282842,38.69366405760328,68.90393602961099,36.02965421953669,105.80837867163197,67.93627842653976,27.122776381449793,104.73338471074206,58.62370320093925,104.01022507783338,68.34851939348961,,,,,105.52321343522202,69.17300132738934,,15.161987247632004,27.047882821695403 -mean_abs_pct_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -mean_abs_pct_err_upper_bound_95_perc_conf,0.12820987569179496,0.19319358583444576,0.13406652851470327,0.3932350159377361,0.146193153885873,0.13186939201684733,0.15959790686468614,0.213404525567498,0.09045545144327946,0.14783889650912146,0.3810497354805864,0.11413574673256102,0.2840361241606564,,,,,0.16255926303872065,0.3032983912239151,,0.046214493714445457,0.28423584301907734 -mean_abs_pct_err_mean,0.10427645323797063,0.14889426353656227,0.11778419519670387,0.16481419520702384,0.09071139255612744,0.08830034122511098,0.10992400493275956,0.1513148567210276,0.059817636993279535,0.08501416542711115,0.2683421734974515,0.08000200328071286,0.23138983278002656,,,,,0.09681790511441832,0.22927060534496324,,0.030291954197904692,0.28423584301907734 -mean_abs_pct_err_lower_bound_95_perc_conf,0.08034303078414631,0.10459494123867877,0.10150186187870447,-0.0636066255236884,0.035229631226381855,0.04473129043337462,0.06025010300083298,0.08922518787455719,0.029179822543279613,0.02218943434510083,0.15563461151431657,0.045868259828864694,0.17874354139939674,,,,,0.031076547190115975,0.15524281946601134,,0.014369414681363928,0.28423584301907734 -mean_abs_pct_err_sem,0.012210929823379752,0.022601695049940564,0.00830731291734663,0.11654123506668992,0.028307021086604888,0.022229107546804263,0.02534382751628907,0.031678402472688987,0.015631537984693838,0.03205343422551547,0.05750385815466068,0.017415175230534777,0.026860352745219286,,,,,0.03354150914505222,0.03776927850966934,,0.008123744651296309,0.0 -mean_abs_pct_err_q1,0.018157871129948495,0.0045354093848365236,0.09164845546928256,0.003296283904140477,0.042897093701072406,0.05086031502479632,0.028915902867825125,0.018511571069683565,0.03455946225322864,0.01624401335063386,0.10982181489170649,0.016949118848276094,0.14258257894461263,,,,,0.028802797278089837,0.16305359252894325,,0.01594182528021576,0.28423584301907734 -mean_abs_pct_err_q2.5,0.021784127974965706,0.01133852346209131,0.09278164136280298,0.008240709760351192,0.043785604793109924,0.05155009871310698,0.029424878021633936,0.02011310430015205,0.03491589718605593,0.016999483526679113,0.11210530874419308,0.0187622472707847,0.14479547396183262,,,,,0.029142114047295713,0.16436022196237332,,0.01624401335063386,0.28423584301907734 -mean_abs_pct_err_q5,0.026365959017489487,0.02100284498374565,0.09467028451867034,0.016481419520702385,0.04526645661317247,0.05269973819362474,0.03027316994464862,0.022782326350932858,0.035509955407434735,0.018258600486754532,0.11591113183167073,0.021784127974965706,0.14848363232386597,,,,,0.02970764199597217,0.1665379376847568,,0.016747660134664027,0.28423584301907734 -mean_abs_pct_err_q10,0.02871315342383907,0.03231593992438731,0.09844757083040506,0.03296283904140477,0.048228160253297556,0.05499901715466026,0.03196975379067799,0.028120770452494465,0.03669807185019235,0.02077683440690537,0.12352277800662605,0.026365959017489487,0.1558599490479327,,,,,0.03083869789332508,0.17089336912952374,,0.017754953702724365,0.28423584301907734 -mean_abs_pct_err_q15,0.03210632111589781,0.04145053762122282,0.10222485714213977,0.04944425856210715,0.05118986389342263,0.05729829611569577,0.033666337636707365,0.03468969333050413,0.03788618829294997,0.02329506832705621,0.13113442418158133,0.028023929328336812,0.16302661551936212,,,,,0.03196975379067799,0.1752488005742907,,0.0187622472707847,0.28423584301907734 -mean_abs_pct_err_q20,0.03799131966829066,0.04565846894813319,0.10600214345387449,0.06592567808280954,0.05415156753354772,0.059597575076731295,0.03635346973520846,0.041610181573213244,0.03907430473570758,0.025813302247207046,0.13874607035653666,0.02871315342383907,0.16893538047496787,,,,,0.033100809688030905,0.17960423201905762,,0.019769540838845037,0.28423584301907734 -mean_abs_pct_err_q25,0.04230475297304739,0.04997449373557077,0.10692144591236781,0.08240709760351192,0.05711327117367279,0.06189685403776681,0.03953587595994543,0.057374026301773184,0.0402624211784652,0.026589477788322484,0.14635771653149196,0.0289180044116688,0.1748441454305736,,,,,0.03423186558538382,0.18395966346382456,,0.02077683440690537,0.28423584301907734 -mean_abs_pct_err_q30,0.04573634782358629,0.05763544486382753,0.10784074837086113,0.0988885171242143,0.06007497481379788,0.06419613299880234,0.04271828218468239,0.08021255621901376,0.04145053762122282,0.027365653329437925,0.17393334182900902,0.03210632111589781,0.1802800942318683,,,,,0.03635346973520846,0.18831509490859152,,0.021784127974965706,0.28423584301907734 -mean_abs_pct_err_q35,0.058362032017661256,0.07535160752145764,0.10876005082935446,0.11536993664491668,0.06303667845392295,0.06649541195983785,0.053318345528445374,0.10544988234192984,0.04260791089916911,0.02814182887055336,0.2015089671265261,0.03517172910611052,0.18453400264738543,,,,,0.0384750738850331,0.19198345796980532,,0.02279142154302604,0.28423584301907734 -mean_abs_pct_err_q40,0.08330451467388068,0.09396139850904911,0.10967935328784778,0.13185135616561908,0.06599838209404804,0.06879469092087337,0.07875372311026055,0.1354848008761969,0.04370379784749278,0.0289180044116688,0.2290845924240432,0.03799131966829066,0.18878791106290255,,,,,0.040596678034857746,0.19427768426391287,,0.023798715111086378,0.28423584301907734 -mean_abs_pct_err_q45,0.10298031440448673,0.10444111280885307,0.1102660180662399,0.14833277568632147,0.06896008573417312,0.07109396988190889,0.10418910069207564,0.16363431672157883,0.04479968479581645,0.034019051753727436,0.2566602177215603,0.041294664447213233,0.19351294216587703,,,,,0.04271828218468239,0.19657191055802042,,0.024806008679146712,0.28423584301907734 -mean_abs_pct_err_q50,0.10967935328784778,0.11315756552016083,0.11085268284463201,0.16481419520702384,0.0719217893742982,0.0733932488429444,0.12962447827389073,0.17670061105587967,0.04589557174414011,0.03912009909578607,0.28423584301907734,0.044839886334507036,0.19886613685212795,,,,,0.044839886334507036,0.19886613685212795,,0.025813302247207046,0.28423584301907734 -mean_abs_pct_err_q55,0.1149848068866866,0.14268243587930707,0.11143934762302411,0.18129561472772623,0.08052037396897208,0.08016465551862989,0.13746334399672389,0.1897669053901805,0.04699145869246378,0.04422114643784471,0.29626225710985427,0.04752927080174482,0.20421933153837887,,,,,0.0718348764167031,0.20116036314623548,,0.028164191400476678,0.28423584301907734 -mean_abs_pct_err_q60,0.1279417822062171,0.1558525903565907,0.11202601240141623,0.1977770342484286,0.0891189585636459,0.08693606219431538,0.14530220971955699,0.19216464317683893,0.04808734564078744,0.049322193779903344,0.3082886712006312,0.06139362568149219,0.2220580148698046,,,,,0.09882986649889908,0.203454589440343,,0.030515080553746306,0.28423584301907734 -mean_abs_pct_err_q65,0.13319738509367496,0.17737647326869038,0.11791434004444493,0.214258453769131,0.09771754315831976,0.09370746887000087,0.15314107544239014,0.19322881139504205,0.04918323258911111,0.0853800588148182,0.32031508529140806,0.09760792138625893,0.2492608146851114,,,,,0.12582485658109516,0.20574881573445056,,0.03286596970701594,0.28423584301907734 -mean_abs_pct_err_q70,0.14913613728000064,0.19169167952430421,0.12380266768747364,0.23073987328983336,0.10631612775299361,0.10047887554568635,0.16056619189576504,0.1974625412438561,0.05590943196671315,0.12143792384973304,0.332341499382185,0.11765740328226493,0.2764636145004182,,,,,0.15281984666329113,0.22157896619279843,,0.03521685886028556,0.28423584301907734 -mean_abs_pct_err_q75,0.15575403068333452,0.20004854598346475,0.12969099533050235,0.24722129281053576,0.11491471234766745,0.10725028222137184,0.16778443371441087,0.20328105190797557,0.06545078755895445,0.15749578888464788,0.3443679134729619,0.12962447827389073,0.2955839798678199,,,,,0.1798148367454872,0.24417707873326663,,0.0375677480135552,0.28423584301907734 -mean_abs_pct_err_q80,0.16228907560592687,0.21378866446779338,0.13557932297353106,0.26370271233123815,0.12351329694234131,0.11402168889705733,0.17500267553305668,0.20833233449131314,0.07499214315119576,0.19355365391956272,0.36718431253977174,0.14659437250217838,0.3114713714560596,,,,,0.18317713955800863,0.26677519127373484,,0.039918637166824825,0.28423584301907734 -mean_abs_pct_err_q85,0.1809960168440488,0.2887750977585743,0.13981582744430282,0.2801841318519405,0.13211188153701514,0.12079309557274281,0.18149598815174792,0.21242458197367328,0.08453349874343699,0.19434960834910237,0.39000071160658145,0.1622890756059268,0.3273587630442992,,,,,0.18653944237053005,0.2893733038142029,,0.04226952632009445,0.28423584301907734 -mean_abs_pct_err_q90,0.18923930714849416,0.3355241996376134,0.14405233191507458,0.29666555137264294,0.14071046613168903,0.1275645022484283,0.18653944237053005,0.22976346115751878,0.09407485433567829,0.195145562778642,0.41281711067339133,0.1754333964605971,0.33789016572051556,,,,,0.18990174518305147,0.31197141635467107,,0.04462041547336409,0.28423584301907734 -mean_abs_pct_err_q95,0.196011811430388,0.35332772304681365,0.14828883638584633,0.31314697089334526,0.14930905072636286,0.1343359089241138,0.19158289658931218,0.29346555129656293,0.10361620992791953,0.19594151720818165,0.43563350974020104,0.18653944237053005,0.34752890357806143,,,,,0.1932640479955729,0.33456952889513913,,0.04697130462663371,0.28423584301907734 -mean_abs_pct_err_q98,0.19668413363950038,0.4057831297738811,0.15083073906830938,0.32303582260576674,0.15446820148316717,0.13839875292952508,0.19460896912058148,0.3316868053799897,0.10934102328326432,0.19641908986590542,0.44932334918028694,0.19259158743306865,0.35331214629258895,,,,,0.1952814296830858,0.34812839641942006,,0.04838183811859549,0.28423584301907734 -mean_abs_pct_err_q99,0.19671080263861082,0.43211651929044576,0.15167803996246376,0.3263321065099072,0.15618791840210194,0.13975303426466218,0.1956176599643379,0.34442722340779847,0.11124929440171256,0.19657828075181336,0.4538866289936489,0.19460896912058148,0.3552398938640981,,,,,0.19595389024559004,0.35264801892751363,,0.048852015949249414,0.28423584301907734 -total_core_cooling_runtime_n,,28.0,,2.0,,3.0,,10.0,4.0,,6.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 -total_core_cooling_runtime_upper_bound_95_perc_conf,,132607.2420963531,,1973.181619748451,,141798.9990331115,,190678.81863473562,320172.91882325185,,2558.479914949386,,134056.59903780508,,,,,,167300.7993872021,,,2379.0 -total_core_cooling_runtime_mean,,91852.53571428571,,848.5,,94181.66666666667,,119189.4,236115.0,,1745.5,,85210.375,,,,,,99970.75,,,2379.0 -total_core_cooling_runtime_lower_bound_95_perc_conf,,51097.829332218316,,-276.1816197484511,,46564.33430022184,,47699.981365264364,152057.08117674815,,932.5200850506138,,36364.15096219492,,,,,,32640.700612797897,,,2379.0 -total_core_cooling_runtime_sem,,20793.21754187112,,573.8171529328832,,24294.557329818792,,36474.19318098757,42886.69327716932,,414.785670892544,,24921.542876431162,,,,,,34352.066013878626,,,0.0 -total_core_cooling_runtime_q1,,9.99,,53.230000000000004,,56869.96,,4174.75,160466.74000000002,,40.85,,1710.33,,,,,,52347.52999999999,,,2379.0 -total_core_cooling_runtime_q2.5,,24.975,,77.57499999999999,,57366.399999999994,,5588.875,162282.85000000003,,102.125,,1785.825,,,,,,52903.325000000004,,,2379.0 -total_core_cooling_runtime_q5,,310.00000000000006,,118.15,,58193.8,,7945.750000000001,165309.7,,204.25,,1911.6499999999999,,,,,,53829.649999999994,,,2379.0 -total_core_cooling_runtime_q10,,1407.1000000000001,,199.3,,59848.600000000006,,12659.500000000002,171363.40000000002,,408.5,,2163.3,,,,,,55682.299999999996,,,2379.0 -total_core_cooling_runtime_q15,,1993.3500000000001,,280.45,,61503.399999999994,,17671.449999999997,177417.09999999998,,612.75,,4858.9000000000015,,,,,,57534.95,,,2379.0 -total_core_cooling_runtime_q20,,2356.8,,361.6,,63158.200000000004,,22768.6,183470.80000000002,,817.0,,22218.200000000004,,,,,,59387.6,,,2379.0 -total_core_cooling_runtime_q25,,2814.75,,442.75,,64813.0,,31769.75,189524.5,,1106.5,,39577.5,,,,,,61240.25,,,2379.0 -total_core_cooling_runtime_q30,,3467.199999999999,,523.9,,66467.8,,43894.09999999999,195578.19999999998,,1396.0,,53212.1,,,,,,63092.9,,,2379.0 -total_core_cooling_runtime_q35,,7740.399999999996,,605.05,,68122.59999999999,,53829.649999999994,199834.1,,1685.5,,57534.95,,,,,,64358.9,,,2379.0 -total_core_cooling_runtime_q40,,13040.800000000003,,686.2,,69777.40000000001,,59387.6,200494.4,,1975.0,,61857.8,,,,,,64451.6,,,2379.0 -total_core_cooling_runtime_q45,,29075.450000000008,,767.35,,71432.2,,64358.9,201154.7,,2066.75,,64420.7,,,,,,64544.3,,,2379.0 -total_core_cooling_runtime_q50,,54258.0,,848.5,,73087.0,,64637.0,201815.0,,2158.5,,64637.0,,,,,,64637.0,,,2379.0 -total_core_cooling_runtime_q55,,63159.65000000001,,929.6500000000001,,81070.2,,64915.1,202475.3,,2250.25,,64853.3,,,,,,64729.7,,,2379.0 -total_core_cooling_runtime_q60,,66574.2,,1010.8,,89053.4,,84775.19999999998,203135.59999999998,,2342.0,,76925.20000000001,,,,,,64822.4,,,2379.0 -total_core_cooling_runtime_q65,,95874.60000000003,,1091.95,,97036.6,,107083.05000000003,203795.9,,2351.25,,97888.79999999999,,,,,,64915.1,,,2379.0 -total_core_cooling_runtime_q70,,123809.7,,1173.1,,105019.79999999999,,145752.89999999997,221771.79999999993,,2360.5,,118852.39999999997,,,,,,80314.59999999995,,,2379.0 -total_core_cooling_runtime_q75,,154503.25,,1254.25,,113003.0,,192603.75,248405.5,,2369.75,,131861.25,,,,,,103367.5,,,2379.0 -total_core_cooling_runtime_q80,,183470.80000000005,,1335.4,,120986.2,,235780.4,275039.20000000007,,2379.0,,141688.2,,,,,,126420.40000000005,,,2379.0 -total_core_cooling_runtime_q85,,203795.90000000002,,1416.55,,128969.4,,274364.29999999993,301672.89999999997,,2524.25,,151515.15,,,,,,149473.3,,,2379.0 -total_core_cooling_runtime_q90,,244354.60000000006,,1497.7,,136952.6,,307051.1,328306.60000000003,,2669.5,,172632.9,,,,,,172526.20000000004,,,2379.0 -total_core_cooling_runtime_q95,,321775.14999999997,,1578.85,,144935.8,,319098.05,354940.29999999993,,2814.75,,195632.44999999995,,,,,,195579.09999999995,,,2379.0 -total_core_cooling_runtime_q98,,354342.3400000001,,1627.54,,149725.72,,326326.22,370920.52,,2901.9,,209432.17999999996,,,,,,209410.84,,,2379.0 -total_core_cooling_runtime_q99,,367958.17,,1643.77,,151322.36,,328735.61000000004,376247.25999999995,,2930.95,,214032.09,,,,,,214021.41999999995,,,2379.0 -total_core_heating_runtime_n,25.0,,6.0,,3.0,,7.0,,,6.0,,13.0,,0.0,,0.0,,5.0,,,3.0, -total_core_heating_runtime_upper_bound_95_perc_conf,744766.30205373,,1167387.5650452639,,670660.8588889218,,385345.6467706498,,,637633.7583036548,,469572.2645693753,,,,,,383804.6908616224,,,574918.0986734884, -total_core_heating_runtime_mean,604741.56,,961124.1666666666,,469261.3333333333,,306837.71428571426,,,524104.3333333333,,389141.76923076925,,,,,,302797.8,,,464186.6666666667, -total_core_heating_runtime_lower_bound_95_perc_conf,464716.8179462701,,754860.7682880695,,267861.8077777449,,228329.7818007787,,,410574.9083630117,,308711.2738921632,,,,,,221790.90913837758,,,353455.23465984507, -total_core_heating_runtime_sem,71441.1949253724,,105236.42774418222,,102754.85997734104,,40055.06759435488,,,57923.17600526612,,41035.96700949288,,,,,,41330.04635797061,,,56495.628574908995, -total_core_heating_runtime_q1,189589.6,,653387.2,,260340.62,,185001.4,,,332462.8,,209239.08,,,,,,209692.84,,,332683.24, -total_core_heating_runtime_q2.5,198766.0,,660935.5,,266440.55,,187295.5,,,337421.5,,209654.7,,,,,,210789.10000000003,,,337972.6, -total_core_heating_runtime_q5,209423.80000000002,,673516.0,,276607.1,,191119.0,,,345686.0,,210347.40000000002,,,,,,212616.2,,,346788.2, -total_core_heating_runtime_q10,217655.8,,698677.0,,296940.2,,198766.0,,,362215.0,,214463.4,,,,,,216270.40000000002,,,364419.4, -total_core_heating_runtime_q15,241376.8,,723838.0,,317273.3,,206413.0,,,378744.0,,224040.6,,,,,,219924.59999999998,,,382050.6, -total_core_heating_runtime_q20,255180.40000000002,,748999.0,,337606.4,,212616.2,,,395273.0,,236662.2,,,,,,223578.80000000002,,,399681.8, -total_core_heating_runtime_q25,329157.0,,793746.5,,357939.5,,218097.5,,,422822.0,,250806.0,,,,,,227233.0,,,417313.0, -total_core_heating_runtime_q30,392153.0,,838494.0,,378272.6,,223578.8,,,450371.0,,254086.8,,,,,,231947.6,,,434944.19999999995, -total_core_heating_runtime_q35,411409.79999999993,,883241.5,,398605.7,,229590.3,,,477920.0,,270850.6,,,,,,236662.2,,,452575.4, -total_core_heating_runtime_q40,444487.80000000005,,927989.0,,418938.8,,236662.2,,,505469.0,,314580.4,,,,,,241376.80000000002,,,470206.6, -total_core_heating_runtime_q45,457764.60000000003,,937690.75,,439271.9,,243734.1,,,518585.25,,354043.4,,,,,,246091.40000000002,,,487837.80000000005, -total_core_heating_runtime_q50,505469.0,,947392.5,,459605.0,,250806.0,,,531701.5,,391373.0,,,,,,250806.0,,,505469.0, -total_core_heating_runtime_q55,563545.4,,957094.25,,482835.0,,292976.10000000003,,,544817.75,,417918.2,,,,,,278919.4,,,510715.5, -total_core_heating_runtime_q60,610936.5999999999,,966796.0,,506065.0,,335146.19999999995,,,557934.0,,438572.6,,,,,,307032.8,,,515962.0, -total_core_heating_runtime_q65,674485.0,,977912.75,,529295.0,,377316.30000000005,,,564948.25,,447445.4,,,,,,335146.2,,,521208.5, -total_core_heating_runtime_q70,737580.1999999998,,989029.5,,552525.0,,400221.39999999997,,,571962.5,,472429.3999999999,,,,,,363259.6,,,526455.0, -total_core_heating_runtime_q75,770802.0,,1000146.25,,575755.0,,413494.0,,,578976.75,,505469.0,,,,,,391373.0,,,531701.5, -total_core_heating_runtime_q80,935750.4000000001,,1011263.0,,598985.0,,426766.6,,,585991.0,,536948.0,,,,,,400221.39999999997,,,536948.0, -total_core_heating_runtime_q85,975512.8,,1124283.0,,622215.0,,437093.80000000005,,,632193.75,,563545.4,,,,,,409069.80000000005,,,542194.5, -total_core_heating_runtime_q90,1002193.0,,1237303.0,,645445.0,,441530.2,,,678396.5,,580379.6,,,,,,417918.19999999995,,,547441.0, -total_core_heating_runtime_q95,1363581.3999999987,,1350323.0,,668674.9999999999,,445966.6,,,724599.25,,610936.5999999999,,,,,,426766.6,,,552687.5, -total_core_heating_runtime_q98,1457735.6400000001,,1418135.0,,682613.0,,448628.44,,,752320.9,,633387.64,,,,,,432075.64,,,555835.4, -total_core_heating_runtime_q99,1460539.32,,1440739.0000000002,,687259.0,,449515.72,,,761561.4500000001,,640871.32,,,,,,433845.32,,,556884.7, -total_auxiliary_heating_core_day_runtime_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -total_auxiliary_heating_core_day_runtime_upper_bound_95_perc_conf,203822.7004924778,,439102.0,,144794.0,,164473.7759400351,,,3865.198700533085,,109357.73323170206,,,,,,217524.77373590902,,,3865.198700533085, -total_auxiliary_heating_core_day_runtime_mean,105583.5,,439102.0,,144794.0,,79046.66666666667,,,2722.5,,48517.0,,,,,,96094.5,,,2722.5, -total_auxiliary_heating_core_day_runtime_lower_bound_95_perc_conf,7344.299507522213,,439102.0,,144794.0,,-6380.442606701748,,,1579.8012994669155,,-12323.733231702063,,,,,,-25335.773735909024,,,1579.8012994669155, -total_auxiliary_heating_core_day_runtime_sem,50122.04106759071,,0.0,,0.0,,43585.259833351236,,,583.0095410883084,,31041.190424337787,,,,,,61954.221293831135,,,583.0095410883084, -total_auxiliary_heating_core_day_runtime_q1,2013.4299999999998,,439102.0,,144794.0,,9207.460000000001,,,1914.49,,1963.96,,,,,,10230.33,,,1914.49, -total_auxiliary_heating_core_day_runtime_q2.5,2186.575,,439102.0,,144794.0,,10301.65,,,1939.225,,2062.9,,,,,,12858.825,,,1939.225, -total_auxiliary_heating_core_day_runtime_q5,2475.1499999999996,,439102.0,,144794.0,,12125.3,,,1980.4499999999998,,2227.8,,,,,,17239.65,,,1980.4499999999998, -total_auxiliary_heating_core_day_runtime_q10,3052.3,,439102.0,,144794.0,,15772.600000000002,,,2062.9,,2557.6000000000004,,,,,,26001.300000000003,,,2062.9, -total_auxiliary_heating_core_day_runtime_q15,3793.55,,439102.0,,144794.0,,19419.899999999998,,,2145.35,,2887.3999999999996,,,,,,34762.95,,,2145.35, -total_auxiliary_heating_core_day_runtime_q20,5519.400000000001,,439102.0,,144794.0,,23067.2,,,2227.8,,3217.2000000000003,,,,,,43524.600000000006,,,2227.8, -total_auxiliary_heating_core_day_runtime_q25,7245.25,,439102.0,,144794.0,,26714.5,,,2310.25,,3547.0,,,,,,52286.25,,,2310.25, -total_auxiliary_heating_core_day_runtime_q30,9448.900000000001,,439102.0,,144794.0,,30361.8,,,2392.7,,4533.2,,,,,,61047.899999999994,,,2392.7, -total_auxiliary_heating_core_day_runtime_q35,12847.049999999997,,439102.0,,144794.0,,34009.1,,,2475.1499999999996,,5519.4,,,,,,69809.55,,,2475.1499999999996, -total_auxiliary_heating_core_day_runtime_q40,16245.2,,439102.0,,144794.0,,37656.4,,,2557.6000000000004,,6505.6,,,,,,78571.20000000001,,,2557.6000000000004, -total_auxiliary_heating_core_day_runtime_q45,22201.6,,439102.0,,144794.0,,41303.700000000004,,,2640.05,,7491.8,,,,,,87332.84999999999,,,2640.05, -total_auxiliary_heating_core_day_runtime_q50,31569.0,,439102.0,,144794.0,,44951.0,,,2722.5,,8478.0,,,,,,96094.5,,,2722.5, -total_auxiliary_heating_core_day_runtime_q55,40936.40000000001,,439102.0,,144794.0,,58827.000000000015,,,2804.95,,15772.600000000006,,,,,,104856.15000000001,,,2804.95, -total_auxiliary_heating_core_day_runtime_q60,64919.60000000002,,439102.0,,144794.0,,72703.0,,,2887.3999999999996,,23067.199999999997,,,,,,113617.79999999999,,,2887.3999999999996, -total_auxiliary_heating_core_day_runtime_q65,99864.64999999998,,439102.0,,144794.0,,86579.0,,,2969.8500000000004,,30361.800000000003,,,,,,122379.45000000001,,,2969.8500000000004, -total_auxiliary_heating_core_day_runtime_q70,134809.69999999995,,439102.0,,144794.0,,100454.99999999999,,,3052.2999999999997,,37656.399999999994,,,,,,131141.1,,,3052.2999999999997, -total_auxiliary_heating_core_day_runtime_q75,154523.25,,439102.0,,144794.0,,114331.0,,,3134.75,,44951.0,,,,,,139902.75,,,3134.75, -total_auxiliary_heating_core_day_runtime_q80,168144.2,,439102.0,,144794.0,,128207.00000000001,,,3217.2000000000003,,72703.00000000003,,,,,,148664.40000000002,,,3217.2000000000003, -total_auxiliary_heating_core_day_runtime_q85,181765.15000000002,,439102.0,,144794.0,,142083.0,,,3299.6499999999996,,100454.99999999999,,,,,,157426.05000000002,,,3299.6499999999996, -total_auxiliary_heating_core_day_runtime_q90,260328.29999999993,,439102.0,,144794.0,,155959.00000000003,,,3382.1000000000004,,128207.00000000001,,,,,,166187.69999999998,,,3382.1000000000004, -total_auxiliary_heating_core_day_runtime_q95,349715.14999999985,,439102.0,,144794.0,,169835.0,,,3464.5499999999997,,155958.99999999997,,,,,,174949.34999999998,,,3464.5499999999997, -total_auxiliary_heating_core_day_runtime_q98,403347.25999999983,,439102.0,,144794.0,,178160.6,,,3514.02,,172610.2,,,,,,180206.34,,,3514.02, -total_auxiliary_heating_core_day_runtime_q99,421224.62999999995,,439102.0,,144794.0,,180935.8,,,3530.5099999999998,,178160.6,,,,,,181958.66999999998,,,3530.5099999999998, -total_emergency_heating_core_day_runtime_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -total_emergency_heating_core_day_runtime_upper_bound_95_perc_conf,3008.336569776574,,4487.0,,2104.0,,2022.406339219803,,,3205.366640435656,,2480.892895442685,,,,,,1450.7185858225128,,,3205.366640435656, -total_emergency_heating_core_day_runtime_mean,2359.375,,4487.0,,2104.0,,1653.3333333333333,,,2453.5,,1973.4,,,,,,1423.0,,,2453.5, -total_emergency_heating_core_day_runtime_lower_bound_95_perc_conf,1710.413430223426,,4487.0,,2104.0,,1284.2603274468636,,,1701.6333595643441,,1465.907104557315,,,,,,1395.2814141774872,,,1701.6333595643441, -total_emergency_heating_core_day_runtime_sem,331.10284172274174,,0.0,,0.0,,188.302554023709,,,383.605428793702,,258.92494665443115,,,,,,14.14213562373095,,,383.605428793702, -total_emergency_heating_core_day_runtime_q1,1405.8,,4487.0,,2104.0,,1403.8,,,1921.85,,1404.6,,,,,,1403.4,,,1921.85, -total_emergency_heating_core_day_runtime_q2.5,1410.0,,4487.0,,2104.0,,1405.0,,,1938.125,,1407.0,,,,,,1404.0,,,1938.125, -total_emergency_heating_core_day_runtime_q5,1417.0,,4487.0,,2104.0,,1407.0,,,1965.2499999999998,,1411.0,,,,,,1405.0,,,1965.2499999999998, -total_emergency_heating_core_day_runtime_q10,1431.0,,4487.0,,2104.0,,1411.0,,,2019.5,,1419.0,,,,,,1407.0,,,2019.5, -total_emergency_heating_core_day_runtime_q15,1466.4,,4487.0,,2104.0,,1415.0,,,2073.75,,1427.0,,,,,,1409.0,,,2073.75, -total_emergency_heating_core_day_runtime_q20,1630.2,,4487.0,,2104.0,,1419.0,,,2128.0,,1435.0,,,,,,1411.0,,,2128.0, -total_emergency_heating_core_day_runtime_q25,1794.0,,4487.0,,2104.0,,1423.0,,,2182.25,,1443.0,,,,,,1413.0,,,2182.25, -total_emergency_heating_core_day_runtime_q30,1930.3,,4487.0,,2104.0,,1427.0,,,2236.5,,1536.6,,,,,,1415.0,,,2236.5, -total_emergency_heating_core_day_runtime_q35,1997.85,,4487.0,,2104.0,,1431.0,,,2290.75,,1630.2,,,,,,1417.0,,,2290.75, -total_emergency_heating_core_day_runtime_q40,2065.4,,4487.0,,2104.0,,1435.0,,,2345.0,,1723.8,,,,,,1419.0,,,2345.0, -total_emergency_heating_core_day_runtime_q45,2105.5,,4487.0,,2104.0,,1439.0,,,2399.25,,1817.4,,,,,,1421.0,,,2399.25, -total_emergency_heating_core_day_runtime_q50,2109.0,,4487.0,,2104.0,,1443.0,,,2453.5,,1911.0,,,,,,1423.0,,,2453.5, -total_emergency_heating_core_day_runtime_q55,2112.5,,4487.0,,2104.0,,1510.1,,,2507.75,,1951.6000000000001,,,,,,1425.0,,,2507.75, -total_emergency_heating_core_day_runtime_q60,2174.6,,4487.0,,2104.0,,1577.2,,,2562.0,,1992.1999999999998,,,,,,1427.0,,,2562.0, -total_emergency_heating_core_day_runtime_q65,2280.65,,4487.0,,2104.0,,1644.3,,,2616.25,,2032.8,,,,,,1429.0,,,2616.25, -total_emergency_heating_core_day_runtime_q70,2386.7,,4487.0,,2104.0,,1711.4,,,2670.5,,2073.4,,,,,,1431.0,,,2670.5, -total_emergency_heating_core_day_runtime_q75,2561.75,,4487.0,,2104.0,,1778.5,,,2724.75,,2114.0,,,,,,1433.0,,,2724.75, -total_emergency_heating_core_day_runtime_q80,2764.4,,4487.0,,2104.0,,1845.6,,,2779.0,,2290.4,,,,,,1435.0,,,2779.0, -total_emergency_heating_core_day_runtime_q85,2967.05,,4487.0,,2104.0,,1912.7,,,2833.25,,2466.7999999999997,,,,,,1437.0,,,2833.25, -total_emergency_heating_core_day_runtime_q90,3443.3,,4487.0,,2104.0,,1979.8,,,2887.5,,2643.2000000000003,,,,,,1439.0,,,2887.5, -total_emergency_heating_core_day_runtime_q95,3965.1499999999987,,4487.0,,2104.0,,2046.9,,,2941.75,,2819.5999999999995,,,,,,1441.0,,,2941.75, -total_emergency_heating_core_day_runtime_q98,4278.259999999999,,4487.0,,2104.0,,2087.16,,,2974.3,,2925.44,,,,,,1442.1999999999998,,,2974.3, -total_emergency_heating_core_day_runtime_q99,4382.63,,4487.0,,2104.0,,2100.58,,,2985.15,,2960.72,,,,,,1442.6,,,2985.15, -daily_mean_core_cooling_runtime_n,,27.0,,2.0,,3.0,,10.0,4.0,,5.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 -daily_mean_core_cooling_runtime_upper_bound_95_perc_conf,,224.5205600445085,,134.3118303737669,,273.0440095564078,,282.8747126135376,362.8474529469675,,127.47469478790248,,240.56568742784947,,,,,,270.65349040338674,,,95.16 -daily_mean_core_cooling_runtime_mean,,188.16560463195657,,77.78571428571428,,219.62798521872128,,222.66124989549576,266.1881109423295,,112.45134865900381,,196.7422891631598,,,,,,226.05948575632073,,,95.16 -daily_mean_core_cooling_runtime_lower_bound_95_perc_conf,,151.81064921940464,,21.259598197661674,,166.21196088103477,,162.4477871774539,169.5287689376915,,97.42800253010515,,152.91889089847012,,,,,,181.4654811092547,,,95.16 -daily_mean_core_cooling_runtime_sem,,18.5484466390571,,28.839855146965615,,27.25307364167679,,30.721154447980545,49.31599081869286,,7.664972514744218,,22.358876665657988,,,,,,22.752043187278577,,,0.0 -daily_mean_core_cooling_runtime_q1,,45.25914893617021,,37.815714285714286,,155.0960885885886,,71.02654182454096,147.8575907667714,,95.3036,,96.79879999999999,,,,,,190.6058213348621,,,95.16 -daily_mean_core_cooling_runtime_q2.5,,57.647872340425536,,39.03928571428571,,157.90688813813813,,74.41741839113962,152.279099755873,,95.519,,99.25699999999999,,,,,,190.82833632835758,,,95.16 -daily_mean_core_cooling_runtime_q5,,74.72664640324214,,41.07857142857143,,162.59155405405406,,80.06887933547071,159.64828140437564,,95.878,,103.35399999999998,,,,,,191.19919465085002,,,95.16 -daily_mean_core_cooling_runtime_q10,,91.78410524026962,,45.15714285714286,,171.9608858858859,,91.37180122413291,174.38664470138093,,96.596,,111.54799999999999,,,,,,191.9409112958349,,,95.16 -daily_mean_core_cooling_runtime_q15,,95.03235616438356,,49.23571428571428,,181.33021771771772,,113.49078213436141,189.12500799838625,,97.314,,122.1657310431504,,,,,,192.6826279408198,,,95.16 -daily_mean_core_cooling_runtime_q20,,99.41379310344828,,53.31428571428572,,190.69954954954954,,138.70006562218032,203.86337129539152,,98.032,,147.3258483452032,,,,,,193.4243445858047,,,95.16 -daily_mean_core_cooling_runtime_q25,,110.32019704433498,,57.39285714285714,,200.0688813813814,,160.04251321404112,218.6017345923968,,98.75,,172.48596564725597,,,,,,194.16606123078958,,,95.16 -daily_mean_core_cooling_runtime_q30,,124.94355400696864,,61.47142857142857,,209.4382132132132,,178.29149208913552,233.34009788940213,,99.41379310344827,,190.95195576918837,,,,,,194.90777787577449,,,95.16 -daily_mean_core_cooling_runtime_q35,,130.71666666666667,,65.55,,218.80754504504503,,191.19919465085,243.85256349487577,,100.07758620689654,,192.6826279408198,,,,,,196.38933349259437,,,95.16 -daily_mean_core_cooling_runtime_q40,,139.66396724294813,,69.62857142857143,,228.1768768768769,,193.4243445858047,245.91323371728618,,100.74137931034483,,194.41330011245122,,,,,,199.35056705308423,,,95.16 -daily_mean_core_cooling_runtime_q45,,148.40590956394763,,73.70714285714286,,237.54620870870872,,196.38933349259437,247.97390393969653,,101.40517241379311,,195.67532961550796,,,,,,202.31180061357406,,,95.16 -daily_mean_core_cooling_runtime_q50,,153.22222222222223,,77.78571428571428,,246.91554054054055,,205.27303417406392,250.03457416210694,,102.06896551724138,,196.3125022271318,,,,,,205.27303417406392,,,95.16 -daily_mean_core_cooling_runtime_q55,,191.94091129583492,,81.86428571428573,,248.0986057758266,,214.15673485553347,252.09524438451731,,107.67739463601532,,196.94967483875567,,,,,,208.23426773455378,,,95.16 -daily_mean_core_cooling_runtime_q60,,196.4945515447386,,85.94285714285714,,249.28167101111262,,250.38004629393396,254.15591460692772,,113.28582375478928,,200.80696159393872,,,,,,211.19550129504364,,,95.16 -daily_mean_core_cooling_runtime_q65,,213.3517063196437,,90.02142857142857,,250.46473624639867,,290.0208090769509,256.2165848293381,,118.89425287356322,,207.0793339567912,,,,,,214.15673485553347,,,95.16 -daily_mean_core_cooling_runtime_q70,,243.9156468446993,,94.1,,251.64780148168472,,307.38095266990285,273.19046514690075,,124.50268199233717,,213.35170631964365,,,,,,223.95287110525604,,,95.16 -daily_mean_core_cooling_runtime_q75,,251.90950772200773,,98.17857142857143,,252.83086671697077,,313.60078666782243,297.6209505120396,,130.11111111111111,,226.04440775512285,,,,,,237.16645869959507,,,95.16 -daily_mean_core_cooling_runtime_q80,,258.3776492954158,,102.25714285714287,,254.01393195225683,,318.5282861189802,322.0514358771785,,131.32222222222222,,241.30524081965268,,,,,,250.38004629393402,,,95.16 -daily_mean_core_cooling_runtime_q85,,304.6165820041608,,106.33571428571427,,255.19699718754288,,321.84036738668556,346.4819212423173,,132.53333333333333,,256.5660738841825,,,,,,263.59363388827296,,,95.16 -daily_mean_core_cooling_runtime_q90,,320.00032223796035,,110.41428571428571,,256.3800624228289,,328.8096039981471,370.91240660745615,,133.74444444444444,,272.09265402676766,,,,,,276.8072214826119,,,95.16 -daily_mean_core_cooling_runtime_q95,,355.1686444176249,,114.49285714285715,,257.563127658115,,348.5788843127554,395.34289197259494,,134.95555555555555,,287.66352534902876,,,,,,290.02080907695085,,,95.16 -daily_mean_core_cooling_runtime_q98,,393.03226672834137,,116.94,,258.2729667992866,,360.44045250152044,410.0011831916782,,135.6822222222222,,297.0060481423854,,,,,,297.94896163355423,,,95.16 -daily_mean_core_cooling_runtime_q99,,406.4028220330375,,117.75571428571429,,258.5095798463438,,364.3943085644421,414.887280264706,,135.92444444444445,,300.1202224068377,,,,,,300.59167915242205,,,95.16 -daily_mean_core_heating_runtime_n,25.0,,6.0,,3.0,,7.0,,,6.0,,13.0,,0.0,,0.0,,5.0,,,3.0, -daily_mean_core_heating_runtime_upper_bound_95_perc_conf,674.5390648868926,,970.2669933646017,,756.3053234819345,,535.247277738518,,,496.2899361271436,,493.280338363654,,,,,,544.4248330243414,,,451.94652467935924, -daily_mean_core_heating_runtime_mean,575.6713508473744,,814.6486564547491,,601.397378547712,,423.7842207943081,,,431.4076697419949,,427.66052292026023,,,,,,429.7740011542295,,,386.92053517500716, -daily_mean_core_heating_runtime_lower_bound_95_perc_conf,476.8036368078562,,659.0303195448965,,446.48943361348955,,312.32116385009823,,,366.52540335684614,,362.0407074768665,,,,,,315.12316928411764,,,321.8945456706551, -daily_mean_core_heating_runtime_sem,50.44271124465212,,79.39711066829213,,79.03466578276658,,56.868906604188716,,,33.10319713527996,,33.4794976752009,,,,,,58.49532238271014,,,33.17652525732249, -daily_mean_core_heating_runtime_q1,210.52041345621427,,504.45486289192684,,441.17448359525775,,221.73964965973315,,,312.3954688336009,,215.3526944373889,,,,,,270.1917593722755,,,311.26490023597825, -daily_mean_core_heating_runtime_q2.5,214.3851871838428,,515.3300253279767,,445.8233884753239,,226.33005382752125,,,316.95154802385173,,226.4658896367793,,,,,,270.95359197907584,,,314.1251265297953, -daily_mean_core_heating_runtime_q5,228.88027836518128,,533.4552960547264,,453.57156327543424,,233.98072744050137,,,324.54501334093663,,244.9878816357633,,,,,,272.2233129904098,,,318.89217035282365, -daily_mean_core_heating_runtime_q10,274.7627550130776,,569.705837508226,,469.0679128756548,,249.2820746664616,,,339.73194397510633,,272.2233129904098,,,,,,274.7627550130776,,,328.4262579988803, -daily_mean_core_heating_runtime_q15,298.56728205649256,,605.9563789617254,,484.56426247587535,,264.5834218924218,,,354.918874609276,,279.84163905841325,,,,,,277.3021970357454,,,337.960345644937, -daily_mean_core_heating_runtime_q20,357.9562607361099,,642.2069204152249,,500.06061207609594,,272.2233129904098,,,370.1058052434457,,293.1718817313554,,,,,,279.84163905841325,,,347.4944332909937, -daily_mean_core_heating_runtime_q25,404.69895916733384,,686.0333228902384,,515.5569616763165,,276.0324760244115,,,378.7540937244177,,309.35808270676694,,,,,,282.3810810810811,,,357.0285209370504, -daily_mean_core_heating_runtime_q30,439.80108367035507,,729.859725365252,,531.0533112765371,,279.84163905841325,,,387.40238220538976,,366.562608583107,,,,,,324.27412893412895,,,366.5626085831071, -daily_mean_core_heating_runtime_q35,464.7612663290805,,773.6861278402654,,546.5496608767576,,303.327605007605,,,396.0506706863618,,411.3742100689098,,,,,,366.1671767871768,,,376.09669622916374, -daily_mean_core_heating_runtime_q40,495.06138089926435,,817.5125303152789,,562.0460104769782,,366.1671767871769,,,404.69895916733384,,431.3999627736377,,,,,,408.0602246402247,,,385.63078387522046, -daily_mean_core_heating_runtime_q45,504.6642067341989,,830.6852528219677,,577.5423600771987,,429.00674856674857,,,415.20036028823057,,441.52695366549653,,,,,,449.9532724932725,,,395.1648715212772, -daily_mean_core_heating_runtime_q50,507.7911611785095,,843.8579753286565,,593.0387096774193,,491.84632034632034,,,425.7017614091273,,446.70456365092076,,,,,,491.84632034632034,,,404.69895916733384, -daily_mean_core_heating_runtime_q55,558.4376991394782,,857.0306978353453,,611.0426599387276,,496.2511451726568,,,436.20316253002403,,473.78961766816053,,,,,,494.78287023054463,,,408.8995196156925, -daily_mean_core_heating_runtime_q60,595.1950912498767,,870.2034203420342,,629.046610200036,,500.6559699989932,,,446.70456365092076,,492.9180071973017,,,,,,497.719420114769,,,413.1000800640512, -daily_mean_core_heating_runtime_q65,598.7359611881059,,907.4128368442693,,647.0505604613444,,505.0607948253297,,,461.97621303281795,,496.1330677502457,,,,,,500.6559699989932,,,417.3006405124099, -daily_mean_core_heating_runtime_q70,633.5535682470734,,944.6222533465045,,665.0545107226527,,524.909188535666,,,477.24786241471514,,500.93448066771293,,,,,,503.59251988321756,,,421.5012009607686, -daily_mean_core_heating_runtime_q75,773.0782122905028,,981.8316698487397,,683.0584609839611,,552.4793666880023,,,492.51951179661233,,506.52906976744185,,,,,,506.52906976744185,,,425.7017614091273, -daily_mean_core_heating_runtime_q80,821.4254349211478,,1019.041086350975,,701.0624112452695,,580.0495448403386,,,507.7911611785095,,507.28632461408245,,,,,,524.9091885356661,,,429.902321857486, -daily_mean_core_heating_runtime_q85,850.3276001435876,,1024.71162143917,,719.0663615065778,,598.4807132051533,,,518.2902325101304,,525.9188616645201,,,,,,543.2893073038902,,,434.1028823058447, -daily_mean_core_heating_runtime_q90,959.5060199473988,,1030.3821565273652,,737.0703117678862,,598.6338619949248,,,528.7893038417512,,580.3019631225521,,,,,,561.6694260721144,,,438.3034427542034, -daily_mean_core_heating_runtime_q95,1037.186798633199,,1036.0526916155602,,755.0742620291945,,598.7870107846966,,,539.2883751733721,,598.6338619949249,,,,,,580.0495448403385,,,442.5040032025621, -daily_mean_core_heating_runtime_q98,1071.8936033632572,,1039.4550126684771,,765.8766321859796,,598.8789000585595,,,545.5878179723445,,598.8176405426508,,,,,,591.0776161012731,,,445.02433947157726, -daily_mean_core_heating_runtime_q99,1085.8183925907192,,1040.5891196861162,,769.4774222382412,,598.9095298165138,,,547.6876322386687,,598.8789000585595,,,,,,594.7536398549178,,,445.86445156124904, -core_mean_indoor_temperature_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -core_mean_indoor_temperature_upper_bound_95_perc_conf,66.40970551222273,73.00788879171138,66.28137821033806,72.34795267858965,66.795749105521,74.67029711858436,66.7606613925693,73.52853498983288,74.1261690778584,66.7888063869137,71.47426202832797,66.72165480088029,73.56295931291069,,,,,66.87989414649707,73.6424232682196,,66.72470044575539,71.77541666666667 -core_mean_indoor_temperature_mean,66.14806009141678,72.43149523386582,65.99730337753637,71.28714888291462,66.64144389712241,74.35370158161162,66.06453491688885,72.78208537223493,72.63304626495496,66.23393687840972,70.78821951671193,66.30132654726638,72.81920596222568,,,,,66.07485504904794,73.26702985322898,,65.92803187984087,71.77541666666667 -core_mean_indoor_temperature_lower_bound_95_perc_conf,65.88641467061083,71.85510167602025,65.71322854473468,70.2263450872396,66.48713868872383,74.03710604463888,65.36840844120839,72.03563575463698,71.1399234520515,65.67906736990574,70.1021770050959,65.88099829365248,72.07545261154067,,,,,65.26981595159882,72.89163643823835,,65.13136331392636,71.77541666666667 -core_mean_indoor_temperature_sem,0.13349256163569032,0.29407834583957165,0.14493613918453951,0.5412264263648119,0.07872714714213487,0.16152833519017146,0.3551665692247209,0.3808416416316047,0.7617973535221679,0.28309668801223575,0.35002168960001695,0.21445319061933818,0.3794659952474546,,,,,0.41073423339241283,0.1915272525462382,,0.40646355403802037,0.0 -core_mean_indoor_temperature_q1,64.99978292401994,69.89304407833566,65.48807985713671,70.53704732548438,66.4588513762038,73.97090657901298,65.053177323717,71.12667368646488,70.68888502840701,65.02583148177513,69.78816596931661,65.00169769623196,71.12434141156464,,,,,65.1420565353545,72.82588582256751,,65.00724153495443,71.77541666666667 -core_mean_indoor_temperature_q2.5,65.02280405193795,70.07896436250581,65.50387873948046,70.56000961805877,66.46610711964257,73.98769015248745,65.06036868485552,71.15424132638492,70.75939845602423,65.08792544632594,69.81676908995816,65.027590982468,71.19784990810842,,,,,65.162710694974,72.831770704474,,65.04145057927417,71.77541666666667 -core_mean_indoor_temperature_q5,65.06436388548802,70.32859286883755,65.53021021005333,70.59828010568276,66.4782000253739,74.01566277494487,65.07235428675304,71.20018739291834,70.87692083538623,65.19141538724395,69.8644409576941,65.07074645952807,71.32036406901472,,,,,65.19713429433982,72.8415788409848,,65.09846565314041,71.77541666666667 -core_mean_indoor_temperature_q10,65.26598149307144,70.52788169868555,65.58287315119911,70.67482108093076,66.50238583683651,74.07160801985972,65.0963254905481,71.29207952598516,71.11196559411025,65.39839526907997,69.95978469316597,65.1971342943398,71.5653923908273,,,,,65.26598149307144,72.86119511400639,,65.21249580087289,71.77541666666667 -core_mean_indoor_temperature_q15,65.47553759705107,70.6308861434146,65.63553609234489,70.75136205617873,66.52657164829913,74.12755326477456,65.12029669434315,71.40413765732673,71.34701035283426,65.60537515091599,70.05512842863784,65.40367589053471,71.78927376510306,,,,,65.33482869180307,72.88081138702798,,65.32652594860537,71.77541666666667 -core_mean_indoor_temperature_q20,65.63282760276275,71.081927649732,65.68819903349066,70.82790303142673,66.55075745976177,74.18349850968941,65.1971342943398,71.52195750246109,71.58205511155828,65.81235503275201,70.15047216410971,65.56626043488072,71.88627345415779,,,,,65.40367589053471,72.90042766004957,,65.44055609633784,71.77541666666667 -core_mean_indoor_temperature_q25,65.68819903349066,71.21039762992575,65.75363340485022,70.90444400667471,66.57494327122438,74.23944375460425,65.30040509243726,71.70200697997964,71.8170998702823,65.89045052024719,70.24581589958159,65.7068664533023,71.98327314321251,,,,,65.47252308926635,72.92004393307116,,65.55458624407032,71.77541666666667 -core_mean_indoor_temperature_q30,65.72796416919223,71.52195750246109,65.81906777620978,70.98098498192267,66.59912908268701,74.2953889995191,65.40367589053471,71.93184016340555,72.0521446290063,65.96854600774236,70.30304806850248,65.95758877096054,72.12949902865134,,,,,65.51939176207354,72.93966020609275,,65.6686163918028,71.77541666666667 -core_mean_indoor_temperature_q35,65.86462282107567,71.63445361247948,65.88450214756935,71.05752595717067,66.62331489414964,74.35133424443396,65.49595742566994,72.19559732803054,72.23771438809612,66.04664149523754,70.36028023742338,66.16445207625941,72.39879040505039,,,,,65.56626043488072,72.98595931445743,,65.78264653953528,71.77541666666667 -core_mean_indoor_temperature_q40,65.94717171278181,71.88627345415779,65.94993651892891,71.13406693241865,66.64750070561226,74.40727948934881,65.56626043488072,72.52720245505371,72.32433414791754,66.12473698273271,70.41751240634427,66.2835973568395,72.66808178144944,,,,,65.61312910768791,73.08562409350827,,65.89667668726776,71.77541666666667 -core_mean_indoor_temperature_q45,66.06869194994783,72.07531119060098,65.98704759112232,71.21060790766664,66.67168651707487,74.46322473426365,65.63656344409151,72.82850132563706,72.41095390773896,66.26228352489503,70.47474457526516,66.32643366888526,72.8415788409848,,,,,65.6599977804951,73.1852888725591,,66.01070683500024,71.77541666666667 -core_mean_indoor_temperature_q50,66.12473698273271,72.1476518631955,66.02415866331575,71.28714888291462,66.6958723285375,74.5191699791785,65.7068664533023,72.88735014470184,72.49757366756036,66.39983006705734,70.53197674418605,66.33111549666386,72.88735014470184,,,,,65.7068664533023,73.28495365160992,,66.12473698273271,71.77541666666667 -core_mean_indoor_temperature_q55,66.21493002495224,72.38208065446514,66.06126973550916,71.3636898581626,66.70372961057559,74.52547470482328,65.89414116631076,72.94619896376662,72.58419342738176,66.53737660921966,70.74933960552947,66.4815995292194,72.93312144841889,,,,,65.8317162619746,73.38461843066077,,66.17975559959764,71.77541666666667 -core_mean_indoor_temperature_q60,66.32643366888524,72.80770002089727,66.09838080770257,71.4402308334106,66.7115868926137,74.53177943046806,66.08141587931922,73.19124236496846,72.67081318720318,66.67492315138198,70.96670246687289,66.60052240434821,73.08562409350827,,,,,65.95656607064691,73.4842832097116,,66.23477421646257,71.77541666666667 -core_mean_indoor_temperature_q65,66.40485472701229,72.93966020609277,66.12074421042661,71.51677180865858,66.7194441746518,74.53808415611284,66.2686905923277,73.45956008893742,72.7574329470246,66.69545793238194,71.18406532821629,66.65632296462354,73.31817524462687,,,,,66.08141587931922,73.58394798876243,,66.2897928333275,71.77541666666667 -core_mean_indoor_temperature_q70,66.55634061685407,73.56263338056421,66.14310761315066,71.59331278390655,66.72730145668989,74.54438888175763,66.47070961533592,73.56945040571611,72.99719174507224,66.71599271338192,71.40142818955971,66.71473195039657,73.55072639574549,,,,,66.20626568799155,73.62307757777474,,66.34481145019242,71.77541666666667 -core_mean_indoor_temperature_q75,66.67492315138198,73.64670956175613,66.16547101587472,71.66985375915453,66.73515873872799,74.55069360740242,66.68010079334402,73.60012701889964,73.31352006223302,66.73652749438189,71.61879105090313,66.77444514891846,73.63193957176776,,,,,66.33111549666386,73.63193957176776,,66.39983006705734,71.77541666666667 -core_mean_indoor_temperature_q80,66.70811031790637,73.90302393237059,66.18783441859875,71.74639473440253,66.74301602076608,74.5569983330472,66.88949197135213,73.62898557377008,73.6298483793938,66.75706227538186,71.65011617405584,66.9272297135819,73.65261755775147,,,,,66.61198901941088,73.64080156576077,,66.45484868392228,71.77541666666667 -core_mean_indoor_temperature_q85,66.7640154247965,74.49997734274544,66.2863563683465,71.82293570965051,66.75087330280418,74.56330305869199,67.09972579206168,73.65557155574913,73.94617669655457,66.83032378723688,71.68144129720855,67.03329053657974,73.67329554373518,,,,,66.89286254215793,73.6496635597538,,66.50986730078719,71.77541666666667 -core_mean_indoor_temperature_q90,66.9272297135819,74.54438888175764,66.38487831809425,71.89947668489849,66.75873058484227,74.56960778433677,67.31164489817412,73.82098014311512,74.26250501371536,66.9035852990919,71.71276642036125,67.0459038762464,73.9480398499009,,,,,67.17373606490496,73.65852555374681,,66.56488591765212,71.77541666666667 -core_mean_indoor_temperature_q95,67.0459038762464,74.80127832431373,66.48340026784201,71.97601766014647,66.76658786688036,74.57591250998155,67.52356400428658,74.47226784933534,74.57883333087612,66.97684681094692,71.74409154351396,67.32425823784078,74.26512854276362,,,,,67.45460958765199,73.66738754773984,,66.61990453451705,71.77541666666667 -core_mean_indoor_temperature_q98,67.40650321235243,75.00479072364587,66.54251343769066,72.02194224529528,66.77130223610322,74.57969534536842,67.65071546795406,74.86304047306747,74.7686303211726,67.02080371805994,71.76288661740558,67.57099316137572,74.45538175848125,,,,,67.62313370130022,73.67270474413566,,66.65291570463602,71.77541666666667 -core_mean_indoor_temperature_q99,67.57099316137572,75.06417313960071,66.56221782764021,72.03725044034486,66.77287369251084,74.58095629049738,67.69309928917654,74.9932980143115,74.83189598460476,67.03545602043094,71.76915164203614,67.65323813588738,74.51879949705379,,,,,67.67930840584962,73.67447714293426,,66.663919428009,71.77541666666667 -core_mean_outdoor_temperature_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -core_mean_outdoor_temperature_upper_bound_95_perc_conf,53.95561223552272,78.05349551656977,48.66976715121681,76.90432036372182,54.512422446648245,79.64143560506918,59.22473062006146,80.19675657632008,80.49092154074634,57.69421474920996,74.13717973564815,56.77566495825915,77.29174155792415,,,,,59.76123954318241,78.4867703492348,,56.03686225017234,74.50577510000001 -core_mean_outdoor_temperature_mean,50.83967909858354,76.81948369222937,44.702763349886055,76.6456807142857,50.03979720846049,78.73490699852954,55.18192342305547,77.98981042167169,78.75717468847847,55.595090190796206,73.19074489126436,54.30175793963464,75.39894955416716,,,,,55.90927506000635,75.59487145647637,,53.5237120382475,74.50577510000001 -core_mean_outdoor_temperature_lower_bound_95_perc_conf,47.723745961644354,75.58547186788897,40.7357595485553,76.38704106484958,45.56717197027274,77.8283783919899,51.13911622604949,75.7828642670233,77.0234278362106,53.49596563238245,72.24431004688057,51.82785092101013,73.50615755041017,,,,,52.05731057683029,72.70297256371794,,51.010561826322665,74.50577510000001 -core_mean_outdoor_temperature_sem,1.5897618045608064,0.6295978695614292,2.0239815312912017,0.1319590048143487,2.2819516521366086,0.462514595173282,2.0626567331663197,1.1259929360451004,0.8845647205448285,1.0709819175580397,0.48287492060397014,1.2621974584818934,0.9657102059984692,,,,,1.96528800162044,1.4754586187543008,,1.28221949588002,0.0 -core_mean_outdoor_temperature_q1,29.823388806485276,71.43696952821264,35.507055360297755,76.46279486428571,44.81302400500144,77.98349059077492,46.44760467909701,72.98391894971601,76.10601290328857,50.685838421849844,71.46192456999998,46.45179783790936,71.60020952466861,,,,,50.47127376790182,72.95984484500009,,50.57109358110983,74.50577510000001 -core_mean_outdoor_temperature_q2.5,32.33501511700552,71.4695439455316,36.07907187436904,76.46839341071428,45.01304407884438,77.99583770410426,46.82022726801521,73.03808568532679,76.21339864026679,50.972700523699885,71.53193155,46.83071016504607,71.75235771621401,,,,,50.669023508057315,72.97790042353702,,50.685838421849844,74.50577510000001 -core_mean_outdoor_temperature_q5,36.651088388440336,71.82375505288019,37.03243273115453,76.47772432142858,45.34641086858262,78.01641622631982,47.441264916212205,73.12836357801145,76.39237486856382,51.45080402678329,71.64860985,47.462230710273914,72.00593803545634,,,,,50.998606408316455,73.0079930544319,,50.87707982308321,74.50577510000001 -core_mean_outdoor_temperature_q10,43.47796745047016,72.80149917558529,38.93915444472549,76.49638614285715,46.01314444805911,78.05757327075095,48.68334021260618,73.30891936338075,76.75032732515787,52.40701103295008,71.88196645,48.71129460468847,72.513098673941,,,,,51.65777220883474,73.06817831622168,,51.25956262554993,74.50577510000001 -core_mean_outdoor_temperature_q15,44.63421510081339,73.30891936338075,40.84587615829646,76.51504796428571,46.67987802753559,78.09873031518205,49.92541550900017,74.12552198007884,77.10827978175192,53.36321803911687,72.11532305,49.932404107020744,72.96786954657206,,,,,52.31693800935303,73.12836357801145,,51.642045428016644,74.50577510000001 -core_mean_outdoor_temperature_q20,44.86865683549079,73.69403438505748,42.75259787186742,76.53370978571428,47.34661160701208,78.13988735961318,50.99860640831646,75.12385226287088,77.46623223834598,54.31942504528367,72.34867965,50.401503172925494,73.10830182408152,,,,,52.976103809871326,73.18854883980121,,52.02452823048336,74.50577510000001 -core_mean_outdoor_temperature_q25,46.19918961981822,74.01955199186992,43.29342383442231,76.55237160714285,48.01334518648855,78.1810444040443,51.98735510909389,75.60475850361061,77.82418469494003,54.67884729617334,72.58203625,50.49459702061649,73.24873410159098,,,,,53.635269610389614,73.24873410159098,,52.40701103295008,74.50577510000001 -core_mean_outdoor_temperature_q30,46.79295940746088,74.45694304341464,43.83424979697719,76.57103342857143,48.680078765965035,78.22220144847543,52.97610380987132,75.67172551070848,78.18213715153409,55.038269547063,72.80026313793104,52.37900057448036,73.46471609411654,,,,,53.65852228831169,73.30891936338075,,52.789493835416806,74.50577510000001 -core_mean_outdoor_temperature_q35,49.11833110546589,75.58243616791131,44.375075759532066,76.58969525,49.34681234544151,78.26335849290653,53.64689594935065,75.86330425753074,78.49427481241781,55.39769179795267,73.01849002586208,53.65852228831169,73.86957237418233,,,,,53.68177496623377,73.46740923678392,,53.17197663788352,74.50577510000001 -core_mean_outdoor_temperature_q40,50.43253445548916,75.84359107405216,44.91590172208696,76.60835707142857,50.013545924918006,78.30451553733766,53.681774966233775,76.30410648380173,78.7147828818809,55.75711404884233,73.23671691379312,53.72828032207793,74.27442865424813,,,,,53.70502764415585,73.82250833341391,,53.554459440350236,74.50577510000001 -core_mean_outdoor_temperature_q45,50.66130072453852,76.33167047359093,45.2907099749023,76.62701889285714,50.680279504394484,78.34567258176878,53.716653983116885,76.74735902302534,78.93529095134397,56.09588185541425,73.45494380172414,53.88800030096175,74.68736436231606,,,,,53.72828032207793,74.17760743004388,,53.936942242816954,74.50577510000001 -core_mean_outdoor_temperature_q50,51.34701308387096,76.6959306849315,45.66551822771765,76.6456807142857,51.34701308387096,78.3868296261999,53.751533,77.21021406587,79.15579902080705,56.43464966198616,73.67317068965518,54.09270125240436,75.11107264105354,,,,,53.751533,74.53270652667385,,54.31942504528367,74.50577510000001 -core_mean_outdoor_temperature_q55,53.658522288311694,77.09995848404255,46.040326480533,76.66434253571427,51.6215819007243,78.5324098823299,55.392941479391894,77.67306910871467,79.37630709027013,56.77341746855807,73.69403438505748,54.22873552813195,75.53478091979102,,,,,54.8458053195946,74.88780562330382,,54.46319394563954,74.50577510000001 -core_mean_outdoor_temperature_q60,53.88800030096174,77.87495448785663,46.41513473334834,76.68300435714285,51.89615071757765,78.67799013845992,57.03434995878378,78.78120446005136,79.5968151597332,57.11218527512999,73.71489808045978,54.606962845995405,75.93955593139995,,,,,55.94007763918919,75.24290471993379,,54.606962845995405,74.50577510000001 -core_mean_outdoor_temperature_q65,54.22873552813195,77.98767778072079,46.88741557598902,76.70166617857143,52.17071953443098,78.82357039458992,58.67575843817568,79.96999984994956,79.81732322919628,57.22471127025198,73.73576177586207,55.4695762481306,76.33013099266248,,,,,57.034349958783785,75.59800381656376,,54.75073174635127,74.50577510000001 -core_mean_outdoor_temperature_q70,55.46957624813059,78.39361812547928,47.359696418629696,76.720328,52.44528835128432,78.96915065071994,59.48389548668604,80.93323513065233,79.97001115714858,57.337237265373986,73.75662547126437,56.29914253935739,76.72070605392499,,,,,58.12862227837838,76.18135966188794,,54.89450064670713,74.50577510000001 -core_mean_outdoor_temperature_q75,57.11218527512999,79.1317021550484,47.83197726127037,76.73898982142856,52.719857168137665,79.11473090684996,59.87539681975565,81.7836903567574,80.0887890143455,57.449763260495985,73.77748916666667,57.11218527512999,77.11803899190073,,,,,59.222894597972974,76.87884388155922,,55.038269547063,74.50577510000001 -core_mean_outdoor_temperature_q80,57.714817504351736,79.88118717271384,48.304258103911046,76.75765164285713,52.994425984991004,79.26031116297996,60.26689815282525,82.32865914995956,80.2075668715424,57.562289255617976,73.92314635333334,58.37861086883578,77.51807508056179,,,,,59.897763175152576,77.5763281012305,,55.18203844741886,74.50577510000001 -core_mean_outdoor_temperature_q85,58.68411613876123,80.39790631195707,48.90393774056304,76.7763134642857,53.26899480184434,79.40589141910996,60.73483288577158,82.4917699020331,80.32634472873931,57.752949566535165,74.06880354,59.397717188220895,77.91811116922284,,,,,60.57263175233217,78.27381232090178,,55.325807347774735,74.50577510000001 -core_mean_outdoor_temperature_q90,59.74736236871675,81.31207317314656,49.503617377215036,76.79497528571427,53.543563618697675,79.55147167523998,61.35563441847138,82.62235407284217,80.44512258593622,57.94360987745236,74.21446072666667,59.92218495896468,78.69256092129677,,,,,61.24750032951177,78.97129654057306,,55.4695762481306,74.50577510000001 -core_mean_outdoor_temperature_q95,60.441720743073176,82.50989331893015,50.103297013867035,76.81363710714284,53.81813243555102,79.69705193137,61.97643595117117,82.63909520922562,80.56390044313312,58.13427018836955,74.36011791333334,61.09709952307594,79.5294129506062,,,,,61.92236890669137,79.66878076024435,,55.61334514848647,74.50577510000001 -core_mean_outdoor_temperature_q98,61.603955031551294,82.63649103245486,50.46310479585823,76.8248342,53.982873725663026,79.78440008504799,62.34891687079105,82.64913989105568,80.63516715745126,58.248666374919864,74.44751222533334,61.99718229955296,80.03152416819185,,,,,62.32729005299913,80.0872712920471,,55.699606488699985,74.50577510000001 -core_mean_outdoor_temperature_q99,62.100596257711125,82.64616368903195,50.58304072318863,76.8285665642857,54.03778748903369,79.813516136274,62.47307717733101,82.65248811833237,80.65892272889066,58.28679843710329,74.47664366266667,62.29720989171196,80.19889457405375,,,,,62.46226376843505,80.22676813598136,,55.72836026877116,74.50577510000001 +regional_average_baseline_heating_comfort_temperature_n,23.0,,6.0,,3.0,,8.0,,,6.0,,14.0,,1.0,,0.0,,6.0,,,3.0, +regional_average_baseline_heating_comfort_temperature_upper_bound_95_perc_conf,68.55733333161405,,68.0,,69.0,,69.0,,,67.0,,68.74701678950112,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_mean,68.21739130434783,,68.0,,69.0,,69.0,,,67.0,,68.28571428571429,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_lower_bound_95_perc_conf,67.87744927708161,,68.0,,69.0,,69.0,,,67.0,,67.82441178192747,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_sem,0.1734398098297028,,0.0,,0.0,,0.0,,,0.0,,0.23535842029940396,,0.0,,,,0.0,,,0.0, +regional_average_baseline_heating_comfort_temperature_q1,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q2.5,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q5,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q10,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q15,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q20,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q25,67.5,,68.0,,69.0,,69.0,,,67.0,,67.25,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q30,68.0,,68.0,,69.0,,69.0,,,67.0,,67.9,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q35,68.0,,68.0,,69.0,,69.0,,,67.0,,68.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q40,68.0,,68.0,,69.0,,69.0,,,67.0,,68.2,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q45,68.0,,68.0,,69.0,,69.0,,,67.0,,68.85,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q50,68.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q55,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q60,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q65,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q70,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q75,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q80,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q85,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q90,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q95,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q98,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q99,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +percent_savings_baseline_percentile_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +percent_savings_baseline_percentile_upper_bound_95_perc_conf,25.507345149144278,56.92956281541275,22.923520640773624,46.81483463202802,22.367661418093224,55.41275199110982,36.37258581266467,56.36010982888415,58.40139401900949,25.999178190095186,73.60286585958288,30.588648842836808,56.73465611109715,19.357681874196228,,,,35.9963443263843,53.08981195083448,,26.79475272061381,57.22739523628662 +percent_savings_baseline_percentile_mean,21.33884589785924,51.88083257454826,15.45536797714856,44.68400157688142,17.11990778853598,45.37177789929507,30.33597427671434,50.500035245233285,50.08802509418882,19.75711279679865,53.81769304347115,27.045308186948926,48.90451399535016,19.357681874196228,,,,30.49943022206107,45.45610553172099,,22.893988030872972,57.22739523628662 +percent_savings_baseline_percentile_lower_bound_95_perc_conf,17.170346646574203,46.832102333683764,7.987215313523494,42.553168521734825,11.872154158978734,35.330803807480315,24.29936274076401,44.63996066158242,41.77465616936816,13.515047403502114,34.03252022735943,23.501967531061045,41.07437187960316,19.357681874196228,,,,25.00251611773783,37.822399112607506,,18.993223341132133,57.22739523628662 +percent_savings_baseline_percentile_sem,2.1267853322882844,2.5758827759512712,3.8102819712372784,1.0871597220135703,2.677425321202676,5.12294596521161,3.079903844872617,2.9898339712504387,4.241514757561565,3.184727241477825,10.094475926587616,1.8078268652489193,3.994970467217853,0.0,,,,2.804548012409815,3.894748173017084,,1.9901860661943058,0.0 +percent_savings_baseline_percentile_q1,4.1733431754049235,16.51787972652985,6.447523395000645,43.17727507401081,10.822852031571268,35.523730228952985,17.455845134417203,32.82964862843831,38.084294172319794,5.293307014621971,12.479950035123139,17.256269055081354,35.40003408152899,19.357681874196228,,,,21.874154507921617,36.13176455579113,,18.1653197893077,57.22739523628662 +percent_savings_baseline_percentile_q2.5,4.417004721584988,25.37148958871263,6.601189093725182,43.223399354710935,11.08673675842608,35.778180193254904,17.942239989172325,33.35976420576981,38.561246226513965,6.242268134907347,15.276665360195857,17.443299790832704,35.46893982469492,19.357681874196228,,,,22.039515497860208,36.313898250837,,18.379992799603208,57.22739523628662 +percent_savings_baseline_percentile_q5,5.081769599786528,33.48348878010436,6.8572985915994105,43.3002731558778,11.526544636517436,36.202263467091434,18.75289808043086,34.243290167988945,39.35616631683757,7.82387000204964,19.937857568650386,17.755017683751618,35.58378272997147,19.357681874196228,,,,22.315117147757856,36.61745440924677,,18.73778115009573,57.22739523628662 +percent_savings_baseline_percentile_q10,7.369517587347868,35.81346854052457,7.369517587347868,43.454020758211534,12.406160392700142,37.0504300147645,20.37421426294793,36.01034209242722,40.94600649748479,10.987073736334228,29.260241985559446,18.556395419144906,35.81346854052457,19.357681874196228,,,,22.86632044755315,37.224566726066314,,19.453357851080774,57.22739523628662 +percent_savings_baseline_percentile_q15,9.545876301036408,37.88089770627537,7.881736583096325,43.60776836054527,13.28577614888285,37.89859656243756,21.874154507921617,38.03404981515904,42.535846678132,14.150277470618814,38.5826264024685,19.548884491087744,36.21271286470041,19.357681874196228,,,,23.417523747348444,37.83167904288586,,20.16893455206581,57.22739523628662 +percent_savings_baseline_percentile_q20,10.646928880334725,41.29326474415214,8.393955578844782,43.76151596287901,14.16539190506556,38.74676311011062,22.645839127635032,40.05775753789086,44.125686858779225,17.3134812049034,47.90501081937756,20.887302809328368,37.629308270612675,19.357681874196228,,,,23.96872704714374,38.438791359705405,,20.884511253050853,57.22739523628662 +percent_savings_baseline_percentile_q25,12.011712243660758,43.66345318549776,8.777929152908658,43.91526356521275,15.045007661248267,39.59492965778368,23.417523747348444,44.35511265183839,45.71552703942644,17.490662015955223,57.22739523628662,21.51681094553698,39.045903676524944,19.357681874196228,,,,24.481109116448334,39.045903676524944,,21.600087954035896,57.22739523628662 +percent_savings_baseline_percentile_q30,15.924170880615588,46.435855907580745,9.161902726972533,44.06901116754648,15.924623417430976,40.44309620545675,24.173679874865577,48.65246776578592,47.305367220073656,17.667842827007043,57.61710258730575,22.204876487798796,40.67412954412365,19.357681874196228,,,,24.99349118575293,39.653015993344496,,22.31566465502094,57.22739523628662 +percent_savings_baseline_percentile_q35,17.268006378156,48.494503865214824,9.545876301036408,44.222758769880215,16.804239173613684,41.29126275312981,24.89101477189201,49.434591810225,48.5950511436446,17.845023638058866,58.00680993832488,23.748245727225623,42.831431565938416,19.357681874196228,,,,25.505873255057523,40.56570545372952,,23.031241356005978,57.22739523628662 +percent_savings_baseline_percentile_q40,18.02220444911069,49.90386623688846,9.929849875100285,44.37650637221395,17.683854929796393,42.13942930080287,25.60834966891844,50.21671585466409,49.28442255306302,18.02220444911069,58.39651728934402,24.69427369423416,44.988733587753195,19.357681874196228,,,,26.018255324362116,42.08954920124551,,23.74681805699102,57.22739523628662 +percent_savings_baseline_percentile_q45,19.379033016187623,51.28656501994728,11.12657737215456,44.53025397454769,18.5634706859791,42.987595848475934,27.242631579976173,50.60388999171622,49.97379396248142,19.811146201573294,58.786224640363145,25.26911647663691,46.820763338385575,19.357681874196228,,,,28.058882417052217,43.613392948761486,,24.46239475797606,57.22739523628662 +percent_savings_baseline_percentile_q50,20.356397242636604,54.250338355931504,12.323304869208835,44.68400157688142,19.44308644216181,43.83576239614899,30.099509509742315,50.99106412876836,50.66316537189984,21.600087954035896,59.17593199138228,25.48178818454712,48.21909672744143,19.357681874196228,,,,30.099509509742315,45.13723669627747,,25.177971458961103,57.22739523628662 +percent_savings_baseline_percentile_q55,21.640362396749772,56.60097520889203,13.52003236626311,44.83774917921515,19.62574860225677,45.14473359476588,32.95638743950846,53.26533538533508,51.35253678131825,23.389029706498498,60.56962484131709,25.857315182417615,49.61743011649729,19.357681874196228,,,,32.14013660243241,46.66108044379346,,25.208353131519708,57.22739523628662 +percent_savings_baseline_percentile_q60,23.96872704714374,56.9858585531116,14.716759863317385,44.99149678154889,19.808410762351727,46.45370479338276,34.87755244523579,55.5396066419018,52.041908190736656,25.177971458961103,61.9633176912519,26.765579280819086,51.28129401211163,19.357681874196228,,,,34.180763695122515,48.184924191309435,,25.23873480407831,57.22739523628662 +percent_savings_baseline_percentile_q65,25.253925640357608,58.29909045158924,15.876990366037095,45.14524438388263,19.991072922446687,47.76267599199965,36.09693275793403,56.16394109307252,52.73127960015507,25.253925640357608,63.357010541186725,28.49679680151226,53.144305787644825,19.357681874196228,,,,35.05174963276411,49.708767938825424,,25.269116476636906,57.22739523628662 +percent_savings_baseline_percentile_q70,25.750021754454618,61.05109234622698,17.037220868756805,45.298991986216365,20.173735082541647,49.07164719061653,37.316313070632255,56.78827554424324,53.79090741264161,25.329879821754112,64.75070339112153,32.76841790356629,55.00731756317803,19.357681874196228,,,,35.922735570405706,50.74900493338785,,25.29949814919551,57.22739523628662 +percent_savings_baseline_percentile_q75,27.419487742718935,61.35906102554514,18.197451371476518,45.4527395885501,20.356397242636604,50.38061838923342,38.09858407728832,59.03810704207278,55.035663426662225,25.405834003150616,66.14439624105634,34.084822385352126,55.961553790498,19.357681874196228,,,,36.793721508047305,51.54743855147352,,25.329879821754112,57.22739523628662 +percent_savings_baseline_percentile_q80,33.98888107558173,61.773503112564285,19.357681874196228,45.60648719088383,20.539059402731564,51.68958958785031,38.70601136152751,61.28793853990233,56.28041944068284,25.48178818454712,68.10057071222292,34.2179428106862,56.552279798532695,19.357681874196228,,,,37.6647074456889,52.34587216955917,,25.360261494312713,57.22739523628662 +percent_savings_baseline_percentile_q85,34.22723758957712,62.485988840344184,23.015481674542603,45.76023479321757,20.721721562826524,52.998560786467195,39.3134386457667,61.43018351118795,57.525175454703444,26.082982442286475,70.0567451833895,34.348069715159106,57.14300580656737,19.357681874196228,,,,38.09858407728832,53.144305787644825,,25.390643166871318,57.22739523628662 +percent_savings_baseline_percentile_q90,36.01568335931492,67.03523807625035,26.67328147488898,45.91398239555131,20.90438372292148,54.30753198508407,40.34803907549096,61.57242848247356,58.76993146872406,26.68417670002583,72.01291965455607,36.34548817658972,61.24179268939869,19.357681874196228,,,,38.53246070888774,53.942739405730485,,25.421024839429915,57.22739523628662 +percent_savings_baseline_percentile_q95,38.96633734048716,70.08552221075853,30.331081275235356,46.067729997885046,21.08704588301644,55.61650318370096,41.45383502946273,61.73999067421583,60.01468748274467,27.28537095776519,73.96909412572263,38.1853594036082,65.9252563846961,19.357681874196228,,,,38.96633734048716,54.74117302381614,,25.451406511988516,57.22739523628662 +percent_savings_baseline_percentile_q98,40.97992247776054,73.05433239776555,32.525761155443185,46.159978559285285,21.196643179073416,56.40188590287109,42.117312601845796,61.8405279892612,60.76154109115704,27.646087512408805,75.14279880842258,38.91427214469523,68.73533460187456,19.357681874196228,,,,39.226663319446814,55.22023319466753,,25.46963551552368,57.22739523628662 +percent_savings_baseline_percentile_q99,41.76977673059752,74.48980049732738,33.257321115512454,46.190728079752034,21.233175611092406,56.663680142594465,42.33847179264014,61.87404042760965,61.010492293961164,27.766326363956672,75.5340337026559,39.157243058390904,69.67202734093405,19.357681874196228,,,,39.3134386457667,55.37991991828466,,25.4757118500354,57.22739523628662 +avoided_daily_mean_core_day_runtime_baseline_percentile_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +avoided_daily_mean_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,152.60599969263004,257.39812569004664,187.84090695814564,116.15616056832675,141.43955353725414,209.16870643161903,189.34948901305216,274.50777235107563,415.45377485281244,148.40492267801403,258.69336044925194,181.2499560471075,289.8305548481975,164.8281732299273,,,,198.34424446227908,277.59894073707505,,131.9618592281713,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_mean,132.34734654543655,214.90285408434934,137.60388031504107,64.99457789267287,117.8671910693618,178.90434381391347,170.17960803607923,220.8792994862296,290.2866305331299,106.81844115761508,170.99553175197747,158.9345470838769,205.68255017913137,164.8281732299273,,,,179.26486047445204,200.2311785469393,,113.39132536884608,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,112.08869339824307,172.40758247865205,87.3668536719365,13.832995217018976,94.29482860146945,148.6399811962079,151.0097270591063,167.25082662138357,165.11948621344732,65.23195963721615,83.29770305470302,136.6191381206463,121.53454551006521,164.8281732299273,,,,160.185476486625,122.86341635680357,,94.82079150952086,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_sem,10.336047524078305,21.681261023314946,25.631136042400296,26.102848303905045,12.026715544843038,15.441001335564065,9.78055151886374,27.36146574737043,63.86078791820539,21.217592612448435,44.74379015167064,11.385412736342143,42.9326554434011,0.0,,,,9.734379585626044,39.4733480561917,,9.474762173125113,0.0 +avoided_daily_mean_core_day_runtime_baseline_percentile_q1,31.645467798498025,18.861619406275835,70.09396888603926,28.817875846481808,92.64135219672794,142.52950930435932,126.00663807812185,107.480742359949,93.51341980797784,29.40732446234305,19.926902817135208,99.2660671873749,102.27853935832795,164.8281732299273,,,,155.6246496335673,108.27825676588978,,98.35628368903261,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q2.5,38.79910509678546,23.975691106784087,71.67554525278142,29.92532590912031,93.42835233576258,144.06582159269064,129.28614509079296,107.9312135495448,101.8762984811923,33.20374675639802,26.63889963393252,100.85818830947389,102.83197842488548,164.8281732299273,,,,156.48107379839067,109.92499956439676,,98.58372956361818,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q5,51.7244529566908,49.0300828487787,74.31150586401834,31.771076013517813,94.74001923415366,146.62634207324285,134.75199011191148,108.68199886553779,115.8144296032164,39.53111724648964,37.82556099526137,103.51172351297222,103.75437686914802,164.8281732299273,,,,157.90844740642962,112.66957089524169,,98.9628060212608,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q10,73.26746241429193,97.71815619418649,79.58342708649218,35.46257622231282,97.3633530309358,151.74738303434725,145.68368015414853,110.18356949752378,143.6906918472646,52.18585822667288,60.198883717919074,107.02479989642265,105.59917375767316,164.8281732299273,,,,160.76319462250748,118.15871355693157,,99.72095893654604,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q15,86.96928719533973,107.3305852967504,84.85534830896601,39.154076431107825,99.98668682771793,156.86842399545162,155.4023852494465,116.78205093061534,171.56695409131277,64.84059920685613,82.57220644057676,109.82945605805256,108.18734941616883,164.8281732299273,,,,163.61794183858535,123.64785621862144,,100.47911185183126,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q20,92.11668543737152,115.46235464399703,90.12726953143986,42.84557663990283,102.61002062450007,161.98946495655602,157.84318066310982,123.3805323637069,199.443216335361,77.49534018703936,104.94552916323448,116.45656399471727,115.23579769448796,164.8281732299273,,,,166.47268905466325,129.13699888031132,,101.23726476711651,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q25,96.14178711841927,126.33427200534587,91.45899342922169,46.537076848697836,105.2333544212822,167.11050591766042,160.28397607677317,133.57762250426228,227.31947857940915,82.67266841677342,127.31885188589219,121.08516173743368,122.2842459728071,164.8281732299273,,,,167.5101311760971,134.6261415420012,,101.99541768240175,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q30,101.41391410339092,141.73224226540637,92.7907173270035,50.22857705749284,107.85668821806433,172.2315468787648,162.4719301404886,143.77471264481767,255.19574082345733,87.84999664650746,140.4410667140658,126.29286820408652,128.73749680851682,164.8281732299273,,,,168.54757329753096,140.1152842036911,,102.75357059768699,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q35,105.49543046932253,145.59891161233622,94.12244122478535,53.92007726628785,110.48002201484648,177.3525878398692,164.0277808293343,149.90304306779382,279.750599655367,93.02732487624151,153.56328154223945,134.94685667452873,133.70275403770302,164.8281732299273,,,,169.58501541896482,148.79073229637038,,103.51172351297222,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q40,108.88272635281474,154.39079641825444,95.45416512256716,57.61157747508285,113.10335581162862,182.4736288009736,165.58363151818,156.03137349077,297.6626516629997,98.20465310597557,166.68549637041315,147.50547641090495,138.6680112668892,164.8281732299273,,,,170.6224575403987,163.8387912510286,,104.26987642825746,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q45,119.71759257131328,192.74784301871907,109.1319237177456,61.30307768387786,115.72668960841077,187.59466976207796,167.09515432752357,199.82725787768817,315.5747036706323,100.10003539418865,179.8077111985868,157.9860421022244,141.84571284204034,164.8281732299273,,,,171.80199059317638,178.88685020568676,,105.0280293435427,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q50,130.00172040570462,195.1541652317742,122.80968231292402,64.99457789267287,118.3500234051929,192.71571072318235,168.54757329753096,243.62314226460632,333.48675567826484,101.99541768240175,192.92992602676043,164.8281732299273,142.64000687847806,164.8281732299273,,,,172.9815236459541,193.9349091603449,,105.78618225882794,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q55,141.39693345957443,201.72497733097492,136.48744090810246,68.68607810146787,120.82850750122572,193.69334161150607,169.99999226753837,243.85912397023924,351.3988076858975,103.89079997061485,193.81962170876594,165.97933430724245,143.43430091491578,164.8281732299273,,,,174.16105669873178,208.9829681150031,,108.82587810711863,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q60,150.1651995032809,243.71753494685947,150.1651995032809,72.37757831026288,123.3069915972585,194.67097249982982,171.56608398262085,244.09510567587213,369.31085969353006,105.78618225882794,194.70931739077145,168.13259644895743,163.8387912510286,164.8281732299273,,,,175.34058975150947,224.03102706966123,,111.8655739554093,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q65,156.79712548582552,260.42175116319504,153.8309429349425,76.06907851905788,125.78547569329132,195.64860338815356,173.2174302565096,274.98478665469383,387.2229117011627,113.38542187955466,195.59901307277696,171.09427076150976,198.9509288118976,164.8281732299273,,,,176.0400863809028,239.07908602431942,,114.90526980369998,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q70,163.42778730108714,282.2137201143196,157.49668636660408,79.76057872785289,128.26395978932413,196.62623427647728,174.8687765303984,305.87446763351556,394.49772047501835,120.98466150028136,196.48870875478246,174.39696330928732,234.06306637276663,164.8281732299273,,,,176.73958301029614,250.27304187163645,,117.94496565199067,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q75,166.06156009847928,308.56456280131306,161.1624297982657,83.4520789366479,130.74244388535692,197.603865164801,176.0400863809028,311.2546579691106,396.45390763198554,128.58390112100807,197.37840443678797,176.73958301029614,259.539946165283,164.8281732299273,,,,177.4390796396895,259.539946165283,,120.98466150028136,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q80,170.6224575403987,319.7928822045882,164.8281732299273,87.14357914544291,133.22092798138974,198.58149605312474,177.0193816620535,316.63484830470566,398.41009478895273,136.18314074173477,222.28237117699902,181.7838518924276,281.16272285045824,164.8281732299273,,,,178.13857626908285,268.80685045892955,,124.02435734857204,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q85,176.0400863809028,329.48028794774507,187.62335238781714,90.8350793542379,135.69941207742255,199.55912694144845,177.9986769432042,323.2570957528018,400.3662819459199,151.22859415275272,247.18633791721004,194.54231657413416,302.78549953563345,164.8281732299273,,,,191.09421971198873,278.073754752576,,127.06405319686273,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q90,187.25176532744467,362.2684184381029,210.418531545707,94.52657956303291,138.17789617345534,200.53675782977223,193.68534840056992,329.87934320089784,402.3224691028871,166.27404756377064,272.09030465742114,216.52267177874643,356.2527136234529,164.8281732299273,,,,204.04986315489464,287.3406590462225,,130.1037490451534,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q95,221.56210112698145,401.67040671723134,233.21371070359683,98.21807977182792,140.65638026948818,201.51438871809592,211.8232492206381,339.4470571197281,404.2786562598543,181.31950097478858,296.9942713976321,237.77547198694046,415.02733394504645,164.8281732299273,,,,217.00550659780052,296.607563339869,,133.1434448934441,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q98,242.98501995109655,437.31571440773814,246.89081819833078,100.43297989710491,142.14347072710783,202.10096725109017,222.70598971267907,345.1876854710262,405.45236855403465,190.34677302139937,311.9366514417588,248.7155227116682,450.29210613800257,164.8281732299273,,,,224.77889266354407,302.16770591605695,,134.9672624024185,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q99,249.4969549062916,455.5588343371891,251.44985402990875,101.17127993886393,142.6391675463144,202.2964934287549,226.33356987669274,347.10122825479226,405.8436059854281,193.35586370360295,316.9174447898009,252.36220628657745,462.04703020232137,164.8281732299273,,,,227.37002135212524,304.0210867747862,,135.57520157207662,127.31885188589219 +avoided_total_core_day_runtime_baseline_percentile_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +avoided_total_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,146513.43893579807,136509.99915060122,214905.15401743597,1696.624998061838,107224.4156808283,84300.23249353362,157031.39946223807,171318.5584004879,347576.83500360325,173762.59199445558,5516.2372727608445,176172.243991201,164338.73670265463,64282.987559671645,,,,168570.50013198913,165123.45767879905,,163486.70058989007,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_mean,123164.0774554462,93614.64081902191,140701.98954432833,727.4068477667219,87536.23901392137,71797.67952203489,131030.6508947919,104389.69607991214,249850.71174749604,125392.95210758726,2973.17157320126,141479.62805419817,94144.74122586519,64282.987559671645,,,,136531.89195910413,91250.4885954971,,135102.28414639438,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,99814.71597509431,50719.2824874426,66498.8250712207,-241.8113025283942,67848.06234701443,59295.126550536144,105029.90232734574,37460.83375933638,152124.5884913888,77023.31222071894,430.1058736416753,106787.01211719534,23950.74574907575,64282.987559671645,,,,104493.28378621914,17377.519512195155,,106717.86770289869,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_sem,11912.939530791778,21885.386903866995,37858.75738423859,494.4990562730184,10044.988095360679,6378.853556887113,13265.688044615388,34147.37873498764,49860.26696740165,24678.387697381793,1297.4824997752983,17700.314253572873,35813.262998361955,0.0,,,,16346.228659635204,37690.29034862344,,14481.845124232494,0.0 +avoided_total_core_day_runtime_baseline_percentile_q1,43424.91463439523,7.862281225322387,64500.41541784435,42.06612124396279,69498.95708752604,57397.364471276116,73138.27341945417,6462.120762255377,100635.76502687561,39934.89671508139,13.907014445343302,64976.23621820292,1549.6707221480217,64282.987559671645,,,,73496.72594563285,36741.72941923594,,112758.52019951232,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q2.5,52041.26729794573,19.655703063305968,64826.55720510341,63.04593940282277,69895.24718075832,57927.635617097316,75393.4693167217,8387.360256063015,106623.34367560028,43316.22249966113,34.767536113358254,66016.1092059998,1734.075625776973,64282.987559671645,,,,76289.6006321684,37031.534506628115,,113061.55361369145,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q5,61563.96186104008,128.10386104558012,65370.12685053518,98.01230300092273,70555.73066947881,58811.42086013267,79152.12914550092,11596.092745742411,116602.6414234747,48951.76547396069,69.53507222671651,67749.23085232798,2041.4171318252252,64282.987559671645,,,,80944.3917763943,37514.54298561506,,113566.60930398997,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q10,66457.26614139872,1003.0443990779559,66457.26614139872,167.94503019712263,71876.69764691978,60578.99134620336,86669.44880305938,18013.557725101207,136561.2369192236,60222.851422559805,139.07014445343302,70194.78201039971,2656.10014392173,64282.987559671645,,,,90253.97406484612,38480.55994358896,,114576.72068458704,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q15,69083.95894980984,1777.9815552124378,67544.40543226225,237.87775739332253,73197.66462436074,62346.561832274034,93900.87930186292,25946.743246852355,156519.83241497245,71493.93737115891,208.6052166801495,73782.61510438776,4851.249033671999,64282.987559671645,,,,99563.55635329794,39446.57690156286,,115586.83206518408,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q20,71634.80948794249,3588.3476311800478,68631.54472312579,307.8104845895225,74518.6316018017,64114.132318344724,99416.974848137,33879.9287686035,176478.42791072137,82765.02331975804,278.14028890686603,88817.25441950465,16529.193189344853,64282.987559671645,,,,108873.13864174976,40412.593859536755,,116596.94344578114,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q25,82524.58092977514,5178.627766383617,76258.86942865881,377.74321178572234,75839.59857924268,65881.70280441541,104933.07039441112,35214.22739812233,196437.02340647022,90212.89197066677,504.6728233353315,100993.00214707246,28207.137345017698,64282.987559671645,,,,113220.00862628609,41378.61081751065,,117607.0548263782,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q30,87938.94448607661,9321.936413644647,83886.19413419184,447.67593898192223,77160.56555668364,67649.2732904861,110611.8866355643,36548.526027641165,216395.61890221908,97660.76062157548,731.205357763797,109223.48090829176,37192.537332957094,64282.987559671645,,,,117566.8786108224,42344.62777548455,,118617.16620697525,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q35,97633.84907204221,16277.855961280447,91513.51883972486,517.6086661781221,78481.5325341246,69416.8437765568,116697.50461391514,38616.79539291521,233998.50543782592,105108.62927248419,957.7378921922624,110449.67884118878,39446.576901562854,64282.987559671645,,,,121913.74859535872,44085.67203224955,,119627.2775875723,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q40,108873.13864174976,25350.67885685054,99140.8435452579,587.5413933743222,79802.49951156556,71184.41426262747,122783.122592266,40685.064758189255,246889.97405314876,112556.49792339292,1184.270426620728,111783.83874381965,41700.61647016862,64282.987559671645,,,,126260.61857989505,47376.77088659679,,120637.38896816937,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q45,110701.01745166452,35481.0871240261,102227.4907615412,657.474120570522,81123.46648900653,72951.98474869817,127712.67425560807,41836.85191949487,259781.44266847154,115081.77637488555,1683.945644252372,115586.83206518408,46279.73793514771,64282.987559671645,,,,132995.25783277408,50667.86974094401,,121647.50034876642,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q50,111208.47614683493,40685.064758189255,105314.1379778245,727.4068477667219,82444.4334664475,74719.55523476885,131100.80416560514,42988.63908080048,272672.9112837943,117607.0548263782,2183.6208618840164,122657.61172936347,53958.96859529123,64282.987559671645,,,,139729.89708565315,53958.96859529123,,122657.61172936347,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q55,112289.23154514248,47824.81338537704,108400.7851941078,797.3395749629218,85292.94210813064,75610.56300701934,134488.93407560218,49033.856961521145,285564.37989911716,120132.33327787084,2683.29607951566,125179.71652473557,61638.19925543477,64282.987559671645,,,,146464.5363385322,57250.06744963846,,127401.12483506982,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q60,122657.61172936347,56650.895267697946,111487.4324103911,867.2723021591216,88141.45074981375,76501.57077926984,139392.6269193344,55079.07484224181,298455.84851443995,122657.61172936347,3182.9712971473045,137036.04138450153,68669.36507928037,64282.987559671645,,,,153199.17559141124,60541.16630398569,,132144.63794077613,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q65,124235.13199051293,66887.34953477935,125323.9584698296,937.2050293553217,90989.95939149687,77392.57855152035,145432.99196336803,60004.1864760119,311347.3171297628,134516.39449362928,3351.87810299428,154185.9328791605,75214.4822759025,64282.987559671645,,,,155666.06881078437,63832.26515833291,,136888.15104648244,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q70,131100.80416560514,80065.60186827183,139160.48452926808,1007.1377565515215,93838.46803318,78283.58632377084,151473.35700740165,64929.29810978199,319821.3238508503,146375.17725789512,3520.7849088412568,161093.23389340527,81759.59947252464,64282.987559671645,,,,158132.9620301575,80489.91741518021,,141631.66415218878,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q75,148884.62913138722,96644.04592772583,152997.0105887066,1077.0704837477215,96686.97667486314,79174.59409602135,155666.06881078437,142732.39463677336,326086.59962482017,158233.96002216093,3689.6917146882324,166579.74562766525,117856.09750889655,64282.987559671645,,,,160599.85524953064,103830.84637327767,,146375.17725789512,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q80,163066.7484689038,224201.8343913462,166833.53664814506,1147.0032109439214,99535.48531654626,80065.60186827184,159119.71931790677,220535.49116376473,332351.87539879006,170092.74278642674,3858.5985205352085,175305.56642608592,165773.14788116844,64282.987559671645,,,,163066.7484689038,127171.77533137513,,151118.69036360143,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q85,167648.33818271547,285873.57948717027,208584.05058095345,1216.9359381401212,102383.99395822937,80956.60964052234,162573.36982502916,267149.8851637143,338617.15117275994,184220.84643012524,5227.711116900769,193550.44916489298,213690.1982534402,64282.987559671645,,,,171339.27659785846,150512.7042894725,,155862.20346930774,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q90,183124.80188557465,314140.3179979052,250334.56451376184,1286.868665336321,105232.50259991252,81847.61741277284,172993.78222364944,313764.2791636639,344882.42694672977,198348.95007382374,6596.82371326633,214425.83881062147,244349.83492987027,64282.987559671645,,,,179611.80472681316,173853.63324756993,,160605.71657501408,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q95,218993.0832670962,316268.2910176653,292085.0784465702,1356.801392532521,108081.01124159562,82738.62518502334,184575.32160418597,315224.2243182629,351147.70272069966,212477.05371752224,7965.936309631891,258774.287866668,272133.2359903267,64282.987559671645,,,,187884.33285576786,197194.5622056673,,165349.2296807204,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q98,280220.3748702997,334604.8454424572,317135.3868062553,1398.761028850241,109790.11642660551,83273.22984837364,191524.2452325079,316100.19141102233,354906.8681850816,220953.91590374135,8787.40386745123,303811.0705742943,288803.2766266006,64282.987559671645,,,,192847.8497331407,211199.11958052576,,168195.3375441442,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q99,307027.98362483917,346008.91196856333,325485.489592817,1412.747574289481,110359.81815494213,83451.43140282373,193840.55310861522,316392.1804419421,356159.9233398756,223779.53663248106,9061.22638672434,318823.33147683647,294359.9568386919,64282.987559671645,,,,194502.3553589316,215867.3053721452,,169144.04016528546,3182.9712971473045 +baseline_daily_mean_core_day_runtime_baseline_percentile_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +baseline_daily_mean_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,794.1883471293976,472.21168532493607,1067.3707940524746,250.46799094209365,862.5491096390488,437.32440779815636,691.400528077723,539.4958113082304,766.3539023717791,613.0206282088852,366.65116970213234,679.0827060847939,510.5030245130126,851.4871475889016,,,,707.4154698027537,540.8788676737302,,568.4855201084441,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_mean,704.6186586039753,403.4911156937361,959.6612124270819,142.78029217838716,719.2645696170736,398.5323290326348,596.3430872803369,441.4804357548621,556.4747414754594,538.22611089961,283.44688041098135,604.8721511316276,402.4248393422912,851.4871475889016,,,,611.2129095019607,426.29066430326,,500.3118605438533,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,615.048970078553,334.77054606253614,851.951630801689,35.09259341468065,575.9800295950984,359.7402502671132,501.2856464829508,343.4650602014938,346.59558057913966,463.43159359033484,200.24259111983037,530.6615961784612,294.3466541715698,851.4871475889016,,,,515.0103492011676,311.70246093278985,,432.1382009792625,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_sem,45.698820676235854,35.061515117959175,54.95386817622084,54.94270345087067,73.104357154069,19.79187692118449,48.498694284380655,50.00784467008586,107.08120453893864,38.160468014936306,42.451168005689276,37.86252803732979,55.14193120955173,0.0,,,,49.08293892897606,58.4633690665664,,34.78247936968921,0.0 +baseline_daily_mean_core_day_runtime_baseline_percentile_q1,332.79666338965455,86.81019467105064,758.127319619023,66.6335901321961,560.0202038196572,356.60498687217984,385.2090191260605,182.78098365065335,241.3710105747492,416.76710898883937,148.63996948380188,330.59109372710793,220.6208575854203,851.4871475889016,,,,445.4234146143628,299.47632481284984,,417.6590216644643,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q2.5,356.75172248822133,119.4061229705424,765.497832353487,68.96461162340603,565.4126539285332,357.94110443748673,391.9623754349692,188.52816871013488,254.1553982370653,419.20137502370613,153.25489963393252,351.2377983318547,220.8306311354736,851.4871475889016,,,,446.02184545703,302.23395267299924,,421.43115671276854,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q5,389.3161524314898,157.24851152993094,777.7820202442606,72.84964744208924,574.40007077666,360.1679670463317,403.21796928315024,198.10681047593744,275.462711007592,423.2584850818174,160.94644988415024,385.6489726730994,221.1802537188957,851.4871475889016,,,,447.01923019480853,306.8299991065815,,427.7180484599423,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q10,430.08436284242316,205.76972388857948,802.3503960258076,80.61971907945568,592.3749044729134,364.6216922640214,425.7291569795124,217.26409400754252,318.0773365486456,431.37270519803997,176.32955038458573,427.0963432670575,221.87949888573996,851.4871475889016,,,,449.0139996703656,316.02209197374617,,440.29183195428965,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q15,446.9569742526766,220.58090071874352,826.9187718073546,88.3897907168221,610.3497381691666,369.07541748171116,445.4234146143628,257.45100012347973,360.691962089699,439.48692531426246,191.7126508850212,445.82236850947425,226.23680460356837,851.4871475889016,,,,451.0087691459227,325.2141848409108,,452.86561544863696,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q20,453.00353862147983,226.6265453181507,851.4871475889016,96.15986235418855,628.32457186542,373.52914269940095,448.2160918801428,297.6379062394169,403.3065876307526,447.601145430485,207.09575138545668,451.40772304103416,252.54247362730206,851.4871475889016,,,,453.00353862147983,334.40627770807544,,465.4393989429844,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q25,541.8888791210256,235.5595779389693,865.5253106533559,103.92993399155498,646.2994055616734,377.9828679170907,451.0087691459227,328.27821579663237,445.9212131718061,470.9213840501309,222.47885188589214,496.94281926527424,278.8481426510357,851.4871475889016,,,,501.47765910027783,343.59837057524004,,478.01318243733175,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q30,550.6672269186514,292.27572404802606,879.5634737178102,111.70000562892142,664.2742392579269,382.4365931347804,472.39318681299903,358.91852535384777,488.5358387128596,494.2416226697768,236.3190667140658,541.6875232786342,303.76596815086003,851.4871475889016,,,,549.951779579076,352.79046344240464,,490.5869659316792,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q35,571.6041763485761,313.7961304282338,893.6016367822644,119.47007726628786,682.2490729541802,386.8903183524702,540.2569554833162,376.22292961761025,524.2552255358986,517.5618612894227,250.15928154223946,544.5065050721134,325.2141848409108,851.4871475889016,,,,598.4259000578741,362.9474671519039,,503.1607494260265,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q40,646.9000205366721,351.28040768360444,907.6397998467187,127.24014890365427,700.2239066504336,391.34404357015995,608.1207241536337,393.5273338813728,546.1841349229089,540.8820999090686,263.9994963704131,551.8188289510024,346.6624015309616,851.4871475889016,,,,646.9000205366721,375.0342925460722,,515.7345329203739,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q45,675.751490335089,364.10984663297654,935.8220048463678,135.01022054102071,718.1987403466869,395.79776878784975,650.7819332213628,416.51234759817135,568.113044309919,541.8888791210256,277.83971119858677,583.5676721172862,365.1184706516015,851.4871475889016,,,,653.3698750111566,387.12111794024054,,528.3083164147213,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q50,694.4118808004204,396.88941394345613,964.0042098460169,142.78029217838716,736.1735740429403,400.2514940055395,659.8397294856412,439.49736131496985,590.0419536969291,542.8956583329825,291.6799260267604,646.9000205366721,379.5850096796936,851.4871475889016,,,,659.8397294856412,399.2079433344088,,540.8820999090686,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q55,718.109373624186,408.27200973589726,992.1864148456659,150.5503638157536,749.0757064114337,404.18946973135786,668.8975257499196,459.97258270032034,611.9708630839393,543.9024375449394,300.05295504209926,665.0156130652289,394.05154870778574,851.4871475889016,,,,666.3095839601258,411.29476872857714,,541.2848115938514,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q60,736.1735740429403,427.0732351870615,1020.368619845315,158.32043545312,761.9778387799271,408.1274454571762,675.1570799549932,480.4478040856709,633.8997724709495,544.9092167568963,308.4259840574381,677.534721475376,408.1006674674256,851.4871475889016,,,,672.7794384346104,423.3815941227454,,541.6875232786342,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q65,756.1358215128416,439.57100078678405,1037.2966326321161,166.09050709048645,774.8799711484205,412.06542118299456,679.3179526156632,498.5413261951883,655.8286818579597,552.8478682604971,316.7990130727769,686.6164929893039,421.8367210257262,851.4871475889016,,,,675.751490335089,435.46841951691374,,542.090234963417,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q70,808.1947501260638,476.36614880347605,1054.2246454189171,173.8605787278529,787.7821035169138,416.0033969088129,683.4788252763333,516.6348483047057,678.1211837924108,560.7865197640978,325.1720420881158,700.2584216587577,435.5727745840268,851.4871475889016,,,,678.7235422355675,456.45851161395336,,542.4929466481997,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q75,861.767960193131,516.7125334969197,1071.1526582057184,181.63065036521934,800.6842358854072,419.9413726346312,694.1908494384292,562.8718563047555,700.5954820005825,568.7251712676984,333.54507110345463,713.4582876042293,481.9002370624288,851.4871475889016,,,,681.6955941360461,481.9002370624288,,542.8956583329825,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q80,907.6397998467187,572.2435542123081,1088.0806709925193,189.40072200258575,813.5863682539006,423.87934836044957,707.5233342010954,609.1088643048055,723.0697802087541,576.6638227712992,351.62949761378064,728.8510966078568,541.2642631088713,851.4871475889016,,,,684.6676460365247,507.3419625109042,,543.2983700177653,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q85,961.367326295401,645.0442567560932,1100.3548512009702,197.17079363995217,826.488500622394,427.8173240862679,720.8558189637617,628.0222287528517,745.5440784169257,608.5368959695534,369.7139241241066,750.1683259808565,600.6282891553137,851.4871475889016,,,,704.7263226932,532.7836879593794,,543.701081702548,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q90,1054.2246454189171,665.5042337487494,1112.6290314094208,204.9408652773186,839.3906329908874,431.75529981208626,735.4030275498676,646.9355932008979,768.0183766250974,640.4099691678076,387.7983506344326,760.226869383021,627.6836159379056,851.4871475889016,,,,724.7849993498753,558.2254134078548,,544.1037933873308,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q95,1124.9032116178714,701.1445542614813,1124.9032116178714,212.71093691468505,852.2927653593808,435.6932755379046,750.1526901065467,682.1492644334099,790.4926748332689,672.2830423660619,405.8827771447585,790.8777911409286,649.3541595098558,851.4871475889016,,,,744.8436760065507,583.66713885633,,544.5065050721136,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q98,1141.4366580197884,761.3407928586606,1132.267719742942,217.3729798971049,860.0340447804767,438.0560609733956,759.0024876405542,703.2774671729172,803.977253758172,691.4068862850144,416.7334330509541,827.2434050097124,662.3564856530259,851.4871475889016,,,,756.8788820005559,598.9321741254153,,544.7481320829831,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q99,1143.5662911165216,787.1538829500506,1134.7225557846323,218.9269942245782,862.6144712541756,438.8436561185593,761.9524201518901,710.3202014194196,808.4721133998063,697.7815009246652,420.35031835301936,839.365276299307,666.6905943674159,851.4871475889016,,,,760.890617331891,604.0205192151103,,544.8286744199397,222.47885188589214 +baseline_total_core_day_runtime_baseline_percentile_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +baseline_total_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,829231.8755367217,263941.63999520725,1289150.8251198928,3669.80661781029,764442.5178825061,222448.93915530824,524271.97169825854,348050.11252517963,656086.7181537808,765496.7022762262,7875.861795189265,620471.600298584,290937.1446255058,332079.98755967163,,,,540944.526067373,331613.6519458299,,725396.9829864696,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_mean,693782.1928400615,183037.77875005637,991794.1562109949,1575.906847766722,556797.5723472546,165979.34618870157,446729.15089479194,214689.1506253667,485965.71174749604,649497.2854409205,4718.67157320126,521770.5613875315,179355.11622586515,332079.98755967163,,,,451817.39195910416,191221.2385954971,,599288.9508130611,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,558332.5101434013,102133.91750490548,694437.487302097,-517.992922276846,349152.6268120031,109509.7532220949,369186.33009132533,81328.18872555377,315844.70534121135,533497.8686056148,1561.4813512132555,423069.522476479,67773.08782622451,332079.98755967163,,,,362690.25785083533,50828.82524516428,,473180.91863965255,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_sem,69106.98096768376,41277.480227117805,151712.58617800914,1068.316209205902,105941.29874247528,28811.01681969728,39562.66367523806,68041.30709174128,86796.43183994117,59183.3759363805,1610.811337748982,50357.67291380231,56929.60632634727,0.0,,,,45473.027606259624,71628.78232159838,,64340.83274153496,0.0 +baseline_total_core_day_runtime_baseline_percentile_q1,304004.10455378564,18.222281225322387,356357.5154178443,95.2961212439628,330409.27881586266,130153.40447127612,300305.9721063786,10741.620762255377,261234.5650268756,443529.7241932111,100.0635213310364,302091.7351560549,3260.0007221480214,332079.98755967163,,,,300685.54994254006,101669.18941923595,,446390.46282065357,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q2.5,311708.5471525504,45.55570306330597,392773.8072051034,140.62093940282278,337760.0515015999,130187.23561709732,302463.2160340327,14238.110256063017,269236.3436756003,446254.06359793857,250.158803327591,306927.62365822354,3519.900625776973,332079.98755967163,,,,303412.16062443657,101931.18450662812,,453405.91016654455,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q5,320033.70480710134,839.5559161311251,453467.62685053516,216.16230300092275,350011.33931116195,130243.62086013268,306058.6225801229,20065.59274574241,282572.6414234747,450794.6292724842,500.317606655182,314987.4378285046,3953.067131825225,332079.98755967163,,,,307956.51176093065,102367.84298561508,,465098.32240969635,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q10,323702.3068332488,2496.3663164496384,574855.2661413987,367.2450301971227,374513.91493028606,130356.39134620337,313249.4356723034,31720.557725101207,309245.2369192236,459875.76062157546,1000.635213310364,323341.015461491,4819.400143921729,332079.98755967163,,,,317045.2140339188,103241.15994358895,,488483.1468959997,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q15,330437.18159276317,3581.781555212438,696242.9054322622,518.3277573933225,399016.4905494101,130469.16183227405,320203.4711927442,43500.243246852355,335917.8324149725,468956.8919706667,1500.952819965546,326165.88607880124,10358.599033672002,332079.98755967163,,,,326133.91630690696,104114.47690156286,,511867.97138230305,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q20,335222.61857989506,5724.947631180046,817630.5447231258,669.4104845895225,423519.0661685342,130581.93231834474,325736.84128274716,55279.9287686035,362590.4279107214,478038.023319758,2001.270426620728,330765.74278614484,43934.99318934487,332079.98755967163,,,,335222.61857989506,104987.79385953676,,535252.7958686064,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q25,420832.93583252607,8410.627766383619,858770.556637189,820.4932117857223,448021.64178765833,130694.70280441543,331270.2113727501,60499.49676339638,389263.0234064703,527418.9531864251,2155.9878921922627,333651.3030697834,77511.3873450177,332079.98755967163,,,,354885.15105214727,105861.11081751066,,558637.6203549099,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q30,459875.76062157546,13335.907244428916,899910.5685512521,971.5759389819221,472524.2174067824,130807.47329048612,343087.63156879594,65719.06475818926,415935.61890221917,576799.8830530924,2310.705357763797,350952.6445576968,102076.7373329571,332079.98755967163,,,,374547.6835243994,106734.42777548455,,582022.4448412133,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q35,494694.10981125187,28355.88513049617,941050.5804653153,1122.658666178122,497026.7930259065,130920.2437765568,370615.17702994903,83606.79539291521,437794.405437826,626180.8129197597,2465.4228233353315,406007.73548000294,104114.47690156286,332079.98755967163,,,,394210.2159966516,107796.12203224955,,605407.2693275167,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q40,543515.8656523952,37931.47885685055,982190.5923793785,1273.7413933743223,521529.36864503054,131033.01426262749,398142.72249110206,101494.52602764117,450025.57405314886,675561.7427864268,2620.140288906866,430577.1981415973,106152.21647016863,332079.98755967163,,,,413872.7484689038,109234.57088659678,,628792.0938138199,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q45,571371.1051586397,61543.41036235495,1017330.5523871316,1424.824120570522,546031.9442641546,131145.78474869818,426828.7569948307,104405.58255422083,462256.74266847165,676819.210022161,3355.5980409669755,459273.2901389,108755.0879351477,332079.98755967163,,,,435466.0960121153,110673.019740944,,652176.9183001234,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q50,581347.518288067,101494.52602764117,1052470.5123948848,1575.906847766722,570534.5198832788,131258.55523476886,457059.4435553268,107316.63908080048,474487.9112837944,678076.6772578951,4091.0557930270847,500246.1386417498,112111.46859529123,332079.98755967163,,,,457059.4435553268,112111.46859529123,,675561.7427864268,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q55,653874.850987673,111152.5026923931,1087610.4724026378,1726.989574962922,590916.0112415957,141787.56300701937,487290.13011582295,112111.46859529123,486719.0798991172,679334.1444936292,4826.513545087194,530534.9475492017,115467.84925543478,332079.98755967163,,,,478652.7910985383,113549.91744963847,,676064.7296807205,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q60,680591.6117293634,127485.939921206,1122750.432410391,1878.0723021591216,611297.5025999125,152316.57077926985,508900.0840438789,116906.29810978199,498950.2485144399,680591.6117293634,5561.971297147304,555661.8637853261,140834.7650792804,332079.98755967163,,,,500246.1386417498,114988.36630398569,,676567.716575014,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q65,782882.7449811759,138926.45915626342,1125470.2084698295,2029.1550293553216,631678.9939582294,162845.57855152036,524044.48849760473,143252.1864760119,511181.41712976276,712564.3786783629,5629.878102994279,575374.1924453914,182709.58227590247,332079.98755967163,,,,518654.819227493,116426.81515833292,,677070.7034693077,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q70,810539.4184432911,209768.40971126087,1128189.984529268,2180.237756551521,652060.4853165462,173374.58632377084,539188.8929513306,169598.07484224183,537631.3238508502,744537.1456273624,5697.784908841256,585827.5126700735,224584.3994725246,332079.98755967163,,,,537063.4998132362,149132.41741518013,,677573.6903636015,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q75,816371.9478826495,255900.04592772585,1130909.7605887065,2331.3204837477215,672441.9766748631,183903.59409602135,551107.1144854771,304382.7830030033,571190.5996248202,776509.912576362,5765.6917146882315,632187.959188919,283601.13398065115,332079.98755967163,,,,555472.1803989795,197471.59637327766,,678076.6772578951,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q80,982190.5923793785,428342.1219235573,1133629.536648145,2482.4032109439217,692823.46803318,194432.60186827183,561734.8628517917,439167.49116376473,604749.8753987901,808482.6795253615,5833.598520535208,676567.7165750142,349474.6354133795,332079.98755967163,,,,573880.8609847226,245810.77533137522,,678579.6641521887,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q85,1114798.585448137,438077.4627775555,1240843.1133724232,2633.485938140121,713204.9593914968,204961.60964052234,572362.6112181062,530112.8303183133,638309.15117276,809511.0489843263,7448.961116900769,680088.6248350698,415348.1368461078,332079.98755967163,,,,577614.1896363948,294149.9542894724,,679082.6510464824,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q90,1128189.984529268,536418.4125624686,1348056.6900967015,2784.568665336321,733586.4507498136,215490.61741277284,578360.8553667292,621058.1694728619,671868.4269467299,810539.4184432911,9064.32371326633,759794.3391084778,429081.29328467767,332079.98755967163,,,,581347.518288067,342489.13324756996,,679585.6379407761,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q95,1417646.3491331586,635368.835287343,1455270.2668209795,2935.6513925325207,753967.9421081305,226019.62518502332,583587.5154790703,632983.7243182629,705427.7027206996,811567.7879022559,10679.686309631892,863474.4878666678,434124.39222422114,332079.98755967163,,,,585080.8469397391,390828.3122056672,,680088.6248350698,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q98,1537401.2317533772,686303.466869306,1519598.4128555467,3026.301028850241,766196.8369231207,232337.02984837364,586723.5115464749,640139.0572255035,725563.2681850815,812184.8095776348,11648.903867451229,934704.1505742942,437150.2515879473,332079.98755967163,,,,587320.8441307424,419831.81958052574,,680390.416971646,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q99,1549942.5376493174,712645.2226819879,1541041.1282004023,3056.5175742894808,770273.135194784,234442.83140282374,587768.8435689431,642524.1681945837,732275.1233398755,812390.4834694277,11971.976386724342,958447.3714768363,438158.871375856,332079.98755967163,,,,588067.509861077,429499.6553721452,,680491.0143505047,5561.971297147304 +_daily_mean_core_day_demand_baseline_baseline_percentile_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +_daily_mean_core_day_demand_baseline_baseline_percentile_upper_bound_95_perc_conf,30.81782540711131,15.799988216980028,42.70851210129158,10.797088267903284,26.385142367525162,9.816464460440185,16.833505408025754,15.155195666430341,15.047085922564742,36.45321051143518,33.28790654940457,19.344456866751855,13.640933305861472,30.643964394264724,,,,16.42062043843296,14.858975780961732,,17.42776664738518,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_mean,24.771705065880894,12.51927526942902,35.94666332978078,10.608421686296623,20.458767999134697,8.681106819674772,14.268065885263464,12.520523988619878,12.374084511879001,23.628430257054372,16.94411863376554,16.427406526538643,11.601457013811133,30.643964394264724,,,,13.918139162918118,12.08768930751619,,15.687082855093257,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_lower_bound_95_perc_conf,18.725584724650478,9.238562321878012,29.184814558269988,10.419755104689962,14.53239363074423,7.545749178909359,11.702626362501176,9.885852310809415,9.70108310119326,10.803650002673562,0.6003307181265107,13.510356186325431,9.561980721760795,30.643964394264724,,,,11.415657887403277,9.316402834070647,,13.946399062801332,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_sem,3.084755276137968,1.6738331365056165,3.449922842607549,0.09625846000339842,3.023660392035953,0.5792641024313334,1.3088977156950452,1.3442202437808484,1.3637762299417047,6.543255231826945,8.338667303897465,1.4882909899047,1.0405491285971111,0.0,,,,1.2767761609769601,1.4139216701252768,,0.8881039756591451,0.0 +_daily_mean_core_day_demand_baseline_baseline_percentile_q1,8.620130399105985,6.3888358870408135,27.30047455731856,10.475014267059267,14.667629328342471,7.551473330684643,8.530700462525646,7.364277298080575,7.953251556134969,13.755282578240726,6.383689722160592,8.518284260566041,7.683919139222749,30.643964394264724,,,,8.524469959928934,9.714402279731946,,13.78932802317131,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q2.5,8.967333144128517,6.397897612155986,27.440657573824524,10.479098167648166,14.816022558213902,7.5816074448365525,8.743758302677668,7.575476550449766,8.189469287169711,13.765830251178564,6.385032199955433,8.712717797778659,7.9127219661818184,30.643964394264724,,,,8.728182046185895,9.720318003753817,,13.850943863505025,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q5,9.590347964259893,6.585805286272041,27.674295934667796,10.485904668629663,15.063344607999621,7.63183096842307,9.09885470293104,7.927475304398416,8.583165505560945,13.783409706074963,6.387269662946833,9.036773693133023,8.2940600111136,30.643964394264724,,,,9.067702189947493,9.73017754379027,,13.953636930727885,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q10,10.761303621051754,7.132816055666195,28.14157265635434,10.49951767059266,15.557988707571056,7.732278015596103,9.809047503437785,8.631472812295717,9.370557942343416,13.818568615867758,6.391744588929635,10.030650754497463,9.056736100977165,30.643964394264724,,,,9.74674247747069,9.749896623863176,,14.159023065173605,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q15,13.087393860340896,7.428271125581963,28.60884937804089,10.513130672555656,16.05263280714249,7.832725062769136,10.452136132732956,9.132788078446747,10.157950379125884,13.853727525660554,6.396219514912435,11.369165826893592,9.717031490408333,30.643964394264724,,,,10.425782764993887,9.76961570393608,,14.36440919961932,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q20,13.888886435453351,7.637139580261412,29.076126099727436,10.52674367451865,16.547276906713925,7.93317210994217,10.692599734758687,9.63410334459778,10.945342815908354,13.888886435453351,6.400694440895236,13.21956524752915,9.763042677245112,30.643964394264724,,,,11.104823052517084,9.789334784008986,,14.569795334065041,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q25,14.65367713278787,8.350834061929897,29.46808567336176,10.540356676481645,17.041921006285364,8.033619157115204,10.933063336784418,9.67228090415757,11.732735252690823,14.367192861774852,6.405169366878037,13.818568615867758,9.809053864081891,30.643964394264724,,,,12.055769040854544,9.809053864081891,,14.775181468510759,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q30,15.19690219884831,8.620855595543663,29.86004524699608,10.553969678444641,17.5365651058568,8.134066204288237,11.485201447852068,9.710458463717364,12.520127689473293,14.845499288096352,6.608704320769685,14.024849250048318,9.896633350835708,30.643964394264724,,,,13.006715029192005,9.828772944154796,,14.98056760295648,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q35,15.72288345351194,9.082656551831644,30.2520048206304,10.567582680407636,18.031209205428233,8.23451325146127,12.816525831524512,9.776188730627048,13.079329173830395,15.323805714417853,6.812239274661332,14.500719101130702,10.08813358738212,30.643964394264724,,,,13.957661017529464,9.95464126331234,,15.185953737402198,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q40,16.700224325579757,9.695187439893447,30.643964394264724,10.581195682370632,18.525853304999668,8.334960298634304,14.147850215196957,9.841918997536732,13.182148753336767,15.802112140739354,7.0157742285529805,14.772644406891429,10.279633823928537,30.643964394264724,,,,14.908607005866925,10.292808060639164,,15.391339871847917,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q45,17.06871238153277,9.86204346962531,31.45366981511308,10.594808684333628,19.020497404571103,8.435407345807338,14.99509556376134,10.01753010316136,13.284968332843139,16.229305512619078,7.219309182444627,15.081584121655755,10.4423859068365,30.643964394264724,,,,15.052754602357616,10.630974857965986,,15.596726006293634,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q50,18.513013566200392,10.084611676789947,32.26337523596144,10.608421686296623,19.51514150414254,8.53585439298037,15.19690219884831,10.193141208785985,13.38778791234951,16.656498884498802,7.422844136336275,15.485197391829697,10.566807118226532,30.643964394264724,,,,15.19690219884831,10.969141655292809,,15.802112140739354,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q55,20.042216312295075,10.359674332265413,33.07308065680979,10.622034688259617,20.292873552211624,8.679877168161724,15.398708833935281,11.144752760917434,13.490607491855883,17.083692256378523,8.016087815174318,15.707037716066456,10.691228329616564,30.643964394264724,,,,15.341049795339003,11.307308452619633,,15.972989489491242,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q60,21.877800548001947,10.52674367451865,33.88278607765815,10.635647690222614,21.070605600280707,8.82389994334308,15.728202778579709,12.096364313048886,13.593427071362253,17.510885628258247,8.609331494012359,16.161357014675517,11.014914227351039,30.643964394264724,,,,15.485197391829697,11.645475249946456,,16.143866838243135,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q65,27.22837990594428,11.488048639843848,36.75421207793927,10.64926069218561,21.84833764834979,8.967922718524433,16.15346220539223,12.344351876127945,13.696246650868625,18.60261435819417,9.202575172850404,16.722334022950875,11.488048639843846,30.643964394264724,,,,15.78895412526721,11.983642047273278,,16.31474418699502,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q70,28.06696157826135,12.54274192659119,39.62563807822039,10.662873694148605,22.626069696418874,9.111945493705786,16.57872163220475,12.592339439207002,13.849966775037524,19.694343088130097,9.795818851688445,16.877101904548706,11.961183052336654,30.643964394264724,,,,16.092710858704727,12.556929427320172,,16.485621535746912,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q75,29.01745986771791,13.216421946505559,42.4970640785015,10.676486696111601,23.403801744487957,9.255968268887141,16.755498569007557,14.647177447484388,14.02913717153769,20.786071818066024,10.389062530526488,17.216103463774594,13.021248415466966,30.643964394264724,,,,16.396467592142244,13.247777098727108,,16.656498884498802,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q80,30.643964394264724,14.447201430038074,45.36849007878262,10.690099698074595,24.18153379255704,9.399991044068495,16.83288250980647,16.702015455761774,14.208307568037855,21.877800548001947,19.13539450404577,18.052290085609116,14.316086158852281,30.643964394264724,,,,16.700224325579757,13.938624770134043,,16.82737623325069,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q85,36.75421207793927,15.75235514428707,46.401766087904576,10.70371270003759,24.959265840626124,9.544013819249848,16.910266450605388,18.586031837129184,14.387477964538018,31.144011909399254,27.88172647756503,19.947205686337153,15.610923902237591,30.643964394264724,,,,16.755498569007557,14.629472441540974,,16.99825358200258,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q90,47.43504209702654,17.83242528458222,47.43504209702654,10.717325702000586,25.736997888695203,9.688036594431203,17.910297284007434,20.47004821849659,14.566648361038183,40.41022327079656,36.628058451084314,24.411374693793782,16.067735142633378,30.643964394264724,,,,16.810772812435353,15.320320112947908,,17.16913093075447,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q95,56.582383024010994,20.574292362639106,48.46831810614851,10.73093870396358,26.514729936764287,9.832059369612555,19.064102599510008,20.55023602168314,14.745818757538347,49.67643463219386,45.374390424603575,28.238102767366293,16.384875299197574,30.643964394264724,,,,16.86604705586315,16.01116778435484,,17.340008279506357,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q98,65.93979402256572,36.03596116856618,49.08828371162168,10.739106505141379,26.981369165605734,9.918473034721368,19.756385788811553,20.59834870359507,14.853320995438446,55.23616144903225,50.62218960871515,29.681619743505347,16.575159393136094,30.643964394264724,,,,16.899211601919827,16.425676387199,,17.442534688757494,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q99,69.43836803705301,45.07834178334452,49.294938913446074,10.741829105533977,27.136915575219554,9.94727758975764,19.987146851912073,20.614386264232383,14.889155074738479,57.08940372131171,52.371456003419006,30.162792068885036,16.638587424448936,30.643964394264724,,,,16.910266450605388,16.563845921480386,,17.47671015850787,10.389062530526488 +percent_savings_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +percent_savings_baseline_regional_upper_bound_95_perc_conf,18.10962777112948,8.49146984892657,10.63088722567036,10.053295554582466,17.218477735697892,34.16530307662385,29.828408524440757,7.938207751087695,3.032945643291759,9.978419192731735,,20.365086905643448,10.688616945565599,6.961155962070138,,,,26.30582885332985,1.073254086963991,,13.053275551176188, +percent_savings_baseline_regional_mean,14.265372413144677,0.4936891933486975,8.173103145006985,-7.637149109287655,13.567275477926543,26.7238879910616,24.615250384746112,-1.9646141241380783,-8.353206630529167,6.906852853422863,,16.409120863783517,2.5668500544210717,6.961155962070138,,,,24.310672360376277,-3.126107492589753,,10.199348498894478, +percent_savings_baseline_regional_lower_bound_95_perc_conf,10.421117055159874,-7.504091462229176,5.715319064343611,-25.327593773157776,9.916073220155196,19.282472905499343,19.402092245051467,-11.867435999363853,-19.73935890435009,3.8352865141139914,,12.453154821923587,-5.5549168367234545,6.961155962070138,,,,22.315515867422704,-7.325469072143497,,7.345421446612767, +percent_savings_baseline_regional_sem,1.9613547744820425,4.080500334478507,1.2539714697262112,9.025737073403123,1.8628582947812997,3.7966403497766605,2.6597745610686965,5.052460140421314,5.8092613641943505,1.567125683320853,,2.018350021357108,4.143758617930881,0.0,,,,1.0179369862008028,2.1425314181396655,,1.456085230755975, +percent_savings_baseline_regional_q1,2.479638519564346,-42.064409441224754,4.347876249722662,-20.14618249331559,9.160375041611653,21.431018250399568,11.897473293380795,-42.3051057122368,-24.878077098615844,2.241199161611279,,5.3405124155756,-8.75116223135871,6.961155962070138,,,,21.78435778251317,-8.86434462758762,,7.247344274731812, +percent_savings_baseline_regional_q2.5,2.9424913908850057,-36.158200452989036,4.518335855645414,-19.763252899926982,9.35105395491264,21.47226339456752,13.011426259220672,-36.75994113051916,-24.277680060865265,2.3463929960023377,,5.703760107031272,-8.3267282455003,6.961155962070138,,,,21.81502368433909,-8.609684236072574,,7.333007159951189, +percent_savings_baseline_regional_q5,3.639712608752306,-26.314518805929517,4.802435198849999,-19.125036910945962,9.668852143747625,21.54100530151411,14.868014535620466,-27.51800016098977,-23.27701833128096,2.5217160533207696,,6.309172926124059,-7.619338269069614,6.961155962070138,,,,21.866133520715614,-8.185250250214162,,7.475778635316818, +percent_savings_baseline_regional_q10,4.40705866754036,-20.889156179062155,5.370633885259169,-17.848604932983932,10.304448521417589,21.6784891154073,18.581191088420056,-9.034118221930985,-21.27569487211235,2.8723621679576326,,7.029879878824765,-6.204558316208243,6.961155962070138,,,,21.968353193468666,-7.336382278497339,,7.761321586048075, +percent_savings_baseline_regional_q15,5.520952478980192,-13.205977919929552,5.938832571668339,-16.572172955021895,10.940044899087553,21.81597292930048,21.78435778251317,-6.808251715454328,-19.274371412943744,3.2230082825944963,,7.17878169845979,-4.789778363346872,6.961155962070138,,,,22.07057286622172,-6.487514306780517,,8.04686453677933, +percent_savings_baseline_regional_q20,6.688681139674562,-9.614531656743223,6.50703125807751,-15.295740977059863,11.57564127675752,21.953456743193662,21.927465324367446,-4.582385208977671,-17.273047953775134,3.5736543972313592,,8.9034933889731,-3.374998410485501,6.961155962070138,,,,22.172792538974775,-5.638646335063694,,8.332407487510586, +percent_savings_baseline_regional_q25,7.07569582332785,-5.695318462215999,6.620562434075667,-14.019308999097827,12.211237654427483,22.090940557086846,22.07057286622172,-4.062128411699098,-15.271724494606527,3.9548276199081407,,10.322958389628813,-3.3243239226225656,6.961155962070138,,,,22.39299764695674,-4.789778363346872,,8.617950438241841, +percent_savings_baseline_regional_q30,7.2197300676757195,-3.854025692787669,6.734093610073824,-12.742877021135792,12.846834032097448,22.22842437098003,22.26087458216756,-3.5418716144205256,-13.27040103543792,4.336000842584922,,11.043920703728602,-3.2736494347596303,6.961155962070138,,,,22.613202754938705,-3.94091039163005,,8.9034933889731, +percent_savings_baseline_regional_q35,8.495096933175107,-3.4334040318627594,6.847624786071981,-11.46644504317376,13.482430409767414,22.36590818487321,22.569161733342312,-3.4584350124530134,-11.439176418525252,4.717174065261704,,12.368856633379256,-3.222974946896695,6.961155962070138,,,,22.833407862920666,-3.3648635129129136,,9.189036339704355, +percent_savings_baseline_regional_q40,9.843183306734032,-3.2533796396144563,6.961155962070138,-10.190013065211723,14.118026787437378,22.50339199876639,22.87744888451706,-3.374998410485501,-9.94814948612445,5.098347287938485,,13.444099711414584,-3.17230045903376,6.961155962070138,,,,23.05361297090263,-3.334458820195153,,9.47457929043561, +percent_savings_baseline_regional_q45,10.29696038348912,-2.525338422224637,7.030715218986559,-8.91358108724969,14.753623165107342,22.640875812659576,23.161878939611473,-3.2736494347596303,-8.457122553723655,5.621319387100254,,13.710453757862805,-1.6099785640025115,6.961155962070138,,,,23.234056252084038,-3.3040541274773916,,9.760122241166869, +percent_savings_baseline_regional_q50,11.154837982820878,-0.7210340354937765,7.100274475902981,-7.637149109287655,15.389219542777308,22.778359626552756,23.41449953326544,-3.17230045903376,-6.96609562132286,6.1442914862620235,,15.025635600599294,-0.047656668971263416,6.961155962070138,,,,23.41449953326544,-3.2736494347596303,,10.045665191898124, +percent_savings_baseline_regional_q55,13.403122165807167,1.6893099811073493,7.169833732819402,-6.36071713132562,15.478232700992043,24.099501949798594,23.667120126919414,-1.3091813416838876,-5.475068688922061,6.667263585423792,,17.102035533380345,1.5146652260599849,6.961155962070138,,,,23.594942814446853,-3.2432447420418695,,10.377313134728286, +percent_savings_baseline_regional_q60,14.095379969574605,3.897060540787816,7.239392989735824,-5.084285153363588,15.567245859206778,25.420644273044424,24.269214709776087,0.5539377756659849,-3.9840417565212682,7.190235684585561,,20.66700130335498,3.076987121091233,6.961155962070138,,,,23.775386095628257,-3.212840049324108,,10.708961077558447, +percent_savings_baseline_regional_q65,15.656259017421515,5.361858214558764,8.010765260162787,-3.807853175401551,15.656259017421515,26.74178659629026,25.133414784534793,1.815462448378609,-2.4930148241204684,7.904093061413702,,21.947909258918056,3.589533008401597,6.961155962070138,,,,24.392671863313048,-3.182435356606347,,11.040609020388612, +percent_savings_baseline_regional_q70,18.473176214139812,6.233934209927711,8.78213753058975,-2.5314211974395184,15.745272175636249,28.06292891953609,25.997614859293495,3.076987121091233,-1.216634610890325,8.617950438241841,,22.26087458216756,4.10207889571196,6.961155962070138,,,,25.009957630997835,-2.547371701021263,,11.372256963218774, +percent_savings_baseline_regional_q75,21.968353193468666,8.124697221532248,9.553509801016714,-1.2549892194774834,15.834285333850984,29.38407124278193,26.896846760381074,5.1643929809500815,-0.04757775724549851,9.331807815069983,,22.833407862920666,4.614624783022324,6.961155962070138,,,,25.627243398682623,-1.6099785640025115,,11.703904906048937, +percent_savings_baseline_regional_q80,22.70128479813149,12.875418188485963,10.324882071443676,0.021442758484552016,15.923298492065719,30.705213566027762,27.8100913920002,7.251798840808929,1.121479096399328,10.045665191898124,,23.34232222079288,5.1271706703326885,6.961155962070138,,,,26.244529166367414,-0.6725854269837603,,12.035552848879098, +percent_savings_baseline_regional_q85,23.55885415821057,21.609747208460703,11.18664157265124,1.2978747364465852,16.012311650280456,32.026355889273596,28.72333602361932,8.997595602255567,2.2905359500441476,10.87478504897353,,23.89884324916521,9.539967909387705,6.961155962070138,,,,26.896846760381074,0.26480771003498504,,12.367200791709262, +percent_savings_baseline_regional_q90,25.750700552219584,23.147592118708463,12.048401073858804,2.57430671440862,16.10132480849519,33.34749821251943,32.16859895956253,10.743392363702204,3.459592803688974,11.703904906048937,,25.50378624514567,13.952765148442722,6.961155962070138,,,,27.549164354394733,1.202200847053736,,12.698848734539425, +percent_savings_baseline_regional_q95,28.592872504816583,26.946639463654858,12.910160575066367,3.8507386923706526,16.190337966709922,34.66864053576526,36.03586494622642,18.607038455905993,4.628649657333794,12.533024763124342,,27.157773797986536,18.36556238749774,6.961155962070138,,,,28.201481948408393,2.139593984072482,,13.030496677369586, +percent_savings_baseline_regional_q98,35.041425121084266,32.37252550086861,13.427216275790908,4.616597879147874,16.243745861638764,35.46132592971277,38.35622453822475,23.32522611122828,5.33008376952069,13.030496677369586,,28.175389244647846,21.013240730930757,6.961155962070138,,,,28.592872504816587,2.702029866283733,,13.229485443067682, +percent_savings_baseline_regional_q99,37.47227802698731,34.18115417993984,13.599568176032419,4.871884274740282,16.261548493281712,35.725554394361936,39.129677735557536,24.89795532966903,5.563895140249653,13.196320648784667,,28.51459439353495,21.895800178741755,6.961155962070138,,,,28.72333602361932,2.8895084936874817,,13.295815031633715, +avoided_daily_mean_core_day_runtime_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +avoided_daily_mean_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,102.26136982941746,21.68192880138542,83.34727950054722,8.8541901080224,104.79876553886561,85.3087120283483,154.72962588910306,7.97205089486501,2.7667293139844773,47.70593439692679,,116.39424867883409,34.38215074383648,51.37574808344852,,,,163.2351623366475,1.9694251146957953,,66.78525691637803, +avoided_daily_mean_core_day_runtime_baseline_regional_mean,83.25068893965084,6.658511215265729,68.72338128317774,0.06921288090162125,89.93842254580717,76.57102458778333,130.16950159094068,-1.7834590479163988,-19.265806423189566,31.875712924659325,,91.24740951972151,9.602498328726286,51.37574808344852,,,,136.82634789987068,-6.279064459985213,,46.01895171328662, +avoided_daily_mean_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,64.24000804988422,-8.364906370853962,54.09948306580827,-8.715764346219157,75.07807955274873,67.83333714721836,105.60937729277832,-11.538968990697807,-41.29834216036361,16.045491452391857,,66.10057036060894,-15.177154086383913,51.37574808344852,,,,110.41753346309387,-14.52755403466622,,25.25264651019521, +avoided_daily_mean_core_day_runtime_baseline_regional_sem,9.699326984574803,7.665008972510047,7.4611725598823835,4.482131238326928,7.5818076495196145,4.458003796206614,12.530675662327738,4.977300991215005,11.241089661823493,8.076643608299728,,12.830019979139065,12.642679803627653,0.0,,,,13.473884916722863,4.208413048306637,,10.595053675046637, +avoided_daily_mean_core_day_runtime_baseline_regional_q1,12.534535390819574,-47.608541918902525,45.37237166486643,-6.142704088964874,76.93714343508601,67.42210157371909,75.59113393663478,-28.24154576855457,-51.06009382825001,12.276931632351435,,24.397528556371732,-15.875716755286916,51.37574808344852,,,,82.48507954873158,-16.001520682648245,,24.391407621317086, +avoided_daily_mean_core_day_runtime_baseline_regional_q2.5,13.034589745493019,-41.2653705670361,45.84632243475449,-5.952543365397533,77.18956914749536,67.69458859123235,76.17911362084868,-26.232992569410513,-49.89425034040484,12.390580349322672,,25.04354920781598,-15.403952027681944,51.37574808344852,,,,85.01426787660634,-15.718461846085262,,25.02824687017936, +avoided_daily_mean_core_day_runtime_baseline_regional_q5,14.741518654795959,-30.693418313925417,46.63624038456792,-5.635608826118629,77.61027866817764,68.14873362042111,77.15907976120519,-22.88540390417042,-47.951177860662874,12.579994877608069,,26.12025029355639,-14.61767748167366,51.37574808344852,,,,89.22958175639761,-15.246697118480288,,26.08964561828315, +avoided_daily_mean_core_day_runtime_baseline_regional_q10,24.62943340560813,-26.294778904693644,48.216076284194784,-5.001739747560824,78.45169770954219,69.05702367879864,79.11901204191821,-16.190226573690232,-44.065032901178945,12.958823934178861,,32.654289103062276,-13.045128389657087,51.37574808344852,,,,97.66020951598013,-14.303167663270344,,28.212443114490732, +avoided_daily_mean_core_day_runtime_baseline_regional_q15,32.61276352329917,-17.65114605117479,49.795912183821656,-4.367870669003018,79.29311675090672,69.96531373717617,82.48507954873159,-16.164890897910773,-40.178887941695024,13.337652990749653,,44.29907065693073,-11.472579297640513,51.37574808344852,,,,106.09083727556265,-13.359638208060403,,30.335240610698314, +avoided_daily_mean_core_day_runtime_baseline_regional_q20,45.11177192462519,-16.149689492443095,51.37574808344852,-3.734001590445213,80.13453579227127,70.8736037955537,94.28795841214712,-16.13955522213131,-36.2927429822111,13.716482047320445,,48.90337808372966,-9.90003020562394,51.37574808344852,,,,114.52146503514518,-12.416108752850457,,32.458038106905896, +avoided_daily_mean_core_day_runtime_baseline_regional_q25,48.285285583799954,-12.35790824341748,54.48226317727219,-3.100132511887407,80.97595483363581,71.78189385393124,106.09083727556265,-13.61845723632209,-32.40659802272718,16.279073566009224,,55.75560704599462,-8.889050165033034,51.37574808344852,,,,117.43057694001685,-11.472579297640513,,34.58083560311348, +avoided_daily_mean_core_day_runtime_baseline_regional_q30,58.83138430862532,-10.25922891909062,57.588778271095855,-2.466263433329601,81.81737387500036,72.69018391230877,115.68510979709386,-11.097359250512872,-28.520453063243263,18.841665084698008,,67.14324034861447,-7.878070124442126,51.37574808344852,,,,120.33968884488851,-10.52904984243057,,36.70363309932106, +avoided_daily_mean_core_day_runtime_baseline_regional_q35,67.36717129116599,-8.804588043776022,60.69529336491952,-1.8323943547717958,82.65879291636489,73.5984739706863,119.75786646391418,-10.498694728068406,-25.043941997675205,21.404256603386788,,72.3623638844055,-6.8670900838512186,51.37574808344852,,,,123.24880074976018,-9.69783419750576,,38.82643059552864, +avoided_daily_mean_core_day_runtime_baseline_regional_q40,71.78147859291722,-7.047580571610563,63.80180845874319,-1.1985252762139895,83.50021195772945,74.50676402906383,123.83062313073452,-9.90003020562394,-22.386698719938863,23.966848122075568,,76.0415321029697,-5.856110043260312,51.37574808344852,,,,126.15791265463184,-9.091246173151214,,40.949228091736224, +avoided_daily_mean_core_day_runtime_baseline_regional_q45,74.92953795821678,-6.042125580897567,65.97711940849197,-0.5646561976561846,84.34163099909398,75.41505408744136,129.01404243360847,-7.878070124442126,-19.729455442202532,24.79507972649127,,78.77928212602163,-2.7901066158253145,51.37574808344852,,,,134.1165820889693,-8.48465814879667,,43.072025587943806, +avoided_daily_mean_core_day_runtime_baseline_regional_q50,76.7688596268131,-2.045016367521322,68.15243035824075,0.06921288090162125,85.18305004045853,76.3233441458189,135.67834525122055,-5.856110043260312,-17.0722121644662,25.62331133090697,,80.10501229484743,0.27589681160968293,51.37574808344852,,,,142.07525152330675,-7.878070124442126,,45.19482308415139, +avoided_daily_mean_core_day_runtime_baseline_regional_q55,79.5498589332733,3.854899169435577,70.32774130798953,0.7030819594594271,87.45108083342767,77.30593833678576,142.34264806883263,-2.045016367521322,-14.414968886729866,26.45154293532267,,81.4565684033616,3.341900239044681,51.37574808344852,,,,150.03392095764417,-7.271482100087582,,47.56485916909954, +avoided_daily_mean_core_day_runtime_baseline_regional_q60,81.67577320554376,6.5767857929412585,72.5030522577383,1.336951038017232,89.71911162639681,78.28853252775262,147.7575403566437,1.766077308217667,-11.757725608993539,27.27977453973837,,84.30623083172983,6.407903666479678,51.37574808344852,,,,157.99259039198162,-6.664894075733038,,49.93489525404769, +avoided_daily_mean_core_day_runtime_baseline_regional_q65,89.68579617471568,7.561053348424188,74.23005684152366,1.9708201165750387,91.98714241936594,79.27112671871949,152.23537474710406,4.298093145425649,-9.1004823312572,31.758536675841626,,98.38533678806755,6.513454995518167,51.37574808344852,,,,160.11261505765202,-6.0583060513784925,,52.30493133899584, +avoided_daily_mean_core_day_runtime_baseline_regional_q70,103.26066548084935,9.75917890631083,75.95706142530904,2.604689195132843,94.25517321233508,80.25372090968634,156.71320913756438,6.830108982633631,-6.501408969178495,36.23729881194488,,115.68510979709384,6.619006324556654,51.37574808344852,,,,162.23263972332245,-4.587488140670922,,54.674967423944, +avoided_daily_mean_core_day_runtime_baseline_regional_q75,111.19241150264756,14.808796360924383,77.68406600909441,3.23855827369065,96.52320400530422,81.2363151006532,160.11261505765202,9.275410969460438,-3.9314205649285845,40.71606094804814,,123.24880074976018,6.724557653595143,51.37574808344852,,,,164.35266438899285,-2.684555286786826,,57.04500350889215, +avoided_daily_mean_core_day_runtime_baseline_regional_q80,121.50333360683719,24.209610696031543,79.41107059287977,3.8724273522484562,98.79123479827336,82.21890929162007,163.08064958959062,11.720712956287246,-1.3614321606786732,45.19482308415139,,138.89178374957177,6.830108982633631,51.37574808344852,,,,166.47268905466325,-0.7816224329027301,,59.415039593840305, +avoided_daily_mean_core_day_runtime_baseline_regional_q85,139.486518289856,31.12855363799884,84.60635389998875,4.506296430806261,101.0592655912425,83.20150348258693,166.04868412152916,17.89687976556152,1.208556243571223,51.11991329652177,,158.4165953251157,24.203417773429948,51.37574808344852,,,,168.6081358574942,1.121310420981355,,61.78507567878845, +avoided_daily_mean_core_day_runtime_baseline_regional_q90,155.43382788314716,68.14873362042113,89.80163720709771,5.140165509364066,103.32729638421164,84.1840976735538,169.03522521806042,24.073046574835793,3.7785446478211338,57.04500350889215,,163.92865945585876,41.57672656422626,51.37574808344852,,,,170.74358266032516,3.0242432748654506,,64.1551117637366, +avoided_daily_mean_core_day_runtime_baseline_regional_q95,165.62467918839505,76.81464124130233,94.99692051420669,5.7740345879218715,105.59532717718078,85.16669186452066,172.02485074202374,24.414456877825167,6.34853305207103,62.97009372126253,,169.4623145786266,58.95003535502257,51.37574808344852,,,,172.87902946315614,4.927176128749536,,66.52514784868475, +avoided_daily_mean_core_day_runtime_baseline_regional_q98,171.2560898930046,82.41542812981345,98.11409049847208,6.154356035056555,106.95614565296226,85.75624837910078,173.81862605640177,24.619303059618794,7.890526094620977,66.52514784868477,,172.7936115910429,69.3740206295004,51.37574808344852,,,,174.1602975448547,6.068935841079994,,67.94716949965364, +avoided_daily_mean_core_day_runtime_baseline_regional_q99,173.13528307949588,84.28235709265047,99.15314715989389,6.281129850768116,107.40975181155609,85.95276721729415,174.41655116119443,24.68758512021667,8.404523775470954,67.71016589115884,,173.904043928515,72.84868238765964,51.37574808344852,,,,174.5873869054209,6.44952241185681,,68.42117671664327, +avoided_total_core_day_runtime_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +avoided_total_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,85002.30790933201,8125.37884611819,96518.68252336679,108.23142294969622,83011.62776539466,43916.33440311236,113589.89705902225,505.54273895204096,3121.919410422506,58750.229099179356,,90532.66415846275,19953.949686694228,20036.541752544923,,,,115612.06960664049,443.3850706996245,,83974.39471768372, +avoided_total_core_day_runtime_baseline_regional_mean,71108.77399388037,521.5868222040065,71775.94078804938,41.72058671301953,67378.10535551072,32266.451413006256,96434.57484635356,-2432.064616872019,-14924.587045693115,38539.20704893192,,73039.67794441456,5632.925675951486,20036.541752544923,,,,98850.84420853107,-2849.813246450193,,55999.71505570033, +avoided_total_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,57215.240078428724,-7082.205201710178,47033.199052731965,-24.790249523657167,51744.58294562678,20616.56842290015,79279.25263368487,-5369.671972696079,-32971.09350180873,18328.18499868449,,55546.69173036639,-8688.098334791259,20036.541752544923,,,,82089.61881042164,-6143.011563600011,,28025.035393716946, +avoided_total_core_day_runtime_baseline_regional_sem,7088.537711965126,3879.4857264868288,12623.84782414154,33.93410012075341,7976.286943818338,5943.817852094954,8752.715414626879,1498.7792631755408,9207.401253120215,10311.745944003793,,8924.992966351112,7306.644903440176,0.0,,,,8551.645611280317,1680.2032230356212,,14272.795745909893, +avoided_total_core_day_runtime_baseline_regional_q1,15189.705790540562,-36758.30770746651,21641.199393583367,-5.309676612322516,50209.60517551482,20140.889599567097,57851.28768714966,-13772.30630805193,-39721.92212749813,14772.044409266036,,20746.885756959575,-6996.355702772197,20036.541752544923,,,,75428.71025793042,-7052.982132965262,,26119.678554492737, +avoided_total_core_day_runtime_baseline_regional_q2.5,16000.460236544051,-31479.36952178518,24048.185855141037,-3.869974673791637,50775.88652828471,20497.4670573704,59803.580859878995,-12666.575553085751,-38888.40557186424,14956.306783357739,,21812.401763581554,-6784.006589548203,20036.541752544923,,,,75857.23481926903,-6925.572665030866,,27048.106783399235, +avoided_total_core_day_runtime_baseline_regional_q5,17399.08520823933,-22681.139212316302,28059.82995773715,-1.4704714429068382,51719.68878290119,21091.762820375898,63057.40281442787,-10823.690961475455,-37499.21131247442,15263.410740177242,,23588.261774618186,-6430.091400841546,20036.541752544923,,,,76571.44242150002,-6713.223551806872,,28595.487164910075, +avoided_total_core_day_runtime_baseline_regional_q10,21129.37868241362,-15234.015100832084,36083.118162929386,3.328535018862758,53607.29329213414,22280.3543463869,69565.04672352565,-7137.92177825486,-34720.822793694766,15877.61865381625,,27294.766426979306,-5722.261023428231,20036.541752544923,,,,77999.85762596203,-6288.525325358883,,31690.24792793174, +avoided_total_core_day_runtime_baseline_regional_q15,27294.766426979306,-8523.533688769294,44106.406368121614,8.127541480632352,55494.897801367086,23468.945872397897,75428.71025793042,-5728.343319256925,-31942.434274915126,16491.826567455257,,31181.853148009595,-5014.430646014916,20036.541752544923,,,,79428.27283042404,-5863.827098910894,,34785.00869095341, +avoided_total_core_day_runtime_baseline_regional_q20,38821.349600782145,-7203.776167795626,52129.69457331384,12.92654794240195,57382.50231060003,24657.5373984089,77428.49154417723,-4318.764860258989,-29164.045756135478,17106.034481094262,,42491.59449174418,-4306.600268601602,20036.541752544923,,,,80856.68803488604,-5439.128872462905,,37879.76945397508, +avoided_total_core_day_runtime_baseline_regional_q25,50980.88942349104,-5023.554089757957,55272.52014007922,17.725554404171547,59270.10681983298,25846.1289244199,79428.27283042404,-4312.682564430295,-26385.65723735583,19204.707461292797,,51486.14671327745,-3729.183582639143,20036.541752544923,,,,81828.9870576664,-5014.430646014916,,40974.53021699675, +avoided_total_core_day_runtime_baseline_regional_q30,54720.87824858859,-4310.249646098818,58415.3457068446,22.524560865941144,61157.71132906593,27034.720450430897,81245.60764399817,-4306.600268601602,-23607.268718576186,21303.380441491332,,55786.7090562614,-3151.766896676684,20036.541752544923,,,,82801.28608044673,-4589.732419566928,,44069.29098001841, +avoided_total_core_day_runtime_baseline_regional_q35,56519.33144336261,-4053.599174040739,61558.17127360998,27.323567327710737,63045.31583829888,28223.311976441895,82606.82627589066,-4111.984042016323,-21040.618907051536,23402.05342168987,,56504.11771237885,-2574.350210714225,20036.541752544923,,,,83773.58510322709,-4191.11693140911,,47164.05174304008, +avoided_total_core_day_runtime_baseline_regional_q40,63070.74925336632,-2765.1072410234765,64700.99684037536,32.122573789480334,64932.92034753183,29411.903502452897,83968.04490778317,-3917.3678154310437,-18897.446510036872,25500.726401888405,,60268.412567671694,-1996.9335247517663,20036.541752544923,,,,84745.88412600744,-3844.6669198316345,,50258.812506061746, +avoided_total_core_day_runtime_baseline_regional_q45,68307.4161134355,-902.0682989858655,68256.45689614785,36.921580251249935,66820.52485676476,30600.495028463898,88175.90643126647,-2957.150670091405,-16754.274113022213,26995.759756130825,,72354.03697028184,-1475.2724807311458,20036.541752544923,,,,90462.58796810583,-3498.216908254159,,53353.57326908342, +avoided_total_core_day_runtime_baseline_regional_q50,75143.02721703802,41.72058671301953,71811.91695192034,41.72058671301953,68708.12936599772,31789.086554474896,96179.2918102042,-1996.9335247517663,-14611.101716007555,28490.79311037324,,77999.85762596203,-953.6114367105254,20036.541752544923,,,,96179.2918102042,-3151.766896676684,,56448.334032105085, +avoided_total_core_day_runtime_baseline_regional_q55,79116.2221606074,572.9274491061223,75367.37700769283,46.51959317478913,70196.72667208457,33120.8875380453,104182.67718914195,-416.70388362674134,-12467.929318992894,29985.826464615657,,81440.06744855425,-431.95039268990496,20036.541752544923,,,,101895.99565230258,-2805.316885099209,,59408.50910220533, +avoided_total_core_day_runtime_baseline_regional_q60,81404.17091328207,1376.2891408545545,78922.83706346533,51.31859963655872,71685.32397817142,34452.68852161571,107864.78732387071,1163.5257574982836,-10324.756921978238,31480.859818858076,,83968.04490778316,89.71065133071549,20036.541752544923,,,,107612.69949440096,-2458.866873521734,,62368.68417230557, +avoided_total_core_day_runtime_baseline_regional_q65,83939.63693660857,1787.1079126228137,85080.1368108778,56.117606098328324,73173.92128425826,35784.48950518612,108305.9410254428,1429.4799866936219,-8181.584524963573,37722.728372169826,,85332.77439920248,577.8336349499006,20036.541752544923,,,,107927.80928123815,-2112.4168619442576,,65328.859242405815, +avoided_total_core_day_runtime_baseline_regional_q70,85267.56436884747,1982.8121203322157,91237.43655829027,60.91661256009791,74662.5185903451,37116.290488756524,108747.09472701489,1695.4342158889604,-5740.328845313155,43964.59692548158,,87800.27986510827,1065.9566185690855,20036.541752544923,,,,108242.91906807537,-1593.0199136958454,,68289.03431250606, +avoided_total_core_day_runtime_baseline_regional_q75,94801.06039311136,2175.605935232449,97394.73630570274,65.71561902186751,76151.11589643196,38448.09147232693,112110.2976348903,1826.396639794465,-3150.031524344839,50206.46547879333,,99176.54822311329,1554.0796021882707,20036.541752544923,,,,108558.02885491255,-987.1494971119607,,71249.20938260629, +avoided_total_core_day_runtime_baseline_regional_q80,105988.43411788667,4020.9438029052944,103552.03605311521,70.5146254836371,77639.7132025188,39779.89245589734,116642.32022528707,1957.35906369997,-559.7342033765226,56448.334032105085,,105176.30142962952,2042.2025858074558,20036.541752544923,,,,108873.13864174976,-381.27908052807595,,74209.38445270654, +avoided_total_core_day_runtime_baseline_regional_q85,108495.00689754511,11316.712512576927,105492.41165120684,75.3136319454067,79128.31050860565,41111.693439467745,121174.34281568383,1999.7808247537127,2030.5631175917783,63848.77170735569,,107675.7214517684,12808.426036900333,20036.541752544923,,,,115623.26091558837,224.5913360558052,,77169.55952280678, +avoided_total_core_day_runtime_baseline_regional_q90,110825.45848473533,21091.76282037592,107432.78724929846,80.1126384071763,80616.9078146925,42443.49442303815,126037.33055114961,2042.2025858074558,4620.860438560096,71249.20938260629,,108495.00689754511,23574.64948799321,20036.541752544923,,,,122373.38318942697,830.4617526396898,,80129.73459290701, +avoided_total_core_day_runtime_baseline_regional_q95,120770.95099742891,32454.987046260107,109373.1628473901,84.91164486894588,82105.50512077933,43775.29540660856,130955.47914412689,2309.0092846574425,7211.157759528397,78649.6470578569,,118323.30982512381,34340.87293908609,20036.541752544923,,,,129123.50546326558,1436.332169223571,,83089.90966300726, +avoided_total_core_day_runtime_baseline_regional_q98,129690.81236307559,40046.25265261144,110537.38820624507,87.79104874600765,82998.66350443146,44574.3759967508,133906.36829991327,2469.0933039674355,8765.336152109388,83089.90966300727,,128853.50057231204,40800.607009741834,20036.541752544923,,,,133173.57882756877,1799.8544191739022,,84866.0147050674, +avoided_total_core_day_runtime_baseline_regional_q99,132782.2200500899,42576.67452139517,110925.46332586338,88.75085003836158,83296.38296564881,44840.73619346488,134889.99801850872,2522.454643737433,9283.395616303045,84569.99719805739,,132363.5641547081,42953.851699960396,20036.541752544923,,,,134523.60328233647,1921.028502490678,,85458.04971908746, +baseline_daily_mean_core_day_runtime_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +baseline_daily_mean_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,727.0047063213469,265.3886284980983,1039.9160098730538,143.1660204817893,842.4061837526747,342.6855737329306,662.0787277954774,271.6446411400517,342.94831188260656,529.4410233661722,,623.7467168125961,280.25172645099593,738.0347224424229,,,,688.5527961181643,264.4171205918889,,518.2319636565909, +baseline_daily_mean_core_day_runtime_baseline_regional_mean,636.915470710147,221.94952756285915,890.7807133952184,77.85492716661591,691.3358010935191,296.1990098065046,556.3329808351983,218.81767722071615,246.92230451913994,463.28338266665423,,554.1845640253263,223.1950924104117,738.0347224424229,,,,568.7743969273794,219.78042129633548,,432.93948688829374, +baseline_daily_mean_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,546.8262350989471,178.51042662762,741.645416917383,12.543833851442528,540.2654184343635,249.71244588007858,450.5872338749192,165.9907133013806,150.89629715567332,397.1257419671363,,484.62241123805643,166.13845836982745,738.0347224424229,,,,448.9959977365944,175.14372200078208,,347.64701011999654, +baseline_daily_mean_core_day_runtime_baseline_regional_sem,45.96389571999997,22.162806599611798,76.08943697848747,33.32198638529254,77.07672584650794,23.71763465633981,53.95191171442813,26.952532611905895,48.99286089972786,33.75389831608057,,35.49089427921929,29.110527571726657,0.0,,,,61.11142815856375,22.77382617120071,,43.51656977974346, +baseline_daily_mean_core_day_runtime_baseline_regional_q1,337.0996675386997,37.10928917495724,584.6867700565225,31.673010196749413,526.8111397943102,240.86719779420721,351.4204982814025,67.22486483102881,155.36557093928036,335.8497986519386,,335.55545706648536,127.6909670792832,738.0347224424229,,,,352.80381102214045,179.37370923232342,,335.6563078572953, +baseline_daily_mean_core_day_runtime_baseline_regional_q2.5,342.76177260348544,46.67743979440775,596.7931873501462,33.08674234888818,532.140453912267,243.11073206895344,352.8270082566708,71.60769146379452,157.67126800266402,339.637100386583,,338.9012464229497,131.75841934134564,738.0347224424229,,,,356.28529010851565,179.61622948269732,,339.1533733999746, +baseline_daily_mean_core_day_runtime_baseline_regional_q5,351.82235827433635,62.62435749349194,616.9705495061858,35.442962602452795,541.022644108862,246.84995586019718,355.17119154878463,78.91240251840404,161.51409644163678,345.94926994432336,,344.4775620170569,138.53750644478305,738.0347224424229,,,,362.08775525247427,180.0204298999871,,344.98181597110676, +baseline_daily_mean_core_day_runtime_baseline_regional_q10,367.8669839080335,90.59994020577925,657.3252738182648,40.15540310958203,558.7870245020516,254.32840344268465,359.85955813301234,93.52182462762305,169.19975331958233,358.5736090598043,,364.40874131005774,152.09568065165786,738.0347224424229,,,,373.6926855403916,180.8288307345667,,356.63870111337104, +baseline_daily_mean_core_day_runtime_baseline_regional_q15,387.7463649384042,120.26070609636547,697.6799981303438,44.86784361671127,576.5514048952413,261.806851025172,365.52937746504415,127.57336460033838,176.88541019752785,371.19794817528526,,394.5815600586428,165.6538548585327,738.0347224424229,,,,385.29761582830895,181.6372315691463,,368.29558625563527, +baseline_daily_mean_core_day_runtime_baseline_regional_q20,418.09904057032986,148.05861809853465,738.0347224424229,49.5802841238405,594.315785288431,269.28529860765946,377.0879132839007,161.6249045730537,184.57106707547337,383.82228729076616,,428.69728779738165,179.2120290654075,738.0347224424229,,,,396.9025461162263,182.44563240372588,,379.95247139789956, +baseline_daily_mean_core_day_runtime_baseline_regional_q25,482.7467649180194,159.67578832071308,773.8546265253226,54.29272463096973,612.0801656816207,276.76374619014695,388.6464491027573,170.41846681923062,192.2567239534189,400.3401610309459,,466.32027358475233,180.55936378970682,738.0347224424229,,,,439.9209598493036,183.25403323830545,,391.60935654016384, +baseline_daily_mean_core_day_runtime_baseline_regional_q30,520.1948572632248,173.93589171770137,809.6745306082225,59.00516513809897,629.8445460748103,284.2421937726344,414.10991160945724,179.2120290654075,199.94238083136443,416.8580347711257,,509.0291510512468,181.90669851400617,738.0347224424229,,,,482.939373582381,184.06243407288508,,403.26624168242813, +baseline_daily_mean_core_day_runtime_baseline_regional_q35,531.5271341174753,182.71509934858574,845.4944346911223,63.717605645228204,647.6089264679999,291.7206413551218,474.3356908357655,181.90669851400617,205.67464366235262,433.37590851130545,,519.8119314566688,183.25403323830545,738.0347224424229,,,,525.9577873154584,186.46999564905772,,414.9231268246924, +baseline_daily_mean_core_day_runtime_baseline_regional_q40,556.6050770044736,196.8802384350388,881.3143387740221,68.43004615235743,665.3733068611897,299.19908893760925,534.5614700620738,184.6013679626048,207.50011839942616,449.8937822514852,,525.6207981161874,184.6013679626048,738.0347224424229,,,,568.9762010485357,192.07587870841658,,426.5800119669567, +baseline_daily_mean_core_day_runtime_baseline_regional_q45,568.2774421762851,211.75955945259773,903.5846601213541,73.14248665948666,683.1376872543794,306.6775365200967,583.3080199151689,203.28764482713427,209.32559313649972,466.32027358475233,,533.2990349178616,193.9445063948695,738.0347224424229,,,,592.8625658262577,197.6817617677754,,438.23689710922093, +baseline_daily_mean_core_day_runtime_baseline_regional_q50,576.6158251941067,219.60495267774104,925.854981468686,77.85492716661591,700.9020676475691,314.1559841025841,616.7489306039796,221.97392169166372,211.15106787357323,482.7467649180194,,552.0235683833919,203.28764482713427,738.0347224424229,,,,616.7489306039796,203.28764482713427,,449.8937822514852, +baseline_daily_mean_core_day_runtime_baseline_regional_q55,664.755573804712,222.91852788909114,948.1253028160179,82.56736767374514,715.7965680745438,316.2473393962477,650.1898412927903,223.02348413324975,212.97654261064676,499.1732562512865,,570.1221446703713,212.63078325939898,738.0347224424229,,,,640.6352953817016,208.89352788649308,,456.464378784792, +baseline_daily_mean_core_day_runtime_baseline_regional_q60,668.3164987008381,230.19243125598535,970.3956241633499,87.27980818087437,730.6910685015184,318.3386946899112,664.9894874500003,224.0730465748358,214.8020173477203,515.5997475845536,,575.0879003649925,221.97392169166372,738.0347224424229,,,,664.5216601594235,214.49941094585193,,463.03497531809893, +baseline_daily_mean_core_day_runtime_baseline_regional_q65,682.168135232743,258.2585086434944,993.8210908314913,91.9922486880036,745.5855689284931,320.43004998357486,665.8081852085097,258.7037065202509,216.62749208479383,520.4675446179772,,616.1734509284993,239.8140328851643,738.0347224424229,,,,665.1064442726445,220.1052940052108,,469.6055718514057, +baseline_daily_mean_core_day_runtime_baseline_regional_q70,715.7551295655105,299.3297779292825,1017.2465574996329,96.70468919513284,760.4800693554678,322.5214052772384,666.626882967019,293.33436646566594,236.66824957400863,525.3353416514008,,664.755573804712,257.65414407866484,738.0347224424229,,,,665.6912283858655,229.1099661690639,,476.1761683847126, +baseline_daily_mean_core_day_runtime_baseline_regional_q75,751.4685375528245,313.528299533937,1040.6720241677745,101.41712970226207,775.3745697824424,324.61276057090197,668.6804242229707,303.32671890502695,265.8166484392942,530.2031386848244,,666.2760124990865,275.4942552721654,738.0347224424229,,,,666.2760124990865,239.8140328851643,,482.7467649180194, +baseline_daily_mean_core_day_runtime_baseline_regional_q80,815.8691842156801,315.0892527437108,1064.097490835916,106.1295702093913,790.2690702094172,326.70411586456555,671.2279028778992,313.31907134438796,294.9650473045799,535.0709357182479,,669.7722007893686,293.33436646566594,738.0347224424229,,,,666.8607966123075,250.51809960126462,,489.31736145132624, +baseline_daily_mean_core_day_runtime_baseline_regional_q85,871.8741587170102,321.25940876786797,1076.6296878673104,110.84201071652053,805.1635706363919,328.79547115822913,673.7753815328276,316.0706993263028,324.1134461698653,541.8003548701935,,677.3340778243335,303.7681591090544,738.0347224424229,,,,691.3711856250371,261.2221663173649,,495.8879579846331, +baseline_daily_mean_core_day_runtime_baseline_regional_q90,952.5793670854844,336.7834442758211,1089.1618848987048,115.55445122364976,820.0580710633666,330.8868264518927,701.36822073744,318.82232730821767,353.26184503515094,548.529774022139,,718.8660978261842,314.20195175244294,738.0347224424229,,,,715.8815746377668,271.9262330334653,,502.4585545179399, +baseline_daily_mean_core_day_runtime_baseline_regional_q95,1054.7273041686592,355.17611107325695,1101.6940819300992,120.26689173077901,834.9525714903413,332.9781817455563,733.1352867003329,335.515468356725,382.4102439004364,555.2591931740845,,747.438393019704,324.6357443958314,738.0347224424229,,,,740.3919636504963,282.63029974956555,,509.0291510512468, +baseline_daily_mean_core_day_runtime_baseline_regional_q98,1092.1696121862394,389.00563008873604,1109.2134001489358,123.09435603505655,843.8892717465261,334.2329949217544,752.1955262780688,345.53135298582947,399.8992832196078,559.2968446652519,,757.9167688058171,330.8960199818645,738.0347224424229,,,,755.0981970581342,289.0527397792258,,512.9715089712308, +baseline_daily_mean_core_day_runtime_baseline_regional_q99,1103.1979455738665,400.2821364272289,1111.7198395552145,124.0368441364824,846.868171831921,334.65126598048715,758.5489394706474,348.869981195531,405.72896299266483,560.6427284956409,,761.4095607345216,332.9827785105422,738.0347224424229,,,,760.0002748606801,291.19355312244585,,514.2856282778922, +baseline_total_core_day_runtime_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +baseline_total_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,724814.554777673,171132.84502353758,1226799.8087954284,2081.4130426981474,746676.5752126952,183762.9106529326,486121.25990602776,173326.06620517257,308077.6344894267,679034.5364162761,,542575.4331620886,160804.34550195516,287833.54175254493,,,,501038.29729714117,162200.4181793293,,657956.2107691065, +baseline_total_core_day_runtime_baseline_regional_mean,600871.860950402,122621.38682220402,922868.1074547161,890.2205867130194,536639.438688844,126448.11807967292,412133.07484635356,107867.38992858253,221190.41295430687,562643.5403822652,,465403.4636587003,98043.25900928483,287833.54175254493,,,,414136.3442085311,97120.93675354982,,520186.3817223669, +baseline_total_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,476929.167123131,74109.92862087044,618936.406114004,-300.9718692721085,326602.30216499284,69133.32550641325,338144.88978667936,42408.71365199249,134303.19141918706,446252.54434825433,,388231.49415531196,35282.17251661449,287833.54175254493,,,,327234.391119921,32041.45532777033,,382416.5526756273, +baseline_total_core_day_runtime_baseline_regional_sem,63236.06827921991,24750.743980272233,155067.19456158782,607.7512530536367,107161.80434890364,29242.241108805953,37749.07401003786,33397.28381458676,44330.215068938676,59383.16124184229,,39373.45382825935,32020.962496260378,0.0,,,,44337.73116765822,33203.81705396913,,70290.72910547937, +baseline_total_core_day_runtime_baseline_regional_q1,289125.8970747067,357.33674665004804,311037.2164675734,47.920323387677485,310847.9446367322,88421.32824927269,294518.8964601887,4894.796695722556,159628.03181609846,357420.9502231208,,288597.20626109507,4045.7451053340997,287833.54175254493,,,,294426.9743214514,48128.759733713894,,358802.9185544927, +baseline_total_core_day_runtime_baseline_regional_q2.5,291064.43005794927,847.2460834821347,345842.7285401162,73.70502532620836,317960.73518132814,88561.19079146939,295735.4149614607,5643.703103058966,160065.47928712727,361565.7859549696,,289742.7030239203,7489.796786339176,287833.54175254493,,,,295505.60961461725,48816.29973718714,,365020.70678339916, +baseline_total_core_day_runtime_baseline_regional_q5,294866.4731748379,1663.761644868946,403851.9153276875,116.67952855709315,329815.38608898805,88794.2950284639,297762.945796914,6891.880448619648,160794.55840550858,368473.8455080509,,291651.86429529556,13229.882921347637,287833.54175254493,,,,297303.33510322706,49962.19974297588,,375383.6871649101, +baseline_total_core_day_runtime_baseline_regional_q10,305456.2365461832,4130.944246881527,519870.28890283004,202.62853501886275,353524.6879043078,89260.5035024529,301818.00746782054,9388.235139741011,162252.71664227117,382289.9646142133,,297427.3441703057,24710.055191364558,287833.54175254493,,,,300898.78608044673,52253.999754553355,,396109.6479279317, +baseline_total_core_day_runtime_baseline_regional_q15,306701.1654020336,8639.328732404603,635888.6624779727,288.5775414806323,377233.98971962754,89726.71197644189,305433.57028534065,16682.02556162422,163710.8748790338,396106.0837203758,,305486.1742662852,36190.22746138148,287833.54175254493,,,,304494.2370576664,54545.799766130825,,416835.60869095335, +baseline_total_core_day_runtime_baseline_regional_q20,315233.42370774684,21058.299814754148,751907.0360531152,374.5265479424019,400943.29153494735,90192.92045043089,306412.13998254156,23975.81598350743,165169.0331157964,409922.20282653824,,307296.2465303989,47670.3997313984,287833.54175254493,,,,308089.688034886,56837.5997777083,,437561.56945397507, +baseline_total_core_day_runtime_baseline_regional_q25,340303.37680946314,26237.473293651834,764212.4506831649,460.47555440417153,424652.59335026715,90659.1289244199,307390.7096797425,25483.5875236037,166627.19135255902,447920.98562793,,312554.522830424,51490.06641736086,287833.54175254493,,,,312554.522830424,59129.39978928577,,458287.5302169967, +baseline_total_core_day_runtime_baseline_regional_q30,387816.4122566782,41466.68753108887,776517.8653132145,546.4245608659411,448361.8951655869,91125.33739840891,309875.6219531012,26991.35906369997,168085.34958932165,485919.76842932164,,324163.0932988228,55309.73310332332,287833.54175254493,,,,317019.357625962,61421.19980086325,,479013.49098001834, +baseline_total_core_day_runtime_baseline_regional_q35,462712.35049404204,57601.53311490078,788823.2799432641,632.3735673277107,472071.1969809067,91591.5458723979,316126.3906668544,37330.879397549186,169717.63184116903,523918.5512307134,,341738.81176870567,59129.39978928577,287833.54175254493,,,,321484.1924215,63120.1232807762,,499739.45174304006, +baseline_total_core_day_runtime_baseline_regional_q40,497264.25081228,65001.74814158376,801128.6945733138,718.3225737894803,495780.4987962265,92057.7543463869,322377.1593806076,47670.3997313984,171698.16212318608,561917.334032105,,380793.5210203909,62949.06647524823,287833.54175254493,,,,325949.027217038,63633.29369736007,,520465.4125060617, +baseline_total_core_day_runtime_baseline_regional_q45,506282.09687897214,78447.03876857457,870373.9055413557,804.2715802512498,519489.8006115463,92523.9628203759,349857.17805864237,55309.73310332332,173678.69240520312,575805.9654787933,,465734.85353052407,63804.35050288804,287833.54175254493,,,,365795.94528637873,64146.464113943955,,541191.3732690834, +baseline_total_core_day_runtime_baseline_regional_q50,543199.1024268661,90659.1289244199,939619.1165093977,890.2205867130194,543199.1024268661,92990.1712943649,405642.8633557195,62949.06647524823,175659.22268722014,589694.5969254816,,492791.41906807537,64659.63453052784,287833.54175254493,,,,405642.8633557195,64659.63453052784,,561917.334032105, +baseline_total_core_day_runtime_baseline_regional_q55,562874.463402605,100915.32869495676,1008864.3274774398,976.1695931747892,564940.5051207793,103493.76380394632,461428.54865279654,64659.63453052784,177639.75296923716,603583.2283721699,,501252.13168128685,65514.91855816764,287833.54175254493,,,,445489.7814250602,65172.80494711173,,570124.0091022053, +baseline_total_core_day_runtime_baseline_regional_q60,580685.2741534549,130095.53937823977,1078109.5384454818,1062.1185996365587,586681.9078146924,113997.3563135277,488318.5873238707,66370.20258580745,179620.2832512542,617471.8598188581,,505611.43485261407,66370.20258580745,287833.54175254493,,,,485336.69949440093,65685.97536369562,,578330.6841723055, +baseline_total_core_day_runtime_baseline_regional_q65,625425.527293133,162738.7693878587,1081128.6130999776,1148.0676060983283,608423.3105086056,124500.94882310912,493536.89102544275,88485.9173851882,181600.81353327126,624099.9160474205,,531686.8177123789,99284.17603690032,287833.54175254493,,,,489064.0592812381,66199.14578027949,,586537.3592424057, +baseline_total_core_day_runtime_baseline_regional_q70,687153.2652611104,173018.51564453077,1084147.6877544736,1234.0166125600979,630164.7132025186,135004.5413326905,498755.1947270149,110601.63218456895,201445.5718919533,630727.9722759828,,562874.4634026049,132198.1494879932,287833.54175254493,,,,492791.41906807537,80882.59014940116,,594744.034312506, +baseline_total_core_day_runtime_baseline_regional_q75,756260.0827095564,186202.26681800245,1087166.7624089695,1319.9656190218675,651906.115896432,145508.13384227193,501922.7937076449,161047.85520315706,230222.44428896802,637356.0285045451,,569095.8043108544,165112.12293908608,287833.54175254493,,,,496518.7788549126,102651.17149479187,,602950.7093826062, +baseline_total_core_day_runtime_baseline_regional_q80,776990.0724350556,200719.6927564922,1090185.8370634653,1405.9146254836369,673647.518590345,156011.72635185334,504270.110799898,211494.07822174515,258999.31668598275,643984.0847331075,,589881.9205698058,198026.09639017895,287833.54175254493,,,,500246.1386417498,124419.75284018257,,611157.3844527066, +baseline_total_core_day_runtime_baseline_regional_q85,797162.496545648,225680.3816208666,1199650.3770076928,1491.8636319454065,695388.9212842581,166515.31886143473,506617.4278921511,258781.75621881706,287776.18908299727,679965.0721701041,,618797.4710645705,201393.0918480705,287833.54175254493,,,,518056.7609155884,146188.33418557316,,619364.0595228067, +baseline_total_core_day_runtime_baseline_regional_q90,1022713.3696710484,307126.0447798305,1309114.9169519204,1577.812638407176,717130.3239781713,177018.91137101615,526313.5195548624,306069.43421588896,316553.061480012,715946.0596071009,,636030.4172588326,204760.08730596205,287833.54175254493,,,,535867.383189427,167956.91553096386,,627570.734592907, +baseline_total_core_day_runtime_baseline_regional_q95,1088978.207201667,319509.10317624087,1418579.4568961477,1663.7616448689457,738871.7266720845,187522.50388059753,548901.0736459832,311352.48703559645,345329.9338770266,751927.0470440976,,681757.1176951102,208127.0827638536,287833.54175254493,,,,553678.0054632656,189725.49687635445,,635777.4096630072, +baseline_total_core_day_runtime_baseline_regional_q98,1335386.4065385344,352267.72503492114,1484258.1808626843,1715.3310487460076,751916.5682884326,193824.65938634638,562453.6061006557,314522.318727421,362596.05731523543,773515.6395062956,,723847.0687099132,210147.28003858853,287833.54175254493,,,,564364.3788275687,202786.64568358887,,640701.4147050674, +baseline_total_core_day_runtime_baseline_regional_q99,1431715.2016894557,363187.26565448113,1506151.0888515299,1732.5208500383612,756264.8488272151,195925.37788826268,566971.1169188799,315578.92929136247,368351.43179463834,780711.8369936949,,737877.0523815141,210820.67913016686,287833.54175254493,,,,567926.5032823365,207140.36195266698,,642342.7497190874, +_daily_mean_core_day_demand_baseline_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +_daily_mean_core_day_demand_baseline_baseline_regional_upper_bound_95_perc_conf,26.741817415809727,6.954700550962344,41.37969864276501,6.311579132800059,25.817346198514507,7.036140378343804,15.997852825398851,7.748876262255743,6.87721702884019,34.39796633822631,,17.4524189805942,7.362992685778163,26.56095258783145,,,,15.818401838854914,7.939737167111613,,16.03714154548455, +_daily_mean_core_day_demand_baseline_baseline_regional_mean,21.47435892143712,6.066651079829437,33.46870070461105,5.517770338313343,19.696250135502066,6.392578357999845,13.320021579147244,6.237265040127417,5.627457601140229,21.241521320950543,,14.924163428006171,6.330590804766866,26.56095258783145,,,,12.957512112359266,6.39703311022448,,13.564077965113674, +_daily_mean_core_day_demand_baseline_baseline_regional_lower_bound_95_perc_conf,16.20690042706451,5.178601608696529,25.5577027664571,4.723961543826627,13.575154072489624,5.7490163376558865,10.642190332895638,4.72565381799909,4.377698173440268,8.085076303674773,,12.395907875418143,5.2981889237555695,26.56095258783145,,,,10.096622385863618,4.854329053337347,,11.091014384742799, +_daily_mean_core_day_demand_baseline_baseline_regional_sem,2.6874788236594944,0.45308646486372844,4.036223437833649,0.4050044869830184,3.123008195414511,0.328347969563244,1.3662404317610242,0.771230215371595,0.6376323610714085,6.712471947589679,,1.2899263023408305,0.5267356535771921,0.0,,,,1.459637615559004,0.7870939065750677,,1.2617671328422833, +_daily_mean_core_day_demand_baseline_baseline_regional_q1,7.293625573619779,2.9831674913983477,21.114728410337804,4.956462756766268,13.797897115840962,5.755266445673801,6.82517348940499,2.920739801808887,4.067484871131791,10.597907026457982,,7.012554323090906,4.066140633645271,26.56095258783145,,,,6.762713211509685,4.023930880657231,,11.460536058380393, +_daily_mean_core_day_demand_baseline_baseline_regional_q2.5,8.324220158892313,3.180855175098305,21.54469347698204,4.973645641915668,13.944292096622327,5.772091326247355,7.153089948355341,3.024785951124654,4.1177134048092325,10.664032101012737,,7.621542032570131,4.2259610975648565,26.56095258783145,,,,6.99693925361708,4.120436715094756,,11.498103189723677, +_daily_mean_core_day_demand_baseline_baseline_regional_q5,9.75234679660773,3.5103346479315682,22.261301921389098,5.002283783831335,14.188283731257936,5.800132793869947,7.699617379939261,3.1981961999842663,4.201427627604968,10.774240558603994,,8.636521548368838,4.492328537430832,26.56095258783145,,,,7.387315990462736,4.281279772490629,,11.560715075295818, +_daily_mean_core_day_demand_baseline_baseline_regional_q10,10.076588938482063,3.75209400599626,23.694518810203217,5.0595600676626695,14.676267000529151,5.85621572911513,8.7926722431071,3.5450166977034905,4.368856073196438,10.994657473786509,,9.976850581102118,5.025063417162784,26.56095258783145,,,,8.16806946415405,4.602965887282378,,11.685938846440097, +_daily_mean_core_day_demand_baseline_baseline_regional_q15,10.818323941640497,3.931919998415034,25.127735699017336,5.116836351494003,15.164250269800364,5.912298664360312,9.740961604072202,3.660059646755029,4.536284518787909,11.215074388969024,,10.51261128182724,5.557798296894735,26.56095258783145,,,,8.948822937845364,4.924652002074128,,11.811162617584374, +_daily_mean_core_day_demand_baseline_baseline_regional_q20,11.936386388728653,4.019118077150574,26.56095258783145,5.174112635325338,15.652233539071581,5.968381599605497,9.82065795182089,3.7751025958065676,4.70371296437938,11.435491304151538,,11.082824239859516,6.0905331766266855,26.56095258783145,,,,9.729576411536677,5.246338116865877,,11.936386388728653, +_daily_mean_core_day_demand_baseline_baseline_regional_q25,13.194014738790521,4.324199770517105,26.833741994355837,5.231388919156672,16.140216808342796,6.024464534850679,9.900354299569575,3.8673481267527245,4.871141409970851,11.748550732012234,,11.748550732012234,6.093941821547649,26.56095258783145,,,,10.87481435251884,5.568024231657626,,12.06161015987293, +_daily_mean_core_day_demand_baseline_baseline_regional_q30,14.066437090073887,4.787785240005493,27.106531400880222,5.288665202988006,16.62820007761401,6.080547470095862,10.39260505356902,3.959593657698881,5.038569855562321,12.06161015987293,,12.562505244450046,6.097350466468613,26.56095258783145,,,,12.020052293501003,5.889710346449374,,12.18683393101721, +_daily_mean_core_day_demand_baseline_baseline_regional_q35,14.813845966937983,5.07837535753848,27.37932080740461,5.34594148681934,17.116183346885222,6.136630405341045,11.916241823195362,4.190263478858595,5.181178114708981,12.374669587733628,,13.244643311110142,6.100759111389577,26.56095258783145,,,,13.165290234483168,6.173010474122871,,12.31205770216149, +_daily_mean_core_day_demand_baseline_baseline_regional_q40,15.300812840729018,5.506505442890846,27.652110213928996,5.4032177706506745,17.60416661615644,6.192713340586229,13.439878592821707,4.420933300018309,5.274146000966019,12.687729015594325,,13.822346004682442,6.10416775631054,26.56095258783145,,,,14.31052817546533,6.379538627559868,,12.437281473305768, +_daily_mean_core_day_demand_baseline_baseline_regional_q45,16.448974983330398,5.758308536599763,28.964092519229904,5.460494054482009,18.092149885427656,6.248796275831412,14.418381987923757,5.262550528164424,5.367113887223056,13.658050155594532,,14.218994018443539,6.154345620002054,26.56095258783145,,,,14.490284529562707,6.586066780996863,,12.562505244450048, +_daily_mean_core_day_demand_baseline_baseline_regional_q50,16.700224325579757,5.930253952148451,30.27607482453081,5.517770338313343,18.58013315469887,6.304879211076595,14.670040883660082,6.10416775631054,5.460081773480093,14.628371295594741,,14.670040883660082,6.204523483693567,26.56095258783145,,,,14.670040883660082,6.792594934433859,,12.687729015594325, +_daily_mean_core_day_demand_baseline_baseline_regional_q55,18.59816227856394,6.0966687374844195,31.588057129831718,5.5750466221446775,19.402951518211044,6.387271890398754,14.921699779396409,6.792594934433859,5.553049659737131,15.598692435594948,,15.080414701018743,6.254701347385081,26.56095258783145,,,,14.849797237757457,6.999123087870855,,13.075857471594409, +_daily_mean_core_day_demand_baseline_baseline_regional_q60,18.779903454034695,6.184452338216962,32.900039435132626,5.632322905976012,20.225769881723217,6.469664569720911,15.097368404073379,7.481022112557178,5.646017545994168,16.569013575595157,,15.30081284072902,6.304879211076595,26.56095258783145,,,,15.029553591854834,7.20565124130785,,13.463985927594493, +_daily_mean_core_day_demand_baseline_baseline_regional_q65,19.448899297515112,6.593253588704149,35.76715209604512,5.689599189807346,21.048588245235393,6.55205724904307,15.216044325455837,7.7621855134442495,5.738985432251206,17.11686628003376,,15.908801318138982,6.59891493644674,26.56095258783145,,,,15.114322107128016,7.412179394744847,,13.852114383594575, +_daily_mean_core_day_demand_baseline_baseline_regional_q70,23.121232054677563,7.234470836775878,38.63426475695763,5.7468754736386805,21.871406608747563,6.634449928365228,15.334720246838291,8.043348914331322,5.948544022461919,17.66471898447237,,16.582134650593616,6.8929506618168865,26.56095258783145,,,,15.199090622401199,7.537254792734592,,14.240242839594657, +_daily_mean_core_day_demand_baseline_baseline_regional_q75,26.68463468882603,7.499683503314692,41.50137741787013,5.804151757470015,22.69422497225974,6.716842607687386,15.701526821105613,8.127656486424893,6.216397964649472,18.212571688910977,,16.66742163808361,7.186986387187033,26.56095258783145,,,,15.283859137674382,7.621603813000714,,14.628371295594741, +_daily_mean_core_day_demand_baseline_baseline_regional_q80,27.31459284428564,7.6532039233360525,44.36849007878263,5.861428041301348,23.517043335771913,6.799235287009546,16.16758565652688,8.211964058518463,6.4842519068370255,18.76042439334958,,17.56326247405792,7.481022112557178,26.56095258783145,,,,15.368627652947564,7.705952833266835,,15.016499751594825, +_daily_mean_core_day_demand_baseline_baseline_regional_q85,31.325660668771533,8.068641185959393,45.40199927894088,5.9187043251326825,24.339861699284086,6.8816279663317035,16.633644491948147,9.131142139324027,6.752105849024576,28.430979793409975,,18.956332963565153,7.621603813000714,26.56095258783145,,,,15.701526821105613,7.790301853532957,,15.404628207594907, +_daily_mean_core_day_demand_baseline_baseline_regional_q90,42.074799950052636,8.395799674679578,46.43550847909913,5.975980608964018,25.162680062796262,6.9640206456538625,17.34750293693838,10.050320220129592,7.01995979121213,38.10153519347037,,20.237005431835037,7.7621855134442495,26.56095258783145,,,,16.03442598926366,7.874650873799078,,15.79275666359499, +_daily_mean_core_day_demand_baseline_baseline_regional_q95,48.089123199352315,10.056157730426223,47.46901767925738,6.033256892795351,25.985498426308435,7.04641332497602,18.102661316856768,10.108695323095898,7.28781373339968,47.77209059353077,,22.834588676914745,7.902767213887786,26.56095258783145,,,,16.36732515742171,7.958999894065199,,16.180885119595075, +_daily_mean_core_day_demand_baseline_baseline_regional_q98,53.50899358335391,10.122705347807813,48.08912319935232,6.067622663094152,26.479189444415738,7.095848932569315,18.555756344807808,10.143720384875683,7.448526098712213,53.57442383356702,,25.07040702346477,7.987116234153908,26.56095258783145,,,,16.56706465831654,8.009609306224872,,16.413762193195122, +_daily_mean_core_day_demand_baseline_baseline_regional_q99,55.475819788472556,10.144887886935008,48.29582503938398,6.079077919860419,26.643753117118173,7.112327468433747,18.706788020791485,10.155395405468942,7.5020968871497224,55.50853491357909,,25.815679805648106,8.015232574242615,26.56095258783145,,,,16.633644491948147,8.026479110278098,,16.49138788439514, +mean_demand_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +mean_demand_upper_bound_95_perc_conf,26.9599224647539,9.82831212255682,38.87918196403075,5.98774635891169,23.274759886519004,5.614365794191165,12.782338113965158,7.885776498675104,7.14945823794564,33.21586179592171,27.892630742726183,14.582669772868643,6.6847383430920315,24.712003253181,,,,12.098310074512614,7.986669174935869,,14.040924504965918,4.443672654837137 +mean_demand_mean,20.831531661057397,6.743602501168509,30.97054589310577,5.866061406297234,17.192476361469303,4.716166805635864,10.217314808890984,6.316180257521859,6.0176230306164005,20.11974670816056,11.876095862152294,12.162836665683907,5.739255564287415,24.712003253181,,,,9.8333740544621,6.545190541468816,,12.139069850174335,4.443672654837137 +mean_demand_lower_bound_95_perc_conf,14.703140857360893,3.658892879780197,23.06190982218079,5.744376453682778,11.110192836419603,3.8179678170805635,7.6522915038168104,4.746584016368614,4.885787823287161,7.023631620399403,-4.140439018421596,9.74300355849917,4.7937727854827985,24.712003253181,,,,7.568438034411585,5.103711908001763,,10.237215195382753,4.443672654837137 +mean_demand_sem,3.126730001885971,1.5738314394838324,4.035018403533152,0.062084159497171346,3.103205880127398,0.45826479007923493,1.3086853597317216,0.8008144087516555,0.5774669425149183,6.681691371306712,8.171701469680556,1.2346087281554774,0.4823891728594982,0.0,,,,1.1555796020665894,0.7354482823811493,,0.9703340075467262,0.0 +mean_demand_q1,5.308636793067626,1.8817142913955718,18.297275080705912,5.780017151135189,11.554996749161658,3.700617834455686,5.14654633976037,2.8270203084640912,4.857659925674716,10.029301415561516,1.8022889472003165,5.227701351405724,4.326153553593035,24.712003253181,,,,5.175446802171758,4.3767230978901,,10.316494759921126,4.443672654837137 +mean_demand_q2.5,5.646325237457743,2.023741046047152,18.80370098905921,5.782651158946272,11.68252120598881,3.7363764053506485,5.241099104189603,2.9038401267055667,4.866755834007339,10.049623946018858,1.8251776855590136,5.443986633302986,4.339421839217369,24.712003253181,,,,5.313350260218075,4.465845699960032,,10.361156697771035,4.443672654837137 +mean_demand_q5,6.016370530703572,2.1484916028524164,19.647744169648035,5.787041171964744,11.895061967367395,3.7959740235089203,5.398687044904991,3.031873157108026,4.881915681228377,10.083494830114429,1.8633255828235087,5.804462103131759,4.361535648591259,24.712003253181,,,,5.543189356961937,4.614383370076583,,10.43559326085422,4.443672654837137 +mean_demand_q10,6.517832507347905,2.474554153269909,21.33583053082569,5.795821198001687,12.320143490124563,3.9151692598254635,5.713862926335767,3.2879392179129456,4.912235375670454,10.15123659830557,1.9396213773524988,6.436954221332465,4.40576326733904,24.712003253181,,,,6.002867550449659,4.911458710309686,,10.58446638702059,4.443672654837137 +mean_demand_q15,9.242370780798742,2.798564841829658,23.023916892003346,5.80460122403863,12.745225012881729,4.034364496142006,6.0309241946267225,3.6169571536863594,4.94255507011253,10.21897836649671,2.0159171718814886,7.231576849874923,4.453619891960345,24.712003253181,,,,6.4625457439373815,5.20853405054279,,10.733339513186959,4.443672654837137 +mean_demand_q20,10.286720134687851,3.2537528912656497,24.712003253181,5.813381250075574,13.1703065356389,4.153559732458549,6.359297784078757,3.945975089459773,4.972874764554605,10.286720134687851,2.0922129664104787,9.397047237023653,4.523250551822808,24.712003253181,,,,6.922223937425104,5.505609390775894,,10.88221263935333,4.443672654837137 +mean_demand_q25,11.186914260440737,3.5795688948725193,24.73326805090455,5.822161276112517,13.595388058396068,4.272754968775092,6.687671373530793,4.054518640255106,5.003194458996681,10.658902950103775,2.168508760939469,10.15123659830557,4.5928812116852695,24.712003253181,,,,7.976039066040796,5.802684731008997,,11.031085765519698,4.443672654837137 +mean_demand_q30,11.395711441520659,3.9676837996188397,24.754532848628095,5.83094130214946,14.020469581153236,4.391950205091636,7.343749988871381,4.163062191050439,5.033514153438757,11.031085765519698,2.255950301605309,10.456872998127855,4.665228772606963,24.712003253181,,,,9.029854194656487,6.099760071242101,,11.17995889168607,4.443672654837137 +mean_demand_q35,11.466540132693165,4.232472818507307,24.775797646351645,5.839721328186403,14.445551103910404,4.511145441408178,8.819091168933348,4.240185110446959,5.123975399336809,11.403268580935624,2.3433918422711493,11.052408020167869,4.744368586176735,24.712003253181,,,,10.08366932327218,6.345461384442352,,11.32883201785244,4.443672654837137 +mean_demand_q40,11.775451396351547,4.418399729838406,24.797062444075195,5.848501354223348,14.870632626667573,4.630340677724721,10.294432348995318,4.317308029843479,5.334719748146813,11.775451396351547,2.430833382936989,11.256115992414749,4.823508399746509,24.712003253181,,,,11.137484451887872,6.488414643576897,,11.477705144018808,4.443672654837137 +mean_demand_q45,13.387960923078971,4.673964185724063,26.227365904717725,5.857281380260291,15.29571414942474,4.749535914041264,11.167142337019591,5.307559163953824,5.545464096956816,12.42034805213456,2.5182749236028292,11.371508339352129,5.005160649693306,24.712003253181,,,,11.186914260440737,6.6313679027114425,,11.626578270185178,4.443672654837137 +mean_demand_q50,15.037916845832758,4.860163568572054,27.657669365360256,5.866061406297234,15.720795672181909,4.8687311503578075,11.236344068993603,6.29781029806417,5.756208445766819,13.065244707917575,2.605716464268669,11.456219196941984,5.323496148142803,24.712003253181,,,,11.236344068993603,6.774321161845988,,11.775451396351547,4.443672654837137 +mean_demand_q55,16.495894264926036,5.025977863160458,29.087972826002787,5.874841432334177,16.587381401725295,4.942157083257768,11.305545800967614,6.774321161845988,5.966952794576822,13.710141363700592,2.973307702382363,11.465852070309753,5.641831646592302,24.712003253181,,,,11.285773877546468,6.917274420980533,,12.033410058664753,4.443672654837137 +mean_demand_q60,17.959657808470382,5.638044612671485,30.518276286645317,5.88362145837112,17.453967131268683,5.015583016157727,11.359406788267863,7.2508320256278065,6.177697143386825,14.355038019483604,3.340898940496056,11.592168825306754,5.8821709763550745,24.712003253181,,,,11.335203686099334,7.060227680115079,,12.291368720977959,4.443672654837137 +mean_demand_q65,19.664156988461972,5.874841432334177,33.51116303294602,5.892401484408065,18.320552860812068,5.089008949057687,11.401762217062792,7.782821918983807,6.388441492196829,15.288776430132048,3.7084901786097495,11.904466445810803,6.064013179602803,24.712003253181,,,,11.365457563809997,7.203180939249624,,12.549327383291166,4.443672654837137 +mean_demand_q70,24.549328110398385,6.263415434924419,36.50404977924673,5.901181510445008,19.187138590355453,5.162434881957647,11.44411764585772,8.314811812339807,6.583468572034714,16.22251484078049,4.076081416723443,12.807571792025584,6.245855382850533,24.712003253181,,,,11.395711441520659,7.357230004299007,,12.807286045604371,4.443672654837137 +mean_demand_q75,24.775797646351645,6.656725212757074,39.496936525547426,5.909961536481951,20.05372431989884,5.235860814857607,11.85856487044251,8.408816547416675,6.770637017386539,17.156253251428932,4.443672654837137,13.710319955213848,6.536065729955078,24.712003253181,,,,11.42596531923132,7.516826972305806,,13.065244707917575,4.443672654837137 +mean_demand_q80,25.637166268511848,7.524220356738523,42.48982327184813,5.918741562518894,20.92031004944223,5.309286747757567,12.42184881334325,8.502821282493544,6.957805462738365,18.089991662077374,13.230048452354055,14.834882508088368,6.869623334602353,24.712003253181,,,,11.456219196941984,7.676423940312606,,13.323203370230782,4.443672654837137 +mean_demand_q85,33.51116303294602,8.2843951839301,43.20398052748975,5.927521588555838,21.78689577898561,5.3827126806575265,12.985132756243987,9.306786232393613,7.14497390809019,27.61637524016795,22.01642424987095,16.51433821820503,7.203180939249624,24.712003253181,,,,11.85856487044251,7.836020908319407,,13.581162032543986,4.443672654837137 +mean_demand_q90,43.91813778313137,8.985200252433588,43.91813778313137,5.936301614592781,22.653481508529,5.456138613557487,14.172199462413086,10.110751182293683,7.332142353442015,37.14275881825853,30.80280004738787,17.477498870085192,7.570025961641406,24.712003253181,,,,12.260910543943037,7.9956178763262065,,13.839120694857193,4.443672654837137 +mean_demand_q95,53.483257554433415,10.370824908581394,44.632295038772995,5.945081640629725,23.520067238072382,5.529564546457446,15.463229962460247,10.310807894822691,7.519310798793841,46.66914239634911,39.589175844904766,19.985361441883562,7.942418886990606,24.712003253181,,,,12.663256217443564,8.155214844333006,,14.097079357170397,4.443672654837137 +mean_demand_q98,63.10351932650789,27.928620643483924,45.060789392157965,5.95034965625189,24.040018675798418,5.573620106197422,16.237848262488544,10.430841922340099,7.631611866004936,52.38497254320347,44.86100132341492,22.82134652866202,8.165854642200125,24.712003253181,,,,12.904663621543882,8.250973025137087,,14.25185455455832,4.443672654837137 +mean_demand_q99,66.557516002542,38.152086142952804,45.20362084328629,5.95210566145928,24.213335821707094,5.588305292777415,16.496054362497976,10.470853264845898,7.669045555075301,54.290249258821575,46.6182764829183,23.766674890921507,8.240333227269966,24.712003253181,,,,12.985132756243987,8.282892418738447,,14.303446287020964,4.443672654837137 +alpha_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +alpha_upper_bound_95_perc_conf,37.3907652128429,42.28331459543538,30.501842586192346,23.280776316757965,39.21741219918878,51.88641502317118,46.02507279548573,40.46778788955539,52.92988067972307,40.09472084654219,53.866237821284116,42.534037139977045,42.40313739580887,27.786455323915746,,,,47.96405156472903,41.565770935075605,,38.34891516231045,21.414718722904595 +alpha_mean,33.510555415758304,37.01310197225433,27.384558713251113,13.36735769597091,35.87242319032866,46.295320053167956,42.41289271941561,35.43647750624266,43.2056327671357,29.61225157912698,35.80319495671188,38.52456665680133,34.90040649945314,27.786455323915746,,,,44.50178043680459,35.41071272350585,,32.24387973440264,21.414718722904595 +alpha_lower_bound_95_perc_conf,29.630345618673708,31.742889349073288,24.26727484030988,3.4539390751838557,32.52743418146854,40.70422508316473,38.80071264334549,30.40516712292993,33.481384854548324,19.129782311711775,17.740152092139635,34.51509617362562,27.39767560309741,27.786455323915746,,,,41.03950930888014,29.2556545119361,,26.138844306494835,21.414718722904595 +alpha_sem,1.9796988760635688,2.688883991418901,1.590450955582261,5.057866643258701,1.706627045336796,2.852599474491443,1.8429490184031214,2.566995093526903,4.961350975809885,5.348198605824084,9.215838196210328,2.0456482057018937,3.827923926712106,0.0,,,,1.7664648611859408,3.1403358222294666,,3.114813993830513,0.0 +alpha_q1,11.264613580771023,3.6413140366807917,23.023072793704497,6.357512164471392,31.821320478919215,41.72086252804412,35.80420674869254,22.77373921194829,30.10193113892946,10.317257316913208,3.438609261879865,26.469274444972715,20.582873319177235,27.786455323915746,,,,39.810979876512334,29.688711076075307,,26.368378944020115,21.414718722904595 +alpha_q2.5,13.48632350665844,5.068878040196228,23.098870743407048,6.57209927257852,32.0019902414376,41.79272982593817,35.88772394857252,23.107002676132474,30.452070619997713,11.117932847013904,4.56211610319391,26.766023835499833,20.676791348630328,27.786455323915746,,,,39.88853971477668,29.714372481666274,,26.513785083118336,21.414718722904595 +alpha_q5,16.89581191562323,11.22148661489963,23.225200659577958,6.929744452757067,32.30310651230159,41.91250865576157,36.026919281705815,23.662441783106118,31.035636421778133,12.452392063848396,6.434627505383986,27.260606153045032,20.83332139771881,27.786455323915746,,,,40.01780611188389,29.75714149098455,,26.756128648282033,21.414718722904595 +alpha_q10,21.715844096045743,21.14638149589577,23.477860491919785,7.645034813114161,32.905339054029554,42.15206631540837,36.30530994797242,24.773319997053402,32.202768025338976,15.121310497517383,10.179650309764138,27.725302441845134,21.14638149589577,27.786455323915746,,,,40.27633890609833,29.842679509621107,,27.24081577860943,21.414718722904595 +alpha_q15,23.73052032426161,22.662651390553556,23.73052032426161,8.360325173471253,33.507571595757526,42.39162397505517,36.70469765898865,27.2224617347007,33.369899628899816,17.79022893118637,13.92467311414429,28.119641073647035,21.827562960376767,27.786455323915746,,,,40.53487170031278,29.92821752825766,,27.725502908936825,21.414718722904595 +alpha_q20,26.271441517954635,25.837184557901935,23.98318015660344,9.075615533828348,34.10980413748549,42.631181634701974,37.830067638502626,29.671603472347996,34.537031232460656,20.459147364855355,17.669695918524443,30.451941321766036,24.717472622681957,27.786455323915746,,,,40.793404494527216,30.013755546894213,,28.210190039264223,21.414718722904595 +alpha_q25,27.01186178563737,29.111947954054678,24.684294558181865,9.790905894185443,34.71203667921346,42.87073929434878,38.95543761801661,29.95673020113651,35.704162836021496,21.912220903130176,21.414718722904595,32.56626378349095,27.607382284987146,27.786455323915746,,,,41.44281433679417,30.09929356553077,,28.69487716959162,21.414718722904595 +alpha_q30,27.735494588856902,29.905840029388067,25.38540895976029,10.506196254542534,35.314269220941426,43.11029695399558,39.86268643535523,30.241856929925024,36.871294439582336,23.365294441404995,26.23941630113007,34.36107751969049,29.728628818105697,27.786455323915746,,,,42.09222417906113,30.184831584167323,,29.17956429991902,21.414718722904595 +alpha_q35,30.28534844690039,30.74426882686179,26.086523361338717,11.221486614899629,35.9165017626694,43.34985461364238,40.22463234725545,30.80009237096588,38.30863584373414,24.818367979679817,31.064113879355546,35.57509722847063,29.92821752825766,27.786455323915746,,,,42.74163402132808,30.553223251928937,,29.664251430246416,21.414718722904595 +alpha_q40,31.70087397057362,34.30727849340434,26.787637762917143,11.936776975256723,36.51873430439736,43.589412273289184,40.586578259155665,31.35832781200674,40.28639684906788,26.271441517954635,35.88881145758102,37.21532917371112,30.12780623840962,27.786455323915746,,,,43.39104386359504,31.48732221794068,,30.14893856057381,21.414718722904595 +alpha_q45,32.99174334956639,36.64621319079624,27.01186178563737,12.652067335613816,37.12096684612533,43.82896993293599,41.183050399887385,33.20142198788024,42.2641578544016,27.48315934377313,40.713509035806496,38.537802807998744,31.175955895936767,27.786455323915746,,,,43.59686569538424,32.42142118395242,,30.63362569090121,21.414718722904595 +alpha_q50,34.553609550394725,37.901678584891236,27.2360858083576,13.36735769597091,37.7231993878533,44.06852759258279,42.09222417906113,35.044516163753734,44.24191885973534,28.69487716959162,45.53820661403197,39.34188486402468,33.355520149964164,27.786455323915746,,,,43.80268752717343,33.355520149964164,,31.118312821228606,21.414718722904595 +alpha_q55,35.58464755033845,41.145104595871494,27.460309831077833,14.082648056328004,37.770199070323876,44.97612299040514,43.00139795823486,35.75684976687852,46.219679865069075,29.90659499541011,46.88194544204976,39.63405678157602,35.53508440399156,27.786455323915746,,,,44.008509358962634,34.28961911597591,,31.940670025508215,21.414718722904595 +alpha_q60,36.54393051905808,42.79845712519577,27.68453385379806,14.797938416685097,37.81719875279445,45.88371838822749,43.55570132902639,36.4691833700033,48.197440870402815,31.118312821228606,48.225684270067546,40.172925788412556,37.67153459767245,27.786455323915746,,,,44.214331190751835,35.22371808198764,,32.76302722978782,21.414718722904595 +alpha_q65,37.84069859402974,44.72395133362315,27.710014221327484,15.51322877704219,37.864198435265024,46.79131378604984,43.84385189353128,37.31157918224811,50.17520187573655,33.17420583192762,49.56942309808534,41.053168431433996,39.77564924609344,27.786455323915746,,,,44.611228604452776,36.15781704799939,,33.58538443406743,21.414718722904595 +alpha_q70,38.76754053829187,45.51040666480348,27.735494588856902,16.228519137399285,37.9111981177356,47.69890918387219,44.132002458036155,38.15397499449291,51.198028842848494,35.230098842626646,50.913161926103115,42.87151598978147,41.87976389451444,27.786455323915746,,,,45.00812601815371,37.34828574517768,,34.407741638347034,21.414718722904595 +alpha_q75,39.65492620425826,46.86524577029761,27.760974956386324,16.94380949775638,37.95819780020618,48.606504581694544,44.611228604452776,41.70709105812,51.74338879084954,37.28599185332566,52.256900754120906,43.80268752717343,43.17575641169853,27.786455323915746,,,,45.40502343185465,38.666939307939245,,35.230098842626646,21.414718722904595 +alpha_q80,40.793404494527216,50.774496193178734,27.786455323915746,17.659099858113475,38.00519748267675,49.5140999795169,45.16688498363409,45.26020712174709,52.28874873885059,39.34188486402468,53.22882940159634,44.53184912171259,44.14850007638786,27.786455323915746,,,,45.801920845555586,39.98559287070082,,36.05245604690625,21.414718722904595 +alpha_q85,43.59686569538424,52.18577849362392,29.613092581695845,18.374390218470566,38.05219716514733,50.42169537733925,45.72254136281539,45.42617454662609,52.83410868685164,42.181225967148315,54.20075804907178,45.64316188007521,45.12124374107718,27.786455323915746,,,,47.6141178613488,41.30424643346238,,36.874813251185856,21.414718722904595 +alpha_q90,45.00812601815371,53.54219365882085,31.439729839475948,19.089680578827657,38.099196847617904,51.329290775161596,47.976557264507434,45.5921419715051,53.37946863485269,45.02056707027195,55.17268669654721,48.74031790413377,47.62548945646485,27.786455323915746,,,,49.426314877142005,42.62289999622395,,37.69717045546546,21.414718722904595 +alpha_q95,49.47491716877832,56.19031958027293,33.26636709725605,19.804970939184752,38.146196530088474,52.23688617298395,50.51363308661793,48.138349569090124,53.92482858285374,47.85990817339559,56.14461534402265,51.404687166181986,50.38498551363557,27.786455323915746,,,,51.23851189293522,43.94155355898552,,38.51952765974507,21.414718722904595 +alpha_q98,51.87497909262383,58.0714839133639,34.36234945192412,20.23414515539901,38.17439633957082,52.78144341167736,52.035878579884226,49.66607412764115,54.25204455165437,49.563512835269776,56.727772532507906,52.39230021170985,52.040683147938005,27.786455323915746,,,,52.325830102411146,44.73274569664246,,39.01294198231284,21.414718722904595 +alpha_q99,52.46284400067613,58.63199212837209,34.72767690348013,20.377203227470428,38.18379627606494,52.96296249124183,52.543293744306325,50.17531564715815,54.36111654125458,50.131381055894494,56.922158262002995,52.721504560219145,52.59258235937215,27.786455323915746,,,,52.68826950556979,44.99647640919477,,39.17741342316875,21.414718722904595 +tau_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +tau_upper_bound_95_perc_conf,-0.2983562021743733,4.335274854912951,0.6009527870294642,0.8017736562547324,1.5066801090099422,0.2689626195395615,2.116047456803286,1.5885137038348605,-0.19333756669972282,5.1138320008117155,23.380534139658185,2.110409165857563,3.2356436599753895,5.745198643540156,,,,1.393913931292616,4.562062239397226,,0.8372087898819794,0.8721350070103412 +tau_mean,-4.961785522973288,1.0275290007907742,-7.293480994259615,0.3360425052145916,-0.4042999347463079,-0.3707461723798933,1.015195649813685,-0.027816720815390116,-0.3717213363540898,-9.246596729941123,5.877847278788347,1.284067466828347,2.101039301354808,5.745198643540156,,,,0.8104919924532838,2.9159730776549346,,0.44418215790364757,0.8721350070103412 +tau_lower_bound_95_perc_conf,-9.625214843772202,-2.2802168533314022,-15.187914775548695,-0.12968864582554918,-2.315279978502558,-1.0104549642993481,-0.08565615717591601,-1.6441471454656407,-0.5501051060084569,-23.60702546069396,-11.624839582081488,0.4577257677991311,0.9664349427342263,5.745198643540156,,,,0.2270700536139516,1.2698839159126436,,0.05115552592531569,0.8721350070103412 +tau_sem,2.379300673876997,1.6876254357766207,4.0277723373923875,0.23761793420415347,0.9749898182429848,0.32638203669359944,0.561659085198776,0.8246583799235973,0.09101212737467704,7.326749352424918,8.929942275953998,0.42160290766796726,0.5788797748064192,0.0,,,,0.2976642545098634,0.8398414090521893,,0.20052379182567953,0.0 +tau_q1,-44.72273629286304,-7.3767535330673795,-24.73745585620729,0.0067208501042918325,-2.314349183821494,-0.8146537466349143,-1.098566993238876,-4.571387517442471,-0.6603015183002162,-46.73626904250467,-7.572171269244974,0.11040500556627159,0.43339312261466667,5.745198643540156,,,,0.23484549695577936,0.5865034575275594,,0.19370902420858385,0.8721350070103412 +tau_q2.5,-38.655475992840756,-7.032648388928571,-23.69193574358826,0.01680212526072958,-2.2628819270011316,-0.8118353797098055,-0.9485231496780149,-4.3401697808049775,-0.6462307169888422,-43.68930786694483,-7.521192729372557,0.13069682651531414,0.44316095474666894,5.745198643540156,,,,0.2415245963677486,0.6863963330002969,,0.19401529491364802,0.8721350070103412 +tau_q5,-30.799779085768854,-6.0456709466563865,-21.949402222556536,0.03360425052145916,-2.17710316563386,-0.8071381015012908,-0.6984500770765794,-3.9548068864091537,-0.6227793814698853,-38.61103924101177,-7.436228496251864,0.16451652809705175,0.4594406749666727,5.745198643540156,,,,0.25265642872103056,0.8528844587881927,,0.19452574608875495,0.8721350070103412 +tau_q10,-18.464335180493087,-3.646516570892495,-18.464335180493087,0.06720850104291833,-2.005545642899317,-0.7977435450842613,-0.1983039318737084,-3.184081097617507,-0.5758767104319718,-28.45450198914563,-7.266300030010478,0.19758845313939655,0.4920001154066803,5.745198643540156,,,,0.27492009342759455,1.1858607103639844,,0.19554664843896885,0.8721350070103412 +tau_q15,-8.97962088815157,-2.4224019054815558,-14.979268138429639,0.10081275156437748,-1.833988120164774,-0.7883489886672317,0.2348454969557794,-2.4131872215445105,-0.5289740393940582,-18.297964737279496,-7.096371563769091,0.2063817569180584,0.5275170473732401,5.745198643540156,,,,0.29718375813415854,1.5188369619397761,,0.19656755078918267,0.8721350070103412 +tau_q20,-7.591360338262968,-1.3827876334115714,-11.49420109636619,0.13441700208583665,-1.6624305974302311,-0.7789544322502021,0.26601462754496896,-1.642293345471514,-0.4820713683561445,-8.141427485413365,-6.926443097527705,0.22505698465970925,0.5807789284991139,5.745198643540156,,,,0.31944742284072253,1.851813213515568,,0.19758845313939655,0.8721350070103412 +tau_q25,-5.388015389686396,-0.9189877543980631,-10.518490906840384,0.1680212526072958,-1.4908730746956882,-0.7695598758331725,0.29718375813415854,-1.317911205396586,-0.43516869731823093,-6.081851332826629,-6.7565146312863185,0.23635965882001578,0.6340408096249877,5.745198643540156,,,,0.3340228137399187,2.1847894650913595,,0.1986093554896104,0.8721350070103412 +tau_q30,-3.3386970977735597,-0.8132309625746511,-9.542780717314578,0.20162550312875496,-1.3193155519611452,-0.7601653194161431,0.325277579200401,-0.993529065321658,-0.3882660262803173,-4.022275180239894,-5.8979037551781035,0.2577507274685965,0.692090010087299,5.745198643540156,,,,0.34859820463911484,2.517765716667151,,0.19963025783982427,0.8721350070103412 +tau_q35,-1.4861123388016886,-0.7560978296515068,-8.567070527788774,0.23522975365021412,-1.1477580292266023,-0.7507707629991135,0.34568312645927557,-0.8885223849016433,-0.35272116112515106,-1.9626990276531588,-5.0392928790698885,0.31173533591920677,0.7621075088907042,5.745198643540156,,,,0.36317359553831097,2.760370352121481,,0.20065116019003815,0.8721350070103412 +tau_q40,-0.6330854610229735,-0.6802630607558441,-7.591360338262968,0.2688340041716733,-0.9762005064920593,-0.7413762065820839,0.36608867371815024,-0.7835157044816284,-0.33989190773547967,0.09687712493357654,-4.180682002961673,0.3544283609987933,0.8321250076941096,5.745198643540156,,,,0.37774898643750715,2.822231755332886,,0.201672062540252,0.8721350070103412 +tau_q45,0.12103405463481769,-0.6302187037442095,-7.128797591327798,0.30243825469313246,-0.8046429837575164,-0.7319816501650543,0.4347581365057547,-0.6095051314893802,-0.3270626543458084,0.12103405463481769,-3.3220711268534573,0.49094092270833034,1.1522772386164415,5.745198643540156,,,,0.4727642365512531,2.8840931585442915,,0.20269296489046587,0.8721350070103412 +tau_q50,0.1986093554896104,-0.39624606870942014,-6.666234844392628,0.3360425052145916,-0.6330854610229735,-0.7225870937480249,0.567779486664999,-0.43549455849713214,-0.31423340095613705,0.14519098433605881,-2.4634602507452423,0.7550554406735845,1.8059424456973434,5.745198643540156,,,,0.567779486664999,2.9459545617556966,,0.20371386724067972,0.8721350070103412 +tau_q55,0.22372303982101993,-0.2842984763802371,-6.203672097457458,0.3696467557360508,-0.3928922804054306,-0.6076402609205558,0.7008008368242435,-0.3204621757479604,-0.30140414756646566,0.16934791403729996,-1.7963411991941252,0.756983623026819,2.459607652778246,5.745198643540156,,,,0.662794736778745,3.007815964967102,,0.27687525678978403,0.8721350070103412 +tau_q60,0.24232655362556496,-0.20209113259828815,-5.741109350522288,0.4032510062575099,-0.15269909978788826,-0.49269342809308686,0.7684006156375734,-0.2054297929987886,-0.2885748941767943,0.1935048437385411,-1.129222147643009,0.7789912443826559,2.822231755332886,5.745198643540156,,,,0.7578099868924909,3.0696773681785077,,0.35003664633888815,0.8721350070103412 +tau_q65,0.3340228137399187,-0.08493142094832869,-4.117068152723321,0.43685525677896914,0.08749408082965454,-0.3777465952656178,0.7869342159414678,0.15723920710680622,-0.275745640787123,0.19605709961407575,-0.46210309609189193,0.8232195938292852,2.966575029492832,5.745198643540156,,,,0.771048272823844,3.1315387713899128,,0.42319803588799243,0.8721350070103412 +tau_q70,0.5664022135555459,0.384193111073998,-2.493026954924352,0.47045950730042824,0.32768726144719684,-0.26279976243814895,0.8054678162453621,0.519908207212401,-0.2631959497911379,0.1986093554896104,0.20501595545922396,0.9104148363089581,3.1109183036527774,5.745198643540156,,,,0.7842865587551971,3.362150813203937,,0.49635942543709655,0.8721350070103412 +tau_q75,0.7571213503377643,0.5579524080165966,-0.8689857571253836,0.5040637578218874,0.5678804420647396,-0.14785292961067986,1.1997697639425806,1.6298290457983733,-0.25078603999199595,0.20116161136514504,0.8721350070103412,1.3520870539420873,3.15744964140842,5.745198643540156,,,,0.7975248446865503,3.677138174319272,,0.5695208149862009,0.8721350070103412 +tau_q80,0.8107631306179034,0.7921150083778783,0.7550554406735845,0.5376680083433466,0.8080736226822826,-0.03290609678321077,1.7443790505971295,2.7397498843843455,-0.23837613019285397,0.20371386724067972,9.766354651899523,1.8884350089052853,3.16485620460234,5.745198643540156,,,,0.8107631306179034,3.9921255354346066,,0.6426822045353051,0.8721350070103412 +tau_q85,1.1437074083369048,2.646369140515644,2.0025912413902276,0.5712722588648057,1.0482668032998248,0.0820407360442581,2.288988337251677,2.9459545617556966,-0.2259662203937121,0.38661734111344026,18.66057429678868,2.3069953320401964,3.1722627677962607,5.745198643540156,,,,1.1997697639425806,4.30711289654994,,0.7158435940844093,0.8721350070103412 +tau_q90,2.0678180045345327,3.1585077218646944,3.25012704210687,0.6048765093862649,1.2884599839173676,0.1969875688717272,2.993915604562396,3.152159239127048,-0.21355631059457014,0.5695208149862009,27.55479394167786,3.6210415452081794,3.796947087745557,5.745198643540156,,,,1.5887763972672577,4.622100257665275,,0.7890049836335136,0.8721350070103412 +tau_q95,3.9346045155310723,4.5245110338207475,4.497662842823512,0.638480759907724,1.52865316453491,0.31193440169919606,3.72556253531581,4.202117109511496,-0.20114640079542823,0.7524242888589614,36.44901358656702,4.843606219310503,4.524511033820749,5.745198643540156,,,,1.977783030591935,4.937087618780608,,0.8621663731826178,0.8721350070103412 +tau_q98,5.101204054804691,23.6940077756137,5.2461843232535,0.6586433102205995,1.6727690729054356,0.3809025013956775,4.1645506937678585,4.832091831742165,-0.19370045491594304,0.862166373182618,41.785545373500526,5.384561673848294,4.961049401465865,5.745198643540156,,,,2.211187010586742,5.12608003544981,,0.9060632069120803,0.8721350070103412 +tau_q99,5.423201349172423,34.518620503534954,5.495691483396828,0.6653641603248914,1.7208077090289442,0.4038918679611713,4.310880079918542,5.042083405819055,-0.19121847295611466,0.89874706795717,43.56438930247837,5.5648801586942245,5.106562190680904,5.745198643540156,,,,2.288988337251677,5.189077507672876,,0.9206954848219011,0.8721350070103412 +mean_sq_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +mean_sq_err_upper_bound_95_perc_conf,15666.268818238465,2152.77754757349,24199.11040002969,3463.021056571969,8215.497434238674,2037.301092852556,9617.506233020758,3306.5676479511303,989.3878989786399,10160.08320129085,3462.1727309857815,8469.228171824761,4530.092330362681,20934.225960713607,,,,10472.41724397126,6307.53778482519,,537.4369226391458,1021.8245553837385 +mean_sq_err_mean,10699.647078863294,1485.9476239057562,19089.899821513343,1451.434906077282,5333.918213063767,977.9911024875663,5127.982583531773,2003.4977016941355,527.2110849916031,4769.7858869588135,1824.127141263932,5019.898393482633,3240.4377273021355,20934.225960713607,,,,4821.626032934571,4374.466125332369,,327.3135550109087,1021.8245553837385 +mean_sq_err_lower_bound_95_perc_conf,5733.025339488124,819.1177002380222,13980.689242996996,-560.151244417405,2452.33899188886,-81.31888787742344,638.4589340427874,700.4277554371404,65.03427100456628,-620.5114273732233,186.08155154208225,1570.5686151405039,1950.7831242415896,20934.225960713607,,,,-829.1651781021164,2441.394465839549,,117.19018738267164,1021.8245553837385 +mean_sq_err_sem,2533.990683354679,340.2193488100684,2606.7400910797696,1026.3194645381056,1470.1934801912791,540.4642807984642,2290.573290555605,664.8316052331608,235.80449693216167,2750.1516909857332,835.7375457764539,1759.8621318072087,657.9870423778295,0.0,,,,2883.0567403248406,986.2610507616431,,107.20579981032505,0.0 +mean_sq_err_q1,116.06464045253301,12.610359489040833,6869.83027248008,29.02869812154564,1845.7983025312046,257.2806393692157,163.02279845392118,56.611880549503034,86.46177429938757,121.73408443222561,296.6003582297013,114.32461783007338,1104.369825491469,20934.225960713607,,,,158.18673661296006,2303.8735045473136,,115.95965992287418,1021.8245553837385 +mean_sq_err_q2.5,121.9965357563727,31.525898722602083,7787.3513564349905,72.5717453038641,2000.4290836247862,261.01538246155485,188.4121231189672,63.03743997081601,95.66578554843109,136.17014570560417,303.43192323726794,117.6464792002236,1228.187730653065,20934.225960713607,,,,176.32196851656434,2355.4273337947616,,121.73408443222561,1021.8245553837385 +mean_sq_err_q5,132.4704687977986,48.67313383800689,9316.553163026509,145.1434906077282,2258.147052114089,267.2399542821201,230.72766422737718,73.74670567300433,111.00580429683693,160.2302478279018,314.8178649165456,123.18291481714064,1434.5509059223914,20934.225960713607,,,,206.54735502257148,2441.350382540507,,131.35812528114465,1021.8245553837385 +mean_sq_err_q10,225.34372128612233,71.92648904060599,12374.956776209547,290.2869812154564,2773.5829890926934,279.68909792325064,315.35874644419715,95.16523707738095,141.68584179364862,208.350452072497,337.58974827510093,135.19569144035032,1847.2772564610445,20934.225960713607,,,,266.99812803458576,2613.1964800319984,,150.60620697898275,1021.8245553837385 +mean_sq_err_q15,367.07247068438255,99.03246790838918,15433.360389392583,435.4304718231846,3289.0189260712987,292.13824156438113,434.3506532039081,133.83754538746342,172.3658792904603,256.4706563170922,360.3616316336562,161.94600986567025,2204.465779043346,20934.225960713607,,,,327.4489010466,2785.04257752349,,169.85428867682083,1021.8245553837385 +mean_sq_err_q20,515.869337151477,205.1010521776716,18491.76400257562,580.5739624309128,3804.454863049903,304.5873852055117,759.5075072209647,172.50985369754588,203.045916787272,304.59086056168746,383.1335149922116,272.8920048514615,2228.42733388754,20934.225960713607,,,,387.89967405861427,2956.8886750149813,,189.1023703746589,1021.8245553837385 +mean_sq_err_q25,753.1596349069217,254.5900704552072,18726.722222350996,725.717453038641,4319.890800028508,317.03652884664217,1084.6643612380212,331.5448455484886,233.7259542840837,357.41047970913485,405.90539835076686,346.2452673101509,2252.388888731734,20934.225960713607,,,,620.1545697850833,3128.7347725064733,,208.350452072497,1021.8245553837385 +mean_sq_err_q30,1350.9774434030032,285.57801325669186,18961.680442126373,870.8609436463692,4835.3267370071135,329.4856724877727,1323.730894252193,490.5798373994313,264.40599178089536,410.23009885658223,529.0892297573612,413.49360667718685,2272.5438815210555,20934.225960713607,,,,852.4094655115522,3300.5808699979643,,227.59853377033508,1021.8245553837385 +mean_sq_err_q35,1653.292243811992,331.3023010304272,19196.63866190175,1016.0044342540973,5350.762673985718,341.9348161289032,1347.5716247591517,597.5231272699332,292.02410043570336,463.0497180040296,652.2730611639555,503.0723708421907,2283.1824691731954,20934.225960713607,,,,1084.6643612380212,3456.672171649307,,246.84661546817318,1021.8245553837385 +mean_sq_err_q40,1905.47174895048,400.58076809107246,19431.59688167713,1161.1479248618257,5866.198610964323,354.38395977003375,1371.4123552661108,704.4664171404352,313.518351406504,515.869337151477,775.4568925705498,545.4915913932301,2293.821056825335,20934.225960713607,,,,1316.9192569644902,3581.2538816203514,,266.09469716601126,1021.8245553837385 +mean_sq_err_q45,5770.345496328873,437.5181787064058,19807.25415143625,1306.2914154695538,6381.634547942927,366.8331034111643,1463.1010477078607,961.3701016595605,335.0126023773046,528.2119430855408,898.6407239771443,790.7436097107595,2390.345684127187,20934.225960713607,,,,1333.9483501837467,3705.8355915913953,,285.34277886384933,1021.8245553837385 +mean_sq_err_q50,6577.6100173825025,597.5231272699332,20182.91142119537,1451.434906077282,6897.070484921533,379.2822470522948,1645.2536893959982,1218.273786178686,356.5068533481052,540.5545490196046,1021.8245553837385,1316.9192569644902,2601.3850309619893,20934.225960713607,,,,1350.9774434030032,3830.417301562439,,304.59086056168746,1021.8245553837385 +mean_sq_err_q55,7245.747400581098,974.2208346472435,20558.56869095449,1596.5783966850104,6943.560740342808,571.344047324007,1827.4063310841357,1512.780348861295,378.0011043189058,552.8971549536684,1228.3620213307813,1364.6007179784083,2812.424377796792,20934.225960713607,,,,1368.0065366222595,3954.9990115334836,,330.655750594292,1021.8245553837385 +mean_sq_err_q60,9070.326492452641,1237.720002236984,20934.225960713607,1741.7218872927383,6990.050995764083,763.4058475957187,2645.9262281918527,1807.2869115439037,399.49535528970637,565.2397608877322,1434.8994872778235,3074.119035967847,3005.3248367221095,20934.225960713607,,,,1385.035629841516,4079.580721504527,,356.7206406268964,1021.8245553837385 +mean_sq_err_q65,12154.119248051218,1585.984991260727,21244.166964280266,1886.8653779004667,7036.541251185359,955.4676478674307,3941.7215668642525,2038.3955982964594,420.989606260507,2691.5114437789593,1641.436953224866,5672.784685625953,3184.6211297153145,20934.225960713607,,,,2440.712758670472,4204.162431475572,,382.7855306595009,1021.8245553837385 +mean_sq_err_q70,18271.171414845827,2029.7893877614458,21554.107967846925,2032.0088685081946,7083.031506606634,1147.5294481391425,5237.516905536653,2269.5042850490154,516.8894075727138,4817.783126670187,1847.9744191719083,6128.0684689062455,3363.9174227085196,20934.225960713607,,,,3496.3898874994284,4577.873262634885,,408.85042069210533,1021.8245553837385 +mean_sq_err_q75,18886.854879445884,2218.1580960971714,21864.048971413584,2177.152359115923,7129.521762027909,1339.5912484108546,6752.966289292075,2842.324610020654,649.9919840556247,6944.054809561414,2054.511885118951,6810.06129448888,3622.7811182773657,20934.225960713607,,,,4552.067016328385,5076.148654388336,,434.91531072470985,1021.8245553837385 +mean_sq_err_q80,19431.59688167713,2287.741863881255,22173.989974980243,2322.2958497236514,7176.012017449186,1531.6530486825668,8356.277291080703,3415.1449349922923,783.0945605385355,9070.326492452641,2712.879085276804,7927.304975646687,3913.4717748764688,20934.225960713607,,,,5607.74414515734,5574.424046141787,,460.9802007573144,1021.8245553837385 +mean_sq_err_q85,20298.102172359584,2872.721334035306,23442.91062105768,2467.4393403313793,7222.502272870461,1723.7148489542785,9959.58829286933,3830.417301562439,916.1971370214455,11315.38957611849,3371.246285434655,9905.966753440078,4204.162431475572,20934.225960713607,,,,9227.323336261732,6072.699437895234,,487.04509078991885,1021.8245553837385 +mean_sq_err_q90,21554.107967846925,3664.308354934381,24711.831267135112,2612.5828309391077,7268.992528291736,1915.7766492259907,13157.861178059866,4245.689668132586,1049.2997135043563,13560.45265978434,4029.6134855925084,16127.089634423453,5242.240451639485,20934.225960713607,,,,12846.902527366125,6570.974829648686,,513.1099808225233,1021.8245553837385 +mean_sq_err_q95,25980.751913212545,4961.117509686742,25980.751913212545,2757.7263215468356,7315.4827837130115,2107.8384494977026,16621.961043817384,5906.607640644085,1182.4022899872664,15805.515743450189,4687.98068575036,20340.510424916516,6404.883032397533,20934.225960713607,,,,16466.481718470517,7069.250221402133,,539.1748708551278,1021.8245553837385 +mean_sq_err_q98,43055.14339099715,6368.0896404420055,26742.10430085901,2844.8124159114727,7343.376936965777,2223.07552966073,18700.420963271896,6903.158424150987,1262.263835877013,17152.553593649704,5083.001005845071,20696.73974639477,7102.468580852363,20934.225960713607,,,,18638.229233133156,7368.215456454204,,554.8138048746905,1021.8245553837385 +mean_sq_err_q99,50957.87880685074,6967.807626798794,26995.888430074494,2873.841114033018,7352.674988050032,2261.487889715072,19393.2409364234,7235.342018653286,1288.884351173595,17601.56621038287,5214.674445876642,20815.48285355419,7334.997097003974,20934.225960713607,,,,19362.145071354036,7467.870534804893,,560.0267828812114,1021.8245553837385 +root_mean_sq_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +root_mean_sq_err_upper_bound_95_perc_conf,107.24184308564892,39.894326931234254,157.03303162525614,64.2748915777378,93.00141406840069,44.01025736208757,87.11541556864569,51.957618170228166,30.436605000426383,88.22331041387267,55.40017699737724,77.43140885934719,65.37561414058061,144.6866474859156,,,,88.92367018350396,78.65108882203556,,23.365434836955203,31.96599060538776 +root_mean_sq_err_mean,84.0844178958414,31.852443261857278,135.52681433895557,26.93914350974509,70.19877849999938,27.798204457714622,58.311037503148945,37.6781116029345,20.700505368662093,50.68649460445766,37.52957717037984,54.55149694411189,54.86823291156283,144.6866474859156,,,,53.649638861065455,64.55725972882428,,17.271835399100986,31.96599060538776 +root_mean_sq_err_lower_bound_95_perc_conf,60.92699270603387,23.810559592480303,114.020597052655,-10.39660455824762,47.39614293159807,11.586151553341672,29.5066594376522,23.398605035640834,10.9644057368978,13.149678795042647,19.65897734338244,31.67158502887659,44.36085168254505,144.6866474859156,,,,18.37560753862695,50.463430635612994,,11.17823596124677,31.96599060538776 +root_mean_sq_err_sem,11.815012851942617,4.10300187213111,10.97255983994927,19.04885105509832,11.63399773898026,8.271455563455588,14.696111257906503,7.285462534333502,4.967397771308312,19.151436637456637,9.117652972957856,11.673424446548623,5.360908790315197,0.0,,,,17.996954756346174,7.19072912918943,,3.108979305027661,0.0 +root_mean_sq_err_q1,10.768788560475608,1.8452092190429314,81.952264921929,0.5387828701949018,42.571847817177016,16.032428144050087,12.619610787543987,7.485966112732651,9.199923700858353,10.931419468401801,17.211662518090375,10.68933093078153,33.01244026790705,144.6866474859156,,,,12.467448249642732,47.96331229690727,,10.725489610426887,31.96599060538776 +root_mean_sq_err_q2.5,11.0396668435236,4.613023047607329,86.21796181664126,1.3469571754872547,43.81093216405507,16.137818201276232,13.418464111525571,7.864182951504223,9.556112762710516,11.446244113339088,17.395126988355784,10.841022769288404,34.582114761685986,144.6866474859156,,,,13.038057766772436,48.449309007710696,,10.931419468401801,31.96599060538776 +root_mean_sq_err_q5,11.504669321151095,6.97400788588345,93.32745664116169,2.6939143509745094,45.87607274218518,16.31346829665314,14.749886318161543,8.494544349456845,10.14976119913079,12.304285188234562,17.700901105464798,11.0938425001332,37.19823891798421,144.6866474859156,,,,13.989073628655273,49.2593035257164,,11.274635898359993,31.96599060538776 +root_mean_sq_err_q10,14.769786771248503,8.443871494468652,107.54644629020255,5.387828701949019,50.00635389844538,16.664768487406956,17.412730731433488,9.755267145362087,11.337058071971338,14.02036733802551,18.31244933968282,11.621143837898796,42.430487230580674,144.6866474859156,,,,15.891105352420947,50.87929256172782,,11.961068758276372,31.96599060538776 +root_mean_sq_err_q15,19.134509509366072,9.92421882084705,121.76543593924342,8.081743052923526,54.13663505470558,17.016068678160774,20.5248794675482,11.444783900211736,12.524354944811886,15.736449487816458,18.92399757390085,12.62359087816138,46.95147364807973,144.6866474859156,,,,17.79313707618662,52.49928159773923,,12.64750161819275,31.96599060538776 +root_mean_sq_err_q20,22.71275714552236,14.255378898374676,135.98442558828427,10.775657403898038,58.26691621096579,17.36736886891459,26.33285414071954,13.134300655061383,13.711651817652433,17.452531637607407,19.53554580811887,16.37943369106385,47.204888694994295,144.6866474859156,,,,19.695168799952295,54.119270633750645,,13.333934478109132,31.96599060538776 +root_mean_sq_err_q25,26.903424178906555,15.955875145260645,136.8376348961854,13.469571754872545,62.397197367226,17.718669059668407,32.14082881389088,17.641668797868704,14.898948690492979,18.767588014586146,20.147094042336896,18.573850218779853,47.458303741908864,144.6866474859156,,,,23.84372213793182,55.739259669762056,,14.02036733802551,31.96599060538776 +root_mean_sq_err_q30,36.752724487888734,16.89893441782918,137.6908442040865,16.163486105847053,66.5274785234862,18.069969250422226,36.38205061907407,22.149036940676027,16.086245563333527,20.082644391564884,22.510873354947066,20.29868646906631,47.671110566115196,144.6866474859156,,,,27.99227547591135,57.359248705773474,,14.706800197941888,31.96599060538776 +root_mean_sq_err_q35,40.61336039542049,18.162970585232593,138.54405351198758,18.857400456821562,70.6577596797464,18.42126944117604,36.7063902542869,24.3454115934518,17.06848252544119,21.397700768543622,24.874652667557243,22.41099831096535,47.78239683355092,144.6866474859156,,,,32.14082881389088,58.77522717309735,,15.393233057858268,31.96599060538776 +root_mean_sq_err_q40,43.65170957649288,20.012709236557015,139.3972628198887,21.551314807796075,74.7880408360066,18.77256963192986,37.03072988949973,26.541786246227574,17.640599666083084,22.71275714552236,27.238431980167416,23.34996577096011,47.89368310098664,144.6866474859156,,,,36.289382151870406,59.78318450304615,,16.079665917774648,31.96599060538776 +root_mean_sq_err_q45,75.94077120223221,20.910462961515275,140.71960898639543,24.24522915877058,78.91832199226681,19.123869822683677,38.18141323679493,30.72278260662449,18.212716806724977,22.978260739454754,29.60221129277759,27.529154710437474,48.84542701865952,144.6866474859156,,,,36.52105331987957,60.79114183299495,,16.766098777691028,31.96599060538776 +root_mean_sq_err_q50,81.07853507032394,24.3454115934518,142.04195515290218,26.93914350974509,83.04860314852702,19.47517001343749,40.43388820019997,34.90377896702141,18.78483394736687,23.243764333387148,31.96599060538776,36.289382151870406,50.917781136648614,144.6866474859156,,,,36.752724487888734,61.79909916294376,,17.452531637607407,31.96599060538776 +root_mean_sq_err_q55,85.11360636129135,31.15235995151374,143.3643013194089,29.633057860719603,83.32393691022894,22.32338053747445,42.68636316360501,38.70798808805185,19.356951088008763,23.509267927319545,34.638137232567615,36.938061422296066,52.990135254637714,144.6866474859156,,,,36.9843956558979,62.807056492892556,,18.084755625971862,31.96599060538776 +root_mean_sq_err_q60,95.2382617042785,35.177001024342005,144.6866474859156,32.326972211694105,83.59927067193084,25.171591061511403,49.89834218231484,42.51219720908229,19.929068228650657,23.77477152125194,37.31028385974746,52.28358913658532,54.7904778948817,144.6866474859156,,,,37.21606682390706,63.815013822841365,,18.716979614336314,31.96599060538776 +root_mean_sq_err_q65,109.29217860664002,39.703158629126236,145.74231930134297,35.02088656266862,83.87460443363275,28.01980158554836,60.829949242503254,45.07575584939364,20.50118536929255,41.64064406700858,39.982430486927306,75.30723204425449,56.38681192681684,144.6866474859156,,,,46.63326826933097,64.82297115279016,,19.34920360270077,31.96599060538776 +root_mean_sq_err_q70,135.1684340839632,45.04527108806653,146.79799111677033,37.714800913643124,84.14993819533467,30.868012109585315,71.76155630269167,47.63931448970499,22.249690899918296,59.50651661276522,42.654577114107155,78.2637481148172,57.98314595875199,144.6866474859156,,,,56.05046971475487,67.34221384646624,,19.98142759106522,31.96599060538776 +root_mean_sq_err_q75,137.426930666732,47.09628224631662,147.85366293219766,40.40871526461763,84.42527195703657,33.71622263362227,81.3983437747785,53.03927794307637,24.586390625535984,77.37238915852186,45.326723741287005,82.45520387883349,60.11917027969575,144.6866474859156,,,,65.46767116017877,70.61709922200598,,20.61365157942967,31.96599060538776 +root_mean_sq_err_q80,139.3972628198887,47.83009094816623,148.90933474762502,43.10262961559215,84.70060571873847,36.56443315765923,90.51720341162466,58.43924139644775,26.923090351153665,95.2382617042785,50.885123911357766,88.82930406889811,62.47107071624296,144.6866474859156,,,,74.88487260560267,73.8919845975457,,21.245875567794126,31.96599060538776 +root_mean_sq_err_q85,142.46563753160692,53.58223643120602,152.95068816069352,45.79654396656665,84.97593948044039,39.41264368169619,99.63606304847082,61.79909916294376,29.25979007677134,105.01680692311942,56.44352408142851,99.42507563062999,64.82297115279016,144.6866474859156,,,,91.59497967424468,77.16686997308541,,21.87809955615858,31.96599060538776 +root_mean_sq_err_q90,146.79799111677033,60.45515605634536,156.99204157376204,48.49045831754116,85.2512732421423,42.26085420573314,113.17472036166538,65.15895692943977,31.596489802389023,114.79535214196032,62.00192425149927,125.41068344102479,71.7087276805192,144.6866474859156,,,,108.30508674288669,80.44175534862515,,22.510323544523033,31.96599060538776 +root_mean_sq_err_q95,161.03339498683056,70.33280590987042,161.03339498683056,51.18437266851567,85.5266070038442,45.10906472977009,127.45001062091802,76.07524151457218,33.93318952800669,124.57389736080124,67.56032442157002,142.61370486189418,79.35012689011188,144.6866474859156,,,,125.01519381152868,83.71664072416486,,23.142547532887487,31.96599060538776 +root_mean_sq_err_q98,203.84340684332668,79.50021328535013,163.4582070346717,52.80072127910037,85.69180726086536,46.817991044192276,136.01518477646962,82.62501226565163,35.3352093633773,130.44102449210578,70.89536452361247,143.85747043630704,83.9349664158675,144.6866474859156,,,,135.0412580527139,85.6815719494887,,23.521881925906154,31.96599060538776 +root_mean_sq_err_q99,223.22773606504046,83.24586969252736,164.26647771728537,53.33950414929528,85.74687401320574,47.38763314899966,138.87024282832016,84.80826918267812,35.802549308500836,132.39673353587398,72.00704455762661,144.27205896111133,85.46324625778604,144.6866474859156,,,,138.3832794664423,86.33654902459664,,23.64832672357905,31.96599060538776 +cv_root_mean_sq_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +cv_root_mean_sq_err_upper_bound_95_perc_conf,0.1683611645168836,0.2482388603158109,0.18891128799302784,0.5420773988483911,0.1841227620035193,0.17419295884023595,0.19691374106635892,0.2680772069478987,0.12023894435604947,0.19293214888364812,0.4771399460845569,0.15486024830685152,0.36595486394285925,0.21071107039849996,,,,0.19698432396898544,0.3824732456805505,,0.0727414937566112,0.33591835440718537 +cv_root_mean_sq_err_mean,0.1392462737136072,0.19445496720469396,0.1677361424923468,0.22719759586532004,0.12456003767266517,0.1227984175437654,0.1388062341877241,0.19774880383097837,0.08149889897520585,0.11501781097436192,0.3359569670881804,0.11462092544469242,0.2994211978350181,0.21071107039849996,,,,0.12371763449128999,0.2954578920482048,,0.04789319855571391,0.33591835440718537 +cv_root_mean_sq_err_lower_bound_95_perc_conf,0.1101313829103308,0.14067107409357701,0.14656099699166578,-0.08768220711775102,0.06499731334181105,0.07140387624729486,0.08069872730908925,0.12742040071405802,0.042758853594362226,0.037103473065075734,0.19477398809180393,0.07438160258253333,0.23288753172717688,0.21071107039849996,,,,0.05045094501359454,0.20844253841585905,,0.023044903354816626,0.33591835440718537 +cv_root_mean_sq_err_sem,0.014854536124120615,0.027440761791386194,0.010803645663612768,0.1606529607056485,0.030389145066762307,0.026221704743097214,0.02964668718297696,0.035881838324959364,0.019765329275940623,0.039752213219023565,0.0720321321410084,0.0205302667664077,0.03394574801420469,0.0,,,,0.037380964019232375,0.04439558858793149,,0.01267770163311086,0.0 +cv_root_mean_sq_err_q1,0.027788025521868563,0.006160206018518584,0.1339186002604911,0.004543951917306401,0.07113368673561511,0.07937986784555703,0.04037765589505443,0.02458261298625351,0.049669670281175776,0.024674011357860706,0.1283785581227515,0.02599057958729397,0.18741230229795466,0.21071107039849996,,,,0.040282136699938846,0.21593736855232273,,0.024091357218209153,0.33591835440718537 +cv_root_mean_sq_err_q2.5,0.03391568211700924,0.01540051504629646,0.13463122653766427,0.011359879793266003,0.07224467208073929,0.08013895107343742,0.0408791316694112,0.027233165696086088,0.0502346685786277,0.026130646706989592,0.1326915901156659,0.029422067280572745,0.19051347527287243,0.21071107039849996,,,,0.04064033368162226,0.217523669838539,,0.024674011357860706,0.33591835440718537 +cv_root_mean_sq_err_q5,0.040813685479152415,0.029000200835974474,0.13581893699961956,0.022719759586532006,0.0740963143226129,0.08140408978657142,0.041714924626672485,0.03165075354580705,0.05117633240771422,0.028558372288871064,0.13987997677052322,0.03514121343603738,0.19568209689773536,0.21071107039849996,,,,0.04123732865109461,0.220167505315566,,0.025645101590613298,0.33591835440718537 +cv_root_mean_sq_err_q10,0.04392663277300718,0.046650882098253514,0.13819435792353016,0.04543951917306401,0.07779959880636014,0.08393436721283941,0.043386510541195064,0.04048592924524898,0.05305966006588727,0.033413823452634016,0.15425675008023787,0.04127589353935392,0.2060193401474612,0.21071107039849996,,,,0.042431318590039305,0.22545517626962008,,0.02758728205611848,0.33591835440718537 +cv_root_mean_sq_err_q15,0.04479660879241014,0.06021660133132698,0.14056977884744076,0.06815927875959601,0.08150288329010738,0.08646464463910739,0.04625196937761425,0.05030831999514672,0.054942987724060324,0.03826927461639697,0.1686335233899525,0.043285107178729375,0.21602982337851084,0.21071107039849996,,,,0.043625308528984004,0.2307428472236742,,0.029529462521623657,0.33591835440718537 +cv_root_mean_sq_err_q20,0.054392291647205424,0.06338789669970939,0.14294519977135134,0.09087903834612802,0.08520616777385462,0.08899492206537536,0.05628066574541301,0.06013071074504446,0.05682631538223337,0.04312472578015992,0.18301029669966712,0.044407776968715534,0.22407974649750334,0.21071107039849996,,,,0.0448192984679287,0.23603051817772827,,0.03147164298712884,0.33591835440718537 +cv_root_mean_sq_err_q25,0.07116295154455912,0.07425225049442404,0.1469855040645129,0.11359879793266002,0.08890945225760186,0.09152519949164334,0.06630936211321177,0.10099628913366362,0.05870964304040642,0.043525679276583545,0.19738707000938174,0.04477391911689157,0.23212966961649584,0.21071107039849996,,,,0.05198265301635639,0.24131818913178238,,0.033413823452634016,0.33591835440718537 +cv_root_mean_sq_err_q30,0.07516233271175658,0.0814040897865714,0.15102580835767448,0.13631855751919203,0.0926127367413491,0.09405547691791133,0.0743205406143786,0.1418618675222828,0.060592970698579475,0.04392663277300718,0.22509332688894246,0.04673389710378405,0.239104750636862,0.21071107039849996,,,,0.05914600756478408,0.24660586008583646,,0.0353560039181392,0.33591835440718537 +cv_root_mean_sq_err_q35,0.08067620433224151,0.11377356420000465,0.15506611265083606,0.15903831710572403,0.09631602122509633,0.0965857543441793,0.07728792444896554,0.1772114267838471,0.062040944249321654,0.0443275862694308,0.2527995837685032,0.053434992329277745,0.2433927264106624,0.21071107039849996,,,,0.06630936211321177,0.251205862034402,,0.03729818438364438,0.33591835440718537 +cv_root_mean_sq_err_q40,0.10742587467633805,0.12585882832471826,0.15910641694399763,0.18175807669225605,0.10001930570884357,0.09911603177044728,0.08025530828355251,0.21256098604541143,0.06261820958520212,0.04472853976585443,0.28050584064806394,0.06584054665586586,0.24768070218446278,0.21071107039849996,,,,0.07347271666163946,0.25443052597199045,,0.039240364849149556,0.33591835440718537 +cv_root_mean_sq_err_q45,0.13581893699961956,0.1429561539895438,0.1619582916764274,0.20447783627878804,0.10372259019259081,0.10164630919671527,0.09493765553024942,0.21372041020346166,0.06319547492108257,0.05275939201485925,0.30821209752762463,0.07448648629170973,0.2533556379927943,0.21071107039849996,,,,0.07559227654348728,0.25765518990957886,,0.041182545314654734,0.33591835440718537 +cv_root_mean_sq_err_q50,0.15102580835767448,0.16725098214268283,0.16481016640885715,0.22719759586532004,0.10742587467633805,0.10417658662298325,0.12523995399309298,0.21487983436151192,0.06377274025696303,0.06079024426386407,0.33591835440718537,0.0768519487618737,0.26087985384716733,0.21071107039849996,,,,0.0777118364253351,0.26087985384716733,,0.04312472578015992,0.33591835440718537 +cv_root_mean_sq_err_q55,0.16333849600736383,0.1955807375551759,0.1676620411412869,0.24991735545185206,0.11626940805898343,0.11229341332548588,0.15554225245593656,0.22386020733599635,0.06435000559284348,0.06882109651286888,0.36053564300177265,0.08042125396088365,0.2684040697015404,0.21071107039849996,,,,0.07983139630718294,0.2641045177847558,,0.046497448078331304,0.33591835440718537 +cv_root_mean_sq_err_q60,0.16852895179715519,0.21302475570863152,0.17051391587371667,0.27263711503838406,0.1251129414416288,0.1204102400279885,0.1747461843891037,0.23284058031048077,0.06492727092872394,0.0768519487618737,0.3851529315963598,0.11281314049101754,0.2844866577927401,0.21071107039849996,,,,0.08195095618903077,0.2673291817223442,,0.049870170376502675,0.33591835440718537 +cv_root_mean_sq_err_q65,0.17530962087798907,0.2247582446334448,0.17530962087798907,0.29535687462491605,0.1339564748242742,0.12852706673049114,0.18562634142501352,0.2414857771828433,0.0655045362646044,0.11873186367099062,0.4097702201909471,0.16004867042931337,0.3069880250615599,0.21071107039849996,,,,0.12067038445762754,0.2705538456599327,,0.05324289267467405,0.33591835440718537 +cv_root_mean_sq_err_q70,0.19277897219679904,0.2373757112623895,0.18010532588226144,0.31807663421144805,0.14280000820691957,0.13664389343299374,0.19650649846092338,0.25013097405520585,0.07404297330264367,0.1606117785801075,0.4343875087855343,0.16664444482652366,0.3294893923303797,0.21071107039849996,,,,0.1593898127262243,0.2889850628889131,,0.05661561497284543,0.33591835440718537 +cv_root_mean_sq_err_q75,0.1986766381933712,0.2555054139511866,0.18490103088653384,0.34079639379798005,0.15164354158956495,0.14476072013549637,0.2089185033835277,0.26087985384716733,0.08656199619176244,0.2024916934892244,0.45900479738012157,0.18219508014997354,0.36323677233963214,0.21071107039849996,,,,0.19810924099482108,0.3150195567635897,,0.05998833727101681,0.33591835440718537 +cv_root_mean_sq_err_q80,0.21071107039849996,0.27827726679551695,0.1896967358908062,0.3635161533845121,0.16048707497221035,0.152877546837999,0.2219432474608098,0.2716287336391288,0.09908101908088121,0.24437160839834132,0.47959811994077817,0.19883118088193352,0.4014825574450577,0.21071107039849996,,,,0.23682866926341783,0.3410540506382663,,0.0633610595691882,0.33591835440718537 +cv_root_mean_sq_err_q85,0.22466311373439624,0.3332579177984815,0.19495031951772968,0.38623591297104404,0.16933060835485572,0.1609943735405016,0.23496799153809184,0.27716917793611895,0.11160004196999992,0.24761048680246445,0.5001914425014348,0.20922608420892913,0.43972834255048315,0.21071107039849996,,,,0.2439192088609567,0.3670885445129428,,0.06673378186735957,0.33591835440718537 +cv_root_mean_sq_err_q90,0.24060013883087958,0.44795297581507276,0.20020390314465308,0.4089556725575761,0.17817414173750112,0.16911120024300427,0.24533731678046444,0.282709622233109,0.12411906485911868,0.2508493652065876,0.5207847650620914,0.22638162971745068,0.44795297581507276,0.21071107039849996,,,,0.25100974845849555,0.3931230383876194,,0.07010650416553095,0.33591835440718537 +cv_root_mean_sq_err_q95,0.2540882436107108,0.457391435402803,0.2054574867715765,0.43167543214410803,0.1870176751201465,0.17722802694550688,0.2552640722170188,0.36395082418504077,0.13663808774823738,0.2540882436107108,0.541378087622748,0.2453373167804644,0.45117408377285645,0.21071107039849996,,,,0.25810028805603435,0.4191575322622959,,0.07347922646370232,0.33591835440718537 +cv_root_mean_sq_err_q98,0.2612589748342036,0.5063694392696318,0.20860963694773058,0.44530728789602725,0.19232379514973372,0.18209812296700845,0.26122012547895146,0.4126955453561999,0.14414950148170863,0.25603157065318466,0.553734081159142,0.25724942330432965,0.45310674854752664,0.21071107039849996,,,,0.2623546118145577,0.43477822858710186,,0.07550285984260514,0.33591835440718537 +cv_root_mean_sq_err_q99,0.26322490124388837,0.5341704247265183,0.20966035367311525,0.4498512398133337,0.1940925018262628,0.183721488307509,0.2632054765662623,0.42894378574658626,0.1466533060595324,0.2566793463340093,0.5578527456712734,0.26122012547895146,0.45375097013908333,0.21071107039849996,,,,0.26377271973406546,0.43998512736203715,,0.07617740430223943,0.33591835440718537 +mean_abs_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +mean_abs_err_upper_bound_95_perc_conf,83.11919941069601,30.81484667485975,124.35048626965482,46.62643760404585,70.81723369569744,33.23658987784081,65.54380231840679,40.5404565361542,22.797804831392597,68.1934336680545,44.55173896130551,57.48698766651478,50.59345377733765,107.3086486214116,,,,66.19934473479535,62.0355157111504,,14.730891678628641,27.047882821695403 +mean_abs_err_mean,64.12415143066919,24.425241659994857,105.02137529613852,19.542254574547112,49.95498185159513,20.0670380065288,43.16700313796095,29.191701384963263,15.19349821958048,37.77458099749195,30.077800397248517,39.8539289529739,42.222353649796624,107.3086486214116,,,,38.93975408430301,49.954956447195094,,10.912043144533087,27.047882821695403 +mean_abs_err_lower_bound_95_perc_conf,45.12910345064237,18.035636645129962,85.69226432262221,-7.541928454951627,29.09273000749281,6.897486135216795,20.79020395751511,17.842946233772324,7.589191607768363,7.355728326929402,15.603861833191521,22.220870239433026,33.8512535222556,107.3086486214116,,,,11.680163433810673,37.874397183239786,,7.093194610437532,27.047882821695403 +mean_abs_err_sem,9.691351010217765,3.2600025586045387,9.861791313018522,13.818460729336092,10.644006042909346,6.7191591180163295,11.41673427573767,5.790181199587214,3.8797482713327125,15.519822791103342,7.384662532682141,8.996458527316774,4.270969452827054,0.0,,,,13.9079544135165,6.1635506448751585,,1.948392109232426,0.0 +mean_abs_err_q1,7.297345677124003,1.422584417403521,57.171873570560926,0.39084509149094226,25.698612361115163,11.269460282846117,9.569427490454371,5.633912916812576,6.319608371409958,7.202059727504055,14.754451993919242,7.1802827538791485,27.626625175833034,107.3086486214116,,,,9.472957356471333,36.65936676752922,,7.099600038305767,27.047882821695403 +mean_abs_err_q2.5,7.696423824549643,3.5564610435088024,61.13004002194387,0.9771127287273557,26.613996728250918,11.30543568137857,10.075895693865327,5.788744454890622,6.61696005380606,7.458208950499774,14.76596003941398,7.403766516437507,28.494738707039478,107.3086486214116,,,,9.83472035890773,37.0198653601371,,7.202059727504055,27.047882821695403 +mean_abs_err_q5,8.379571984359897,5.360482426119111,67.72698410758213,1.9542254574547113,28.13963734014385,11.365394678932658,10.920009366216918,6.0467970183540345,7.112546191132897,7.885124322159305,14.785140115238544,7.776239454034771,29.941594592383552,107.3086486214116,,,,10.437658696301723,37.620696347816896,,7.372825876167868,27.047882821695403 +mean_abs_err_q10,9.839199286815113,5.94416930896362,80.92087227885861,3.9084509149094226,31.190918563929703,11.485312674040834,12.608236710920103,6.56290214528086,8.10371846578657,8.738955065478367,14.823500266887667,8.550013991790664,32.83530636307171,107.3086486214116,,,,11.643535371089712,38.82235832317649,,7.7143581734954925,27.047882821695403 +mean_abs_err_q15,13.153120678528389,6.710142136587423,94.11476045013511,5.862676372364134,34.242199787715556,11.605230669149009,14.488159580307189,8.035302058346504,9.094890740440244,9.592785808797428,14.861860418536793,9.35326547457401,35.37080091967277,107.3086486214116,,,,12.8494120458777,40.02402029853607,,8.055890470823117,27.047882821695403 +mean_abs_err_q20,14.684307039166564,10.202811856377082,107.3086486214116,7.816901829818845,37.29348101150141,11.725148664257187,17.518255597797683,9.50770197141215,10.086063015093917,10.44661655211649,14.900220570185919,10.20364964599594,35.75699219175128,107.3086486214116,,,,14.055288720665688,41.22568227389567,,8.397422768150742,27.047882821695403 +mean_abs_err_q25,17.121840955355815,11.635097644830434,107.48662132125074,9.771127287273556,40.34476223528726,11.845066659365363,20.548351615288176,12.983845579086555,11.07723528974759,11.506039173879008,14.938580721835043,12.250952636391089,36.14318346382979,107.3086486214116,,,,16.219643018873185,42.427344249255256,,8.738955065478367,27.047882821695403 +mean_abs_err_q30,23.610679993995262,12.473109879499324,107.66459402108987,11.725352744728267,43.39604345907312,11.96498465447354,22.892300729595593,16.45998918676096,12.068407564401264,12.565461795641527,17.360441141807115,14.181092384365863,36.42822900529715,107.3086486214116,,,,18.38399731708068,43.62900622461485,,9.080487362805991,27.047882821695403 +mean_abs_err_q35,24.943430605892207,13.484381410850329,107.842566720929,13.679578202182977,46.44732468285898,12.084902649581716,23.520882585945305,18.350991838320827,12.81309933972741,13.624884417404045,19.782301561779185,14.621405207316474,36.460410220236575,107.3086486214116,,,,20.548351615288176,44.667574219294565,,9.422019660133616,27.047882821695403 +mean_abs_err_q40,34.06019489574821,14.678902822600403,108.02053942076815,15.63380365963769,49.49860590664483,12.204820644689892,24.149464442295017,20.241994489880692,13.064830116398506,14.684307039166564,22.20416198175126,15.02865439725214,36.49259143517601,107.3086486214116,,,,22.712705913495675,45.37995425261453,,9.76355195746124,27.047882821695403 +mean_abs_err_q45,54.78071232978361,15.16679199157393,108.72485341120706,17.5880291170924,52.54988713043068,12.324738639798069,25.941385197682855,24.63048884231055,13.3165608930696,14.827785105035554,24.626022401723333,17.494565285898467,36.89700996809146,107.3086486214116,,,,23.16169295374547,46.0923342859345,,10.105084254788865,27.047882821695403 +mean_abs_err_q50,55.562364932217065,18.350991838320827,109.429167401646,19.542254574547112,55.60116835421654,12.444656634906245,29.284424485121534,29.01898319474041,13.568291669740695,14.971263170904544,27.047882821695403,22.712705913495675,37.79774492497495,107.3086486214116,,,,23.610679993995262,46.80471431925447,,10.44661655211649,27.047882821695403 +mean_abs_err_q55,65.78185790171231,26.026999571923206,110.13348139208492,21.496480032001823,56.958593627215976,14.851289041501191,32.62746377256021,31.492804880526833,13.82002244641179,15.114741236773535,28.439572548447323,23.9698696261951,38.69847988185845,107.3086486214116,,,,24.05966703424506,47.51709435257444,,10.927776827169094,27.047882821695403 +mean_abs_err_q60,72.8136803620384,27.816625136837125,110.83779538252384,23.450705489456535,58.316018900215404,17.25792144809613,38.35286821864209,33.96662656631326,14.071753223082883,15.258219302642525,29.831262275199236,36.518430819219176,40.15363016091296,107.3086486214116,,,,24.508654074494853,48.229474385894406,,11.408937102221696,27.047882821695403 +mean_abs_err_q65,84.76750407780042,31.74018704910548,112.30337131528243,25.404930946911247,59.67344417321484,19.66455385469108,45.86504653370636,35.192830469385285,14.323483999753979,29.647084567491493,31.222952001951157,54.632142493696826,42.02459193159575,107.3086486214116,,,,32.26238093342553,48.94185441921437,,11.890097377274301,27.047882821695403 +mean_abs_err_q70,106.28573417749269,34.00236096654082,113.76894724804103,27.359156404365955,61.03086944621427,22.071186261286016,53.37722484877063,36.419034372457304,15.718258395016035,44.035949832340464,32.61464172870308,55.325468395435195,43.89555370227854,107.3086486214116,,,,40.016107792356216,51.24051926507033,,12.371257652326904,27.047882821695403 +mean_abs_err_q75,107.08482875359557,35.59148164657478,115.23452318079964,29.313381861820666,62.388294719213704,24.477818667880964,61.051997558193506,40.42457429032261,17.684554599573584,58.42481509718943,34.006331455455,62.34949129721423,45.61741426372119,107.3086486214116,,,,47.7698346512869,54.3323265171943,,12.852417927379507,27.047882821695403 +mean_abs_err_q80,107.60653226543053,36.47420216949633,116.70009911355824,31.26760731927538,63.74571999221314,26.88445107447591,68.79180802535981,44.43011420818791,19.65085080413113,72.8136803620384,39.134950569097555,70.86779800779296,47.27963434146778,107.3086486214116,,,,55.52356151021758,57.42413376931828,,13.333578202432111,27.047882821695403 +mean_abs_err_q85,108.72485341120706,38.955832726682296,120.7070926607346,33.22183277673009,65.10314526521256,29.29108348107085,76.5316184925261,46.80471431925447,21.61714700868867,81.21360255906568,44.2635696827401,76.79111724033024,48.94185441921437,107.3086486214116,,,,68.54430419902081,60.51594102144224,,13.814738477484715,27.047882821695403 +mean_abs_err_q90,113.76894724804103,45.85487427482785,124.71408620791095,35.1760582341848,66.46057053821201,31.697715887665797,86.62807367111405,49.17931443032103,23.58344321324622,89.61352475609294,49.392188796382655,95.44011145369547,55.362928934568956,107.3086486214116,,,,81.56504688782405,63.607748273566216,,14.295898752537319,27.047882821695403 +mean_abs_err_q95,128.72107975508732,55.984887615996385,128.72107975508732,37.13028369163951,67.81799581121143,34.10434829426073,97.11730296827227,59.485338604067586,25.549739417803757,98.01344695312022,54.5208079100252,107.39801371461729,62.577145856191535,107.3086486214116,,,,94.58578957662729,66.69955552569017,,14.777059027589921,27.047882821695403 +mean_abs_err_q98,166.86285045129694,64.3147174705751,131.12527588339316,38.30281896611234,68.6324509750111,35.54832773821771,103.41084054656721,65.66895310831553,26.729517140538288,103.0534002713366,57.59797937821073,107.52312484510523,66.90567600916509,107.3086486214116,,,,102.39823518990926,68.55463987696456,,15.065755192621484,27.047882821695403 +mean_abs_err_q99,183.9302390258136,67.05304012419462,131.92667459282842,38.69366405760328,68.90393602961099,36.02965421953669,105.50868640599887,67.73015794306484,27.122776381449793,104.73338471074206,58.62370320093925,107.56482855526788,68.34851939348961,107.3086486214116,,,,105.0023837276699,69.17300132738934,,15.161987247632004,27.047882821695403 +mean_abs_pct_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +mean_abs_pct_err_upper_bound_95_perc_conf,0.12852049308816488,0.1923835250371257,0.1451138855662938,0.3932350159377361,0.146193153885873,0.13186939201684733,0.14833042302103372,0.209531097436128,0.09045545144327946,0.14783889650912146,0.3810497354805864,0.11477708943239076,0.2840361241606563,0.15627648167212674,,,,0.1460690233734487,0.30329839122391516,,0.046214493714445457,0.28423584301907734 +mean_abs_pct_err_mean,0.10490929970900918,0.1496420802970981,0.12868144244090238,0.16481419520702384,0.09071139255612744,0.08830034122511098,0.10310187656863737,0.1529983363674402,0.05981763699327954,0.08501416542711115,0.2683421734974515,0.08344330015607838,0.2313898327800265,0.15627648167212674,,,,0.08990608393197892,0.22927060534496327,,0.030291954197904692,0.28423584301907734 +mean_abs_pct_err_lower_bound_95_perc_conf,0.08129810632985349,0.10690063555707054,0.11224899931551095,-0.0636066255236884,0.035229631226381855,0.04473129043337462,0.05787333011624101,0.09646557529875241,0.02917982254327962,0.02218943434510083,0.15563461151431657,0.052109510879766015,0.1787435413993967,0.15627648167212674,,,,0.03374314449050914,0.15524281946601137,,0.014369414681363928,0.28423584301907734 +mean_abs_pct_err_sem,0.012046527234263112,0.021806859561238557,0.008383899553771133,0.11654123506668992,0.028307021086604888,0.022229107546804263,0.023075789006324673,0.028843245443208057,0.015631537984693838,0.03205343422551547,0.05750385815466068,0.015986627181792026,0.026860352745219286,0.0,,,,0.028654560939525398,0.03776927850966934,,0.008123744651296309,0.0 +mean_abs_pct_err_q1,0.018258600486754532,0.004709848207330236,0.10618600394557315,0.003296283904140477,0.042897093701072406,0.05086031502479632,0.02897245566269277,0.01863020316082938,0.03455946225322864,0.01624401335063386,0.10982181489170649,0.01715057756188816,0.14258257894461263,0.15627648167212674,,,,0.02885935007295748,0.16305359252894325,,0.01594182528021576,0.28423584301907734 +mean_abs_pct_err_q2.5,0.02203595136698079,0.01177462051832559,0.10646179468312114,0.008240709760351192,0.043785604793109924,0.05155009871310698,0.029566260008803052,0.020409684528016583,0.03491589718605593,0.016999483526679113,0.11210530874419308,0.019265894054814867,0.14479547396183262,0.15627648167212674,,,,0.029283496034464826,0.16436022196237332,,0.01624401335063386,0.28423584301907734 +mean_abs_pct_err_q5,0.0265041232100601,0.02159600543947472,0.10692144591236781,0.016481419520702385,0.04526645661317247,0.05269973819362474,0.03055593391898685,0.023375486806661922,0.035509955407434735,0.018258600486754532,0.11591113183167073,0.022791421543026043,0.14848363232386597,0.15627648167212674,,,,0.029990405970310392,0.1665379376847568,,0.016747660134664027,0.28423584301907734 +mean_abs_pct_err_q10,0.028747295255144027,0.03281741468445976,0.10784074837086113,0.03296283904140477,0.048228160253297556,0.05499901715466026,0.032535281739354445,0.0293070913639526,0.03669807185019235,0.02077683440690537,0.12352277800662605,0.02691861578777193,0.1558599490479327,0.15627648167212674,,,,0.03140422584200153,0.17089336912952374,,0.017754953702724365,0.28423584301907734 +mean_abs_pct_err_q15,0.032903400291955064,0.04236478219351792,0.10876005082935446,0.04944425856210715,0.05118986389342263,0.05729829611569577,0.034762266622839974,0.0369965227447405,0.03788618829294997,0.02329506832705621,0.13113442418158133,0.02861072792992421,0.16302661551936212,0.15627648167212674,,,,0.03281804571369268,0.1752488005742907,,0.0187622472707847,0.28423584301907734 +mean_abs_pct_err_q20,0.038931183189017365,0.046630983770737974,0.10967935328784778,0.06592567808280954,0.05415156753354772,0.059597575076731295,0.03847507388503311,0.04468595412552841,0.03907430473570758,0.025813302247207046,0.13874607035653666,0.028849720749058894,0.16893538047496787,0.15627648167212674,,,,0.03423186558538382,0.17960423201905762,,0.019769540838845037,0.28423584301907734 +mean_abs_pct_err_q25,0.042938536313412295,0.05018747648407999,0.1102660180662399,0.08240709760351192,0.05711327117367279,0.06189685403776681,0.042187881147226235,0.07006209847801795,0.0402624211784652,0.026589477788322484,0.14635771653149196,0.03157493499852631,0.1748441454305736,0.15627648167212674,,,,0.03688387077266462,0.18395966346382456,,0.02077683440690537,0.28423584301907734 +mean_abs_pct_err_q30,0.04708104005720519,0.06083909702876784,0.11085268284463201,0.0988885171242143,0.06007497481379788,0.06419613299880234,0.04589059550303452,0.0954382428305075,0.04145053762122282,0.027365653329437925,0.17393334182900902,0.03517172910611053,0.1802800942318683,0.15627648167212674,,,,0.03953587595994543,0.18831509490859152,,0.021784127974965706,0.28423584301907734 +mean_abs_pct_err_q35,0.05384078195981228,0.08220586289625398,0.11143934762302411,0.11536993664491668,0.06303667845392295,0.06649541195983785,0.04956807759288073,0.12881037453524868,0.04260791089916911,0.02814182887055336,0.2015089671265261,0.038461251428654,0.18453400264738543,0.15627648167212674,,,,0.042187881147226235,0.19198345796980532,,0.02279142154302604,0.28423584301907734 +mean_abs_pct_err_q40,0.0719217893742982,0.09494596139002137,0.11202601240141623,0.13185135616561908,0.06599838209404804,0.06879469092087337,0.053245559682726956,0.16218250623998987,0.04370379784749278,0.0289180044116688,0.2290845924240432,0.042476405076311174,0.18878791106290255,0.15627648167212674,,,,0.044839886334507036,0.19427768426391287,,0.023798715111086378,0.28423584301907734 +mean_abs_pct_err_q45,0.10692144591236781,0.10902819763623224,0.11791434004444493,0.14833277568632147,0.06896008573417312,0.07109396988190889,0.06648860305789824,0.1660078195357781,0.04479968479581645,0.034019051753727436,0.2566602177215603,0.046184578568125925,0.19351294216587703,0.15627648167212674,,,,0.04746665925582576,0.19657191055802042,,0.024806008679146712,0.28423584301907734 +mean_abs_pct_err_q50,0.11085268284463201,0.12713244055998005,0.12380266768747364,0.16481419520702384,0.0719217893742982,0.0733932488429444,0.09248572814683632,0.16983313283156629,0.04589557174414011,0.03912009909578607,0.28423584301907734,0.049322193779903344,0.19886613685212795,0.15627648167212674,,,,0.05009343217714448,0.19886613685212795,,0.025813302247207046,0.28423584301907734 +mean_abs_pct_err_q55,0.12312149172118009,0.14557015639173806,0.12969099533050235,0.18129561472772623,0.08052037396897208,0.08016465551862989,0.11848285323577445,0.18052592435166787,0.04699145869246378,0.04422114643784471,0.29626225710985427,0.05353954274781836,0.20421933153837887,0.15627648167212674,,,,0.0527202050984632,0.20116036314623548,,0.028164191400476678,0.28423584301907734 +mean_abs_pct_err_q60,0.12962447827389073,0.16371263155830515,0.13557932297353106,0.1977770342484286,0.0891189585636459,0.08693606219431538,0.13485038875577948,0.19121871587176947,0.04808734564078744,0.049322193779903344,0.3082886712006312,0.07707992812700828,0.2220580148698046,0.15627648167212674,,,,0.055346978019781924,0.203454589440343,,0.030515080553746306,0.28423584301907734 +mean_abs_pct_err_q65,0.13981582744430282,0.174910490279294,0.13981582744430282,0.214258453769131,0.09771754315831976,0.09370746887000087,0.1439957320990848,0.1924011250031063,0.04918323258911111,0.0853800588148182,0.32031508529140806,0.11167386578645208,0.2492608146851114,0.15627648167212674,,,,0.08646394270120825,0.20574881573445056,,0.03286596970701594,0.28423584301907734 +mean_abs_pct_err_q70,0.1541396857699763,0.190003313467336,0.14405233191507458,0.23073987328983336,0.10631612775299361,0.10047887554568635,0.15314107544239014,0.1935835341344431,0.05590943196671315,0.12143792384973304,0.332341499382185,0.1256354532766821,0.2764636145004182,0.15627648167212674,,,,0.11758090738263456,0.22157896619279843,,0.03521685886028556,0.28423584301907734 +mean_abs_pct_err_q75,0.15614586892492868,0.19681604005895392,0.14828883638584633,0.24722129281053576,0.11491471234766745,0.10725028222137184,0.16176923219887268,0.20004854598346475,0.06545078755895445,0.15749578888464788,0.3443679134729619,0.14295047997300875,0.2955839798678199,0.15627648167212674,,,,0.14869787206406088,0.24417707873326663,,0.0375677480135552,0.28423584301907734 +mean_abs_pct_err_q80,0.15790763532103672,0.2119698878089666,0.1525253408566181,0.26370271233123815,0.12351329694234131,0.11402168889705733,0.17019051432062615,0.2065135578324864,0.07499214315119576,0.19355365391956272,0.36718431253977174,0.15660271240190876,0.3114713714560596,0.15627648167212674,,,,0.1798148367454872,0.26677519127373484,,0.039918637166824825,0.28423584301907734 +mean_abs_pct_err_q85,0.1805530743070882,0.2808044229244544,0.15346312606049525,0.2801841318519405,0.13211188153701514,0.12079309557274281,0.17861179644237957,0.21106049947955324,0.08453349874343699,0.19434960834910237,0.39000071160658145,0.15774451995614572,0.3273587630442992,0.15627648167212674,,,,0.18401771526113897,0.2893733038142029,,0.04226952632009445,0.28423584301907734 +mean_abs_pct_err_q90,0.188160720455727,0.33405024733172195,0.15440091126437241,0.29666555137264294,0.14071046613168903,0.1275645022484283,0.18485829096426937,0.2156074411266201,0.09407485433567829,0.195145562778642,0.41281711067339133,0.171051956175707,0.33789016572051556,0.15627648167212674,,,,0.1882205937767908,0.31197141635467107,,0.04462041547336409,0.28423584301907734 +mean_abs_pct_err_q95,0.19585817658596144,0.3526877366486814,0.15533869646824958,0.31314697089334526,0.14930905072636286,0.1343359089241138,0.19074232088618184,0.2863875412811137,0.10361620992791953,0.19594151720818165,0.43563350974020104,0.1848582909642693,0.34752890357806143,0.15627648167212674,,,,0.19242347229244255,0.33456952889513913,,0.04697130462663371,0.28423584301907734 +mean_abs_pct_err_q98,0.19668191122290782,0.40375748442645304,0.15590136759057588,0.32303582260576674,0.15446820148316717,0.13839875292952508,0.19427273883932933,0.32885560137381,0.10934102328326432,0.19641908986590542,0.44932334918028694,0.19191912687056434,0.35331214629258895,0.15627648167212674,,,,0.19494519940183364,0.34812839641942006,,0.04838183811859549,0.28423584301907734 +mean_abs_pct_err_q99,0.19670969143031455,0.4311036966167319,0.1560889246313513,0.3263321065099072,0.15618791840210194,0.13975303426466218,0.19544954482371185,0.34301162140470864,0.11124929440171256,0.19657828075181336,0.4538866289936489,0.19427273883932933,0.3552398938640981,0.15627648167212674,,,,0.195785775104964,0.35264801892751363,,0.048852015949249414,0.28423584301907734 +total_core_cooling_runtime_n,,29.0,,2.0,,3.0,,11.0,4.0,,6.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 +total_core_cooling_runtime_upper_bound_95_perc_conf,,129049.69777358731,,1973.181619748451,,141798.9990331115,,177379.6678184131,320172.91882325185,,2558.479914949386,,134056.59903780508,,,,,,167300.7993872021,,,2379.0 +total_core_cooling_runtime_mean,,89423.13793103448,,848.5,,94181.66666666667,,110299.45454545454,236115.0,,1745.5,,85210.375,,,,,,99970.75,,,2379.0 +total_core_cooling_runtime_lower_bound_95_perc_conf,,49796.57808848164,,-276.1816197484511,,46564.33430022184,,43219.241272496,152057.08117674815,,932.5200850506138,,36364.15096219492,,,,,,32640.700612797897,,,2379.0 +total_core_cooling_runtime_sem,,20217.63257273104,,573.8171529328832,,24294.557329818792,,34224.59860865232,42886.69327716932,,414.785670892544,,24921.542876431162,,,,,,34352.066013878626,,,0.0 +total_core_cooling_runtime_q1,,10.360000000000001,,53.230000000000004,,56869.96,,4279.5,160466.74000000002,,40.85,,1710.33,,,,,,52347.52999999999,,,2379.0 +total_core_cooling_runtime_q2.5,,25.900000000000002,,77.57499999999999,,57366.399999999994,,5850.75,162282.85000000003,,102.125,,1785.825,,,,,,52903.325000000004,,,2379.0 +total_core_cooling_runtime_q5,,349.0000000000001,,118.15,,58193.8,,8469.5,165309.7,,204.25,,1911.6499999999999,,,,,,53829.649999999994,,,2379.0 +total_core_cooling_runtime_q10,,1491.4000000000003,,199.3,,59848.600000000006,,13707.0,171363.40000000002,,408.5,,2163.3,,,,,,55682.299999999996,,,2379.0 +total_core_cooling_runtime_q15,,2048.4,,280.45,,61503.399999999994,,17553.5,177417.09999999998,,612.75,,4858.9000000000015,,,,,,57534.95,,,2379.0 +total_core_cooling_runtime_q20,,2364.2,,361.6,,63158.200000000004,,21400.0,183470.80000000002,,817.0,,22218.200000000004,,,,,,59387.6,,,2379.0 +total_core_cooling_runtime_q25,,2960.0,,442.75,,64813.0,,23217.0,189524.5,,1106.5,,39577.5,,,,,,61240.25,,,2379.0 +total_core_cooling_runtime_q30,,4172.800000000001,,523.9,,66467.8,,25034.0,195578.19999999998,,1396.0,,53212.1,,,,,,63092.9,,,2379.0 +total_core_cooling_runtime_q35,,9417.599999999995,,605.05,,68122.59999999999,,38505.5,199834.1,,1685.5,,57534.95,,,,,,64358.9,,,2379.0 +total_core_cooling_runtime_q40,,15245.60000000001,,686.2,,69777.40000000001,,51977.0,200494.4,,1975.0,,61857.8,,,,,,64451.6,,,2379.0 +total_core_cooling_runtime_q45,,23580.399999999998,,767.35,,71432.2,,58152.5,201154.7,,2066.75,,64420.7,,,,,,64544.3,,,2379.0 +total_core_cooling_runtime_q50,,51977.0,,848.5,,73087.0,,64328.0,201815.0,,2158.5,,64637.0,,,,,,64637.0,,,2379.0 +total_core_cooling_runtime_q55,,59654.60000000001,,929.6500000000001,,81070.2,,64637.0,202475.3,,2250.25,,64853.3,,,,,,64729.7,,,2379.0 +total_core_cooling_runtime_q60,,64822.4,,1010.8,,89053.4,,64946.0,203135.59999999998,,2342.0,,76925.20000000001,,,,,,64822.4,,,2379.0 +total_core_cooling_runtime_q65,,81373.39999999997,,1091.95,,97036.6,,89732.5,203795.9,,2351.25,,97888.79999999999,,,,,,64915.1,,,2379.0 +total_core_cooling_runtime_q70,,120712.79999999999,,1173.1,,105019.79999999999,,114519.0,221771.79999999993,,2360.5,,118852.39999999997,,,,,,80314.59999999995,,,2379.0 +total_core_cooling_runtime_q75,,152919.0,,1254.25,,113003.0,,166575.5,248405.5,,2369.75,,131861.25,,,,,,103367.5,,,2379.0 +total_core_cooling_runtime_q80,,175399.20000000007,,1335.4,,120986.2,,218632.0,275039.20000000007,,2379.0,,141688.2,,,,,,126420.40000000005,,,2379.0 +total_core_cooling_runtime_q85,,203135.59999999998,,1416.55,,128969.4,,261503.0,301672.89999999997,,2524.25,,151515.15,,,,,,149473.3,,,2379.0 +total_core_cooling_runtime_q90,,235780.39999999994,,1497.7,,136952.6,,304374.0,328306.60000000003,,2669.5,,172632.9,,,,,,172526.20000000004,,,2379.0 +total_core_cooling_runtime_q95,,320436.6,,1578.85,,144935.8,,317759.5,354940.29999999993,,2814.75,,195632.44999999995,,,,,,195579.09999999995,,,2379.0 +total_core_cooling_runtime_q98,,353333.7599999999,,1627.54,,149725.72,,325790.80000000005,370920.52,,2901.9,,209432.17999999996,,,,,,209410.84,,,2379.0 +total_core_cooling_runtime_q99,,367453.87999999995,,1643.77,,151322.36,,328467.9,376247.25999999995,,2930.95,,214032.09,,,,,,214021.41999999995,,,2379.0 +total_core_heating_runtime_n,26.0,,6.0,,3.0,,8.0,,,6.0,,15.0,,1.0,,0.0,,6.0,,,3.0, +total_core_heating_runtime_upper_bound_95_perc_conf,705895.3353674983,,1144301.9834996492,,670660.8588889218,,386287.74543945666,,,637633.7583036548,,451653.0602494946,,267797.0,,,,386392.8108939619,,,574918.0986734884, +total_core_heating_runtime_mean,570618.1153846154,,851092.1666666666,,469261.3333333333,,315698.5,,,524104.3333333333,,380290.93333333335,,267797.0,,,,315285.5,,,464186.6666666667, +total_core_heating_runtime_lower_bound_95_perc_conf,435340.8954017324,,557882.349833684,,267861.8077777449,,245109.25456054337,,,410574.9083630117,,308928.8064171721,,267797.0,,,,244178.18910603807,,,353455.23465984507, +total_core_heating_runtime_sem,69018.98978718517,,149596.84532295028,,102754.85997734104,,36014.921142579915,,,57923.17600526612,,36409.24842661291,,0.0,,,,36279.24025202139,,,56495.628574908995, +total_core_heating_runtime_q1,189844.5,,286824.9,,260340.62,,185256.3,,,332462.8,,209285.26,,267797.0,,,,209875.55,,,332683.24, +total_core_heating_runtime_q2.5,199403.25,,315366.75,,266440.55,,187932.75,,,337421.5,,209770.15,,267797.0,,,,211245.875,,,337972.6, +total_core_heating_runtime_q5,209539.25,,362936.5,,276607.1,,192393.5,,,345686.0,,210578.3,,267797.0,,,,213529.75,,,346788.2, +total_core_heating_runtime_q10,219252.0,,458076.0,,296940.2,,201315.0,,,362215.0,,217655.8,,267797.0,,,,218097.5,,,364419.4, +total_core_heating_runtime_q15,244912.75,,553215.5,,317273.3,,209875.55000000002,,,378744.0,,229590.30000000002,,267797.0,,,,222665.25,,,382050.6, +total_core_heating_runtime_q20,256274.0,,648355.0,,337606.4,,216270.4,,,395273.0,,246091.40000000002,,267797.0,,,,227233.0,,,399681.8, +total_core_heating_runtime_q25,283137.0,,673516.0,,357939.5,,222665.25,,,422822.0,,253540.0,,267797.0,,,,233126.25,,,417313.0, +total_core_heating_runtime_q30,353440.5,,698677.0,,378272.6,,229590.30000000002,,,450371.0,,258578.6,,267797.0,,,,239019.5,,,434944.19999999995, +total_core_heating_runtime_q35,387960.75,,723838.0,,398605.7,,237840.85,,,477920.0,,266644.69999999995,,267797.0,,,,244912.75,,,452575.4, +total_core_heating_runtime_q40,395273.0,,748999.0,,418938.8,,246091.40000000002,,,505469.0,,304613.00000000006,,267797.0,,,,250806.0,,,470206.6, +total_core_heating_runtime_q45,439312.0,,803448.25,,439271.9,,269843.7,,,518585.25,,343727.1,,267797.0,,,,282535.5,,,487837.80000000005, +total_core_heating_runtime_q50,455004.0,,857897.5,,459605.0,,314265.0,,,531701.5,,377724.0,,267797.0,,,,314265.0,,,505469.0, +total_core_heating_runtime_q55,494003.00000000006,,912346.75,,482835.0,,358686.30000000005,,,544817.75,,387278.30000000005,,267797.0,,,,345994.5,,,510715.5, +total_core_heating_runtime_q60,557934.0,,966796.0,,506065.0,,380453.80000000005,,,557934.0,,409069.80000000005,,267797.0,,,,377724.0,,,515962.0, +total_core_heating_runtime_q65,601582.0,,977912.75,,529295.0,,385230.95,,,564948.25,,437093.80000000005,,267797.0,,,,381136.25,,,521208.5, +total_core_heating_runtime_q70,670130.0,,989029.5,,552525.0,,390008.1,,,571962.5,,447445.39999999997,,267797.0,,,,384548.5,,,526455.0, +total_core_heating_runtime_q75,734725.5,,1000146.25,,575755.0,,402433.5,,,578976.75,,477936.0,,267797.0,,,,387960.75,,,531701.5, +total_core_heating_runtime_q80,770802.0,,1011263.0,,598985.0,,417918.2,,,585991.0,,515962.0000000001,,267797.0,,,,391373.0,,,536948.0, +total_core_heating_runtime_q85,972244.0,,1124283.0,,622215.0,,433402.89999999997,,,632193.75,,552687.5,,267797.0,,,,402433.5,,,542194.5, +total_core_heating_runtime_q90,999925.5,,1237303.0,,645445.0,,440051.39999999997,,,678396.5,,574768.2,,267797.0,,,,413494.0,,,547441.0, +total_core_heating_runtime_q95,1341561.5,,1350323.0,,668674.9999999999,,445227.2,,,724599.25,,604700.2,,267797.0,,,,424554.5,,,552687.5, +total_core_heating_runtime_q98,1457502.0,,1418135.0,,682613.0,,448332.68,,,752320.9,,630893.08,,267797.0,,,,431190.80000000005,,,555835.4, +total_core_heating_runtime_q99,1460422.5,,1440739.0000000002,,687259.0,,449367.83999999997,,,761561.4500000001,,639624.0399999999,,267797.0,,,,433402.89999999997,,,556884.7, +total_auxiliary_heating_core_day_runtime_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +total_auxiliary_heating_core_day_runtime_upper_bound_95_perc_conf,183831.6244260557,,439102.0,,144794.0,,131609.482353285,,,3865.198700533085,,93162.48158614643,,,,,,159885.45548271498,,,3865.198700533085, +total_auxiliary_heating_core_day_runtime_mean,93861.33333333333,,439102.0,,144794.0,,59306.0,,,2722.5,,40444.833333333336,,,,,,64091.0,,,2722.5, +total_auxiliary_heating_core_day_runtime_lower_bound_95_perc_conf,3891.042240610972,,439102.0,,144794.0,,-12997.482353285028,,,1579.8012994669155,,-12272.814919479752,,,,,,-31703.455482715,,,1579.8012994669155, +total_auxiliary_heating_core_day_runtime_sem,45903.20974118487,,0.0,,0.0,,36889.531812900525,,,583.0095410883084,,26896.75931265974,,,,,,48874.72218505867,,,583.0095410883084, +total_auxiliary_heating_core_day_runtime_q1,229.12,,439102.0,,144794.0,,335.82,,,1914.49,,174.7,,,,,,251.88,,,1914.49, +total_auxiliary_heating_core_day_runtime_q2.5,446.8,,439102.0,,144794.0,,713.5500000000002,,,1939.225,,310.75,,,,,,503.70000000000005,,,1939.225, +total_auxiliary_heating_core_day_runtime_q5,809.6,,439102.0,,144794.0,,1343.1000000000004,,,1980.4499999999998,,537.5,,,,,,923.4000000000001,,,1980.4499999999998, +total_auxiliary_heating_core_day_runtime_q10,1535.2,,439102.0,,144794.0,,2602.2000000000007,,,2062.9,,991.0,,,,,,1762.8000000000002,,,2062.9, +total_auxiliary_heating_core_day_runtime_q15,2227.8,,439102.0,,144794.0,,3861.2999999999993,,,2145.35,,1444.5,,,,,,2602.2000000000003,,,2145.35, +total_auxiliary_heating_core_day_runtime_q20,2887.4,,439102.0,,144794.0,,5120.4000000000015,,,2227.8,,1898.0,,,,,,3441.6000000000004,,,2227.8, +total_auxiliary_heating_core_day_runtime_q25,3547.0,,439102.0,,144794.0,,6379.5,,,2310.25,,2310.25,,,,,,4281.0,,,2310.25, +total_auxiliary_heating_core_day_runtime_q30,5519.4,,439102.0,,144794.0,,7638.5999999999985,,,2392.7,,2722.5,,,,,,5120.400000000001,,,2392.7, +total_auxiliary_heating_core_day_runtime_q35,7491.799999999999,,439102.0,,144794.0,,10301.649999999994,,,2475.1499999999996,,3134.75,,,,,,5959.799999999999,,,2475.1499999999996, +total_auxiliary_heating_core_day_runtime_q40,10419.800000000003,,439102.0,,144794.0,,15772.600000000006,,,2557.6000000000004,,3547.0,,,,,,6799.200000000001,,,2557.6000000000004, +total_auxiliary_heating_core_day_runtime_q45,14303.4,,439102.0,,144794.0,,21243.550000000003,,,2640.05,,4779.75,,,,,,7638.599999999999,,,2640.05, +total_auxiliary_heating_core_day_runtime_q50,18187.0,,439102.0,,144794.0,,26714.5,,,2722.5,,6012.5,,,,,,8478.0,,,2722.5, +total_auxiliary_heating_core_day_runtime_q55,28892.60000000001,,439102.0,,144794.0,,32185.450000000004,,,2804.95,,7245.25,,,,,,26001.300000000017,,,2804.95, +total_auxiliary_heating_core_day_runtime_q60,39598.2,,439102.0,,144794.0,,37656.399999999994,,,2887.3999999999996,,8478.0,,,,,,43524.59999999999,,,2887.3999999999996, +total_auxiliary_heating_core_day_runtime_q65,64919.60000000002,,439102.0,,144794.0,,43127.350000000006,,,2969.8500000000004,,17596.25,,,,,,61047.90000000001,,,2969.8500000000004, +total_auxiliary_heating_core_day_runtime_q70,104856.79999999996,,439102.0,,144794.0,,58826.99999999995,,,3052.2999999999997,,26714.5,,,,,,78571.19999999998,,,3052.2999999999997, +total_auxiliary_heating_core_day_runtime_q75,144794.0,,439102.0,,144794.0,,79641.0,,,3134.75,,35832.75,,,,,,96094.5,,,3134.75, +total_auxiliary_heating_core_day_runtime_q80,160360.80000000002,,439102.0,,144794.0,,100455.00000000006,,,3217.2000000000003,,44951.0,,,,,,113617.80000000002,,,3217.2000000000003, +total_auxiliary_heating_core_day_runtime_q85,175927.59999999998,,439102.0,,144794.0,,121268.99999999999,,,3299.6499999999996,,79641.0,,,,,,131141.1,,,3299.6499999999996, +total_auxiliary_heating_core_day_runtime_q90,234789.20000000004,,439102.0,,144794.0,,142083.00000000003,,,3382.1000000000004,,114331.0,,,,,,148664.40000000002,,,3382.1000000000004, +total_auxiliary_heating_core_day_runtime_q95,336945.5999999999,,439102.0,,144794.0,,162896.99999999997,,,3464.5499999999997,,149021.0,,,,,,166187.69999999998,,,3464.5499999999997, +total_auxiliary_heating_core_day_runtime_q98,398239.43999999994,,439102.0,,144794.0,,175385.4,,,3514.02,,169835.00000000003,,,,,,176701.68,,,3514.02, +total_auxiliary_heating_core_day_runtime_q99,418670.72,,439102.0,,144794.0,,179548.19999999995,,,3530.5099999999998,,176773.00000000003,,,,,,180206.34,,,3530.5099999999998, +total_emergency_heating_core_day_runtime_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +total_emergency_heating_core_day_runtime_upper_bound_95_perc_conf,2875.6968495191086,,4487.0,,2104.0,,1930.0547905564497,,,3205.366640435656,,2353.5692486020353,,,,,,1623.7426768229266,,,3205.366640435656, +total_emergency_heating_core_day_runtime_mean,2280.8888888888887,,4487.0,,2104.0,,1653.25,,,2453.5,,1920.0,,,,,,1499.6666666666667,,,2453.5, +total_emergency_heating_core_day_runtime_lower_bound_95_perc_conf,1686.080928258669,,4487.0,,2104.0,,1376.4452094435503,,,1701.6333595643441,,1486.4307513979647,,,,,,1375.590656510407,,,1701.6333595643441, +total_emergency_heating_core_day_runtime_sem,303.47344930113246,,0.0,,0.0,,141.2269339573723,,,383.605428793702,,221.2088003071608,,,,,,63.3040868144183,,,383.605428793702, +total_emergency_heating_core_day_runtime_q1,1406.2,,4487.0,,2104.0,,1404.1999999999998,,,1921.85,,1405.0,,,,,,1403.8,,,1921.85, +total_emergency_heating_core_day_runtime_q2.5,1411.0,,4487.0,,2104.0,,1406.0,,,1938.125,,1408.0,,,,,,1405.0,,,1938.125, +total_emergency_heating_core_day_runtime_q5,1419.0,,4487.0,,2104.0,,1409.0,,,1965.2499999999998,,1413.0,,,,,,1407.0,,,1965.2499999999998, +total_emergency_heating_core_day_runtime_q10,1435.0,,4487.0,,2104.0,,1415.0,,,2019.5,,1423.0,,,,,,1411.0,,,2019.5, +total_emergency_heating_core_day_runtime_q15,1485.0,,4487.0,,2104.0,,1421.0,,,2073.75,,1433.0,,,,,,1415.0,,,2073.75, +total_emergency_heating_core_day_runtime_q20,1569.0,,4487.0,,2104.0,,1427.0,,,2128.0,,1443.0,,,,,,1419.0,,,2128.0, +total_emergency_heating_core_day_runtime_q25,1653.0,,4487.0,,2104.0,,1433.0,,,2182.25,,1495.5,,,,,,1423.0,,,2182.25, +total_emergency_heating_core_day_runtime_q30,1756.2,,4487.0,,2104.0,,1439.0,,,2236.5,,1548.0,,,,,,1427.0,,,2236.5, +total_emergency_heating_core_day_runtime_q35,1859.4,,4487.0,,2104.0,,1453.5,,,2290.75,,1600.5,,,,,,1431.0,,,2290.75, +total_emergency_heating_core_day_runtime_q40,1949.6000000000001,,4487.0,,2104.0,,1485.0,,,2345.0,,1653.0,,,,,,1435.0,,,2345.0, +total_emergency_heating_core_day_runtime_q45,2026.8,,4487.0,,2104.0,,1516.5,,,2399.25,,1717.5,,,,,,1439.0,,,2399.25, +total_emergency_heating_core_day_runtime_q50,2104.0,,4487.0,,2104.0,,1548.0,,,2453.5,,1782.0,,,,,,1443.0,,,2453.5, +total_emergency_heating_core_day_runtime_q55,2108.0,,4487.0,,2104.0,,1579.5,,,2507.75,,1846.5,,,,,,1464.0,,,2507.75, +total_emergency_heating_core_day_runtime_q60,2112.0,,4487.0,,2104.0,,1611.0,,,2562.0,,1911.0,,,,,,1485.0,,,2562.0, +total_emergency_heating_core_day_runtime_q65,2174.6,,4487.0,,2104.0,,1642.5,,,2616.25,,1961.75,,,,,,1506.0,,,2616.25, +total_emergency_heating_core_day_runtime_q70,2295.7999999999997,,4487.0,,2104.0,,1699.0999999999997,,,2670.5,,2012.5,,,,,,1527.0,,,2670.5, +total_emergency_heating_core_day_runtime_q75,2417.0,,4487.0,,2104.0,,1768.25,,,2724.75,,2063.25,,,,,,1548.0,,,2724.75, +total_emergency_heating_core_day_runtime_q80,2648.6000000000004,,4487.0,,2104.0,,1837.4,,,2779.0,,2114.0,,,,,,1569.0,,,2779.0, +total_emergency_heating_core_day_runtime_q85,2880.2,,4487.0,,2104.0,,1906.5499999999997,,,2833.25,,2334.5,,,,,,1590.0,,,2833.25, +total_emergency_heating_core_day_runtime_q90,3294.2,,4487.0,,2104.0,,1975.7,,,2887.5,,2555.0,,,,,,1611.0,,,2887.5, +total_emergency_heating_core_day_runtime_q95,3890.5999999999995,,4487.0,,2104.0,,2044.8499999999997,,,2941.75,,2775.5,,,,,,1632.0,,,2941.75, +total_emergency_heating_core_day_runtime_q98,4248.44,,4487.0,,2104.0,,2086.34,,,2974.3,,2907.8,,,,,,1644.6,,,2974.3, +total_emergency_heating_core_day_runtime_q99,4367.72,,4487.0,,2104.0,,2100.17,,,2985.15,,2951.9000000000005,,,,,,1648.8000000000002,,,2985.15, +daily_mean_core_cooling_runtime_n,,28.0,,2.0,,3.0,,11.0,4.0,,5.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 +daily_mean_core_cooling_runtime_upper_bound_95_perc_conf,,223.65426280523786,,134.3118303737669,,273.0440095564078,,275.4758659292643,362.8474529469675,,127.47469478790251,,240.56568742784947,,,,,,270.65349040338674,,,95.16 +daily_mean_core_cooling_runtime_mean,,188.58826160938673,,77.78571428571428,,219.62798521872128,,220.60113626863256,266.1881109423295,,112.45134865900384,,196.7422891631598,,,,,,226.05948575632073,,,95.16 +daily_mean_core_cooling_runtime_lower_bound_95_perc_conf,,153.5222604135356,,21.259598197661674,,166.21196088103477,,165.72640660800081,169.5287689376915,,97.42800253010518,,152.91889089847012,,,,,,181.4654811092547,,,95.16 +daily_mean_core_cooling_runtime_sem,,17.89081693665874,,28.839855146965615,,27.25307364167679,,27.997311051342724,49.31599081869286,,7.664972514744219,,22.358876665657988,,,,,,22.75204318727858,,,0.0 +daily_mean_core_cooling_runtime_q1,,45.5768085106383,,37.815714285714286,,155.0960885885886,,71.27771786651122,147.8575907667714,,95.3036,,96.79879999999999,,,,,,190.6058213348621,,,95.16 +daily_mean_core_cooling_runtime_q2.5,,58.442021276595746,,39.03928571428571,,157.90688813813813,,75.04535849606529,152.279099755873,,95.519,,99.25699999999999,,,,,,190.82833632835758,,,95.16 +daily_mean_core_cooling_runtime_q5,,75.72009456264776,,41.07857142857143,,162.59155405405406,,81.32475954532207,159.64828140437564,,95.878,,103.35399999999998,,,,,,191.19919465085002,,,95.16 +daily_mean_core_cooling_runtime_q10,,92.30896934116112,,45.15714285714286,,171.9608858858859,,93.88356164383562,174.38664470138093,,96.596,,111.54799999999999,,,,,,191.9409112958349,,,95.16 +daily_mean_core_cooling_runtime_q15,,95.3395,,49.23571428571428,,181.33021771771772,,121.89387663030104,189.12500799838625,,97.314,,122.1657310431504,,,,,,192.6826279408198,,,95.16 +daily_mean_core_cooling_runtime_q20,,100.07758620689656,,53.31428571428572,,190.69954954954954,,149.90419161676647,203.86337129539152,,98.032,,147.3258483452032,,,,,,193.4243445858047,,,95.16 +daily_mean_core_cooling_runtime_q25,,114.44581280788178,,57.39285714285714,,200.0688813813814,,170.18083481131578,218.6017345923968,,98.75,,172.48596564725597,,,,,,194.16606123078958,,,95.16 +daily_mean_core_cooling_runtime_q30,,126.89403794037939,,61.47142857142857,,209.4382132132132,,190.4574780058651,233.34009788940213,,99.41379310344827,,190.95195576918837,,,,,,194.90777787577449,,,95.16 +daily_mean_core_cooling_runtime_q35,,132.8361111111111,,65.55,,218.80754504504503,,192.92986682248142,243.85256349487577,,100.07758620689654,,192.6826279408198,,,,,,196.38933349259437,,,95.16 +daily_mean_core_cooling_runtime_q40,,143.1612678192296,,69.62857142857143,,228.1768768768769,,195.40225563909775,245.91323371728618,,100.74137931034483,,194.41330011245122,,,,,,199.35056705308423,,,95.16 +daily_mean_core_cooling_runtime_q45,,150.40189620758483,,73.70714285714286,,237.54620870870872,,197.70112781954887,247.97390393969653,,101.40517241379311,,195.67532961550796,,,,,,202.31180061357406,,,95.16 +daily_mean_core_cooling_runtime_q50,,171.83985011404366,,77.78571428571428,,246.91554054054055,,200.0,250.03457416210694,,102.06896551724138,,196.3125022271318,,,,,,205.27303417406392,,,95.16 +daily_mean_core_cooling_runtime_q55,,194.66053899411287,,81.86428571428573,,248.0986057758266,,207.57190635451505,252.09524438451731,,107.67739463601532,,196.94967483875567,,,,,,208.23426773455378,,,95.16 +daily_mean_core_cooling_runtime_q60,,197.77819905213272,,85.94285714285714,,249.28167101111262,,215.1438127090301,254.15591460692772,,113.28582375478928,,200.80696159393872,,,,,,211.19550129504364,,,95.16 +daily_mean_core_cooling_runtime_q65,,208.32909698996656,,90.02142857142857,,250.46473624639867,,259.18910469016,256.2165848293381,,118.89425287356322,,207.0793339567912,,,,,,214.15673485553347,,,95.16 +daily_mean_core_cooling_runtime_q70,,240.36348734956806,,94.1,,251.64780148168472,,303.23439667128986,273.19046514690075,,124.50268199233717,,213.35170631964365,,,,,,223.95287110525604,,,95.16 +daily_mean_core_cooling_runtime_q75,,249.41252413127415,,98.17857142857143,,252.83086671697077,,310.1453233356449,297.6209505120396,,130.11111111111111,,226.04440775512285,,,,,,237.16645869959507,,,95.16 +daily_mean_core_cooling_runtime_q80,,258.0091056974306,,102.25714285714287,,254.01393195225683,,317.05625,322.0514358771785,,131.32222222222222,,241.30524081965268,,,,,,250.38004629393402,,,95.16 +daily_mean_core_cooling_runtime_q85,,301.0099864823954,,106.33571428571427,,255.19699718754288,,320.7363402974504,346.4819212423173,,132.53333333333333,,256.5660738841825,,,,,,263.59363388827296,,,95.16 +daily_mean_core_cooling_runtime_q90,,319.26430417847024,,110.41428571428571,,256.3800624228289,,324.4164305949009,370.91240660745615,,133.74444444444444,,272.09265402676766,,,,,,276.8072214826119,,,95.16 +daily_mean_core_cooling_runtime_q95,,352.9720577160017,,114.49285714285715,,257.563127658115,,346.38229761113234,395.34289197259494,,134.95555555555555,,287.66352534902876,,,,,,290.02080907695085,,,95.16 +daily_mean_core_cooling_runtime_q98,,392.00376247413396,,116.94,,258.2729667992866,,359.56181782087117,410.0011831916782,,135.6822222222222,,297.0060481423854,,,,,,297.94896163355423,,,95.16 +daily_mean_core_cooling_runtime_q99,,405.8885699059339,,117.75571428571429,,258.5095798463438,,363.9549912241175,414.887280264706,,135.92444444444445,,300.1202224068377,,,,,,300.59167915242205,,,95.16 +daily_mean_core_heating_runtime_n,26.0,,6.0,,3.0,,8.0,,,6.0,,15.0,,1.0,,0.0,,6.0,,,3.0, +daily_mean_core_heating_runtime_upper_bound_95_perc_conf,668.0878742878078,,972.9109653376903,,756.3053234819345,,523.7911569419157,,,496.2899361271436,,511.4962563693091,,686.6589743589743,,,,527.569561172854,,,451.94652467935924, +daily_mean_core_heating_runtime_mean,572.2713120585388,,822.0573321120409,,601.3973785477119,,426.16347924425764,,,431.4076697419949,,445.9376040477507,,686.6589743589743,,,,431.9480490275086,,,386.92053517500716, +daily_mean_core_heating_runtime_lower_bound_95_perc_conf,476.45474982926976,,671.2036988863914,,446.48943361348944,,328.5358015465996,,,366.52540335684614,,380.3789517261923,,686.6589743589743,,,,336.3265368821632,,,321.8945456706551, +daily_mean_core_heating_runtime_sem,48.88600113738216,,76.96613940084156,,79.03466578276658,,49.81003964166226,,,33.10319713527996,,33.44829200079511,,0.0,,,,48.786485788441524,,,33.17652525732249, +daily_mean_core_heating_runtime_q1,210.62776828198173,,506.6774655891143,,441.17448359525775,,222.24969456726515,,,312.3954688336009,,216.58749390398782,,686.6589743589743,,,,270.3187314734089,,,311.26490023597825, +daily_mean_core_heating_runtime_q2.5,214.6535742482614,,520.8865320709453,,445.8233884753239,,227.60516609635124,,,316.95154802385173,,229.5528883032766,,686.6589743589743,,,,271.27102223190934,,,314.1251265297953, +daily_mean_core_heating_runtime_q5,231.43050290284134,,544.5683095406638,,453.57156327543424,,236.5309519781614,,,324.54501334093663,,251.16187896875795,,686.6589743589743,,,,272.8581734960767,,,318.89217035282365, +daily_mean_core_heating_runtime_q10,276.0324760244115,,591.9318644801007,,469.0679128756548,,254.3825237417817,,,339.73194397510633,,274.7627550130776,,686.6589743589743,,,,276.0324760244115,,,328.4262579988803, +daily_mean_core_heating_runtime_q15,302.6138323003455,,639.2954194195374,,484.56426247587535,,270.3187314734089,,,354.918874609276,,285.0787812436497,,686.6589743589743,,,,279.2067785527463,,,337.960345644937, +daily_mean_core_heating_runtime_q20,370.1058052434457,,686.6589743589743,,500.06061207609594,,274.7627550130776,,,370.1058052434457,,303.9626823816298,,686.6589743589743,,,,282.3810810810811,,,347.4944332909937, +daily_mean_core_heating_runtime_q25,413.0430227943038,,719.3723633480505,,515.5569616763165,,279.2067785527463,,,378.7540937244177,,357.0285209370504,,686.6589743589743,,,,322.4903829092868,,,357.0285209370504, +daily_mean_core_heating_runtime_q30,440.44675103455876,,752.0857523371267,,531.0533112765371,,298.4248018123634,,,387.40238220538976,,411.37421006890986,,686.6589743589743,,,,362.59968473749245,,,366.5626085831071, +daily_mean_core_heating_runtime_q35,445.73299483666653,,784.7991413262027,,546.5496608767576,,354.5778243718513,,,396.0506706863618,,434.7375882244257,,686.6589743589743,,,,402.7089865656982,,,376.09669622916374, +daily_mean_core_heating_runtime_q40,491.84632034632034,,817.5125303152789,,562.0460104769782,,410.73084693133933,,,404.69895916733384,,440.9210585064278,,686.6589743589743,,,,442.81828839390386,,,385.63078387522046, +daily_mean_core_heating_runtime_q45,499.53583339278066,,830.6852528219677,,577.5423600771987,,450.1724931867663,,,415.20036028823057,,443.9841709710089,,686.6589743589743,,,,455.075296382008,,,395.1648715212772, +daily_mean_core_heating_runtime_q50,507.1601154729757,,843.8579753286565,,593.0387096774193,,467.33230437011207,,,425.7017614091273,,446.70456365092076,,686.6589743589743,,,,467.33230437011207,,,404.69895916733384, +daily_mean_core_heating_runtime_q55,539.2883751733721,,857.0306978353453,,611.0426599387276,,484.4921155534579,,,436.20316253002403,,478.30379333770054,,686.6589743589743,,,,479.58931235821626,,,408.8995196156925, +daily_mean_core_heating_runtime_q60,593.0387096774193,,870.2034203420342,,629.046610200036,,494.78287023054463,,,446.70456365092076,,493.989694048283,,686.6589743589743,,,,491.84632034632034,,,413.1000800640512, +daily_mean_core_heating_runtime_q65,598.557287600039,,907.4128368442693,,647.0505604613444,,499.9218325279371,,,461.97621303281795,,498.13718611784844,,686.6589743589743,,,,495.51700770160073,,,417.3006405124099, +daily_mean_core_heating_runtime_q70,642.7995669667212,,944.6222533465045,,665.0545107226527,,505.06079482532965,,,477.24786241471514,,504.6642067341989,,686.6589743589743,,,,499.1876950568811,,,421.5012009607686, +daily_mean_core_heating_runtime_q75,751.4734028076207,,981.8316698487397,,683.0584609839611,,529.504218227722,,,492.51951179661233,,507.1601154729757,,686.6589743589743,,,,502.8583824121615,,,425.7017614091273, +daily_mean_core_heating_runtime_q80,817.5125303152789,,1019.041086350975,,701.0624112452695,,561.6694260721144,,,507.7911611785095,,525.9188616645203,,686.6589743589743,,,,506.52906976744185,,,429.902321857486, +daily_mean_core_heating_runtime_q85,845.3586450939761,,1024.71162143917,,719.0663615065778,,593.8346339165066,,,518.2902325101304,,589.3658133655574,,686.6589743589743,,,,529.504218227722,,,434.1028823058447, +daily_mean_core_heating_runtime_q90,944.6222533465045,,1030.3821565273652,,737.0703117678862,,598.5828123983342,,,528.7893038417512,,598.7359611881059,,686.6589743589743,,,,552.4793666880023,,,438.3034427542034, +daily_mean_core_heating_runtime_q95,1036.0526916155602,,1036.0526916155602,,755.0742620291945,,598.7614859864012,,,539.2883751733721,,625.2558040098198,,686.6589743589743,,,,575.4545151482824,,,442.5040032025621, +daily_mean_core_heating_runtime_q98,1070.7332042609685,,1039.4550126684771,,765.8766321859796,,598.8686901392414,,,545.5878179723445,,662.0977062193125,,686.6589743589743,,,,589.2396042244507,,,445.02433947157726, +daily_mean_core_heating_runtime_q99,1085.238193039575,,1040.5891196861162,,769.4774222382412,,598.9044248568548,,,547.6876322386687,,674.3783402891434,,686.6589743589743,,,,593.8346339165066,,,445.86445156124904, +core_mean_indoor_temperature_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +core_mean_indoor_temperature_upper_bound_95_perc_conf,66.45833211617492,72.98119124561647,66.59075030661255,72.34795267858965,66.795749105521,74.67029711858436,66.71955636679529,73.41876019387465,74.12616907785842,66.78880638691372,71.47426202832798,66.7310217718871,73.56295931291069,67.0219017094017,,,,66.80571805202003,73.64242326821962,,66.72470044575539,71.77541666666667 +core_mean_indoor_temperature_mean,66.19876522456762,72.42525335141814,66.17596424261517,71.28714888291462,66.64144389712241,74.35370158161162,66.10577159763594,72.7343251134255,72.63304626495497,66.23393687840974,70.78821951671195,66.35557167911536,72.81920596222568,67.0219017094017,,,,66.12811726801756,73.26702985322899,,65.92803187984087,71.77541666666667 +core_mean_indoor_temperature_lower_bound_95_perc_conf,65.93919833296033,71.8693154572198,65.76117817861778,70.2263450872396,66.48713868872383,74.03710604463888,65.49198682847658,72.04989003297635,71.13992345205152,65.67906736990575,70.10217700509591,65.98012158634361,72.07545261154067,67.0219017094017,,,,65.4505164840151,72.89163643823836,,65.13136331392636,71.77541666666667 +core_mean_indoor_temperature_sem,0.13243208755474356,0.2836417827542525,0.21162554285580995,0.5412264263648119,0.07872714714213487,0.16152833519017146,0.3131554944690568,0.34920157165772575,0.7617973535221679,0.28309668801223575,0.35002168960001695,0.19155616978150472,0.3794659952474546,0.0,,,,0.34571468571554576,0.1915272525462382,,0.40646355403802037,0.0 +core_mean_indoor_temperature_q1,65.00042239979544,69.89781126510925,65.48807985713671,70.53704732548438,66.4588513762038,73.97090657901298,65.05397636384349,71.12871573386636,70.68888502840701,65.02583148177513,69.78816596931661,65.00457472803596,71.12434141156464,67.0219017094017,,,,65.14549889529108,72.82588582256751,,65.00724153495443,71.77541666666667 +core_mean_indoor_temperature_q2.5,65.02440274137672,70.0908823294398,65.50387873948046,70.56000961805877,66.46610711964257,73.98769015248745,65.06236628517176,71.15934644488864,70.75939845602423,65.08792544632594,69.81676908995816,65.034783561978,71.19784990810842,67.0219017094017,,,,65.17131659481544,72.831770704474,,65.04145057927417,71.77541666666667 +core_mean_indoor_temperature_q5,65.06835908612054,70.3423890303802,65.53021021005333,70.59828010568276,66.4782000253739,74.01566277494487,65.07634948738554,71.21039762992575,70.87692083538623,65.19141538724395,69.8644409576941,65.0851316185481,71.32036406901472,67.0219017094017,,,,65.21434609402272,72.8415788409848,,65.09846565314041,71.77541666666667 +core_mean_indoor_temperature_q10,65.30040509243726,70.52890546006067,65.58287315119911,70.67482108093076,66.50238583683651,74.07160801985972,65.10431589181312,71.3125,71.11196559411025,65.39839526907997,69.95978469316597,65.26598149307144,71.5653923908273,67.0219017094017,,,,65.30040509243726,72.86119511400639,,65.21249580087289,71.77541666666667 +core_mean_indoor_temperature_q15,65.47629122399725,70.66354906018921,65.63553609234489,70.75136205617873,66.52657164829913,74.12755326477456,65.14549889529108,71.44341093903819,71.34701035283426,65.60537515091599,70.05512842863784,65.49595742566994,71.78927376510306,67.0219017094017,,,,65.3864640908518,72.88081138702798,,65.32652594860537,71.77541666666667 +core_mean_indoor_temperature_q20,65.67164768622655,71.08851955226189,65.68819903349066,70.82790303142673,66.55075745976177,74.18349850968941,65.26598149307144,71.57432187807636,71.58205511155828,65.81235503275201,70.15047216410971,65.6599977804951,71.88627345415779,67.0219017094017,,,,65.47252308926635,72.90042766004957,,65.44055609633784,71.77541666666667 +core_mean_indoor_temperature_q25,65.69286588844358,71.26144881496288,65.79074447704363,70.90444400667471,66.57494327122438,74.23944375460425,65.3864640908518,71.82969208188292,71.8170998702823,65.89045052024719,70.24581589958159,65.9158017180175,71.98327314321251,67.0219017094017,,,,65.53110893027534,72.92004393307116,,65.55458624407032,71.77541666666667 +core_mean_indoor_temperature_q30,65.75961074302715,71.57876879535904,65.89328992059662,70.98098498192267,66.59912908268701,74.2953889995191,65.49595742566994,72.08506228568949,72.0521446290063,65.96854600774236,70.30304806850248,66.16445207625941,72.12949902865134,67.0219017094017,,,,65.58969477128431,72.93966020609275,,65.6686163918028,71.77541666666667 +core_mean_indoor_temperature_q35,65.91035713585887,71.68927257799672,65.9958353641496,71.05752595717067,66.62331489414964,74.35133424443396,65.57797760308253,72.17089240551037,72.23771438809612,66.04664149523754,70.36028023742338,66.30345490360284,72.39879040505039,67.0219017094017,,,,65.6482806122933,72.98595931445743,,65.78264653953528,71.77541666666667 +core_mean_indoor_temperature_q40,66.09838080770257,71.9971302416489,66.09838080770257,71.13406693241865,66.64750070561226,74.40727948934881,65.6599977804951,72.25672252533126,72.32433414791754,66.12473698273271,70.41751240634427,66.32799427814479,72.66808178144944,67.0219017094017,,,,65.7068664533023,73.08562409350827,,65.89667668726776,71.77541666666667 +core_mean_indoor_temperature_q45,66.14051134169922,72.0944507223154,66.12074421042661,71.21060790766664,66.67168651707487,74.46322473426365,65.80050380980653,72.53934254664722,72.41095390773896,66.26228352489503,70.47474457526516,66.3501093565244,72.8415788409848,67.0219017094017,,,,65.86292871414268,73.1852888725591,,66.01070683500024,71.77541666666667 +core_mean_indoor_temperature_q50,66.25557343448247,72.1782464990089,66.14310761315066,71.28714888291462,66.6958723285375,74.5191699791785,66.01899097498307,72.8219625679632,72.49757366756036,66.39983006705734,70.53197674418605,66.39442836286564,72.88735014470184,67.0219017094017,,,,66.01899097498307,73.28495365160992,,66.12473698273271,71.77541666666667 +core_mean_indoor_temperature_q55,66.32916473508944,72.24954031675492,66.16547101587472,71.3636898581626,66.70372961057559,74.52547470482328,66.23747814015962,72.88735014470184,72.58419342738176,66.53737660921966,70.74933960552947,66.52567406117252,72.93312144841889,67.0219017094017,,,,66.17505323582347,73.38461843066077,,66.17975559959764,71.77541666666667 +core_mean_indoor_temperature_q60,66.39442836286564,72.79343747383135,66.18783441859875,71.4402308334106,66.7115868926137,74.53177943046806,66.3437780699042,72.95273772144049,72.67081318720318,66.67492315138198,70.96670246687289,66.61912259110665,73.08562409350827,67.0219017094017,,,,66.33111549666386,73.4842832097116,,66.23477421646257,71.77541666666667 +core_mean_indoor_temperature_q65,66.48599121483089,72.8938889023757,66.2863563683465,71.51677180865858,66.7194441746518,74.53808415611284,66.36593757307483,73.25086852585045,72.7574329470246,66.69545793238194,71.18406532821629,66.68487535113562,73.31817524462687,67.0219017094017,,,,66.3469437132143,73.58394798876243,,66.2897928333275,71.77541666666667 +core_mean_indoor_temperature_q70,66.62842268448587,73.48937316937842,66.38487831809425,71.59331278390655,66.72730145668989,74.54438888175763,66.38809707624546,73.54899933026041,72.99719174507224,66.71599271338192,71.40142818955971,66.75454074941116,73.55072639574549,67.0219017094017,,,,66.36277192976475,73.62307757777474,,66.34481145019242,71.77541666666667 +core_mean_indoor_temperature_q75,66.69063503424861,73.63193957176776,66.48340026784201,71.66985375915453,66.73515873872799,74.55069360740242,66.55309279465527,73.58308445601989,73.31352006223302,66.73652749438189,71.61879105090313,66.89817342916008,73.63193957176776,67.0219017094017,,,,66.3786001463152,73.63193957176776,,66.39983006705734,71.77541666666667 +core_mean_indoor_temperature_q80,66.75706227538186,73.84633033471115,66.58192221758976,71.74639473440253,66.74301602076608,74.5569983330472,66.77522299916077,73.61716958177938,73.6298483793938,66.75706227538186,71.65011617405584,67.0233385855262,73.65261755775147,67.0219017094017,,,,66.39442836286564,73.64080156576077,,66.45484868392228,71.77541666666667 +core_mean_indoor_temperature_q85,66.83630928903926,74.47093846270839,66.69191709054274,71.82293570965051,66.75087330280418,74.56330305869199,66.99735320366626,73.64670956175613,73.94617669655457,66.83032378723688,71.68144129720855,67.02836765196194,73.67329554373518,67.0219017094017,,,,66.72969204974899,73.6496635597538,,66.50986730078719,71.77541666666667 +core_mean_indoor_temperature_q90,67.02549389971296,74.53808415611284,66.80191196349574,71.89947668489849,66.75873058484227,74.56960778433677,67.24100519613664,73.67624954173286,74.26250501371536,66.9035852990919,71.71276642036125,67.04169942969085,73.9480398499009,67.0219017094017,,,,67.06495573663233,73.65852555374681,,66.56488591765212,71.77541666666667 +core_mean_indoor_temperature_q95,67.04485276460751,74.7856311036932,66.91190683644872,71.97601766014647,66.76658786688036,74.57591250998155,67.48824415326784,74.3999025486442,74.57883333087612,66.97684681094692,71.74409154351396,67.25572075908107,74.26512854276362,67.0219017094017,,,,67.40021942351568,73.66738754773984,,66.61990453451705,71.77541666666667 +core_mean_indoor_temperature_q98,67.39279571660049,75.00022284549549,66.97790376022051,72.02194224529528,66.77130223610322,74.57969534536842,67.63658752754655,74.83409435279101,74.7686303211726,67.02080371805994,71.76288661740558,67.54357816987185,74.45538175848125,67.0219017094017,,,,67.60137763564569,73.67270474413566,,66.65291570463602,71.77541666666667 +core_mean_indoor_temperature_q99,67.56413941349976,75.06188920052551,66.99990273481112,72.03725044034486,66.77287369251084,74.58095629049738,67.68603531897278,74.97882495417329,74.83189598460476,67.03545602043094,71.76915164203614,67.63953064013545,74.51879949705379,67.0219017094017,,,,67.66843037302236,73.67447714293426,,66.663919428009,71.77541666666667 +core_mean_outdoor_temperature_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +core_mean_outdoor_temperature_upper_bound_95_perc_conf,53.65018651009617,78.01125078693039,46.272734295390876,76.90432036372182,54.512422446648245,79.64143560506918,58.68981499367917,79.90336103526907,80.49092154074634,57.69421474920995,74.13717973564815,56.26459711343037,77.29174155792415,36.67280905866011,,,,58.9709648189269,78.4867703492348,,56.03686225017234,74.50577510000001 +core_mean_outdoor_temperature_mean,50.45783833321032,76.82130564647885,42.364402084576234,76.6456807142857,50.03979720846049,78.73490699852954,55.15193134401586,77.88805478435744,78.75717468847847,55.59509019079619,73.19074489126436,53.16917660430993,75.39894955416716,36.67280905866011,,,,55.74806034846171,75.59487145647637,,53.5237120382475,74.50577510000001 +core_mean_outdoor_temperature_lower_bound_95_perc_conf,47.26549015632447,75.6313605060273,38.45606987376159,76.38704106484958,45.56717197027274,77.8283783919899,51.61404769435254,75.8727485334458,77.0234278362106,53.495965632382436,72.24431004688057,50.073756095189495,73.50615755041017,36.67280905866011,,,,52.525155877996525,72.70297256371794,,51.010561826322665,74.50577510000001 +core_mean_outdoor_temperature_sem,1.62874906983972,0.6071148675773181,1.994047046334002,0.1319590048143487,2.2819516521366086,0.462514595173282,1.8050426783996514,1.028217474954914,0.8845647205448284,1.07098191755804,0.48287492060397014,1.579296178122673,0.9657102059984692,0.0,,,,1.6443390155434636,1.4754586187543008,,1.28221949588002,0.0 +core_mean_outdoor_temperature_q1,29.89315620399973,71.43780476968234,35.20306591963739,76.46279486428571,44.81302400500144,77.98349059077492,46.489007188976814,72.98793130050198,76.10601290328857,50.685838421849844,71.46192456999998,38.006502337222244,71.60020952466861,36.67280905866011,,,,50.50423205792774,72.95984484500009,,50.57109358110983,74.50577510000001 +core_mean_outdoor_temperature_q2.5,32.509433610791646,71.4716320492059,35.31909827271813,76.46839341071428,45.01304407884438,77.99583770410426,46.92373354271471,73.04811656229175,76.21339864026679,50.972700523699885,71.53193155,40.00704225506544,71.75235771621401,36.67280905866011,,,,50.7514192331221,72.97790042353702,,50.685838421849844,74.50577510000001 +core_mean_outdoor_temperature_q5,35.5124855278527,71.8779179955316,35.5124855278527,76.47772432142858,45.34641086858262,78.01641622631982,47.6482774656112,73.14842533194137,76.39237486856382,51.45080402678329,71.64860985,43.341275451470786,72.00593803545634,36.67280905866011,,,,51.16339785844603,73.0079930544319,,50.87707982308321,74.50577510000001 +core_mean_outdoor_temperature_q10,39.712703465263765,72.83807632984949,35.89926003812184,76.49638614285715,46.01314444805911,78.05757327075095,49.09736531140418,73.3490428712406,76.75032732515787,52.40701103295008,71.88196645,47.04121701345535,72.513098673941,36.67280905866011,,,,51.98735510909389,73.06817831622168,,51.25956262554993,74.50577510000001 +core_mean_outdoor_temperature_q15,44.11266583174755,73.36524926216133,36.28603454839097,76.51504796428571,46.67987802753559,78.09873031518205,50.504232057927744,74.45829874100951,77.10827978175192,53.36321803911687,72.11532305,48.50777635429976,72.96786954657206,36.67280905866011,,,,52.81131235974175,73.12836357801145,,51.642045428016644,74.50577510000001 +core_mean_outdoor_temperature_q20,44.679677289106145,73.71489808045978,36.67280905866011,76.53370978571428,47.34661160701208,78.13988735961318,51.65777220883474,75.56755461077844,77.46623223834598,54.31942504528367,72.34867965,49.932404107020744,73.10830182408152,36.67280905866011,,,,53.635269610389614,73.18854883980121,,52.02452823048336,74.50577510000001 +core_mean_outdoor_temperature_q25,45.23672369651977,74.14058340447154,38.19275626196193,76.55237160714285,48.01334518648855,78.1810444040443,52.81131235974175,75.64196239644276,77.82418469494003,54.67884729617334,72.58203625,50.417018814207324,73.24873410159098,36.67280905866011,,,,53.664335457792205,73.24873410159098,,52.40701103295008,74.50577510000001 +core_mean_outdoor_temperature_q30,46.307162176583276,74.61195305107785,39.712703465263765,76.57103342857143,48.680078765965035,78.22220144847543,53.64689594935066,75.71637018210708,78.18213715153409,55.038269547063,72.80026313793104,51.12273153857112,73.46471609411654,36.67280905866011,,,,53.69340130519481,73.30891936338075,,52.789493835416806,74.50577510000001 +core_mean_outdoor_temperature_q35,47.83197726127037,75.63452161787633,41.2326506685656,76.58969525,49.34681234544151,78.26335849290653,53.68758813571429,76.2061504335193,78.49427481241781,55.39769179795267,73.01849002586208,53.321202351412296,73.86957237418233,36.67280905866011,,,,53.7224671525974,73.46740923678392,,53.17197663788352,74.50577510000001 +core_mean_outdoor_temperature_q40,50.33944060779817,75.97081196599723,42.75259787186742,76.60835707142857,50.013545924918006,78.30451553733766,53.72828032207792,76.6959306849315,78.7147828818809,55.75711404884233,73.23671691379312,53.70502764415585,74.27442865424813,36.67280905866011,,,,53.751533,73.82250833341391,,53.554459440350236,74.50577510000001 +core_mean_outdoor_temperature_q45,50.70770103643011,76.49459272773973,43.29342383442231,76.62701889285714,50.680279504394484,78.34567258176878,53.93010106861078,76.78321454807323,78.93529095134397,56.09588185541425,73.45494380172414,53.85388347572131,74.68736436231606,36.67280905866011,,,,54.04914644768465,74.17760743004388,,53.936942242816954,74.50577510000001 +core_mean_outdoor_temperature_q50,52.49114134713029,76.76411480675145,43.83424979697719,76.6456807142857,51.34701308387096,78.3868296261999,54.34675989536929,76.87049841121495,79.15579902080705,56.43464966198616,73.67317068965518,54.09270125240436,75.11107264105354,36.67280905866011,,,,54.34675989536929,74.53270652667385,,54.31942504528367,74.50577510000001 +core_mean_outdoor_temperature_q55,53.7224671525974,76.86476848881843,44.375075759532066,76.66434253571427,51.6215819007243,78.5324098823299,54.76341872212779,77.29749792901174,79.37630709027013,56.77341746855807,73.69403438505748,54.251407907419875,75.53478091979102,36.67280905866011,,,,54.64437334305393,74.88780562330382,,54.46319394563954,74.50577510000001 +core_mean_outdoor_temperature_q60,54.09270125240436,77.77464979382455,44.91590172208696,76.68300435714285,51.89615071757765,78.67799013845992,55.798168352185456,77.72449744680851,79.5968151597332,57.11218527512999,73.71489808045978,54.568449743465635,75.93955593139995,36.67280905866011,,,,54.941986790738575,75.24290471993379,,54.606962845995405,74.50577510000001 +core_mean_outdoor_temperature_q65,54.4750654816474,77.98284832561941,45.2907099749023,76.70166617857143,52.17071953443098,78.82357039458992,57.29648608471749,79.04538121336208,79.81732322919628,57.22471127025198,73.73576177586207,55.02349951654895,76.33013099266248,36.67280905866011,,,,56.012213742547175,75.59800381656376,,54.75073174635127,74.50577510000001 +core_mean_outdoor_temperature_q70,55.349550419790454,78.34705242608345,45.66551822771765,76.720328,52.44528835128432,78.96915065071994,58.79480381724954,80.36626497991563,79.97001115714858,57.337237265373986,73.75662547126437,55.59408859722158,76.72070605392499,36.67280905866011,,,,57.082440694355775,76.18135966188794,,54.89450064670713,74.50577510000001 +core_mean_outdoor_temperature_q75,56.77341746855807,78.7762371388226,46.040326480533,76.73898982142856,52.719857168137665,79.11473090684996,59.54914570886431,81.31121523114348,80.0887890143455,57.449763260495985,73.77748916666667,56.43464966198616,77.11803899190073,36.67280905866011,,,,58.152667646164375,76.87884388155922,,55.038269547063,74.50577510000001 +core_mean_outdoor_temperature_q80,57.562289255617976,79.87154842641038,46.41513473334834,76.75765164285713,52.994425984991004,79.26031116297996,60.00589726411218,82.25616548237133,80.2075668715424,57.562289255617976,73.92314635333334,57.53432713969859,77.51807508056179,36.67280905866011,,,,59.222894597972974,77.5763281012305,,55.18203844741886,74.50577510000001 +core_mean_outdoor_temperature_q85,58.5494215239583,80.34249302687071,46.88741557598902,76.7763134642857,53.26899480184434,79.40589141910996,60.462648819360055,82.43739965134192,80.32634472873931,57.752949566535165,74.06880354,59.011823665688674,77.91811116922284,36.67280905866011,,,,60.06648031944747,78.27381232090178,,55.325807347774735,74.50577510000001 +core_mean_outdoor_temperature_q90,59.65995107359279,81.15472445494242,47.359696418629696,76.79497528571427,53.543563618697675,79.55147167523998,61.14870057423811,82.61863382031251,80.44512258593622,57.94360987745236,74.21446072666667,59.74736236871675,78.69256092129677,36.67280905866011,,,,60.910066040921976,78.97129654057306,,55.4695762481306,74.50577510000001 +core_mean_outdoor_temperature_q95,60.42017616845689,82.4917699020331,47.83197726127037,76.81363710714284,53.81813243555102,79.69705193137,61.872969029054545,82.63723508296079,80.56390044313312,58.13427018836955,74.36011791333334,60.847076529610106,79.5294129506062,36.67280905866011,,,,61.75365176239647,79.66878076024435,,55.61334514848647,74.50577510000001 +core_mean_outdoor_temperature_q98,61.562568262704644,82.63574698194893,48.11534576685478,76.8248342,53.982873725663026,79.78440008504799,62.307530101944394,82.64839584054975,80.63516715745126,58.248666374919864,74.44751222533334,61.89717310216662,80.03152416819185,36.67280905866011,,,,62.25980319528117,80.0872712920471,,55.699606488699985,74.50577510000001 +core_mean_outdoor_temperature_q99,62.07990287328781,82.645791663779,48.209801935382906,76.8285665642857,54.03778748903369,79.813516136274,62.45238379290768,82.6521160930794,80.65892272889066,58.28679843710329,74.47664366266667,62.247205293018794,80.19889457405375,36.67280905866011,,,,62.42852033957607,80.22676813598136,,55.72836026877116,74.50577510000001 rhu1_00F_to_05F_n,2.0,,1.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0, rhu1_00F_to_05F_upper_bound_95_perc_conf,0.5933710719298193,,0.500125313283208,,,,,,,,,,,,,,,,,,, rhu1_00F_to_05F_mean,0.25851173071567807,,0.500125313283208,,,,,,,,,,,,,,,,,,, @@ -1153,9 +1153,9 @@ rhu1_15F_to_20F_q95,0.44432433402164406,,0.45585093757417516,,0.3790069138906348 rhu1_15F_to_20F_q98,0.45124029615316275,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu1_15F_to_20F_q99,0.4535456168636689,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu1_20F_to_25F_n,5.0,,1.0,,1.0,,1.0,,,1.0,,2.0,,0.0,,0.0,,0.0,,,1.0, -rhu1_20F_to_25F_upper_bound_95_perc_conf,0.40338758712805833,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,,,,0.07103825136612021, -rhu1_20F_to_25F_mean,0.24977405929331006,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,,,,0.07103825136612021, -rhu1_20F_to_25F_lower_bound_95_perc_conf,0.09616053145856182,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,,,,0.07103825136612021, +rhu1_20F_to_25F_upper_bound_95_perc_conf,0.4033875871280583,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,,,,0.07103825136612021, +rhu1_20F_to_25F_mean,0.24977405929331004,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,,,,0.07103825136612021, +rhu1_20F_to_25F_lower_bound_95_perc_conf,0.0961605314585618,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,,,,0.07103825136612021, rhu1_20F_to_25F_sem,0.07837424889527972,,0.0,,0.0,,0.0,,,0.0,,0.07517680112736243,,,,,,,,,0.0, rhu1_20F_to_25F_q1,0.03234212413881716,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07316457240072304,,,,,,,,,0.07103825136612021, rhu1_20F_to_25F_q2.5,0.0347606320905236,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07635405395262726,,,,,,,,,0.07103825136612021, @@ -1210,9 +1210,9 @@ rhu1_25F_to_30F_q98,0.4811155858446745,,0.494096068768991,,0.3318400322150354,,0 rhu1_25F_to_30F_q99,0.4876058273068328,,0.494096068768991,,0.3318400322150354,,0.21593298752278145,,,0.04152249134948097,,0.21418888256104843,,,,,,,,,0.04152249134948097, rhu1_30F_to_35F_n,6.0,,1.0,,1.0,,2.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, rhu1_30F_to_35F_upper_bound_95_perc_conf,0.390066513542105,,0.5004456191032299,,0.28432496802364043,,0.5048805186073437,,,0.014548274889536524,,0.41015405435000085,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu1_30F_to_35F_mean,0.23707176790762233,,0.5004456191032299,,0.28432496802364043,,0.30120673719908336,,,0.014548274889536524,,0.2056539164292344,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu1_30F_to_35F_lower_bound_95_perc_conf,0.08407702227313965,,0.5004456191032299,,0.28432496802364043,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084679564,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu1_30F_to_35F_sem,0.07805854369106259,,0.0,,0.0,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.0,,,0.0, +rhu1_30F_to_35F_mean,0.23707176790762233,,0.5004456191032299,,0.28432496802364043,,0.30120673719908336,,,0.014548274889536524,,0.20565391642923445,,,,,,0.4481650147334583,,,0.014548274889536524, +rhu1_30F_to_35F_lower_bound_95_perc_conf,0.08407702227313968,,0.5004456191032299,,0.28432496802364043,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084680119,,,,,,0.4481650147334583,,,0.014548274889536524, +rhu1_30F_to_35F_sem,0.07805854369106258,,0.0,,0.0,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.0,,,0.0, rhu1_30F_to_35F_q1,0.014855774696617722,,0.5004456191032299,,0.28432496802364043,,0.15718762521539592,,,0.014548274889536524,,0.01734227858503996,,,,,,0.4481650147334583,,,0.014548274889536524, rhu1_30F_to_35F_q2.5,0.015317024407239522,,0.5004456191032299,,0.28432496802364043,,0.16159637354142714,,,0.014548274889536524,,0.021533284128295117,,,,,,0.4481650147334583,,,0.014548274889536524, rhu1_30F_to_35F_q5,0.01608577392494252,,0.5004456191032299,,0.28432496802364043,,0.16894428741814588,,,0.014548274889536524,,0.028518293367053714,,,,,,0.4481650147334583,,,0.014548274889536524, @@ -1236,174 +1236,174 @@ rhu1_30F_to_35F_q90,0.4743053169183441,,0.5004456191032299,,0.28432496802364043, rhu1_30F_to_35F_q95,0.487375468010787,,0.5004456191032299,,0.28432496802364043,,0.4334691869800208,,,0.014548274889536524,,0.4187733592265833,,,,,,0.4481650147334583,,,0.014548274889536524, rhu1_30F_to_35F_q98,0.4952175586662528,,0.5004456191032299,,0.28432496802364043,,0.4422866836320833,,,0.014548274889536524,,0.4364083525307083,,,,,,0.4481650147334583,,,0.014548274889536524, rhu1_30F_to_35F_q99,0.4978315888847414,,0.5004456191032299,,0.28432496802364043,,0.4452258491827708,,,0.014548274889536524,,0.4422866836320833,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu1_35F_to_40F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu1_35F_to_40F_upper_bound_95_perc_conf,0.3457229292640891,,0.497354540159213,,0.19741898266605878,,0.563738812589862,,,0.08044473193645557,,0.35829530413458643,,,,,,0.4925278507381578,,,0.08044473193645557, -rhu1_35F_to_40F_mean,0.20154314097819162,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.03881699155171517,,0.17341334222920493,,,,,,0.4925278507381578,,,0.03881699155171517, -rhu1_35F_to_40F_lower_bound_95_perc_conf,0.05736335269229417,,0.497354540159213,,0.19741898266605878,,0.052280573223527416,,,-0.002810748833025241,,-0.011468619676176572,,,,,,0.4925278507381578,,,-0.002810748833025241, -rhu1_35F_to_40F_sem,0.07356111647239666,,0.0,,0.0,,0.1304740406546772,,,0.021238643053438984,,0.09432753158437832,,,,,,0.0,,,0.021238643053438984, -rhu1_35F_to_40F_q1,0.009596659335507178,,0.497354540159213,,0.19741898266605878,,0.12718189823186088,,,0.009381734040192118,,0.0105831731222951,,,,,,0.4925278507381578,,,0.009381734040192118, -rhu1_35F_to_40F_q2.5,0.010820126590057006,,0.497354540159213,,0.19741898266605878,,0.13271744296680477,,,0.010282813351769355,,0.013286411057026812,,,,,,0.4925278507381578,,,0.010282813351769355, -rhu1_35F_to_40F_q5,0.012859238680973384,,0.497354540159213,,0.19741898266605878,,0.14194335085837792,,,0.011784612204398082,,0.017791807614912992,,,,,,0.4925278507381578,,,0.011784612204398082, -rhu1_35F_to_40F_q10,0.01693746286280614,,0.497354540159213,,0.19741898266605878,,0.16039516664152423,,,0.014788209909655537,,0.026802600730685355,,,,,,0.4925278507381578,,,0.014788209909655537, -rhu1_35F_to_40F_q15,0.02101568704463889,,0.497354540159213,,0.19741898266605878,,0.17884698242467054,,,0.01779180761491299,,0.03581339384645771,,,,,,0.4925278507381578,,,0.01779180761491299, -rhu1_35F_to_40F_q20,0.0316706698050578,,0.497354540159213,,0.19741898266605878,,0.19729879820781687,,,0.02079540532017044,,0.044824186962230075,,,,,,0.4925278507381578,,,0.02079540532017044, -rhu1_35F_to_40F_q25,0.045614031854769754,,0.497354540159213,,0.19741898266605878,,0.21575061399096318,,,0.023799003025427895,,0.053834980078002435,,,,,,0.4925278507381578,,,0.023799003025427895, -rhu1_35F_to_40F_q30,0.05955739390448171,,0.497354540159213,,0.19741898266605878,,0.23420242977410946,,,0.02680260073068535,,0.0628457731937748,,,,,,0.4925278507381578,,,0.02680260073068535, -rhu1_35F_to_40F_q35,0.07431682525138388,,0.497354540159213,,0.19741898266605878,,0.2526542455572558,,,0.029806198435942805,,0.07158489692783679,,,,,,0.4925278507381578,,,0.029806198435942805, -rhu1_35F_to_40F_q40,0.09070839519266649,,0.497354540159213,,0.19741898266605878,,0.2711060613404021,,,0.032809796141200255,,0.07978068189847809,,,,,,0.4925278507381578,,,0.032809796141200255, -rhu1_35F_to_40F_q45,0.10709996513394904,,0.497354540159213,,0.19741898266605878,,0.2895578771235484,,,0.03581339384645771,,0.08797646686911938,,,,,,0.4925278507381578,,,0.03581339384645771, -rhu1_35F_to_40F_q50,0.12349153507523161,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.03881699155171517,,0.09617225183976066,,,,,,0.4925278507381578,,,0.03881699155171517, -rhu1_35F_to_40F_q55,0.14566976935247977,,0.497354540159213,,0.19741898266605878,,0.32646150868984103,,,0.04182058925697262,,0.10436803681040195,,,,,,0.4925278507381578,,,0.04182058925697262, -rhu1_35F_to_40F_q60,0.1678480036297279,,0.497354540159213,,0.19741898266605878,,0.34491332447298734,,,0.044824186962230075,,0.11256382178104322,,,,,,0.4925278507381578,,,0.044824186962230075, -rhu1_35F_to_40F_q65,0.1900262379069761,,0.497354540159213,,0.19741898266605878,,0.36336514025613365,,,0.04782778466748753,,0.12075960675168453,,,,,,0.4925278507381578,,,0.04782778466748753, -rhu1_35F_to_40F_q70,0.25644075628047835,,0.497354540159213,,0.19741898266605878,,0.3818169560392799,,,0.05083138237274498,,0.1603951666415241,,,,,,0.4925278507381578,,,0.05083138237274498, -rhu1_35F_to_40F_q75,0.3449734167021083,,0.497354540159213,,0.19741898266605878,,0.40026877182242626,,,0.053834980078002435,,0.21575061399096318,,,,,,0.4925278507381578,,,0.053834980078002435, -rhu1_35F_to_40F_q80,0.4335060771237382,,0.497354540159213,,0.19741898266605878,,0.41872058760557257,,,0.05683857778325989,,0.2711060613404022,,,,,,0.4925278507381578,,,0.05683857778325989, -rhu1_35F_to_40F_q85,0.4930105196802633,,0.497354540159213,,0.19741898266605878,,0.4371724033887189,,,0.059842175488517335,,0.326461508689841,,,,,,0.4925278507381578,,,0.059842175488517335, -rhu1_35F_to_40F_q90,0.4944585265065799,,0.497354540159213,,0.19741898266605878,,0.4556242191718652,,,0.0628457731937748,,0.38181695603928,,,,,,0.4925278507381578,,,0.0628457731937748, -rhu1_35F_to_40F_q95,0.4959065333328964,,0.497354540159213,,0.19741898266605878,,0.4740760349550115,,,0.06584937089903226,,0.43717240338871877,,,,,,0.4925278507381578,,,0.06584937089903226, -rhu1_35F_to_40F_q98,0.49677533742868635,,0.497354540159213,,0.19741898266605878,,0.48514712442489927,,,0.06765152952218673,,0.4703856717983822,,,,,,0.4925278507381578,,,0.06765152952218673, -rhu1_35F_to_40F_q99,0.49706493879394964,,0.497354540159213,,0.19741898266605878,,0.48883748758152856,,,0.06825224906323821,,0.4814567612682699,,,,,,0.4925278507381578,,,0.06825224906323821, -rhu1_40F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu1_40F_to_45F_upper_bound_95_perc_conf,0.31890122555762374,,0.4542236394098254,,0.15271363589013506,,0.5647322324958838,,,0.0396871052258929,,0.3451588226609835,,,,,,0.4877852165596393,,,0.0396871052258929, -rhu1_40F_to_45F_mean,0.17640214036490817,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.019641327256556547,,0.15402270979526309,,,,,,0.4877852165596393,,,0.019641327256556547, -rhu1_40F_to_45F_lower_bound_95_perc_conf,0.03390305517219261,,0.4542236394098254,,0.15271363589013506,,0.012075952172055482,,,-0.00040445071277980457,,-0.03711340307045738,,,,,,0.4877852165596393,,,-0.00040445071277980457, -rhu1_40F_to_45F_sem,0.07270361489424264,,0.0,,0.0,,0.14098374498056845,,,0.010227437739457322,,0.09751842493149003,,,,,,0.0,,,0.010227437739457322, -rhu1_40F_to_45F_q1,0.005574105415664861,,0.4542236394098254,,0.15271363589013506,,0.09301059059281336,,,0.00546682172027891,,0.0060453729666575876,,,,,,0.4877852165596393,,,0.00546682172027891, -rhu1_40F_to_45F_q2.5,0.006168944393527798,,0.4542236394098254,,0.15271363589013506,,0.09899202431958344,,,0.005900735155062918,,0.007347113271009616,,,,,,0.4877852165596393,,,0.005900735155062918, -rhu1_40F_to_45F_q5,0.007160342689966026,,0.4542236394098254,,0.15271363589013506,,0.10896108053086694,,,0.006623924213036267,,0.009516680444929664,,,,,,0.4877852165596393,,,0.006623924213036267, -rhu1_40F_to_45F_q10,0.009143139282842484,,0.4542236394098254,,0.15271363589013506,,0.1288991929534339,,,0.008070302328982966,,0.013855814792769757,,,,,,0.4877852165596393,,,0.008070302328982966, -rhu1_40F_to_45F_q15,0.011125935875718938,,0.4542236394098254,,0.15271363589013506,,0.14883730537600087,,,0.009516680444929662,,0.01819494914060985,,,,,,0.4877852165596393,,,0.009516680444929662, -rhu1_40F_to_45F_q20,0.01625051614188025,,0.4542236394098254,,0.15271363589013506,,0.16877541779856783,,,0.01096305856087636,,0.022534083488449944,,,,,,0.4877852165596393,,,0.01096305856087636, -rhu1_40F_to_45F_q25,0.022945988244683975,,0.4542236394098254,,0.15271363589013506,,0.1887135302211348,,,0.012409436676823059,,0.026873217836290035,,,,,,0.4877852165596393,,,0.012409436676823059, -rhu1_40F_to_45F_q30,0.0296414603474877,,0.4542236394098254,,0.15271363589013506,,0.20865164264370176,,,0.013855814792769755,,0.031212352184130127,,,,,,0.4877852165596393,,,0.013855814792769755, -rhu1_40F_to_45F_q35,0.039596894385251144,,0.4542236394098254,,0.15271363589013506,,0.22858975506626872,,,0.015302192908716454,,0.03685100140063734,,,,,,0.4877852165596393,,,0.015302192908716454, -rhu1_40F_to_45F_q40,0.056072252292934124,,0.4542236394098254,,0.15271363589013506,,0.2485278674888357,,,0.01674857102466315,,0.04508868035447882,,,,,,0.4877852165596393,,,0.01674857102466315, -rhu1_40F_to_45F_q45,0.07254761020061704,,0.4542236394098254,,0.15271363589013506,,0.2684659799114027,,,0.01819494914060985,,0.05332635930832028,,,,,,0.4877852165596393,,,0.01819494914060985, -rhu1_40F_to_45F_q50,0.08902296810829996,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.019641327256556547,,0.06156403826216174,,,,,,0.4877852165596393,,,0.019641327256556547, -rhu1_40F_to_45F_q55,0.1081301684428505,,0.4542236394098254,,0.15271363589013506,,0.3083422047565366,,,0.021087705372503245,,0.06980171721600321,,,,,,0.4877852165596393,,,0.021087705372503245, -rhu1_40F_to_45F_q60,0.127237368777401,,0.4542236394098254,,0.15271363589013506,,0.32828031717910355,,,0.022534083488449944,,0.07803939616984466,,,,,,0.4877852165596393,,,0.022534083488449944, -rhu1_40F_to_45F_q65,0.14634456911195157,,0.4542236394098254,,0.15271363589013506,,0.34821842960167054,,,0.023980461604396642,,0.08627707512368615,,,,,,0.4877852165596393,,,0.023980461604396642, -rhu1_40F_to_45F_q70,0.2130156365940729,,0.4542236394098254,,0.15271363589013506,,0.3681565420242375,,,0.025426839720343337,,0.12889919295343374,,,,,,0.4877852165596393,,,0.025426839720343337, -rhu1_40F_to_45F_q75,0.3034686376499802,,0.4542236394098254,,0.15271363589013506,,0.38809465444680447,,,0.026873217836290035,,0.1887135302211348,,,,,,0.4877852165596393,,,0.026873217836290035, -rhu1_40F_to_45F_q80,0.3939216387058876,,0.4542236394098254,,0.15271363589013506,,0.40803276686937145,,,0.028319595952236733,,0.24852786748883585,,,,,,0.4877852165596393,,,0.028319595952236733, -rhu1_40F_to_45F_q85,0.4575797971248068,,0.4542236394098254,,0.15271363589013506,,0.4279708792919384,,,0.029765974068183428,,0.30834220475653656,,,,,,0.4877852165596393,,,0.029765974068183428, -rhu1_40F_to_45F_q90,0.467648270269751,,0.4542236394098254,,0.15271363589013506,,0.4479089917145054,,,0.031212352184130127,,0.3681565420242376,,,,,,0.4877852165596393,,,0.031212352184130127, -rhu1_40F_to_45F_q95,0.4777167434146951,,0.4542236394098254,,0.15271363589013506,,0.4678471041370723,,,0.03265873030007683,,0.4279708792919383,,,,,,0.4877852165596393,,,0.03265873030007683, -rhu1_40F_to_45F_q98,0.48375782730166167,,0.4542236394098254,,0.15271363589013506,,0.4798099715906125,,,0.033526557169644845,,0.4638594816525589,,,,,,0.4877852165596393,,,0.033526557169644845, -rhu1_40F_to_45F_q99,0.48577152193065043,,0.4542236394098254,,0.15271363589013506,,0.4837975940751259,,,0.033815832792834184,,0.475822349106099,,,,,,0.4877852165596393,,,0.033815832792834184, -rhu1_45F_to_50F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu1_45F_to_50F_upper_bound_95_perc_conf,0.27361634070412233,,0.40025798507790855,,0.09249776186213071,,0.4360433574148745,,,0.015836251266091575,,0.29954856908233973,,,,,,0.5293530585660533,,,0.015836251266091575, -rhu1_45F_to_50F_mean,0.1532105905553325,,0.40025798507790855,,0.09249776186213071,,0.23473027098031748,,,0.010700754484599376,,0.14511846438203024,,,,,,0.32875898051305136,,,0.010700754484599376, -rhu1_45F_to_50F_lower_bound_95_perc_conf,0.032804840406542704,,0.40025798507790855,,0.09249776186213071,,0.03341718454576048,,,0.005565257703107179,,-0.009311640318279246,,,,,,0.12816490246004944,,,0.005565257703107179, -rhu1_45F_to_50F_sem,0.06143150517795398,,0.0,,0.0,,0.10271075838497806,,,0.002620151419128672,,0.07879086974505586,,,,,,0.10234391737398058,,,0.002620151419128672, -rhu1_45F_to_50F_q1,0.0070191956468156095,,0.40025798507790855,,0.09249776186213071,,0.04941985136728029,,,0.007069409885644554,,0.007291737105988726,,,,,,0.18691754765591012,,,0.007069409885644554, -rhu1_45F_to_50F_q2.5,0.00705503789874428,,0.40025798507790855,,0.09249776186213071,,0.053540350545926096,,,0.00718057349581664,,0.007736391546677072,,,,,,0.19125963233521034,,,0.00718057349581664, -rhu1_45F_to_50F_q5,0.007114774985292062,,0.40025798507790855,,0.09249776186213071,,0.06040784917700244,,,0.007365846179436784,,0.008477482281157649,,,,,,0.19849644013404408,,,0.007365846179436784, -rhu1_45F_to_50F_q10,0.007234249158387631,,0.40025798507790855,,0.09249776186213071,,0.07414284643915513,,,0.007736391546677072,,0.009959663750118801,,,,,,0.21297005573171157,,,0.007736391546677072, -rhu1_45F_to_50F_q15,0.007690133220696182,,0.40025798507790855,,0.09249776186213071,,0.0878778437013078,,,0.00810693691391736,,0.011441845219079953,,,,,,0.22744367132937904,,,0.00810693691391736, -rhu1_45F_to_50F_q20,0.010164476618282632,,0.40025798507790855,,0.09249776186213071,,0.10161284096346049,,,0.008477482281157649,,0.012924026688041105,,,,,,0.2419172869270465,,,0.008477482281157649, -rhu1_45F_to_50F_q25,0.012638820015869079,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.008848027648397936,,0.014406208157002257,,,,,,0.25639090252471397,,,0.008848027648397936, -rhu1_45F_to_50F_q30,0.01763287253278701,,0.40025798507790855,,0.09249776186213071,,0.12908283548776586,,,0.009218573015638224,,0.020859536908571754,,,,,,0.27086451812238144,,,0.009218573015638224, -rhu1_45F_to_50F_q35,0.028926197848033623,,0.40025798507790855,,0.09249776186213071,,0.14281783274991855,,,0.009589118382878513,,0.027312865660141253,,,,,,0.2853381337200489,,,0.009589118382878513, -rhu1_45F_to_50F_q40,0.04021952316328026,,0.40025798507790855,,0.09249776186213071,,0.15655283001207124,,,0.009959663750118801,,0.03376619441171076,,,,,,0.2998117493177164,,,0.009959663750118801, -rhu1_45F_to_50F_q45,0.05354658840694189,,0.40025798507790855,,0.09249776186213071,,0.17028782727422392,,,0.010330209117359088,,0.04021952316328026,,,,,,0.3142853649153839,,,0.010330209117359088, -rhu1_45F_to_50F_q50,0.06958530688849024,,0.40025798507790855,,0.09249776186213071,,0.1840228245363766,,,0.010700754484599376,,0.04667285191484975,,,,,,0.32875898051305136,,,0.010700754484599376, -rhu1_45F_to_50F_q55,0.08562402537003859,,0.40025798507790855,,0.09249776186213071,,0.2129700557317116,,,0.011071299851839665,,0.07414284643915514,,,,,,0.3432325961107188,,,0.011071299851839665, -rhu1_45F_to_50F_q60,0.11080277439697991,,0.40025798507790855,,0.09249776186213071,,0.2419172869270465,,,0.011441845219079953,,0.10161284096346049,,,,,,0.3577062117083863,,,0.011441845219079953, -rhu1_45F_to_50F_q65,0.14283654633296594,,0.40025798507790855,,0.09249776186213071,,0.27086451812238144,,,0.011812390586320241,,0.1290828354877659,,,,,,0.3721798273060538,,,0.011812390586320241, -rhu1_45F_to_50F_q70,0.17487031826895197,,0.40025798507790855,,0.09249776186213071,,0.29981174931771637,,,0.01218293595356053,,0.1565528300120712,,,,,,0.3866534429037212,,,0.01218293595356053, -rhu1_45F_to_50F_q75,0.2380816146717596,,0.40025798507790855,,0.09249776186213071,,0.32875898051305136,,,0.012553481320800816,,0.1840228245363766,,,,,,0.40112705850138874,,,0.012553481320800816, -rhu1_45F_to_50F_q80,0.3137639208612959,,0.40025798507790855,,0.09249776186213071,,0.35770621170838635,,,0.012924026688041105,,0.24191728692704656,,,,,,0.4156006740990562,,,0.012924026688041105, -rhu1_45F_to_50F_q85,0.389446227050832,,0.40025798507790855,,0.09249776186213071,,0.3866534429037212,,,0.013294572055281392,,0.29981174931771637,,,,,,0.4300742896967237,,,0.013294572055281392, -rhu1_45F_to_50F_q90,0.42222913050145383,,0.40025798507790855,,0.09249776186213071,,0.4156006740990562,,,0.01366511742252168,,0.35770621170838635,,,,,,0.4445479052943912,,,0.01366511742252168, -rhu1_45F_to_50F_q95,0.44786213349558995,,0.40025798507790855,,0.09249776186213071,,0.44454790529439114,,,0.014035662789761968,,0.41560067409905616,,,,,,0.45902152089205867,,,0.014035662789761968, -rhu1_45F_to_50F_q98,0.4632419352920716,,0.40025798507790855,,0.09249776186213071,,0.46191624401159215,,,0.014257990010106142,,0.45033735153345816,,,,,,0.4677056902506591,,,0.014257990010106142, -rhu1_45F_to_50F_q99,0.4683685358908989,,0.40025798507790855,,0.09249776186213071,,0.4677056902506591,,,0.0143320990835542,,0.46191624401159215,,,,,,0.47060041337019265,,,0.0143320990835542, -rhu1_50F_to_55F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu1_50F_to_55F_upper_bound_95_perc_conf,0.2214550457879044,,0.32793900049322156,,0.052322643343051506,,0.3703843014393865,,,0.007825549523868078,,0.2463938823724735,,,,,,0.4792627121655566,,,0.007825549523868078, -rhu1_50F_to_55F_mean,0.11646555978225262,,0.32793900049322156,,0.052322643343051506,,0.17797569642622557,,,0.0069663280020027495,,0.10957194905653644,,,,,,0.2521836704255019,,,0.0069663280020027495, -rhu1_50F_to_55F_lower_bound_95_perc_conf,0.011476073776600842,,0.32793900049322156,,0.052322643343051506,,-0.014432908586935356,,,0.0061071064801374204,,-0.027249984259400617,,,,,,0.02510462868544716,,,0.0061071064801374204, -rhu1_50F_to_55F_sem,0.053566064288597844,,0.0,,0.0,,0.09816765561895965,,,0.00043837832748231097,,0.06980710883466176,,,,,,0.11585665394900752,,,0.00043837832748231097, -rhu1_50F_to_55F_q1,0.003795118619138927,,0.32793900049322156,,0.052322643343051506,,0.03073530584151248,,,0.006358766637350349,,0.006395964271920905,,,,,,0.09161454014576613,,,0.006358766637350349, -rhu1_50F_to_55F_q2.5,0.004083162839248852,,0.32793900049322156,,0.052322643343051506,,0.03249864196227176,,,0.006377365454635626,,0.006470359541062015,,,,,,0.09652992168494172,,,0.006377365454635626, -rhu1_50F_to_55F_q5,0.00456323653943206,,0.32793900049322156,,0.052322643343051506,,0.03543753549687057,,,0.006408363483444422,,0.006594351656297199,,,,,,0.10472222425023435,,,0.006408363483444422, -rhu1_50F_to_55F_q10,0.005523383939798475,,0.32793900049322156,,0.052322643343051506,,0.04131532256606818,,,0.006470359541062015,,0.006842335886767565,,,,,,0.12110682938081965,,,0.006470359541062015, -rhu1_50F_to_55F_q15,0.006408363483444423,,0.32793900049322156,,0.052322643343051506,,0.047193109635265795,,,0.006532355598679606,,0.007090320117237933,,,,,,0.13749143451140491,,,0.006532355598679606, -rhu1_50F_to_55F_q20,0.006842335886767565,,0.32793900049322156,,0.052322643343051506,,0.0530708967044634,,,0.006594351656297199,,0.0073383043477083,,,,,,0.1538760396419902,,,0.006594351656297199, -rhu1_50F_to_55F_q25,0.007276308290090708,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.00665634771391479,,0.007586288578178667,,,,,,0.17026064477257546,,,0.00665634771391479, -rhu1_50F_to_55F_q30,0.009783634563128099,,0.32793900049322156,,0.052322643343051506,,0.06482647084285863,,,0.006718343771532381,,0.011980980548077523,,,,,,0.18664524990316075,,,0.006718343771532381, -rhu1_50F_to_55F_q35,0.017474345510451093,,0.32793900049322156,,0.052322643343051506,,0.07070425791205623,,,0.006780339829149974,,0.01637567251797638,,,,,,0.20302985503374604,,,0.006780339829149974, -rhu1_50F_to_55F_q40,0.025165056457774105,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.006842335886767565,,0.02077036448787524,,,,,,0.21941446016433133,,,0.006842335886767565, -rhu1_50F_to_55F_q45,0.032974182664979736,,0.32793900049322156,,0.052322643343051506,,0.08245983205045147,,,0.006904331944385157,,0.025165056457774098,,,,,,0.23579906529491662,,,0.006904331944385157, -rhu1_50F_to_55F_q50,0.04094119588536223,,0.32793900049322156,,0.052322643343051506,,0.08833761911964907,,,0.0069663280020027495,,0.029559748427672956,,,,,,0.2521836704255019,,,0.0069663280020027495, -rhu1_50F_to_55F_q55,0.04890820910574474,,0.32793900049322156,,0.052322643343051506,,0.12110682938081967,,,0.007028324059620341,,0.041315322566068194,,,,,,0.2685682755560872,,,0.007028324059620341, -rhu1_50F_to_55F_q60,0.059525638498371024,,0.32793900049322156,,0.052322643343051506,,0.15387603964199018,,,0.007090320117237933,,0.0530708967044634,,,,,,0.28495288068667246,,,0.007090320117237933, -rhu1_50F_to_55F_q65,0.07213088002018016,,0.32793900049322156,,0.052322643343051506,,0.18664524990316078,,,0.007152316174855525,,0.06482647084285863,,,,,,0.3013374858172578,,,0.007152316174855525, -rhu1_50F_to_55F_q70,0.0847361215419893,,0.32793900049322156,,0.052322643343051506,,0.2194144601643313,,,0.007214312232473117,,0.07658204498125384,,,,,,0.317722090947843,,,0.007214312232473117, -rhu1_50F_to_55F_q75,0.1482379644630422,,0.32793900049322156,,0.052322643343051506,,0.2521836704255019,,,0.007276308290090708,,0.08833761911964907,,,,,,0.3341066960784283,,,0.007276308290090708, -rhu1_50F_to_55F_q80,0.2320984479437927,,0.32793900049322156,,0.052322643343051506,,0.2849528806866725,,,0.0073383043477083,,0.15387603964199026,,,,,,0.3504913012090136,,,0.0073383043477083, -rhu1_50F_to_55F_q85,0.31595893142454295,,0.32793900049322156,,0.052322643343051506,,0.317722090947843,,,0.007400300405325892,,0.2194144601643313,,,,,,0.3668759063395989,,,0.007400300405325892, -rhu1_50F_to_55F_q90,0.3543662168646615,,0.32793900049322156,,0.052322643343051506,,0.3504913012090136,,,0.007462296462943483,,0.2849528806866725,,,,,,0.38326051147018414,,,0.007462296462943483, -rhu1_50F_to_55F_q95,0.3851979692980081,,0.32793900049322156,,0.052322643343051506,,0.38326051147018414,,,0.007524292520561075,,0.3504913012090135,,,,,,0.39964511660076946,,,0.007524292520561075, -rhu1_50F_to_55F_q98,0.40369702075801606,,0.32793900049322156,,0.052322643343051506,,0.4029220376268865,,,0.00756149015513163,,0.3898143535224183,,,,,,0.4094758796791206,,,0.00756149015513163, -rhu1_50F_to_55F_q99,0.40986337124468536,,0.32793900049322156,,0.052322643343051506,,0.4094758796791206,,,0.007573889366655149,,0.4029220376268865,,,,,,0.4127528007052377,,,0.007573889366655149, -rhu1_55F_to_60F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu1_55F_to_60F_upper_bound_95_perc_conf,0.1702145697762304,,0.2512798460089282,,0.028319891645631964,,0.28907142512330697,,,0.011200110178684592,,0.19158995899854325,,,,,,0.38225745267880634,,,0.011200110178684592, -rhu1_55F_to_60F_mean,0.08811343984153783,,0.2512798460089282,,0.028319891645631964,,0.1353369656925489,,,0.007716277277185472,,0.08428869032640353,,,,,,0.1853010670763522,,,0.007716277277185472, -rhu1_55F_to_60F_lower_bound_95_perc_conf,0.006012309906845245,,0.2512798460089282,,0.028319891645631964,,-0.018397493738209175,,,0.004232444375686352,,-0.023012578345736195,,,,,,-0.011655318526101965,,,0.004232444375686352, -rhu1_55F_to_60F_sem,0.04188833159933295,,0.0,,0.0,,0.07843594868916229,,,0.0017774657660709794,,0.054745545240887615,,,,,,0.10048795183798681,,,0.0017774657660709794, -rhu1_55F_to_60F_q1,0.003958005660414839,,0.2512798460089282,,0.028319891645631964,,0.03556438052108304,,,0.0052528354080146385,,0.0054036583795965265,,,,,,0.04603187121886433,,,0.0052528354080146385, -rhu1_55F_to_60F_q2.5,0.004098519982449907,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.0053282468938055825,,0.0057053043227603024,,,,,,0.05029521394919559,,,0.0053282468938055825, -rhu1_55F_to_60F_q5,0.00433271051917502,,0.2512798460089282,,0.028319891645631964,,0.036186850905645794,,,0.005453932703457155,,0.006208047561366595,,,,,,0.057400785166414364,,,0.005453932703457155, -rhu1_55F_to_60F_q10,0.004801091592625245,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.0057053043227603024,,0.0072135340385791795,,,,,,0.0716119276008519,,,0.0057053043227603024, -rhu1_55F_to_60F_q15,0.005453932703457156,,0.2512798460089282,,0.028319891645631964,,0.03774302686705269,,,0.005956675942063448,,0.008219020515791764,,,,,,0.08582307003528944,,,0.005956675942063448, -rhu1_55F_to_60F_q20,0.00721353403857918,,0.2512798460089282,,0.028319891645631964,,0.03852111484775614,,,0.006208047561366595,,0.00922450699300435,,,,,,0.10003421246972698,,,0.006208047561366595, -rhu1_55F_to_60F_q25,0.008973135373701204,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.0064594191806697406,,0.010229993470216935,,,,,,0.1142453549041645,,,0.0064594191806697406, -rhu1_55F_to_60F_q30,0.012038983287758438,,0.2512798460089282,,0.028319891645631964,,0.04007729080916304,,,0.006710790799972887,,0.015265747361162017,,,,,,0.12845649733860204,,,0.006710790799972887, -rhu1_55F_to_60F_q35,0.018370447649153694,,0.2512798460089282,,0.028319891645631964,,0.04085537878986648,,,0.006962162419276033,,0.0203015012521071,,,,,,0.14266763977303956,,,0.006962162419276033, -rhu1_55F_to_60F_q40,0.024701912010548964,,0.2512798460089282,,0.028319891645631964,,0.041633466770569935,,,0.0072135340385791795,,0.025337255143052184,,,,,,0.1568787822074771,,,0.0072135340385791795, -rhu1_55F_to_60F_q45,0.029383222337528523,,0.2512798460089282,,0.028319891645631964,,0.04241155475127338,,,0.007464905657882327,,0.030373009033997266,,,,,,0.17108992464191464,,,0.007464905657882327, -rhu1_55F_to_60F_q50,0.03186432728528715,,0.2512798460089282,,0.028319891645631964,,0.04318964273197683,,,0.007716277277185472,,0.03540876292494235,,,,,,0.1853010670763522,,,0.007716277277185472, -rhu1_55F_to_60F_q55,0.03434543223304579,,0.2512798460089282,,0.028319891645631964,,0.07161192760085192,,,0.007967648896488619,,0.03696493888634925,,,,,,0.1995122095107897,,,0.007967648896488619, -rhu1_55F_to_60F_q60,0.03696493888634925,,0.2512798460089282,,0.028319891645631964,,0.10003421246972696,,,0.008219020515791764,,0.03852111484775614,,,,,,0.21372335194522724,,,0.008219020515791764, -rhu1_55F_to_60F_q65,0.03968824681881131,,0.2512798460089282,,0.028319891645631964,,0.12845649733860204,,,0.008470392135094911,,0.04007729080916304,,,,,,0.2279344943796648,,,0.008470392135094911, -rhu1_55F_to_60F_q70,0.042411554751273374,,0.2512798460089282,,0.028319891645631964,,0.15687878220747709,,,0.008721763754398057,,0.04163346677056993,,,,,,0.2421456368141023,,,0.008721763754398057, -rhu1_55F_to_60F_q75,0.09521219355121467,,0.2512798460089282,,0.028319891645631964,,0.1853010670763522,,,0.008973135373701204,,0.04318964273197683,,,,,,0.2563567792485399,,,0.008973135373701204, -rhu1_55F_to_60F_q80,0.16804376469814777,,0.2512798460089282,,0.028319891645631964,,0.21372335194522726,,,0.00922450699300435,,0.10003421246972702,,,,,,0.2705679216829774,,,0.00922450699300435, -rhu1_55F_to_60F_q85,0.2408753358450807,,0.2512798460089282,,0.028319891645631964,,0.2421456368141023,,,0.009475878612307495,,0.15687878220747709,,,,,,0.2847790641174149,,,0.009475878612307495, -rhu1_55F_to_60F_q90,0.274119639632468,,0.2512798460089282,,0.028319891645631964,,0.2705679216829774,,,0.009727250231610642,,0.21372335194522726,,,,,,0.29899020655185243,,,0.009727250231610642, -rhu1_55F_to_60F_q95,0.30076606552659774,,0.2512798460089282,,0.028319891645631964,,0.29899020655185243,,,0.009978621850913789,,0.2705679216829774,,,,,,0.31320134898629,,,0.009978621850913789, -rhu1_55F_to_60F_q98,0.31675392106307554,,0.2512798460089282,,0.028319891645631964,,0.31604357747317746,,,0.010129444822495677,,0.3046746635256275,,,,,,0.3217280344469525,,,0.010129444822495677, -rhu1_55F_to_60F_q99,0.32208320624190157,,0.2512798460089282,,0.028319891645631964,,0.3217280344469525,,,0.010179719146356304,,0.31604357747317746,,,,,,0.32457026293384006,,,0.010179719146356304, -rhu1_30F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu1_30F_to_45F_upper_bound_95_perc_conf,0.34305398205847804,,0.48989079000319163,,0.22154695797667256,,0.559111251556371,,,0.044822725374200276,,0.3511684155595577,,,,,,0.487868709448776,,,0.044822725374200276, -rhu1_30F_to_45F_mean,0.19767439439520942,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.023326382852582137,,0.16329755267285415,,,,,,0.487868709448776,,,0.023326382852582137, -rhu1_30F_to_45F_lower_bound_95_perc_conf,0.05229480673194084,,0.48989079000319163,,0.22154695797667256,,0.047426193429881414,,,0.0018300403309639938,,-0.024573310213849398,,,,,,0.487868709448776,,,0.0018300403309639938, -rhu1_30F_to_45F_sem,0.07417325901187173,,0.0,,0.0,,0.13053190258328815,,,0.010967521694703134,,0.09585248106464467,,,,,,0.0,,,0.010967521694703134, -rhu1_30F_to_45F_q1,0.008492575156444197,,0.48989079000319163,,0.22154695797667256,,0.12236073527658946,,,0.008126173284837217,,0.00874659000188803,,,,,,0.487868709448776,,,0.008126173284837217, -rhu1_30F_to_45F_q2.5,0.00950749050164278,,0.48989079000319163,,0.22154695797667256,,0.12789873488525894,,,0.008591485822625327,,0.01014252761525236,,,,,,0.487868709448776,,,0.008591485822625327, -rhu1_30F_to_45F_q5,0.01119901607697375,,0.48989079000319163,,0.22154695797667256,,0.13712873423304145,,,0.009367006718938843,,0.012469090304192909,,,,,,0.487868709448776,,,0.009367006718938843, -rhu1_30F_to_45F_q10,0.014582067227635689,,0.48989079000319163,,0.22154695797667256,,0.15558873292860642,,,0.010918048511565876,,0.017122215682074008,,,,,,0.487868709448776,,,0.010918048511565876, -rhu1_30F_to_45F_q15,0.017965118378297625,,0.48989079000319163,,0.22154695797667256,,0.1740487316241714,,,0.012469090304192906,,0.0217753410599551,,,,,,0.487868709448776,,,0.012469090304192906, -rhu1_30F_to_45F_q20,0.023041601831918446,,0.48989079000319163,,0.22154695797667256,,0.19250873031973637,,,0.01402013209681994,,0.026428466437836202,,,,,,0.487868709448776,,,0.01402013209681994, -rhu1_30F_to_45F_q25,0.028964801437018697,,0.48989079000319163,,0.22154695797667256,,0.21096872901530134,,,0.015571173889446972,,0.031081591815717298,,,,,,0.487868709448776,,,0.015571173889446972, -rhu1_30F_to_45F_q30,0.03488800104211895,,0.48989079000319163,,0.22154695797667256,,0.2294287277108663,,,0.017122215682074005,,0.03573471719359839,,,,,,0.487868709448776,,,0.017122215682074005, -rhu1_30F_to_45F_q35,0.04681999425471483,,0.48989079000319163,,0.22154695797667256,,0.24788872640643128,,,0.018673257474701038,,0.04282839751678365,,,,,,0.487868709448776,,,0.018673257474701038, -rhu1_30F_to_45F_q40,0.07076957468230209,,0.48989079000319163,,0.22154695797667256,,0.26634872510199625,,,0.02022429926732807,,0.054803187730577275,,,,,,0.487868709448776,,,0.02022429926732807, -rhu1_30F_to_45F_q45,0.09471915510988928,,0.48989079000319163,,0.22154695797667256,,0.2848087237975612,,,0.0217753410599551,,0.06677797794437086,,,,,,0.487868709448776,,,0.0217753410599551, -rhu1_30F_to_45F_q50,0.11866873553747646,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.023326382852582137,,0.07875276815816445,,,,,,0.487868709448776,,,0.023326382852582137, -rhu1_30F_to_45F_q55,0.1495322022692353,,0.48989079000319163,,0.22154695797667256,,0.32172872118869117,,,0.024877424645209166,,0.09072755837195806,,,,,,0.487868709448776,,,0.024877424645209166, -rhu1_30F_to_45F_q60,0.1803956690009941,,0.48989079000319163,,0.22154695797667256,,0.34018871988425614,,,0.0264284664378362,,0.10270234858575164,,,,,,0.487868709448776,,,0.0264284664378362, -rhu1_30F_to_45F_q65,0.21125913573275298,,0.48989079000319163,,0.22154695797667256,,0.35864871857982117,,,0.027979508230463235,,0.11467713879954528,,,,,,0.487868709448776,,,0.027979508230463235, -rhu1_30F_to_45F_q70,0.274811308271093,,0.48989079000319163,,0.22154695797667256,,0.3771087172753861,,,0.029530550023090265,,0.15558873292860628,,,,,,0.487868709448776,,,0.029530550023090265, -rhu1_30F_to_45F_q75,0.3547078337127243,,0.48989079000319163,,0.22154695797667256,,0.3955687159709511,,,0.031081591815717298,,0.21096872901530134,,,,,,0.487868709448776,,,0.031081591815717298, -rhu1_30F_to_45F_q80,0.43460435915435547,,0.48989079000319163,,0.22154695797667256,,0.4140287146665161,,,0.03263263360834433,,0.26634872510199636,,,,,,0.487868709448776,,,0.03263263360834433, -rhu1_30F_to_45F_q85,0.48807091750421755,,0.48989079000319163,,0.22154695797667256,,0.432488713362081,,,0.034183675400971364,,0.3217287211886911,,,,,,0.487868709448776,,,0.034183675400971364, -rhu1_30F_to_45F_q90,0.4886775416705422,,0.48989079000319163,,0.22154695797667256,,0.45094871205764603,,,0.03573471719359839,,0.3771087172753862,,,,,,0.487868709448776,,,0.03573471719359839, -rhu1_30F_to_45F_q95,0.48928416583686696,,0.48989079000319163,,0.22154695797667256,,0.46940871075321094,,,0.03728575898622542,,0.43248871336208095,,,,,,0.487868709448776,,,0.03728575898622542, -rhu1_30F_to_45F_q98,0.4896481403366617,,0.48989079000319163,,0.22154695797667256,,0.48048470997055,,,0.038216384061801646,,0.465716711014098,,,,,,0.487868709448776,,,0.038216384061801646, -rhu1_30F_to_45F_q99,0.4897694651699267,,0.48989079000319163,,0.22154695797667256,,0.484176709709663,,,0.03852659242032705,,0.4767927102314369,,,,,,0.487868709448776,,,0.03852659242032705, +rhu1_35F_to_40F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu1_35F_to_40F_upper_bound_95_perc_conf,0.311045652951614,,0.497354540159213,,0.19741898266605878,,0.44186045522738204,,,0.08044473193645557,,0.29915323187260134,,,,,,0.5861518853429941,,,0.08044473193645557, +rhu1_35F_to_40F_mean,0.1772677917863067,,0.497354540159213,,0.19741898266605878,,0.20778657775216725,,,0.03881699155171517,,0.1401987432719864,,,,,,0.24993409909063505,,,0.03881699155171517, +rhu1_35F_to_40F_lower_bound_95_perc_conf,0.043489930620999345,,0.497354540159213,,0.19741898266605878,,-0.026287299723047552,,,-0.002810748833025241,,-0.018755745328628587,,,,,,-0.086283687161724,,,-0.002810748833025241, +rhu1_35F_to_40F_sem,0.0682540107986262,,0.0,,0.0,,0.11942544769143612,,,0.021238643053438984,,0.08109922887786479,,,,,,0.1715396868634485,,,0.021238643053438984, +rhu1_35F_to_40F_q1,0.007441194137034289,,0.497354540159213,,0.19741898266605878,,0.009663371195754694,,,0.009381734040192118,,0.007397974125353439,,,,,,0.012192222476062761,,,0.009381734040192118, +rhu1_35F_to_40F_q2.5,0.0075924641779172635,,0.497354540159213,,0.19741898266605878,,0.013147906824718272,,,0.010282813351769355,,0.007484414148715139,,,,,,0.019470035025488445,,,0.010282813351769355, +rhu1_35F_to_40F_q5,0.00784458091272222,,0.497354540159213,,0.19741898266605878,,0.01895546620632424,,,0.011784612204398082,,0.007628480854317972,,,,,,0.03159972260786458,,,0.011784612204398082, +rhu1_35F_to_40F_q10,0.008348814382332133,,0.497354540159213,,0.19741898266605878,,0.03057058496953617,,,0.014788209909655537,,0.007916614265523637,,,,,,0.055859097772616856,,,0.014788209909655537, +rhu1_35F_to_40F_q15,0.009460718529446088,,0.497354540159213,,0.19741898266605878,,0.0421857037327481,,,0.01779180761491299,,0.0082047476767293,,,,,,0.08011847293736914,,,0.01779180761491299, +rhu1_35F_to_40F_q20,0.014218646741584302,,0.497354540159213,,0.19741898266605878,,0.053800822495960035,,,0.02079540532017044,,0.008492881087934964,,,,,,0.1043778481021214,,,0.02079540532017044, +rhu1_35F_to_40F_q25,0.018976574953722514,,0.497354540159213,,0.19741898266605878,,0.06541594125917195,,,0.023799003025427895,,0.008781014499140628,,,,,,0.12863722326687368,,,0.023799003025427895, +rhu1_35F_to_40F_q30,0.027022882455153805,,0.497354540159213,,0.19741898266605878,,0.0770310600223839,,,0.02680260073068535,,0.02079540532017044,,,,,,0.15289659843162595,,,0.02680260073068535, +rhu1_35F_to_40F_q35,0.04329013817981775,,0.497354540159213,,0.19741898266605878,,0.08864617878559582,,,0.029806198435942805,,0.03280979614120025,,,,,,0.17715597359637822,,,0.029806198435942805, +rhu1_35F_to_40F_q40,0.05955739390448174,,0.497354540159213,,0.19741898266605878,,0.10026129754880776,,,0.032809796141200255,,0.044824186962230075,,,,,,0.2014153487611305,,,0.032809796141200255, +rhu1_35F_to_40F_q45,0.07704875357493099,,0.497354540159213,,0.19741898266605878,,0.11187641631201968,,,0.03581339384645771,,0.05683857778325989,,,,,,0.22567472392588278,,,0.03581339384645771, +rhu1_35F_to_40F_q50,0.09617225183976066,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.03881699155171517,,0.0688529686042897,,,,,,0.24993409909063505,,,0.03881699155171517, +rhu1_35F_to_40F_q55,0.11529575010459035,,0.497354540159213,,0.19741898266605878,,0.16039516664152426,,,0.04182058925697262,,0.07978068189847809,,,,,,0.27419347425538737,,,0.04182058925697262, +rhu1_35F_to_40F_q60,0.13827702459339705,,0.497354540159213,,0.19741898266605878,,0.19729879820781682,,,0.044824186962230075,,0.09070839519266646,,,,,,0.2984528494201396,,,0.044824186962230075, +rhu1_35F_to_40F_q65,0.16415163125018653,,0.497354540159213,,0.19741898266605878,,0.2342024297741095,,,0.04782778466748753,,0.10163610848685486,,,,,,0.3227122245848919,,,0.04782778466748753, +rhu1_35F_to_40F_q70,0.190026237906976,,0.497354540159213,,0.19741898266605878,,0.27110606134040205,,,0.05083138237274498,,0.11256382178104322,,,,,,0.34697159974964414,,,0.05083138237274498, +rhu1_35F_to_40F_q75,0.27119619968408354,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.053834980078002435,,0.12349153507523161,,,,,,0.37123097491439644,,,0.053834980078002435, +rhu1_35F_to_40F_q80,0.3744843035093184,,0.497354540159213,,0.19741898266605878,,0.3449133244729874,,,0.05683857778325989,,0.19729879820781693,,,,,,0.3954903500791487,,,0.05683857778325989, +rhu1_35F_to_40F_q85,0.4777724073345529,,0.497354540159213,,0.19741898266605878,,0.3818169560392799,,,0.059842175488517335,,0.27110606134040205,,,,,,0.419749725243901,,,0.059842175488517335, +rhu1_35F_to_40F_q90,0.4939758575644744,,0.497354540159213,,0.19741898266605878,,0.41872058760557257,,,0.0628457731937748,,0.3449133244729874,,,,,,0.44400910040865327,,,0.0628457731937748, +rhu1_35F_to_40F_q95,0.4956651988618437,,0.497354540159213,,0.19741898266605878,,0.4556242191718652,,,0.06584937089903226,,0.41872058760557246,,,,,,0.4682684755734055,,,0.06584937089903226, +rhu1_35F_to_40F_q98,0.4966788036402653,,0.497354540159213,,0.19741898266605878,,0.47776639811164073,,,0.06765152952218673,,0.4630049454851237,,,,,,0.4828241006722569,,,0.06765152952218673, +rhu1_35F_to_40F_q99,0.49701667189973914,,0.497354540159213,,0.19741898266605878,,0.48514712442489927,,,0.06825224906323821,,0.47776639811164073,,,,,,0.4876759757052074,,,0.06825224906323821, +rhu1_40F_to_45F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu1_40F_to_45F_upper_bound_95_perc_conf,0.2854677131990364,,0.4542236394098254,,0.15271363589013506,,0.43227512159226117,,,0.0396871052258929,,0.2854427997158579,,,,,,0.5817722392752076,,,0.0396871052258929, +rhu1_40F_to_45F_mean,0.15444144797711756,,0.4542236394098254,,0.15271363589013506,,0.19250826197684082,,,0.019641327256556547,,0.12336148808872711,,,,,,0.24425090891111123,,,0.019641327256556547, +rhu1_40F_to_45F_lower_bound_95_perc_conf,0.023415182755198716,,0.4542236394098254,,0.15271363589013506,,-0.047258597638579536,,,-0.00040445071277980457,,-0.038719823538403655,,,,,,-0.09327042145298514,,,-0.00040445071277980457, +rhu1_40F_to_45F_sem,0.06685013531730553,,0.0,,0.0,,0.1223300304160308,,,0.010227437739457322,,0.0826945467485361,,,,,,0.17220476038984509,,,0.010227437739457322, +rhu1_40F_to_45F_q1,0.0010288674009986244,,0.4542236394098254,,0.15271363589013506,,0.002482728599497513,,,0.00546682172027891,,0.0008950390559634327,,,,,,0.005587287415553738,,,0.00546682172027891, +rhu1_40F_to_45F_q2.5,0.0014972666086217959,,0.4542236394098254,,0.15271363589013506,,0.005131919604869016,,,0.005900735155062918,,0.0011626957460338164,,,,,,0.01289331664500958,,,0.005900735155062918, +rhu1_40F_to_45F_q5,0.0022779319546604145,,0.4542236394098254,,0.15271363589013506,,0.009547237947154855,,,0.006623924213036267,,0.0016087902294844554,,,,,,0.025070032027435987,,,0.006623924213036267, +rhu1_40F_to_45F_q10,0.003839262646737652,,0.4542236394098254,,0.15271363589013506,,0.018377874631726535,,,0.008070302328982966,,0.002500979196385734,,,,,,0.04942346279228879,,,0.008070302328982966, +rhu1_40F_to_45F_q15,0.005508012195902313,,0.4542236394098254,,0.15271363589013506,,0.02720851131629821,,,0.009516680444929662,,0.0033931681632870126,,,,,,0.07377689355714159,,,0.009516680444929662, +rhu1_40F_to_45F_q20,0.007821274887591514,,0.4542236394098254,,0.15271363589013506,,0.03603914800086989,,,0.01096305856087636,,0.004285357130188291,,,,,,0.09813032432199441,,,0.01096305856087636, +rhu1_40F_to_45F_q25,0.010134537579280711,,0.4542236394098254,,0.15271363589013506,,0.04486978468544157,,,0.012409436676823059,,0.00517754609708957,,,,,,0.12248375508684721,,,0.012409436676823059, +rhu1_40F_to_45F_q30,0.014018692107612337,,0.4542236394098254,,0.15271363589013506,,0.05370042137001325,,,0.013855814792769755,,0.010963058560876359,,,,,,0.14683718585170003,,,0.013855814792769755, +rhu1_40F_to_45F_q35,0.021830076227550014,,0.4542236394098254,,0.15271363589013506,,0.06253105805458492,,,0.015302192908716454,,0.016748571024663147,,,,,,0.17119061661655283,,,0.015302192908716454, +rhu1_40F_to_45F_q40,0.02964146034748771,,0.4542236394098254,,0.15271363589013506,,0.0713616947391566,,,0.01674857102466315,,0.022534083488449944,,,,,,0.19554404738140566,,,0.01674857102466315, +rhu1_40F_to_45F_q45,0.04234278736986498,,0.4542236394098254,,0.15271363589013506,,0.0801923314237283,,,0.01819494914060985,,0.028319595952236733,,,,,,0.21989747814625843,,,0.01819494914060985, +rhu1_40F_to_45F_q50,0.06156403826216174,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.019641327256556547,,0.03410510841602352,,,,,,0.24425090891111123,,,0.019641327256556547, +rhu1_40F_to_45F_q55,0.08078528915445853,,0.4542236394098254,,0.15271363589013506,,0.12889919295343394,,,0.021087705372503245,,0.04508868035447882,,,,,,0.2686043396759641,,,0.021087705372503245, +rhu1_40F_to_45F_q60,0.101761101664667,,0.4542236394098254,,0.15271363589013506,,0.1687754177985678,,,0.022534083488449944,,0.0560722522929341,,,,,,0.2929577704408169,,,0.022534083488449944, +rhu1_40F_to_45F_q65,0.12405283538830926,,0.4542236394098254,,0.15271363589013506,,0.20865164264370178,,,0.023980461604396642,,0.0670558242313894,,,,,,0.3173112012056697,,,0.023980461604396642, +rhu1_40F_to_45F_q70,0.1463445691119515,,0.4542236394098254,,0.15271363589013506,,0.24852786748883565,,,0.025426839720343337,,0.07803939616984466,,,,,,0.34166463197052244,,,0.025426839720343337, +rhu1_40F_to_45F_q75,0.22809113677005766,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.026873217836290035,,0.08902296810829996,,,,,,0.3660180627353753,,,0.026873217836290035, +rhu1_40F_to_45F_q80,0.33361963800194944,,0.4542236394098254,,0.15271363589013506,,0.3282803171791036,,,0.028319595952236733,,0.16877541779856792,,,,,,0.3903714935002281,,,0.028319595952236733, +rhu1_40F_to_45F_q85,0.43914813923384094,,0.4542236394098254,,0.15271363589013506,,0.3681565420242375,,,0.029765974068183428,,0.24852786748883565,,,,,,0.4147249242650809,,,0.029765974068183428, +rhu1_40F_to_45F_q90,0.46429211255476954,,0.4542236394098254,,0.15271363589013506,,0.40803276686937145,,,0.031212352184130127,,0.3282803171791036,,,,,,0.4390783550299337,,,0.031212352184130127, +rhu1_40F_to_45F_q95,0.47603866455720445,,0.4542236394098254,,0.15271363589013506,,0.4479089917145053,,,0.03265873030007683,,0.4080327668693714,,,,,,0.4634317857947865,,,0.03265873030007683, +rhu1_40F_to_45F_q98,0.4830865957586653,,0.4542236394098254,,0.15271363589013506,,0.4718347266215857,,,0.033526557169644845,,0.4558842366835321,,,,,,0.47804384425369817,,,0.033526557169644845, +rhu1_40F_to_45F_q99,0.48543590615915233,,0.4542236394098254,,0.15271363589013506,,0.4798099715906125,,,0.033815832792834184,,0.4718347266215857,,,,,,0.48291453040666876,,,0.033815832792834184, +rhu1_45F_to_50F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu1_45F_to_50F_upper_bound_95_perc_conf,0.24806241305596655,,0.40025798507790855,,0.09249776186213071,,0.35703819455179375,,,0.015836251266091575,,0.2571386254614932,,,,,,0.43918838857062703,,,0.015836251266091575, +rhu1_45F_to_50F_mean,0.13684391703511,,0.40025798507790855,,0.09249776186213071,,0.1775253354535707,,,0.010700754484599376,,0.1219171417972469,,,,,,0.22114282996647763,,,0.010700754484599376, +rhu1_45F_to_50F_lower_bound_95_perc_conf,0.02562542101425347,,0.40025798507790855,,0.09249776186213071,,-0.001987523644652378,,,0.005565257703107179,,-0.0133043418669994,,,,,,0.0030972713623282633,,,0.005565257703107179, +rhu1_45F_to_50F_sem,0.05674413062288599,,0.0,,0.0,,0.09158819341746074,,,0.002620151419128672,,0.06899055288992158,,,,,,0.11124773398170887,,,0.002620151419128672, +rhu1_45F_to_50F_q1,0.005997310628439528,,0.40025798507790855,,0.09249776186213071,,0.0071333985645758114,,,0.007069409885644554,,0.005964767470273539,,,,,,0.009472774786591153,,,0.007069409885644554, +rhu1_45F_to_50F_q2.5,0.00612748326110348,,0.40025798507790855,,0.09249776186213071,,0.00896770310144419,,,0.00718057349581664,,0.006046125365688509,,,,,,0.014816143656482546,,,0.00718057349581664, +rhu1_45F_to_50F_q5,0.006344437648876734,,0.40025798507790855,,0.09249776186213071,,0.012024877329558155,,,0.007365846179436784,,0.006181721858046794,,,,,,0.023721758439634866,,,0.007365846179436784, +rhu1_45F_to_50F_q10,0.006778346424423242,,0.40025798507790855,,0.09249776186213071,,0.018139225785786087,,,0.007736391546677072,,0.006452914842763361,,,,,,0.041532988005939506,,,0.007736391546677072, +rhu1_45F_to_50F_q15,0.007063571768251106,,0.40025798507790855,,0.09249776186213071,,0.02425357424201401,,,0.00810693691391736,,0.006724107827479928,,,,,,0.05934421757224414,,,0.00810693691391736, +rhu1_45F_to_50F_q20,0.007200113680360326,,0.40025798507790855,,0.09249776186213071,,0.03036792269824195,,,0.008477482281157649,,0.006995300812196496,,,,,,0.07715544713854879,,,0.008477482281157649, +rhu1_45F_to_50F_q25,0.007336655592469546,,0.40025798507790855,,0.09249776186213071,,0.036482271154469864,,,0.008848027648397936,,0.008848027648397936,,,,,,0.09496667670485343,,,0.008848027648397936, +rhu1_45F_to_50F_q30,0.010164476618282629,,0.40025798507790855,,0.09249776186213071,,0.04259661961069779,,,0.009218573015638224,,0.010700754484599376,,,,,,0.11277790627115805,,,0.009218573015638224, +rhu1_45F_to_50F_q35,0.012992297644095714,,0.40025798507790855,,0.09249776186213071,,0.05354035054592607,,,0.009589118382878513,,0.012553481320800816,,,,,,0.13058913583746268,,,0.009589118382878513, +rhu1_45F_to_50F_q40,0.02085953690857176,,0.40025798507790855,,0.09249776186213071,,0.07414284643915514,,,0.009959663750118801,,0.014406208157002257,,,,,,0.14840036540376733,,,0.009959663750118801, +rhu1_45F_to_50F_q45,0.03376619441171076,,0.40025798507790855,,0.09249776186213071,,0.09474534233238417,,,0.010330209117359088,,0.02247286909646413,,,,,,0.16621159497007199,,,0.010330209117359088, +rhu1_45F_to_50F_q50,0.04667285191484975,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.010700754484599376,,0.030539530035926004,,,,,,0.1840228245363766,,,0.010700754484599376, +rhu1_45F_to_50F_q55,0.06500281589376215,,0.40025798507790855,,0.09249776186213071,,0.13595033411884222,,,0.011071299851839665,,0.03860619097538787,,,,,,0.2129700557317116,,,0.011071299851839665, +rhu1_45F_to_50F_q60,0.08333277987267451,,0.40025798507790855,,0.09249776186213071,,0.1565528300120712,,,0.011441845219079953,,0.04667285191484975,,,,,,0.2419172869270465,,,0.011441845219079953, +rhu1_45F_to_50F_q65,0.11080277439697991,,0.40025798507790855,,0.09249776186213071,,0.17715532590530028,,,0.011812390586320241,,0.08101034507023147,,,,,,0.27086451812238144,,,0.011812390586320241, +rhu1_45F_to_50F_q70,0.1474127994666782,,0.40025798507790855,,0.09249776186213071,,0.21297005573171146,,,0.01218293595356053,,0.11534783822561318,,,,,,0.29981174931771637,,,0.01218293595356053, +rhu1_45F_to_50F_q75,0.1840228245363766,,0.40025798507790855,,0.09249776186213071,,0.25639090252471397,,,0.012553481320800816,,0.14968533138099488,,,,,,0.32875898051305136,,,0.012553481320800816, +rhu1_45F_to_50F_q80,0.27051688875298946,,0.40025798507790855,,0.09249776186213071,,0.29981174931771654,,,0.012924026688041105,,0.1840228245363766,,,,,,0.35770621170838635,,,0.012924026688041105, +rhu1_45F_to_50F_q85,0.3570109529696021,,0.40025798507790855,,0.09249776186213071,,0.3432325961107188,,,0.013294572055281392,,0.25639090252471397,,,,,,0.3866534429037212,,,0.013294572055281392, +rhu1_45F_to_50F_q90,0.4149054153602721,,0.40025798507790855,,0.09249776186213071,,0.38665344290372133,,,0.01366511742252168,,0.32875898051305136,,,,,,0.4156006740990562,,,0.01366511742252168, +rhu1_45F_to_50F_q95,0.4442002759249991,,0.40025798507790855,,0.09249776186213071,,0.43007428969672357,,,0.014035662789761968,,0.40112705850138874,,,,,,0.44454790529439114,,,0.014035662789761968, +rhu1_45F_to_50F_q98,0.4617771922638353,,0.40025798507790855,,0.09249776186213071,,0.4561267977725251,,,0.014257990010106142,,0.4445479052943913,,,,,,0.46191624401159215,,,0.014257990010106142, +rhu1_45F_to_50F_q99,0.4676361643767807,,0.40025798507790855,,0.09249776186213071,,0.4648109671311256,,,0.0143320990835542,,0.4590215208920587,,,,,,0.4677056902506591,,,0.0143320990835542, +rhu1_50F_to_55F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu1_50F_to_55F_upper_bound_95_perc_conf,0.20011648004875887,,0.32793900049322156,,0.052322643343051506,,0.2965847139528017,,,0.007825549523868078,,0.21027364658100645,,,,,,0.37056376091973364,,,0.007825549523868078, +rhu1_50F_to_55F_mean,0.10398497707003466,,0.32793900049322156,,0.052322643343051506,,0.13451685116274195,,,0.0069663280020027495,,0.09200001010916221,,,,,,0.16950255207443163,,,0.0069663280020027495, +rhu1_50F_to_55F_lower_bound_95_perc_conf,0.007853474091310458,,0.32793900049322156,,0.052322643343051506,,-0.027551011627317823,,,0.0061071064801374204,,-0.02627362636268203,,,,,,-0.03155865677087036,,,0.0061071064801374204, +rhu1_50F_to_55F_sem,0.049046685193226636,,0.0,,0.0,,0.08268768509696928,,,0.00043837832748231097,,0.060343692077471554,,,,,,0.10258224941086837,,,0.00043837832748231097, +rhu1_50F_to_55F_q1,0.00364606723772368,,0.32793900049322156,,0.052322643343051506,,0.004902898363952543,,,0.006358766637350349,,0.004250617974967875,,,,,,0.005824261447238247,,,0.006358766637350349, +rhu1_50F_to_55F_q2.5,0.003710534385710733,,0.32793900049322156,,0.052322643343051506,,0.006046772851444728,,,0.006377365454635626,,0.004416071878983055,,,,,,0.008350180559658986,,,0.006377365454635626, +rhu1_50F_to_55F_q5,0.0038179796323558213,,0.32793900049322156,,0.052322643343051506,,0.007953230330598367,,,0.006408363483444422,,0.0046918283856750235,,,,,,0.012560045747026885,,,0.006408363483444422, +rhu1_50F_to_55F_q10,0.004032870125645999,,0.32793900049322156,,0.052322643343051506,,0.011766145288905648,,,0.006470359541062015,,0.005243341399058959,,,,,,0.020979776121762685,,,0.006470359541062015, +rhu1_50F_to_55F_q15,0.004581525782998235,,0.32793900049322156,,0.052322643343051506,,0.015579060247212928,,,0.006532355598679606,,0.005794854412442894,,,,,,0.029399506496498484,,,0.006532355598679606, +rhu1_50F_to_55F_q20,0.005463946604412534,,0.32793900049322156,,0.052322643343051506,,0.01939197520552021,,,0.006594351656297199,,0.006346367425826831,,,,,,0.03781923687123428,,,0.006594351656297199, +rhu1_50F_to_55F_q25,0.006346367425826831,,0.32793900049322156,,0.052322643343051506,,0.023204890163827492,,,0.00665634771391479,,0.00665634771391479,,,,,,0.04623896724597008,,,0.00665634771391479, +rhu1_50F_to_55F_q30,0.006842335886767565,,0.32793900049322156,,0.052322643343051506,,0.02701780512213477,,,0.006718343771532381,,0.0069663280020027495,,,,,,0.05465869762070588,,,0.006718343771532381, +rhu1_50F_to_55F_q35,0.0073383043477083,,0.32793900049322156,,0.052322643343051506,,0.03249864196227175,,,0.006780339829149974,,0.007276308290090708,,,,,,0.06307842799544168,,,0.006780339829149974, +rhu1_50F_to_55F_q40,0.01198098054807753,,0.32793900049322156,,0.052322643343051506,,0.041315322566068194,,,0.006842335886767565,,0.007586288578178667,,,,,,0.07149815837017748,,,0.006842335886767565, +rhu1_50F_to_55F_q45,0.02077036448787524,,0.32793900049322156,,0.052322643343051506,,0.0501320031698646,,,0.006904331944385157,,0.013079653540552238,,,,,,0.07991788874491328,,,0.006904331944385157, +rhu1_50F_to_55F_q50,0.029559748427672956,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.0069663280020027495,,0.018573018502925812,,,,,,0.08833761911964907,,,0.0069663280020027495, +rhu1_50F_to_55F_q55,0.03866490639382439,,0.32793900049322156,,0.052322643343051506,,0.06776536437745745,,,0.007028324059620341,,0.024066383465299386,,,,,,0.12110682938081967,,,0.007028324059620341, +rhu1_50F_to_55F_q60,0.047770064359975786,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.007090320117237933,,0.029559748427672956,,,,,,0.15387603964199018,,,0.007090320117237933, +rhu1_50F_to_55F_q65,0.059525638498371024,,0.32793900049322156,,0.052322643343051506,,0.08539872558505027,,,0.007152316174855525,,0.04425421610066699,,,,,,0.18664524990316078,,,0.007152316174855525, +rhu1_50F_to_55F_q70,0.07393162880901002,,0.32793900049322156,,0.052322643343051506,,0.12110682938081951,,,0.007214312232473117,,0.05894868377366101,,,,,,0.2194144601643313,,,0.007214312232473117, +rhu1_50F_to_55F_q75,0.08833761911964907,,0.32793900049322156,,0.052322643343051506,,0.17026064477257546,,,0.007276308290090708,,0.07364315144665504,,,,,,0.2521836704255019,,,0.007276308290090708, +rhu1_50F_to_55F_q80,0.18417817166907816,,0.32793900049322156,,0.052322643343051506,,0.21941446016433144,,,0.0073383043477083,,0.08833761911964907,,,,,,0.2849528806866725,,,0.0073383043477083, +rhu1_50F_to_55F_q85,0.28001872421850704,,0.32793900049322156,,0.052322643343051506,,0.2685682755560871,,,0.007400300405325892,,0.17026064477257546,,,,,,0.317722090947843,,,0.007400300405325892, +rhu1_50F_to_55F_q90,0.3455571447408482,,0.32793900049322156,,0.052322643343051506,,0.3177220909478431,,,0.007462296462943483,,0.2521836704255019,,,,,,0.3504913012090136,,,0.007462296462943483, +rhu1_50F_to_55F_q95,0.38079343323610143,,0.32793900049322156,,0.052322643343051506,,0.36687590633959877,,,0.007524292520561075,,0.3341066960784283,,,,,,0.38326051147018414,,,0.007524292520561075, +rhu1_50F_to_55F_q98,0.4019352063332534,,0.32793900049322156,,0.052322643343051506,,0.39636819557465236,,,0.00756149015513163,,0.3832605114701843,,,,,,0.4029220376268865,,,0.00756149015513163, +rhu1_50F_to_55F_q99,0.4089824640323041,,0.32793900049322156,,0.052322643343051506,,0.4061989586530035,,,0.007573889366655149,,0.39964511660076946,,,,,,0.4094758796791206,,,0.007573889366655149, +rhu1_55F_to_60F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu1_55F_to_60F_upper_bound_95_perc_conf,0.15385154242060148,,0.2512798460089282,,0.028319891645631964,,0.2306593003264391,,,0.011200110178684592,,0.16360069563852653,,,,,,0.2879701022874005,,,0.011200110178684592, +rhu1_55F_to_60F_mean,0.07892253243528852,,0.2512798460089282,,0.028319891645631964,,0.10285154256573516,,,0.007716277277185472,,0.07113978746955193,,,,,,0.1253324691126661,,,0.007716277277185472, +rhu1_55F_to_60F_lower_bound_95_perc_conf,0.003993522449975556,,0.2512798460089282,,0.028319891645631964,,-0.02495621519496881,,,0.004232444375686352,,-0.021321120699422658,,,,,,-0.037305164062068324,,,0.004232444375686352, +rhu1_55F_to_60F_sem,0.03822908672720049,,0.0,,0.0,,0.06520803967382856,,,0.0017774657660709794,,0.04717393273927275,,,,,,0.08297838427282368,,,0.0017774657660709794, +rhu1_55F_to_60F_q1,0.003971387976799132,,0.2512798460089282,,0.028319891645631964,,0.006295677877483367,,,0.0052528354080146385,,0.005212196689211005,,,,,,0.006151160576227572,,,0.0052528354080146385, +rhu1_55F_to_60F_q2.5,0.004131975773410637,,0.2512798460089282,,0.028319891645631964,,0.0076462849157675475,,,0.0053282468938055825,,0.005226650096796497,,,,,,0.007284991662628059,,,0.0053282468938055825, +rhu1_55F_to_60F_q5,0.004399622101096481,,0.2512798460089282,,0.028319891645631964,,0.00989729664624118,,,0.005453932703457155,,0.005250739109438986,,,,,,0.009174710139962206,,,0.005453932703457155, +rhu1_55F_to_60F_q10,0.004934914756468166,,0.2512798460089282,,0.028319891645631964,,0.014399320107188446,,,0.0057053043227603024,,0.005298917134723961,,,,,,0.012954147094630497,,,0.0057053043227603024, +rhu1_55F_to_60F_q15,0.005241103504381991,,0.2512798460089282,,0.028319891645631964,,0.01890134356813571,,,0.005956675942063448,,0.005347095160008938,,,,,,0.016733584049298787,,,0.005956675942063448, +rhu1_55F_to_60F_q20,0.005318188344837952,,0.2512798460089282,,0.028319891645631964,,0.023403367029082977,,,0.006208047561366595,,0.005395273185293914,,,,,,0.02051302100396708,,,0.006208047561366595, +rhu1_55F_to_60F_q25,0.005395273185293914,,0.2512798460089282,,0.028319891645631964,,0.027905390490030237,,,0.0064594191806697406,,0.006603953256524669,,,,,,0.02429245795863537,,,0.0064594191806697406, +rhu1_55F_to_60F_q30,0.007329161299263122,,0.2512798460089282,,0.028319891645631964,,0.0324074139509775,,,0.006710790799972887,,0.007812633327755425,,,,,,0.028071894913303662,,,0.006710790799972887, +rhu1_55F_to_60F_q35,0.00926304941323233,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.006962162419276033,,0.009021313398986179,,,,,,0.03185133186797195,,,0.006962162419276033, +rhu1_55F_to_60F_q40,0.013847973105299944,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.0072135340385791795,,0.010229993470216935,,,,,,0.03563076882264025,,,0.0072135340385791795, +rhu1_55F_to_60F_q45,0.021083932375465957,,0.2512798460089282,,0.028319891645631964,,0.038132070857404415,,,0.007464905657882327,,0.016524685833898288,,,,,,0.039410205777308534,,,0.007464905657882327, +rhu1_55F_to_60F_q50,0.028319891645631964,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.007716277277185472,,0.02281937819757964,,,,,,0.04318964273197683,,,0.007716277277185472, +rhu1_55F_to_60F_q55,0.03115544015735612,,0.2512798460089282,,0.028319891645631964,,0.04046633479951476,,,0.007967648896488619,,0.029114070561260995,,,,,,0.07161192760085192,,,0.007967648896488619, +rhu1_55F_to_60F_q60,0.03399098866908027,,0.2512798460089282,,0.028319891645631964,,0.04163346677056993,,,0.008219020515791764,,0.03540876292494235,,,,,,0.10003421246972696,,,0.008219020515791764, +rhu1_55F_to_60F_q65,0.03696493888634925,,0.2512798460089282,,0.028319891645631964,,0.042800598741625104,,,0.008470392135094911,,0.03735398287670097,,,,,,0.12845649733860204,,,0.008470392135094911, +rhu1_55F_to_60F_q70,0.04007729080916303,,0.2512798460089282,,0.028319891645631964,,0.0716119276008518,,,0.008721763754398057,,0.039299202828459584,,,,,,0.15687878220747709,,,0.008721763754398057, +rhu1_55F_to_60F_q75,0.04318964273197683,,0.2512798460089282,,0.028319891645631964,,0.1142453549041645,,,0.008973135373701204,,0.041244422780218205,,,,,,0.1853010670763522,,,0.008973135373701204, +rhu1_55F_to_60F_q80,0.12642572404275745,,0.2512798460089282,,0.028319891645631964,,0.15687878220747722,,,0.00922450699300435,,0.04318964273197683,,,,,,0.21372335194522726,,,0.00922450699300435, +rhu1_55F_to_60F_q85,0.2096618053535379,,0.2512798460089282,,0.028319891645631964,,0.19951220951078968,,,0.009475878612307495,,0.1142453549041645,,,,,,0.2421456368141023,,,0.009475878612307495, +rhu1_55F_to_60F_q90,0.2665063750912881,,0.2512798460089282,,0.028319891645631964,,0.24214563681410237,,,0.009727250231610642,,0.1853010670763522,,,,,,0.2705679216829774,,,0.009727250231610642, +rhu1_55F_to_60F_q95,0.29695943325600777,,0.2512798460089282,,0.028319891645631964,,0.2847790641174148,,,0.009978621850913789,,0.2563567792485399,,,,,,0.29899020655185243,,,0.009978621850913789, +rhu1_55F_to_60F_q98,0.3152312681548396,,0.2512798460089282,,0.028319891645631964,,0.31035912049940245,,,0.010129444822495677,,0.29899020655185254,,,,,,0.31604357747317746,,,0.010129444822495677, +rhu1_55F_to_60F_q99,0.3213218797877836,,0.2512798460089282,,0.028319891645631964,,0.31888580596006494,,,0.010179719146356304,,0.31320134898629004,,,,,,0.3217280344469525,,,0.010179719146356304, +rhu1_30F_to_45F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu1_30F_to_45F_upper_bound_95_perc_conf,0.308072153300455,,0.48989079000319163,,0.22154695797667256,,0.43720934500751896,,,0.044822725374200276,,0.2915864526294547,,,,,,0.5817154048433182,,,0.044822725374200276, +rhu1_30F_to_45F_mean,0.17315600908718343,,0.48989079000319163,,0.22154695797667256,,0.20268825230575127,,,0.023326382852582137,,0.1309435045244836,,,,,,0.2446980106898887,,,0.023326382852582137, +rhu1_30F_to_45F_lower_bound_95_perc_conf,0.038239864873911844,,0.48989079000319163,,0.22154695797667256,,-0.03183284039601644,,,0.0018300403309639938,,-0.02969944358048751,,,,,,-0.09231938346354082,,,0.0018300403309639938, +rhu1_30F_to_45F_sem,0.0688347674557508,,0.0,,0.0,,0.1196536187253917,,,0.010967521694703134,,0.08196068780865874,,,,,,0.17194765007828036,,,0.010967521694703134, +rhu1_30F_to_45F_q1,0.0019675176406731636,,0.48989079000319163,,0.22154695797667256,,0.003870140403130938,,,0.008126173284837217,,0.0017788580508138524,,,,,,0.006390725906179184,,,0.008126173284837217, +rhu1_30F_to_45F_q2.5,0.002627826205180753,,0.48989079000319163,,0.22154695797667256,,0.007384383111325189,,,0.008591485822625327,,0.002156177230532475,,,,,,0.013685846868945802,,,0.008591485822625327, +rhu1_30F_to_45F_q5,0.0037283404793600683,,0.48989079000319163,,0.22154695797667256,,0.01324145429164894,,,0.009367006718938843,,0.002785042530063512,,,,,,0.025844381806890165,,,0.009367006718938843, +rhu1_30F_to_45F_q10,0.005929369027718699,,0.48989079000319163,,0.22154695797667256,,0.024955596652296443,,,0.010918048511565876,,0.0040427731291255865,,,,,,0.0501614516827789,,,0.010918048511565876, +rhu1_30F_to_45F_q15,0.008379806784755467,,0.48989079000319163,,0.22154695797667256,,0.036669739012943944,,,0.012469090304192906,,0.005300503728187661,,,,,,0.07447852155866762,,,0.012469090304192906, +rhu1_30F_to_45F_q20,0.012326699793861064,,0.48989079000319163,,0.22154695797667256,,0.048383881373591446,,,0.01402013209681994,,0.006558234327249736,,,,,,0.09879559143455635,,,0.01402013209681994, +rhu1_30F_to_45F_q25,0.01627359280296666,,0.48989079000319163,,0.22154695797667256,,0.06009802373423895,,,0.015571173889446972,,0.00781596492631181,,,,,,0.12311266131044507,,,0.015571173889446972, +rhu1_30F_to_45F_q30,0.021067201963551694,,0.48989079000319163,,0.22154695797667256,,0.07181216609488644,,,0.017122215682074005,,0.014020132096819939,,,,,,0.1474297311863338,,,0.017122215682074005, +rhu1_30F_to_45F_q35,0.027977601502835316,,0.48989079000319163,,0.22154695797667256,,0.08352630845553395,,,0.018673257474701038,,0.020224299267328067,,,,,,0.1717468010622225,,,0.018673257474701038, +rhu1_30F_to_45F_q40,0.03488800104211896,,0.48989079000319163,,0.22154695797667256,,0.09524045081618146,,,0.02022429926732807,,0.026428466437836202,,,,,,0.19606387093811128,,,0.02022429926732807, +rhu1_30F_to_45F_q45,0.05081159099264605,,0.48989079000319163,,0.22154695797667256,,0.10695459317682897,,,0.0217753410599551,,0.03263263360834433,,,,,,0.22038094081399998,,,0.0217753410599551, +rhu1_30F_to_45F_q50,0.07875276815816445,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.023326382852582137,,0.03883680077885246,,,,,,0.2446980106898887,,,0.023326382852582137, +rhu1_30F_to_45F_q55,0.10669394532368291,,0.48989079000319163,,0.22154695797667256,,0.15558873292860645,,,0.024877424645209166,,0.054803187730577275,,,,,,0.26901508056577744,,,0.024877424645209166, +rhu1_30F_to_45F_q60,0.1392443800253157,,0.48989079000319163,,0.22154695797667256,,0.19250873031973637,,,0.0264284664378362,,0.07076957468230205,,,,,,0.29333215044166616,,,0.0264284664378362, +rhu1_30F_to_45F_q65,0.1752517578790343,,0.48989079000319163,,0.22154695797667256,,0.2294287277108663,,,0.027979508230463235,,0.08673596163402686,,,,,,0.3176492203175549,,,0.027979508230463235, +rhu1_30F_to_45F_q70,0.2112591357327529,,0.48989079000319163,,0.22154695797667256,,0.26634872510199625,,,0.029530550023090265,,0.10270234858575164,,,,,,0.3419662901934436,,,0.029530550023090265, +rhu1_30F_to_45F_q75,0.28812739584469843,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.031081591815717298,,0.11866873553747646,,,,,,0.3662833600693324,,,0.031081591815717298, +rhu1_30F_to_45F_q80,0.38134000885993474,,0.48989079000319163,,0.22154695797667256,,0.3401887198842562,,,0.03263263360834433,,0.19250873031973642,,,,,,0.3906004299452211,,,0.03263263360834433, +rhu1_30F_to_45F_q85,0.47455262187517083,,0.48989079000319163,,0.22154695797667256,,0.3771087172753861,,,0.034183675400971364,,0.26634872510199625,,,,,,0.41491749982110976,,,0.034183675400971364, +rhu1_30F_to_45F_q90,0.48847533361510065,,0.48989079000319163,,0.22154695797667256,,0.4140287146665161,,,0.03573471719359839,,0.3401887198842562,,,,,,0.43923456969699853,,,0.03573471719359839, +rhu1_30F_to_45F_q95,0.48918306180914617,,0.48989079000319163,,0.22154695797667256,,0.450948712057646,,,0.03728575898622542,,0.41402871466651603,,,,,,0.4635516395728872,,,0.03728575898622542, +rhu1_30F_to_45F_q98,0.4896076987255734,,0.48989079000319163,,0.22154695797667256,,0.473100710492324,,,0.038216384061801646,,0.45833271153587196,,,,,,0.47814188149842046,,,0.038216384061801646, +rhu1_30F_to_45F_q99,0.4897492443643825,,0.48989079000319163,,0.22154695797667256,,0.48048470997055,,,0.03852659242032705,,0.473100710492324,,,,,,0.4830052954735982,,,0.03852659242032705, rhu2_00F_to_05F_n,2.0,,1.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0, rhu2_00F_to_05F_upper_bound_95_perc_conf,0.5933710719298193,,0.500125313283208,,,,,,,,,,,,,,,,,,, rhu2_00F_to_05F_mean,0.25851173071567807,,0.500125313283208,,,,,,,,,,,,,,,,,,, @@ -1517,9 +1517,9 @@ rhu2_15F_to_20F_q95,0.44432433402164406,,0.45585093757417516,,0.3790069138906348 rhu2_15F_to_20F_q98,0.45124029615316275,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2_15F_to_20F_q99,0.4535456168636689,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2_20F_to_25F_n,5.0,,1.0,,1.0,,1.0,,,1.0,,2.0,,0.0,,0.0,,0.0,,,1.0, -rhu2_20F_to_25F_upper_bound_95_perc_conf,0.40338758712805833,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,,,,0.07103825136612021, -rhu2_20F_to_25F_mean,0.24977405929331006,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,,,,0.07103825136612021, -rhu2_20F_to_25F_lower_bound_95_perc_conf,0.09616053145856182,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,,,,0.07103825136612021, +rhu2_20F_to_25F_upper_bound_95_perc_conf,0.4033875871280583,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,,,,0.07103825136612021, +rhu2_20F_to_25F_mean,0.24977405929331004,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,,,,0.07103825136612021, +rhu2_20F_to_25F_lower_bound_95_perc_conf,0.0961605314585618,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,,,,0.07103825136612021, rhu2_20F_to_25F_sem,0.07837424889527972,,0.0,,0.0,,0.0,,,0.0,,0.07517680112736243,,,,,,,,,0.0, rhu2_20F_to_25F_q1,0.03234212413881716,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07316457240072304,,,,,,,,,0.07103825136612021, rhu2_20F_to_25F_q2.5,0.0347606320905236,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07635405395262726,,,,,,,,,0.07103825136612021, @@ -1574,9 +1574,9 @@ rhu2_25F_to_30F_q98,0.4811155858446745,,0.494096068768991,,0.3318400322150354,,0 rhu2_25F_to_30F_q99,0.4876058273068328,,0.494096068768991,,0.3318400322150354,,0.21593298752278145,,,0.04152249134948097,,0.21418888256104843,,,,,,,,,0.04152249134948097, rhu2_30F_to_35F_n,6.0,,1.0,,1.0,,2.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, rhu2_30F_to_35F_upper_bound_95_perc_conf,0.390066513542105,,0.5004456191032299,,0.28432496802364043,,0.5048805186073437,,,0.014548274889536524,,0.41015405435000085,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2_30F_to_35F_mean,0.23707176790762233,,0.5004456191032299,,0.28432496802364043,,0.30120673719908336,,,0.014548274889536524,,0.2056539164292344,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2_30F_to_35F_lower_bound_95_perc_conf,0.08407702227313965,,0.5004456191032299,,0.28432496802364043,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084679564,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2_30F_to_35F_sem,0.07805854369106259,,0.0,,0.0,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.0,,,0.0, +rhu2_30F_to_35F_mean,0.23707176790762233,,0.5004456191032299,,0.28432496802364043,,0.30120673719908336,,,0.014548274889536524,,0.20565391642923445,,,,,,0.4481650147334583,,,0.014548274889536524, +rhu2_30F_to_35F_lower_bound_95_perc_conf,0.08407702227313968,,0.5004456191032299,,0.28432496802364043,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084680119,,,,,,0.4481650147334583,,,0.014548274889536524, +rhu2_30F_to_35F_sem,0.07805854369106258,,0.0,,0.0,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.0,,,0.0, rhu2_30F_to_35F_q1,0.014855774696617722,,0.5004456191032299,,0.28432496802364043,,0.15718762521539592,,,0.014548274889536524,,0.01734227858503996,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2_30F_to_35F_q2.5,0.015317024407239522,,0.5004456191032299,,0.28432496802364043,,0.16159637354142714,,,0.014548274889536524,,0.021533284128295117,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2_30F_to_35F_q5,0.01608577392494252,,0.5004456191032299,,0.28432496802364043,,0.16894428741814588,,,0.014548274889536524,,0.028518293367053714,,,,,,0.4481650147334583,,,0.014548274889536524, @@ -1600,174 +1600,174 @@ rhu2_30F_to_35F_q90,0.4743053169183441,,0.5004456191032299,,0.28432496802364043, rhu2_30F_to_35F_q95,0.487375468010787,,0.5004456191032299,,0.28432496802364043,,0.4334691869800208,,,0.014548274889536524,,0.4187733592265833,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2_30F_to_35F_q98,0.4952175586662528,,0.5004456191032299,,0.28432496802364043,,0.4422866836320833,,,0.014548274889536524,,0.4364083525307083,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2_30F_to_35F_q99,0.4978315888847414,,0.5004456191032299,,0.28432496802364043,,0.4452258491827708,,,0.014548274889536524,,0.4422866836320833,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2_35F_to_40F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu2_35F_to_40F_upper_bound_95_perc_conf,0.3457229292640891,,0.497354540159213,,0.19741898266605878,,0.563738812589862,,,0.08044473193645557,,0.35829530413458643,,,,,,0.4925278507381578,,,0.08044473193645557, -rhu2_35F_to_40F_mean,0.20154314097819162,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.03881699155171517,,0.17341334222920493,,,,,,0.4925278507381578,,,0.03881699155171517, -rhu2_35F_to_40F_lower_bound_95_perc_conf,0.05736335269229417,,0.497354540159213,,0.19741898266605878,,0.052280573223527416,,,-0.002810748833025241,,-0.011468619676176572,,,,,,0.4925278507381578,,,-0.002810748833025241, -rhu2_35F_to_40F_sem,0.07356111647239666,,0.0,,0.0,,0.1304740406546772,,,0.021238643053438984,,0.09432753158437832,,,,,,0.0,,,0.021238643053438984, -rhu2_35F_to_40F_q1,0.009596659335507178,,0.497354540159213,,0.19741898266605878,,0.12718189823186088,,,0.009381734040192118,,0.0105831731222951,,,,,,0.4925278507381578,,,0.009381734040192118, -rhu2_35F_to_40F_q2.5,0.010820126590057006,,0.497354540159213,,0.19741898266605878,,0.13271744296680477,,,0.010282813351769355,,0.013286411057026812,,,,,,0.4925278507381578,,,0.010282813351769355, -rhu2_35F_to_40F_q5,0.012859238680973384,,0.497354540159213,,0.19741898266605878,,0.14194335085837792,,,0.011784612204398082,,0.017791807614912992,,,,,,0.4925278507381578,,,0.011784612204398082, -rhu2_35F_to_40F_q10,0.01693746286280614,,0.497354540159213,,0.19741898266605878,,0.16039516664152423,,,0.014788209909655537,,0.026802600730685355,,,,,,0.4925278507381578,,,0.014788209909655537, -rhu2_35F_to_40F_q15,0.02101568704463889,,0.497354540159213,,0.19741898266605878,,0.17884698242467054,,,0.01779180761491299,,0.03581339384645771,,,,,,0.4925278507381578,,,0.01779180761491299, -rhu2_35F_to_40F_q20,0.0316706698050578,,0.497354540159213,,0.19741898266605878,,0.19729879820781687,,,0.02079540532017044,,0.044824186962230075,,,,,,0.4925278507381578,,,0.02079540532017044, -rhu2_35F_to_40F_q25,0.045614031854769754,,0.497354540159213,,0.19741898266605878,,0.21575061399096318,,,0.023799003025427895,,0.053834980078002435,,,,,,0.4925278507381578,,,0.023799003025427895, -rhu2_35F_to_40F_q30,0.05955739390448171,,0.497354540159213,,0.19741898266605878,,0.23420242977410946,,,0.02680260073068535,,0.0628457731937748,,,,,,0.4925278507381578,,,0.02680260073068535, -rhu2_35F_to_40F_q35,0.07431682525138388,,0.497354540159213,,0.19741898266605878,,0.2526542455572558,,,0.029806198435942805,,0.07158489692783679,,,,,,0.4925278507381578,,,0.029806198435942805, -rhu2_35F_to_40F_q40,0.09070839519266649,,0.497354540159213,,0.19741898266605878,,0.2711060613404021,,,0.032809796141200255,,0.07978068189847809,,,,,,0.4925278507381578,,,0.032809796141200255, -rhu2_35F_to_40F_q45,0.10709996513394904,,0.497354540159213,,0.19741898266605878,,0.2895578771235484,,,0.03581339384645771,,0.08797646686911938,,,,,,0.4925278507381578,,,0.03581339384645771, -rhu2_35F_to_40F_q50,0.12349153507523161,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.03881699155171517,,0.09617225183976066,,,,,,0.4925278507381578,,,0.03881699155171517, -rhu2_35F_to_40F_q55,0.14566976935247977,,0.497354540159213,,0.19741898266605878,,0.32646150868984103,,,0.04182058925697262,,0.10436803681040195,,,,,,0.4925278507381578,,,0.04182058925697262, -rhu2_35F_to_40F_q60,0.1678480036297279,,0.497354540159213,,0.19741898266605878,,0.34491332447298734,,,0.044824186962230075,,0.11256382178104322,,,,,,0.4925278507381578,,,0.044824186962230075, -rhu2_35F_to_40F_q65,0.1900262379069761,,0.497354540159213,,0.19741898266605878,,0.36336514025613365,,,0.04782778466748753,,0.12075960675168453,,,,,,0.4925278507381578,,,0.04782778466748753, -rhu2_35F_to_40F_q70,0.25644075628047835,,0.497354540159213,,0.19741898266605878,,0.3818169560392799,,,0.05083138237274498,,0.1603951666415241,,,,,,0.4925278507381578,,,0.05083138237274498, -rhu2_35F_to_40F_q75,0.3449734167021083,,0.497354540159213,,0.19741898266605878,,0.40026877182242626,,,0.053834980078002435,,0.21575061399096318,,,,,,0.4925278507381578,,,0.053834980078002435, -rhu2_35F_to_40F_q80,0.4335060771237382,,0.497354540159213,,0.19741898266605878,,0.41872058760557257,,,0.05683857778325989,,0.2711060613404022,,,,,,0.4925278507381578,,,0.05683857778325989, -rhu2_35F_to_40F_q85,0.4930105196802633,,0.497354540159213,,0.19741898266605878,,0.4371724033887189,,,0.059842175488517335,,0.326461508689841,,,,,,0.4925278507381578,,,0.059842175488517335, -rhu2_35F_to_40F_q90,0.4944585265065799,,0.497354540159213,,0.19741898266605878,,0.4556242191718652,,,0.0628457731937748,,0.38181695603928,,,,,,0.4925278507381578,,,0.0628457731937748, -rhu2_35F_to_40F_q95,0.4959065333328964,,0.497354540159213,,0.19741898266605878,,0.4740760349550115,,,0.06584937089903226,,0.43717240338871877,,,,,,0.4925278507381578,,,0.06584937089903226, -rhu2_35F_to_40F_q98,0.49677533742868635,,0.497354540159213,,0.19741898266605878,,0.48514712442489927,,,0.06765152952218673,,0.4703856717983822,,,,,,0.4925278507381578,,,0.06765152952218673, -rhu2_35F_to_40F_q99,0.49706493879394964,,0.497354540159213,,0.19741898266605878,,0.48883748758152856,,,0.06825224906323821,,0.4814567612682699,,,,,,0.4925278507381578,,,0.06825224906323821, -rhu2_40F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu2_40F_to_45F_upper_bound_95_perc_conf,0.31890122555762374,,0.4542236394098254,,0.15271363589013506,,0.5647322324958838,,,0.0396871052258929,,0.3451588226609835,,,,,,0.4877852165596393,,,0.0396871052258929, -rhu2_40F_to_45F_mean,0.17640214036490817,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.019641327256556547,,0.15402270979526309,,,,,,0.4877852165596393,,,0.019641327256556547, -rhu2_40F_to_45F_lower_bound_95_perc_conf,0.03390305517219261,,0.4542236394098254,,0.15271363589013506,,0.012075952172055482,,,-0.00040445071277980457,,-0.03711340307045738,,,,,,0.4877852165596393,,,-0.00040445071277980457, -rhu2_40F_to_45F_sem,0.07270361489424264,,0.0,,0.0,,0.14098374498056845,,,0.010227437739457322,,0.09751842493149003,,,,,,0.0,,,0.010227437739457322, -rhu2_40F_to_45F_q1,0.005574105415664861,,0.4542236394098254,,0.15271363589013506,,0.09301059059281336,,,0.00546682172027891,,0.0060453729666575876,,,,,,0.4877852165596393,,,0.00546682172027891, -rhu2_40F_to_45F_q2.5,0.006168944393527798,,0.4542236394098254,,0.15271363589013506,,0.09899202431958344,,,0.005900735155062918,,0.007347113271009616,,,,,,0.4877852165596393,,,0.005900735155062918, -rhu2_40F_to_45F_q5,0.007160342689966026,,0.4542236394098254,,0.15271363589013506,,0.10896108053086694,,,0.006623924213036267,,0.009516680444929664,,,,,,0.4877852165596393,,,0.006623924213036267, -rhu2_40F_to_45F_q10,0.009143139282842484,,0.4542236394098254,,0.15271363589013506,,0.1288991929534339,,,0.008070302328982966,,0.013855814792769757,,,,,,0.4877852165596393,,,0.008070302328982966, -rhu2_40F_to_45F_q15,0.011125935875718938,,0.4542236394098254,,0.15271363589013506,,0.14883730537600087,,,0.009516680444929662,,0.01819494914060985,,,,,,0.4877852165596393,,,0.009516680444929662, -rhu2_40F_to_45F_q20,0.01625051614188025,,0.4542236394098254,,0.15271363589013506,,0.16877541779856783,,,0.01096305856087636,,0.022534083488449944,,,,,,0.4877852165596393,,,0.01096305856087636, -rhu2_40F_to_45F_q25,0.022945988244683975,,0.4542236394098254,,0.15271363589013506,,0.1887135302211348,,,0.012409436676823059,,0.026873217836290035,,,,,,0.4877852165596393,,,0.012409436676823059, -rhu2_40F_to_45F_q30,0.0296414603474877,,0.4542236394098254,,0.15271363589013506,,0.20865164264370176,,,0.013855814792769755,,0.031212352184130127,,,,,,0.4877852165596393,,,0.013855814792769755, -rhu2_40F_to_45F_q35,0.039596894385251144,,0.4542236394098254,,0.15271363589013506,,0.22858975506626872,,,0.015302192908716454,,0.03685100140063734,,,,,,0.4877852165596393,,,0.015302192908716454, -rhu2_40F_to_45F_q40,0.056072252292934124,,0.4542236394098254,,0.15271363589013506,,0.2485278674888357,,,0.01674857102466315,,0.04508868035447882,,,,,,0.4877852165596393,,,0.01674857102466315, -rhu2_40F_to_45F_q45,0.07254761020061704,,0.4542236394098254,,0.15271363589013506,,0.2684659799114027,,,0.01819494914060985,,0.05332635930832028,,,,,,0.4877852165596393,,,0.01819494914060985, -rhu2_40F_to_45F_q50,0.08902296810829996,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.019641327256556547,,0.06156403826216174,,,,,,0.4877852165596393,,,0.019641327256556547, -rhu2_40F_to_45F_q55,0.1081301684428505,,0.4542236394098254,,0.15271363589013506,,0.3083422047565366,,,0.021087705372503245,,0.06980171721600321,,,,,,0.4877852165596393,,,0.021087705372503245, -rhu2_40F_to_45F_q60,0.127237368777401,,0.4542236394098254,,0.15271363589013506,,0.32828031717910355,,,0.022534083488449944,,0.07803939616984466,,,,,,0.4877852165596393,,,0.022534083488449944, -rhu2_40F_to_45F_q65,0.14634456911195157,,0.4542236394098254,,0.15271363589013506,,0.34821842960167054,,,0.023980461604396642,,0.08627707512368615,,,,,,0.4877852165596393,,,0.023980461604396642, -rhu2_40F_to_45F_q70,0.2130156365940729,,0.4542236394098254,,0.15271363589013506,,0.3681565420242375,,,0.025426839720343337,,0.12889919295343374,,,,,,0.4877852165596393,,,0.025426839720343337, -rhu2_40F_to_45F_q75,0.3034686376499802,,0.4542236394098254,,0.15271363589013506,,0.38809465444680447,,,0.026873217836290035,,0.1887135302211348,,,,,,0.4877852165596393,,,0.026873217836290035, -rhu2_40F_to_45F_q80,0.3939216387058876,,0.4542236394098254,,0.15271363589013506,,0.40803276686937145,,,0.028319595952236733,,0.24852786748883585,,,,,,0.4877852165596393,,,0.028319595952236733, -rhu2_40F_to_45F_q85,0.4575797971248068,,0.4542236394098254,,0.15271363589013506,,0.4279708792919384,,,0.029765974068183428,,0.30834220475653656,,,,,,0.4877852165596393,,,0.029765974068183428, -rhu2_40F_to_45F_q90,0.467648270269751,,0.4542236394098254,,0.15271363589013506,,0.4479089917145054,,,0.031212352184130127,,0.3681565420242376,,,,,,0.4877852165596393,,,0.031212352184130127, -rhu2_40F_to_45F_q95,0.4777167434146951,,0.4542236394098254,,0.15271363589013506,,0.4678471041370723,,,0.03265873030007683,,0.4279708792919383,,,,,,0.4877852165596393,,,0.03265873030007683, -rhu2_40F_to_45F_q98,0.48375782730166167,,0.4542236394098254,,0.15271363589013506,,0.4798099715906125,,,0.033526557169644845,,0.4638594816525589,,,,,,0.4877852165596393,,,0.033526557169644845, -rhu2_40F_to_45F_q99,0.48577152193065043,,0.4542236394098254,,0.15271363589013506,,0.4837975940751259,,,0.033815832792834184,,0.475822349106099,,,,,,0.4877852165596393,,,0.033815832792834184, -rhu2_45F_to_50F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu2_45F_to_50F_upper_bound_95_perc_conf,0.27361634070412233,,0.40025798507790855,,0.09249776186213071,,0.4360433574148745,,,0.015836251266091575,,0.29954856908233973,,,,,,0.5293530585660533,,,0.015836251266091575, -rhu2_45F_to_50F_mean,0.1532105905553325,,0.40025798507790855,,0.09249776186213071,,0.23473027098031748,,,0.010700754484599376,,0.14511846438203024,,,,,,0.32875898051305136,,,0.010700754484599376, -rhu2_45F_to_50F_lower_bound_95_perc_conf,0.032804840406542704,,0.40025798507790855,,0.09249776186213071,,0.03341718454576048,,,0.005565257703107179,,-0.009311640318279246,,,,,,0.12816490246004944,,,0.005565257703107179, -rhu2_45F_to_50F_sem,0.06143150517795398,,0.0,,0.0,,0.10271075838497806,,,0.002620151419128672,,0.07879086974505586,,,,,,0.10234391737398058,,,0.002620151419128672, -rhu2_45F_to_50F_q1,0.0070191956468156095,,0.40025798507790855,,0.09249776186213071,,0.04941985136728029,,,0.007069409885644554,,0.007291737105988726,,,,,,0.18691754765591012,,,0.007069409885644554, -rhu2_45F_to_50F_q2.5,0.00705503789874428,,0.40025798507790855,,0.09249776186213071,,0.053540350545926096,,,0.00718057349581664,,0.007736391546677072,,,,,,0.19125963233521034,,,0.00718057349581664, -rhu2_45F_to_50F_q5,0.007114774985292062,,0.40025798507790855,,0.09249776186213071,,0.06040784917700244,,,0.007365846179436784,,0.008477482281157649,,,,,,0.19849644013404408,,,0.007365846179436784, -rhu2_45F_to_50F_q10,0.007234249158387631,,0.40025798507790855,,0.09249776186213071,,0.07414284643915513,,,0.007736391546677072,,0.009959663750118801,,,,,,0.21297005573171157,,,0.007736391546677072, -rhu2_45F_to_50F_q15,0.007690133220696182,,0.40025798507790855,,0.09249776186213071,,0.0878778437013078,,,0.00810693691391736,,0.011441845219079953,,,,,,0.22744367132937904,,,0.00810693691391736, -rhu2_45F_to_50F_q20,0.010164476618282632,,0.40025798507790855,,0.09249776186213071,,0.10161284096346049,,,0.008477482281157649,,0.012924026688041105,,,,,,0.2419172869270465,,,0.008477482281157649, -rhu2_45F_to_50F_q25,0.012638820015869079,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.008848027648397936,,0.014406208157002257,,,,,,0.25639090252471397,,,0.008848027648397936, -rhu2_45F_to_50F_q30,0.01763287253278701,,0.40025798507790855,,0.09249776186213071,,0.12908283548776586,,,0.009218573015638224,,0.020859536908571754,,,,,,0.27086451812238144,,,0.009218573015638224, -rhu2_45F_to_50F_q35,0.028926197848033623,,0.40025798507790855,,0.09249776186213071,,0.14281783274991855,,,0.009589118382878513,,0.027312865660141253,,,,,,0.2853381337200489,,,0.009589118382878513, -rhu2_45F_to_50F_q40,0.04021952316328026,,0.40025798507790855,,0.09249776186213071,,0.15655283001207124,,,0.009959663750118801,,0.03376619441171076,,,,,,0.2998117493177164,,,0.009959663750118801, -rhu2_45F_to_50F_q45,0.05354658840694189,,0.40025798507790855,,0.09249776186213071,,0.17028782727422392,,,0.010330209117359088,,0.04021952316328026,,,,,,0.3142853649153839,,,0.010330209117359088, -rhu2_45F_to_50F_q50,0.06958530688849024,,0.40025798507790855,,0.09249776186213071,,0.1840228245363766,,,0.010700754484599376,,0.04667285191484975,,,,,,0.32875898051305136,,,0.010700754484599376, -rhu2_45F_to_50F_q55,0.08562402537003859,,0.40025798507790855,,0.09249776186213071,,0.2129700557317116,,,0.011071299851839665,,0.07414284643915514,,,,,,0.3432325961107188,,,0.011071299851839665, -rhu2_45F_to_50F_q60,0.11080277439697991,,0.40025798507790855,,0.09249776186213071,,0.2419172869270465,,,0.011441845219079953,,0.10161284096346049,,,,,,0.3577062117083863,,,0.011441845219079953, -rhu2_45F_to_50F_q65,0.14283654633296594,,0.40025798507790855,,0.09249776186213071,,0.27086451812238144,,,0.011812390586320241,,0.1290828354877659,,,,,,0.3721798273060538,,,0.011812390586320241, -rhu2_45F_to_50F_q70,0.17487031826895197,,0.40025798507790855,,0.09249776186213071,,0.29981174931771637,,,0.01218293595356053,,0.1565528300120712,,,,,,0.3866534429037212,,,0.01218293595356053, -rhu2_45F_to_50F_q75,0.2380816146717596,,0.40025798507790855,,0.09249776186213071,,0.32875898051305136,,,0.012553481320800816,,0.1840228245363766,,,,,,0.40112705850138874,,,0.012553481320800816, -rhu2_45F_to_50F_q80,0.3137639208612959,,0.40025798507790855,,0.09249776186213071,,0.35770621170838635,,,0.012924026688041105,,0.24191728692704656,,,,,,0.4156006740990562,,,0.012924026688041105, -rhu2_45F_to_50F_q85,0.389446227050832,,0.40025798507790855,,0.09249776186213071,,0.3866534429037212,,,0.013294572055281392,,0.29981174931771637,,,,,,0.4300742896967237,,,0.013294572055281392, -rhu2_45F_to_50F_q90,0.42222913050145383,,0.40025798507790855,,0.09249776186213071,,0.4156006740990562,,,0.01366511742252168,,0.35770621170838635,,,,,,0.4445479052943912,,,0.01366511742252168, -rhu2_45F_to_50F_q95,0.44786213349558995,,0.40025798507790855,,0.09249776186213071,,0.44454790529439114,,,0.014035662789761968,,0.41560067409905616,,,,,,0.45902152089205867,,,0.014035662789761968, -rhu2_45F_to_50F_q98,0.4632419352920716,,0.40025798507790855,,0.09249776186213071,,0.46191624401159215,,,0.014257990010106142,,0.45033735153345816,,,,,,0.4677056902506591,,,0.014257990010106142, -rhu2_45F_to_50F_q99,0.4683685358908989,,0.40025798507790855,,0.09249776186213071,,0.4677056902506591,,,0.0143320990835542,,0.46191624401159215,,,,,,0.47060041337019265,,,0.0143320990835542, -rhu2_50F_to_55F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu2_50F_to_55F_upper_bound_95_perc_conf,0.2214550457879044,,0.32793900049322156,,0.052322643343051506,,0.3703843014393865,,,0.007825549523868078,,0.2463938823724735,,,,,,0.4792627121655566,,,0.007825549523868078, -rhu2_50F_to_55F_mean,0.11646555978225262,,0.32793900049322156,,0.052322643343051506,,0.17797569642622557,,,0.0069663280020027495,,0.10957194905653644,,,,,,0.2521836704255019,,,0.0069663280020027495, -rhu2_50F_to_55F_lower_bound_95_perc_conf,0.011476073776600842,,0.32793900049322156,,0.052322643343051506,,-0.014432908586935356,,,0.0061071064801374204,,-0.027249984259400617,,,,,,0.02510462868544716,,,0.0061071064801374204, -rhu2_50F_to_55F_sem,0.053566064288597844,,0.0,,0.0,,0.09816765561895965,,,0.00043837832748231097,,0.06980710883466176,,,,,,0.11585665394900752,,,0.00043837832748231097, -rhu2_50F_to_55F_q1,0.003795118619138927,,0.32793900049322156,,0.052322643343051506,,0.03073530584151248,,,0.006358766637350349,,0.006395964271920905,,,,,,0.09161454014576613,,,0.006358766637350349, -rhu2_50F_to_55F_q2.5,0.004083162839248852,,0.32793900049322156,,0.052322643343051506,,0.03249864196227176,,,0.006377365454635626,,0.006470359541062015,,,,,,0.09652992168494172,,,0.006377365454635626, -rhu2_50F_to_55F_q5,0.00456323653943206,,0.32793900049322156,,0.052322643343051506,,0.03543753549687057,,,0.006408363483444422,,0.006594351656297199,,,,,,0.10472222425023435,,,0.006408363483444422, -rhu2_50F_to_55F_q10,0.005523383939798475,,0.32793900049322156,,0.052322643343051506,,0.04131532256606818,,,0.006470359541062015,,0.006842335886767565,,,,,,0.12110682938081965,,,0.006470359541062015, -rhu2_50F_to_55F_q15,0.006408363483444423,,0.32793900049322156,,0.052322643343051506,,0.047193109635265795,,,0.006532355598679606,,0.007090320117237933,,,,,,0.13749143451140491,,,0.006532355598679606, -rhu2_50F_to_55F_q20,0.006842335886767565,,0.32793900049322156,,0.052322643343051506,,0.0530708967044634,,,0.006594351656297199,,0.0073383043477083,,,,,,0.1538760396419902,,,0.006594351656297199, -rhu2_50F_to_55F_q25,0.007276308290090708,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.00665634771391479,,0.007586288578178667,,,,,,0.17026064477257546,,,0.00665634771391479, -rhu2_50F_to_55F_q30,0.009783634563128099,,0.32793900049322156,,0.052322643343051506,,0.06482647084285863,,,0.006718343771532381,,0.011980980548077523,,,,,,0.18664524990316075,,,0.006718343771532381, -rhu2_50F_to_55F_q35,0.017474345510451093,,0.32793900049322156,,0.052322643343051506,,0.07070425791205623,,,0.006780339829149974,,0.01637567251797638,,,,,,0.20302985503374604,,,0.006780339829149974, -rhu2_50F_to_55F_q40,0.025165056457774105,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.006842335886767565,,0.02077036448787524,,,,,,0.21941446016433133,,,0.006842335886767565, -rhu2_50F_to_55F_q45,0.032974182664979736,,0.32793900049322156,,0.052322643343051506,,0.08245983205045147,,,0.006904331944385157,,0.025165056457774098,,,,,,0.23579906529491662,,,0.006904331944385157, -rhu2_50F_to_55F_q50,0.04094119588536223,,0.32793900049322156,,0.052322643343051506,,0.08833761911964907,,,0.0069663280020027495,,0.029559748427672956,,,,,,0.2521836704255019,,,0.0069663280020027495, -rhu2_50F_to_55F_q55,0.04890820910574474,,0.32793900049322156,,0.052322643343051506,,0.12110682938081967,,,0.007028324059620341,,0.041315322566068194,,,,,,0.2685682755560872,,,0.007028324059620341, -rhu2_50F_to_55F_q60,0.059525638498371024,,0.32793900049322156,,0.052322643343051506,,0.15387603964199018,,,0.007090320117237933,,0.0530708967044634,,,,,,0.28495288068667246,,,0.007090320117237933, -rhu2_50F_to_55F_q65,0.07213088002018016,,0.32793900049322156,,0.052322643343051506,,0.18664524990316078,,,0.007152316174855525,,0.06482647084285863,,,,,,0.3013374858172578,,,0.007152316174855525, -rhu2_50F_to_55F_q70,0.0847361215419893,,0.32793900049322156,,0.052322643343051506,,0.2194144601643313,,,0.007214312232473117,,0.07658204498125384,,,,,,0.317722090947843,,,0.007214312232473117, -rhu2_50F_to_55F_q75,0.1482379644630422,,0.32793900049322156,,0.052322643343051506,,0.2521836704255019,,,0.007276308290090708,,0.08833761911964907,,,,,,0.3341066960784283,,,0.007276308290090708, -rhu2_50F_to_55F_q80,0.2320984479437927,,0.32793900049322156,,0.052322643343051506,,0.2849528806866725,,,0.0073383043477083,,0.15387603964199026,,,,,,0.3504913012090136,,,0.0073383043477083, -rhu2_50F_to_55F_q85,0.31595893142454295,,0.32793900049322156,,0.052322643343051506,,0.317722090947843,,,0.007400300405325892,,0.2194144601643313,,,,,,0.3668759063395989,,,0.007400300405325892, -rhu2_50F_to_55F_q90,0.3543662168646615,,0.32793900049322156,,0.052322643343051506,,0.3504913012090136,,,0.007462296462943483,,0.2849528806866725,,,,,,0.38326051147018414,,,0.007462296462943483, -rhu2_50F_to_55F_q95,0.3851979692980081,,0.32793900049322156,,0.052322643343051506,,0.38326051147018414,,,0.007524292520561075,,0.3504913012090135,,,,,,0.39964511660076946,,,0.007524292520561075, -rhu2_50F_to_55F_q98,0.40369702075801606,,0.32793900049322156,,0.052322643343051506,,0.4029220376268865,,,0.00756149015513163,,0.3898143535224183,,,,,,0.4094758796791206,,,0.00756149015513163, -rhu2_50F_to_55F_q99,0.40986337124468536,,0.32793900049322156,,0.052322643343051506,,0.4094758796791206,,,0.007573889366655149,,0.4029220376268865,,,,,,0.4127528007052377,,,0.007573889366655149, -rhu2_55F_to_60F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu2_55F_to_60F_upper_bound_95_perc_conf,0.1702145697762304,,0.2512798460089282,,0.028319891645631964,,0.28907142512330697,,,0.011200110178684592,,0.19158995899854325,,,,,,0.38225745267880634,,,0.011200110178684592, -rhu2_55F_to_60F_mean,0.08811343984153783,,0.2512798460089282,,0.028319891645631964,,0.1353369656925489,,,0.007716277277185472,,0.08428869032640353,,,,,,0.1853010670763522,,,0.007716277277185472, -rhu2_55F_to_60F_lower_bound_95_perc_conf,0.006012309906845245,,0.2512798460089282,,0.028319891645631964,,-0.018397493738209175,,,0.004232444375686352,,-0.023012578345736195,,,,,,-0.011655318526101965,,,0.004232444375686352, -rhu2_55F_to_60F_sem,0.04188833159933295,,0.0,,0.0,,0.07843594868916229,,,0.0017774657660709794,,0.054745545240887615,,,,,,0.10048795183798681,,,0.0017774657660709794, -rhu2_55F_to_60F_q1,0.003958005660414839,,0.2512798460089282,,0.028319891645631964,,0.03556438052108304,,,0.0052528354080146385,,0.0054036583795965265,,,,,,0.04603187121886433,,,0.0052528354080146385, -rhu2_55F_to_60F_q2.5,0.004098519982449907,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.0053282468938055825,,0.0057053043227603024,,,,,,0.05029521394919559,,,0.0053282468938055825, -rhu2_55F_to_60F_q5,0.00433271051917502,,0.2512798460089282,,0.028319891645631964,,0.036186850905645794,,,0.005453932703457155,,0.006208047561366595,,,,,,0.057400785166414364,,,0.005453932703457155, -rhu2_55F_to_60F_q10,0.004801091592625245,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.0057053043227603024,,0.0072135340385791795,,,,,,0.0716119276008519,,,0.0057053043227603024, -rhu2_55F_to_60F_q15,0.005453932703457156,,0.2512798460089282,,0.028319891645631964,,0.03774302686705269,,,0.005956675942063448,,0.008219020515791764,,,,,,0.08582307003528944,,,0.005956675942063448, -rhu2_55F_to_60F_q20,0.00721353403857918,,0.2512798460089282,,0.028319891645631964,,0.03852111484775614,,,0.006208047561366595,,0.00922450699300435,,,,,,0.10003421246972698,,,0.006208047561366595, -rhu2_55F_to_60F_q25,0.008973135373701204,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.0064594191806697406,,0.010229993470216935,,,,,,0.1142453549041645,,,0.0064594191806697406, -rhu2_55F_to_60F_q30,0.012038983287758438,,0.2512798460089282,,0.028319891645631964,,0.04007729080916304,,,0.006710790799972887,,0.015265747361162017,,,,,,0.12845649733860204,,,0.006710790799972887, -rhu2_55F_to_60F_q35,0.018370447649153694,,0.2512798460089282,,0.028319891645631964,,0.04085537878986648,,,0.006962162419276033,,0.0203015012521071,,,,,,0.14266763977303956,,,0.006962162419276033, -rhu2_55F_to_60F_q40,0.024701912010548964,,0.2512798460089282,,0.028319891645631964,,0.041633466770569935,,,0.0072135340385791795,,0.025337255143052184,,,,,,0.1568787822074771,,,0.0072135340385791795, -rhu2_55F_to_60F_q45,0.029383222337528523,,0.2512798460089282,,0.028319891645631964,,0.04241155475127338,,,0.007464905657882327,,0.030373009033997266,,,,,,0.17108992464191464,,,0.007464905657882327, -rhu2_55F_to_60F_q50,0.03186432728528715,,0.2512798460089282,,0.028319891645631964,,0.04318964273197683,,,0.007716277277185472,,0.03540876292494235,,,,,,0.1853010670763522,,,0.007716277277185472, -rhu2_55F_to_60F_q55,0.03434543223304579,,0.2512798460089282,,0.028319891645631964,,0.07161192760085192,,,0.007967648896488619,,0.03696493888634925,,,,,,0.1995122095107897,,,0.007967648896488619, -rhu2_55F_to_60F_q60,0.03696493888634925,,0.2512798460089282,,0.028319891645631964,,0.10003421246972696,,,0.008219020515791764,,0.03852111484775614,,,,,,0.21372335194522724,,,0.008219020515791764, -rhu2_55F_to_60F_q65,0.03968824681881131,,0.2512798460089282,,0.028319891645631964,,0.12845649733860204,,,0.008470392135094911,,0.04007729080916304,,,,,,0.2279344943796648,,,0.008470392135094911, -rhu2_55F_to_60F_q70,0.042411554751273374,,0.2512798460089282,,0.028319891645631964,,0.15687878220747709,,,0.008721763754398057,,0.04163346677056993,,,,,,0.2421456368141023,,,0.008721763754398057, -rhu2_55F_to_60F_q75,0.09521219355121467,,0.2512798460089282,,0.028319891645631964,,0.1853010670763522,,,0.008973135373701204,,0.04318964273197683,,,,,,0.2563567792485399,,,0.008973135373701204, -rhu2_55F_to_60F_q80,0.16804376469814777,,0.2512798460089282,,0.028319891645631964,,0.21372335194522726,,,0.00922450699300435,,0.10003421246972702,,,,,,0.2705679216829774,,,0.00922450699300435, -rhu2_55F_to_60F_q85,0.2408753358450807,,0.2512798460089282,,0.028319891645631964,,0.2421456368141023,,,0.009475878612307495,,0.15687878220747709,,,,,,0.2847790641174149,,,0.009475878612307495, -rhu2_55F_to_60F_q90,0.274119639632468,,0.2512798460089282,,0.028319891645631964,,0.2705679216829774,,,0.009727250231610642,,0.21372335194522726,,,,,,0.29899020655185243,,,0.009727250231610642, -rhu2_55F_to_60F_q95,0.30076606552659774,,0.2512798460089282,,0.028319891645631964,,0.29899020655185243,,,0.009978621850913789,,0.2705679216829774,,,,,,0.31320134898629,,,0.009978621850913789, -rhu2_55F_to_60F_q98,0.31675392106307554,,0.2512798460089282,,0.028319891645631964,,0.31604357747317746,,,0.010129444822495677,,0.3046746635256275,,,,,,0.3217280344469525,,,0.010129444822495677, -rhu2_55F_to_60F_q99,0.32208320624190157,,0.2512798460089282,,0.028319891645631964,,0.3217280344469525,,,0.010179719146356304,,0.31604357747317746,,,,,,0.32457026293384006,,,0.010179719146356304, -rhu2_30F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu2_30F_to_45F_upper_bound_95_perc_conf,0.34305398205847804,,0.48989079000319163,,0.22154695797667256,,0.559111251556371,,,0.044822725374200276,,0.3511684155595577,,,,,,0.487868709448776,,,0.044822725374200276, -rhu2_30F_to_45F_mean,0.19767439439520942,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.023326382852582137,,0.16329755267285415,,,,,,0.487868709448776,,,0.023326382852582137, -rhu2_30F_to_45F_lower_bound_95_perc_conf,0.05229480673194084,,0.48989079000319163,,0.22154695797667256,,0.047426193429881414,,,0.0018300403309639938,,-0.024573310213849398,,,,,,0.487868709448776,,,0.0018300403309639938, -rhu2_30F_to_45F_sem,0.07417325901187173,,0.0,,0.0,,0.13053190258328815,,,0.010967521694703134,,0.09585248106464467,,,,,,0.0,,,0.010967521694703134, -rhu2_30F_to_45F_q1,0.008492575156444197,,0.48989079000319163,,0.22154695797667256,,0.12236073527658946,,,0.008126173284837217,,0.00874659000188803,,,,,,0.487868709448776,,,0.008126173284837217, -rhu2_30F_to_45F_q2.5,0.00950749050164278,,0.48989079000319163,,0.22154695797667256,,0.12789873488525894,,,0.008591485822625327,,0.01014252761525236,,,,,,0.487868709448776,,,0.008591485822625327, -rhu2_30F_to_45F_q5,0.01119901607697375,,0.48989079000319163,,0.22154695797667256,,0.13712873423304145,,,0.009367006718938843,,0.012469090304192909,,,,,,0.487868709448776,,,0.009367006718938843, -rhu2_30F_to_45F_q10,0.014582067227635689,,0.48989079000319163,,0.22154695797667256,,0.15558873292860642,,,0.010918048511565876,,0.017122215682074008,,,,,,0.487868709448776,,,0.010918048511565876, -rhu2_30F_to_45F_q15,0.017965118378297625,,0.48989079000319163,,0.22154695797667256,,0.1740487316241714,,,0.012469090304192906,,0.0217753410599551,,,,,,0.487868709448776,,,0.012469090304192906, -rhu2_30F_to_45F_q20,0.023041601831918446,,0.48989079000319163,,0.22154695797667256,,0.19250873031973637,,,0.01402013209681994,,0.026428466437836202,,,,,,0.487868709448776,,,0.01402013209681994, -rhu2_30F_to_45F_q25,0.028964801437018697,,0.48989079000319163,,0.22154695797667256,,0.21096872901530134,,,0.015571173889446972,,0.031081591815717298,,,,,,0.487868709448776,,,0.015571173889446972, -rhu2_30F_to_45F_q30,0.03488800104211895,,0.48989079000319163,,0.22154695797667256,,0.2294287277108663,,,0.017122215682074005,,0.03573471719359839,,,,,,0.487868709448776,,,0.017122215682074005, -rhu2_30F_to_45F_q35,0.04681999425471483,,0.48989079000319163,,0.22154695797667256,,0.24788872640643128,,,0.018673257474701038,,0.04282839751678365,,,,,,0.487868709448776,,,0.018673257474701038, -rhu2_30F_to_45F_q40,0.07076957468230209,,0.48989079000319163,,0.22154695797667256,,0.26634872510199625,,,0.02022429926732807,,0.054803187730577275,,,,,,0.487868709448776,,,0.02022429926732807, -rhu2_30F_to_45F_q45,0.09471915510988928,,0.48989079000319163,,0.22154695797667256,,0.2848087237975612,,,0.0217753410599551,,0.06677797794437086,,,,,,0.487868709448776,,,0.0217753410599551, -rhu2_30F_to_45F_q50,0.11866873553747646,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.023326382852582137,,0.07875276815816445,,,,,,0.487868709448776,,,0.023326382852582137, -rhu2_30F_to_45F_q55,0.1495322022692353,,0.48989079000319163,,0.22154695797667256,,0.32172872118869117,,,0.024877424645209166,,0.09072755837195806,,,,,,0.487868709448776,,,0.024877424645209166, -rhu2_30F_to_45F_q60,0.1803956690009941,,0.48989079000319163,,0.22154695797667256,,0.34018871988425614,,,0.0264284664378362,,0.10270234858575164,,,,,,0.487868709448776,,,0.0264284664378362, -rhu2_30F_to_45F_q65,0.21125913573275298,,0.48989079000319163,,0.22154695797667256,,0.35864871857982117,,,0.027979508230463235,,0.11467713879954528,,,,,,0.487868709448776,,,0.027979508230463235, -rhu2_30F_to_45F_q70,0.274811308271093,,0.48989079000319163,,0.22154695797667256,,0.3771087172753861,,,0.029530550023090265,,0.15558873292860628,,,,,,0.487868709448776,,,0.029530550023090265, -rhu2_30F_to_45F_q75,0.3547078337127243,,0.48989079000319163,,0.22154695797667256,,0.3955687159709511,,,0.031081591815717298,,0.21096872901530134,,,,,,0.487868709448776,,,0.031081591815717298, -rhu2_30F_to_45F_q80,0.43460435915435547,,0.48989079000319163,,0.22154695797667256,,0.4140287146665161,,,0.03263263360834433,,0.26634872510199636,,,,,,0.487868709448776,,,0.03263263360834433, -rhu2_30F_to_45F_q85,0.48807091750421755,,0.48989079000319163,,0.22154695797667256,,0.432488713362081,,,0.034183675400971364,,0.3217287211886911,,,,,,0.487868709448776,,,0.034183675400971364, -rhu2_30F_to_45F_q90,0.4886775416705422,,0.48989079000319163,,0.22154695797667256,,0.45094871205764603,,,0.03573471719359839,,0.3771087172753862,,,,,,0.487868709448776,,,0.03573471719359839, -rhu2_30F_to_45F_q95,0.48928416583686696,,0.48989079000319163,,0.22154695797667256,,0.46940871075321094,,,0.03728575898622542,,0.43248871336208095,,,,,,0.487868709448776,,,0.03728575898622542, -rhu2_30F_to_45F_q98,0.4896481403366617,,0.48989079000319163,,0.22154695797667256,,0.48048470997055,,,0.038216384061801646,,0.465716711014098,,,,,,0.487868709448776,,,0.038216384061801646, -rhu2_30F_to_45F_q99,0.4897694651699267,,0.48989079000319163,,0.22154695797667256,,0.484176709709663,,,0.03852659242032705,,0.4767927102314369,,,,,,0.487868709448776,,,0.03852659242032705, +rhu2_35F_to_40F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu2_35F_to_40F_upper_bound_95_perc_conf,0.311045652951614,,0.497354540159213,,0.19741898266605878,,0.44186045522738204,,,0.08044473193645557,,0.29915323187260134,,,,,,0.5861518853429941,,,0.08044473193645557, +rhu2_35F_to_40F_mean,0.1772677917863067,,0.497354540159213,,0.19741898266605878,,0.20778657775216725,,,0.03881699155171517,,0.1401987432719864,,,,,,0.24993409909063505,,,0.03881699155171517, +rhu2_35F_to_40F_lower_bound_95_perc_conf,0.043489930620999345,,0.497354540159213,,0.19741898266605878,,-0.026287299723047552,,,-0.002810748833025241,,-0.018755745328628587,,,,,,-0.086283687161724,,,-0.002810748833025241, +rhu2_35F_to_40F_sem,0.0682540107986262,,0.0,,0.0,,0.11942544769143612,,,0.021238643053438984,,0.08109922887786479,,,,,,0.1715396868634485,,,0.021238643053438984, +rhu2_35F_to_40F_q1,0.007441194137034289,,0.497354540159213,,0.19741898266605878,,0.009663371195754694,,,0.009381734040192118,,0.007397974125353439,,,,,,0.012192222476062761,,,0.009381734040192118, +rhu2_35F_to_40F_q2.5,0.0075924641779172635,,0.497354540159213,,0.19741898266605878,,0.013147906824718272,,,0.010282813351769355,,0.007484414148715139,,,,,,0.019470035025488445,,,0.010282813351769355, +rhu2_35F_to_40F_q5,0.00784458091272222,,0.497354540159213,,0.19741898266605878,,0.01895546620632424,,,0.011784612204398082,,0.007628480854317972,,,,,,0.03159972260786458,,,0.011784612204398082, +rhu2_35F_to_40F_q10,0.008348814382332133,,0.497354540159213,,0.19741898266605878,,0.03057058496953617,,,0.014788209909655537,,0.007916614265523637,,,,,,0.055859097772616856,,,0.014788209909655537, +rhu2_35F_to_40F_q15,0.009460718529446088,,0.497354540159213,,0.19741898266605878,,0.0421857037327481,,,0.01779180761491299,,0.0082047476767293,,,,,,0.08011847293736914,,,0.01779180761491299, +rhu2_35F_to_40F_q20,0.014218646741584302,,0.497354540159213,,0.19741898266605878,,0.053800822495960035,,,0.02079540532017044,,0.008492881087934964,,,,,,0.1043778481021214,,,0.02079540532017044, +rhu2_35F_to_40F_q25,0.018976574953722514,,0.497354540159213,,0.19741898266605878,,0.06541594125917195,,,0.023799003025427895,,0.008781014499140628,,,,,,0.12863722326687368,,,0.023799003025427895, +rhu2_35F_to_40F_q30,0.027022882455153805,,0.497354540159213,,0.19741898266605878,,0.0770310600223839,,,0.02680260073068535,,0.02079540532017044,,,,,,0.15289659843162595,,,0.02680260073068535, +rhu2_35F_to_40F_q35,0.04329013817981775,,0.497354540159213,,0.19741898266605878,,0.08864617878559582,,,0.029806198435942805,,0.03280979614120025,,,,,,0.17715597359637822,,,0.029806198435942805, +rhu2_35F_to_40F_q40,0.05955739390448174,,0.497354540159213,,0.19741898266605878,,0.10026129754880776,,,0.032809796141200255,,0.044824186962230075,,,,,,0.2014153487611305,,,0.032809796141200255, +rhu2_35F_to_40F_q45,0.07704875357493099,,0.497354540159213,,0.19741898266605878,,0.11187641631201968,,,0.03581339384645771,,0.05683857778325989,,,,,,0.22567472392588278,,,0.03581339384645771, +rhu2_35F_to_40F_q50,0.09617225183976066,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.03881699155171517,,0.0688529686042897,,,,,,0.24993409909063505,,,0.03881699155171517, +rhu2_35F_to_40F_q55,0.11529575010459035,,0.497354540159213,,0.19741898266605878,,0.16039516664152426,,,0.04182058925697262,,0.07978068189847809,,,,,,0.27419347425538737,,,0.04182058925697262, +rhu2_35F_to_40F_q60,0.13827702459339705,,0.497354540159213,,0.19741898266605878,,0.19729879820781682,,,0.044824186962230075,,0.09070839519266646,,,,,,0.2984528494201396,,,0.044824186962230075, +rhu2_35F_to_40F_q65,0.16415163125018653,,0.497354540159213,,0.19741898266605878,,0.2342024297741095,,,0.04782778466748753,,0.10163610848685486,,,,,,0.3227122245848919,,,0.04782778466748753, +rhu2_35F_to_40F_q70,0.190026237906976,,0.497354540159213,,0.19741898266605878,,0.27110606134040205,,,0.05083138237274498,,0.11256382178104322,,,,,,0.34697159974964414,,,0.05083138237274498, +rhu2_35F_to_40F_q75,0.27119619968408354,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.053834980078002435,,0.12349153507523161,,,,,,0.37123097491439644,,,0.053834980078002435, +rhu2_35F_to_40F_q80,0.3744843035093184,,0.497354540159213,,0.19741898266605878,,0.3449133244729874,,,0.05683857778325989,,0.19729879820781693,,,,,,0.3954903500791487,,,0.05683857778325989, +rhu2_35F_to_40F_q85,0.4777724073345529,,0.497354540159213,,0.19741898266605878,,0.3818169560392799,,,0.059842175488517335,,0.27110606134040205,,,,,,0.419749725243901,,,0.059842175488517335, +rhu2_35F_to_40F_q90,0.4939758575644744,,0.497354540159213,,0.19741898266605878,,0.41872058760557257,,,0.0628457731937748,,0.3449133244729874,,,,,,0.44400910040865327,,,0.0628457731937748, +rhu2_35F_to_40F_q95,0.4956651988618437,,0.497354540159213,,0.19741898266605878,,0.4556242191718652,,,0.06584937089903226,,0.41872058760557246,,,,,,0.4682684755734055,,,0.06584937089903226, +rhu2_35F_to_40F_q98,0.4966788036402653,,0.497354540159213,,0.19741898266605878,,0.47776639811164073,,,0.06765152952218673,,0.4630049454851237,,,,,,0.4828241006722569,,,0.06765152952218673, +rhu2_35F_to_40F_q99,0.49701667189973914,,0.497354540159213,,0.19741898266605878,,0.48514712442489927,,,0.06825224906323821,,0.47776639811164073,,,,,,0.4876759757052074,,,0.06825224906323821, +rhu2_40F_to_45F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu2_40F_to_45F_upper_bound_95_perc_conf,0.2854677131990364,,0.4542236394098254,,0.15271363589013506,,0.43227512159226117,,,0.0396871052258929,,0.2854427997158579,,,,,,0.5817722392752076,,,0.0396871052258929, +rhu2_40F_to_45F_mean,0.15444144797711756,,0.4542236394098254,,0.15271363589013506,,0.19250826197684082,,,0.019641327256556547,,0.12336148808872711,,,,,,0.24425090891111123,,,0.019641327256556547, +rhu2_40F_to_45F_lower_bound_95_perc_conf,0.023415182755198716,,0.4542236394098254,,0.15271363589013506,,-0.047258597638579536,,,-0.00040445071277980457,,-0.038719823538403655,,,,,,-0.09327042145298514,,,-0.00040445071277980457, +rhu2_40F_to_45F_sem,0.06685013531730553,,0.0,,0.0,,0.1223300304160308,,,0.010227437739457322,,0.0826945467485361,,,,,,0.17220476038984509,,,0.010227437739457322, +rhu2_40F_to_45F_q1,0.0010288674009986244,,0.4542236394098254,,0.15271363589013506,,0.002482728599497513,,,0.00546682172027891,,0.0008950390559634327,,,,,,0.005587287415553738,,,0.00546682172027891, +rhu2_40F_to_45F_q2.5,0.0014972666086217959,,0.4542236394098254,,0.15271363589013506,,0.005131919604869016,,,0.005900735155062918,,0.0011626957460338164,,,,,,0.01289331664500958,,,0.005900735155062918, +rhu2_40F_to_45F_q5,0.0022779319546604145,,0.4542236394098254,,0.15271363589013506,,0.009547237947154855,,,0.006623924213036267,,0.0016087902294844554,,,,,,0.025070032027435987,,,0.006623924213036267, +rhu2_40F_to_45F_q10,0.003839262646737652,,0.4542236394098254,,0.15271363589013506,,0.018377874631726535,,,0.008070302328982966,,0.002500979196385734,,,,,,0.04942346279228879,,,0.008070302328982966, +rhu2_40F_to_45F_q15,0.005508012195902313,,0.4542236394098254,,0.15271363589013506,,0.02720851131629821,,,0.009516680444929662,,0.0033931681632870126,,,,,,0.07377689355714159,,,0.009516680444929662, +rhu2_40F_to_45F_q20,0.007821274887591514,,0.4542236394098254,,0.15271363589013506,,0.03603914800086989,,,0.01096305856087636,,0.004285357130188291,,,,,,0.09813032432199441,,,0.01096305856087636, +rhu2_40F_to_45F_q25,0.010134537579280711,,0.4542236394098254,,0.15271363589013506,,0.04486978468544157,,,0.012409436676823059,,0.00517754609708957,,,,,,0.12248375508684721,,,0.012409436676823059, +rhu2_40F_to_45F_q30,0.014018692107612337,,0.4542236394098254,,0.15271363589013506,,0.05370042137001325,,,0.013855814792769755,,0.010963058560876359,,,,,,0.14683718585170003,,,0.013855814792769755, +rhu2_40F_to_45F_q35,0.021830076227550014,,0.4542236394098254,,0.15271363589013506,,0.06253105805458492,,,0.015302192908716454,,0.016748571024663147,,,,,,0.17119061661655283,,,0.015302192908716454, +rhu2_40F_to_45F_q40,0.02964146034748771,,0.4542236394098254,,0.15271363589013506,,0.0713616947391566,,,0.01674857102466315,,0.022534083488449944,,,,,,0.19554404738140566,,,0.01674857102466315, +rhu2_40F_to_45F_q45,0.04234278736986498,,0.4542236394098254,,0.15271363589013506,,0.0801923314237283,,,0.01819494914060985,,0.028319595952236733,,,,,,0.21989747814625843,,,0.01819494914060985, +rhu2_40F_to_45F_q50,0.06156403826216174,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.019641327256556547,,0.03410510841602352,,,,,,0.24425090891111123,,,0.019641327256556547, +rhu2_40F_to_45F_q55,0.08078528915445853,,0.4542236394098254,,0.15271363589013506,,0.12889919295343394,,,0.021087705372503245,,0.04508868035447882,,,,,,0.2686043396759641,,,0.021087705372503245, +rhu2_40F_to_45F_q60,0.101761101664667,,0.4542236394098254,,0.15271363589013506,,0.1687754177985678,,,0.022534083488449944,,0.0560722522929341,,,,,,0.2929577704408169,,,0.022534083488449944, +rhu2_40F_to_45F_q65,0.12405283538830926,,0.4542236394098254,,0.15271363589013506,,0.20865164264370178,,,0.023980461604396642,,0.0670558242313894,,,,,,0.3173112012056697,,,0.023980461604396642, +rhu2_40F_to_45F_q70,0.1463445691119515,,0.4542236394098254,,0.15271363589013506,,0.24852786748883565,,,0.025426839720343337,,0.07803939616984466,,,,,,0.34166463197052244,,,0.025426839720343337, +rhu2_40F_to_45F_q75,0.22809113677005766,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.026873217836290035,,0.08902296810829996,,,,,,0.3660180627353753,,,0.026873217836290035, +rhu2_40F_to_45F_q80,0.33361963800194944,,0.4542236394098254,,0.15271363589013506,,0.3282803171791036,,,0.028319595952236733,,0.16877541779856792,,,,,,0.3903714935002281,,,0.028319595952236733, +rhu2_40F_to_45F_q85,0.43914813923384094,,0.4542236394098254,,0.15271363589013506,,0.3681565420242375,,,0.029765974068183428,,0.24852786748883565,,,,,,0.4147249242650809,,,0.029765974068183428, +rhu2_40F_to_45F_q90,0.46429211255476954,,0.4542236394098254,,0.15271363589013506,,0.40803276686937145,,,0.031212352184130127,,0.3282803171791036,,,,,,0.4390783550299337,,,0.031212352184130127, +rhu2_40F_to_45F_q95,0.47603866455720445,,0.4542236394098254,,0.15271363589013506,,0.4479089917145053,,,0.03265873030007683,,0.4080327668693714,,,,,,0.4634317857947865,,,0.03265873030007683, +rhu2_40F_to_45F_q98,0.4830865957586653,,0.4542236394098254,,0.15271363589013506,,0.4718347266215857,,,0.033526557169644845,,0.4558842366835321,,,,,,0.47804384425369817,,,0.033526557169644845, +rhu2_40F_to_45F_q99,0.48543590615915233,,0.4542236394098254,,0.15271363589013506,,0.4798099715906125,,,0.033815832792834184,,0.4718347266215857,,,,,,0.48291453040666876,,,0.033815832792834184, +rhu2_45F_to_50F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu2_45F_to_50F_upper_bound_95_perc_conf,0.24806241305596655,,0.40025798507790855,,0.09249776186213071,,0.35703819455179375,,,0.015836251266091575,,0.2571386254614932,,,,,,0.43918838857062703,,,0.015836251266091575, +rhu2_45F_to_50F_mean,0.13684391703511,,0.40025798507790855,,0.09249776186213071,,0.1775253354535707,,,0.010700754484599376,,0.1219171417972469,,,,,,0.22114282996647763,,,0.010700754484599376, +rhu2_45F_to_50F_lower_bound_95_perc_conf,0.02562542101425347,,0.40025798507790855,,0.09249776186213071,,-0.001987523644652378,,,0.005565257703107179,,-0.0133043418669994,,,,,,0.0030972713623282633,,,0.005565257703107179, +rhu2_45F_to_50F_sem,0.05674413062288599,,0.0,,0.0,,0.09158819341746074,,,0.002620151419128672,,0.06899055288992158,,,,,,0.11124773398170887,,,0.002620151419128672, +rhu2_45F_to_50F_q1,0.005997310628439528,,0.40025798507790855,,0.09249776186213071,,0.0071333985645758114,,,0.007069409885644554,,0.005964767470273539,,,,,,0.009472774786591153,,,0.007069409885644554, +rhu2_45F_to_50F_q2.5,0.00612748326110348,,0.40025798507790855,,0.09249776186213071,,0.00896770310144419,,,0.00718057349581664,,0.006046125365688509,,,,,,0.014816143656482546,,,0.00718057349581664, +rhu2_45F_to_50F_q5,0.006344437648876734,,0.40025798507790855,,0.09249776186213071,,0.012024877329558155,,,0.007365846179436784,,0.006181721858046794,,,,,,0.023721758439634866,,,0.007365846179436784, +rhu2_45F_to_50F_q10,0.006778346424423242,,0.40025798507790855,,0.09249776186213071,,0.018139225785786087,,,0.007736391546677072,,0.006452914842763361,,,,,,0.041532988005939506,,,0.007736391546677072, +rhu2_45F_to_50F_q15,0.007063571768251106,,0.40025798507790855,,0.09249776186213071,,0.02425357424201401,,,0.00810693691391736,,0.006724107827479928,,,,,,0.05934421757224414,,,0.00810693691391736, +rhu2_45F_to_50F_q20,0.007200113680360326,,0.40025798507790855,,0.09249776186213071,,0.03036792269824195,,,0.008477482281157649,,0.006995300812196496,,,,,,0.07715544713854879,,,0.008477482281157649, +rhu2_45F_to_50F_q25,0.007336655592469546,,0.40025798507790855,,0.09249776186213071,,0.036482271154469864,,,0.008848027648397936,,0.008848027648397936,,,,,,0.09496667670485343,,,0.008848027648397936, +rhu2_45F_to_50F_q30,0.010164476618282629,,0.40025798507790855,,0.09249776186213071,,0.04259661961069779,,,0.009218573015638224,,0.010700754484599376,,,,,,0.11277790627115805,,,0.009218573015638224, +rhu2_45F_to_50F_q35,0.012992297644095714,,0.40025798507790855,,0.09249776186213071,,0.05354035054592607,,,0.009589118382878513,,0.012553481320800816,,,,,,0.13058913583746268,,,0.009589118382878513, +rhu2_45F_to_50F_q40,0.02085953690857176,,0.40025798507790855,,0.09249776186213071,,0.07414284643915514,,,0.009959663750118801,,0.014406208157002257,,,,,,0.14840036540376733,,,0.009959663750118801, +rhu2_45F_to_50F_q45,0.03376619441171076,,0.40025798507790855,,0.09249776186213071,,0.09474534233238417,,,0.010330209117359088,,0.02247286909646413,,,,,,0.16621159497007199,,,0.010330209117359088, +rhu2_45F_to_50F_q50,0.04667285191484975,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.010700754484599376,,0.030539530035926004,,,,,,0.1840228245363766,,,0.010700754484599376, +rhu2_45F_to_50F_q55,0.06500281589376215,,0.40025798507790855,,0.09249776186213071,,0.13595033411884222,,,0.011071299851839665,,0.03860619097538787,,,,,,0.2129700557317116,,,0.011071299851839665, +rhu2_45F_to_50F_q60,0.08333277987267451,,0.40025798507790855,,0.09249776186213071,,0.1565528300120712,,,0.011441845219079953,,0.04667285191484975,,,,,,0.2419172869270465,,,0.011441845219079953, +rhu2_45F_to_50F_q65,0.11080277439697991,,0.40025798507790855,,0.09249776186213071,,0.17715532590530028,,,0.011812390586320241,,0.08101034507023147,,,,,,0.27086451812238144,,,0.011812390586320241, +rhu2_45F_to_50F_q70,0.1474127994666782,,0.40025798507790855,,0.09249776186213071,,0.21297005573171146,,,0.01218293595356053,,0.11534783822561318,,,,,,0.29981174931771637,,,0.01218293595356053, +rhu2_45F_to_50F_q75,0.1840228245363766,,0.40025798507790855,,0.09249776186213071,,0.25639090252471397,,,0.012553481320800816,,0.14968533138099488,,,,,,0.32875898051305136,,,0.012553481320800816, +rhu2_45F_to_50F_q80,0.27051688875298946,,0.40025798507790855,,0.09249776186213071,,0.29981174931771654,,,0.012924026688041105,,0.1840228245363766,,,,,,0.35770621170838635,,,0.012924026688041105, +rhu2_45F_to_50F_q85,0.3570109529696021,,0.40025798507790855,,0.09249776186213071,,0.3432325961107188,,,0.013294572055281392,,0.25639090252471397,,,,,,0.3866534429037212,,,0.013294572055281392, +rhu2_45F_to_50F_q90,0.4149054153602721,,0.40025798507790855,,0.09249776186213071,,0.38665344290372133,,,0.01366511742252168,,0.32875898051305136,,,,,,0.4156006740990562,,,0.01366511742252168, +rhu2_45F_to_50F_q95,0.4442002759249991,,0.40025798507790855,,0.09249776186213071,,0.43007428969672357,,,0.014035662789761968,,0.40112705850138874,,,,,,0.44454790529439114,,,0.014035662789761968, +rhu2_45F_to_50F_q98,0.4617771922638353,,0.40025798507790855,,0.09249776186213071,,0.4561267977725251,,,0.014257990010106142,,0.4445479052943913,,,,,,0.46191624401159215,,,0.014257990010106142, +rhu2_45F_to_50F_q99,0.4676361643767807,,0.40025798507790855,,0.09249776186213071,,0.4648109671311256,,,0.0143320990835542,,0.4590215208920587,,,,,,0.4677056902506591,,,0.0143320990835542, +rhu2_50F_to_55F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu2_50F_to_55F_upper_bound_95_perc_conf,0.20011648004875887,,0.32793900049322156,,0.052322643343051506,,0.2965847139528017,,,0.007825549523868078,,0.21027364658100645,,,,,,0.37056376091973364,,,0.007825549523868078, +rhu2_50F_to_55F_mean,0.10398497707003466,,0.32793900049322156,,0.052322643343051506,,0.13451685116274195,,,0.0069663280020027495,,0.09200001010916221,,,,,,0.16950255207443163,,,0.0069663280020027495, +rhu2_50F_to_55F_lower_bound_95_perc_conf,0.007853474091310458,,0.32793900049322156,,0.052322643343051506,,-0.027551011627317823,,,0.0061071064801374204,,-0.02627362636268203,,,,,,-0.03155865677087036,,,0.0061071064801374204, +rhu2_50F_to_55F_sem,0.049046685193226636,,0.0,,0.0,,0.08268768509696928,,,0.00043837832748231097,,0.060343692077471554,,,,,,0.10258224941086837,,,0.00043837832748231097, +rhu2_50F_to_55F_q1,0.00364606723772368,,0.32793900049322156,,0.052322643343051506,,0.004902898363952543,,,0.006358766637350349,,0.004250617974967875,,,,,,0.005824261447238247,,,0.006358766637350349, +rhu2_50F_to_55F_q2.5,0.003710534385710733,,0.32793900049322156,,0.052322643343051506,,0.006046772851444728,,,0.006377365454635626,,0.004416071878983055,,,,,,0.008350180559658986,,,0.006377365454635626, +rhu2_50F_to_55F_q5,0.0038179796323558213,,0.32793900049322156,,0.052322643343051506,,0.007953230330598367,,,0.006408363483444422,,0.0046918283856750235,,,,,,0.012560045747026885,,,0.006408363483444422, +rhu2_50F_to_55F_q10,0.004032870125645999,,0.32793900049322156,,0.052322643343051506,,0.011766145288905648,,,0.006470359541062015,,0.005243341399058959,,,,,,0.020979776121762685,,,0.006470359541062015, +rhu2_50F_to_55F_q15,0.004581525782998235,,0.32793900049322156,,0.052322643343051506,,0.015579060247212928,,,0.006532355598679606,,0.005794854412442894,,,,,,0.029399506496498484,,,0.006532355598679606, +rhu2_50F_to_55F_q20,0.005463946604412534,,0.32793900049322156,,0.052322643343051506,,0.01939197520552021,,,0.006594351656297199,,0.006346367425826831,,,,,,0.03781923687123428,,,0.006594351656297199, +rhu2_50F_to_55F_q25,0.006346367425826831,,0.32793900049322156,,0.052322643343051506,,0.023204890163827492,,,0.00665634771391479,,0.00665634771391479,,,,,,0.04623896724597008,,,0.00665634771391479, +rhu2_50F_to_55F_q30,0.006842335886767565,,0.32793900049322156,,0.052322643343051506,,0.02701780512213477,,,0.006718343771532381,,0.0069663280020027495,,,,,,0.05465869762070588,,,0.006718343771532381, +rhu2_50F_to_55F_q35,0.0073383043477083,,0.32793900049322156,,0.052322643343051506,,0.03249864196227175,,,0.006780339829149974,,0.007276308290090708,,,,,,0.06307842799544168,,,0.006780339829149974, +rhu2_50F_to_55F_q40,0.01198098054807753,,0.32793900049322156,,0.052322643343051506,,0.041315322566068194,,,0.006842335886767565,,0.007586288578178667,,,,,,0.07149815837017748,,,0.006842335886767565, +rhu2_50F_to_55F_q45,0.02077036448787524,,0.32793900049322156,,0.052322643343051506,,0.0501320031698646,,,0.006904331944385157,,0.013079653540552238,,,,,,0.07991788874491328,,,0.006904331944385157, +rhu2_50F_to_55F_q50,0.029559748427672956,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.0069663280020027495,,0.018573018502925812,,,,,,0.08833761911964907,,,0.0069663280020027495, +rhu2_50F_to_55F_q55,0.03866490639382439,,0.32793900049322156,,0.052322643343051506,,0.06776536437745745,,,0.007028324059620341,,0.024066383465299386,,,,,,0.12110682938081967,,,0.007028324059620341, +rhu2_50F_to_55F_q60,0.047770064359975786,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.007090320117237933,,0.029559748427672956,,,,,,0.15387603964199018,,,0.007090320117237933, +rhu2_50F_to_55F_q65,0.059525638498371024,,0.32793900049322156,,0.052322643343051506,,0.08539872558505027,,,0.007152316174855525,,0.04425421610066699,,,,,,0.18664524990316078,,,0.007152316174855525, +rhu2_50F_to_55F_q70,0.07393162880901002,,0.32793900049322156,,0.052322643343051506,,0.12110682938081951,,,0.007214312232473117,,0.05894868377366101,,,,,,0.2194144601643313,,,0.007214312232473117, +rhu2_50F_to_55F_q75,0.08833761911964907,,0.32793900049322156,,0.052322643343051506,,0.17026064477257546,,,0.007276308290090708,,0.07364315144665504,,,,,,0.2521836704255019,,,0.007276308290090708, +rhu2_50F_to_55F_q80,0.18417817166907816,,0.32793900049322156,,0.052322643343051506,,0.21941446016433144,,,0.0073383043477083,,0.08833761911964907,,,,,,0.2849528806866725,,,0.0073383043477083, +rhu2_50F_to_55F_q85,0.28001872421850704,,0.32793900049322156,,0.052322643343051506,,0.2685682755560871,,,0.007400300405325892,,0.17026064477257546,,,,,,0.317722090947843,,,0.007400300405325892, +rhu2_50F_to_55F_q90,0.3455571447408482,,0.32793900049322156,,0.052322643343051506,,0.3177220909478431,,,0.007462296462943483,,0.2521836704255019,,,,,,0.3504913012090136,,,0.007462296462943483, +rhu2_50F_to_55F_q95,0.38079343323610143,,0.32793900049322156,,0.052322643343051506,,0.36687590633959877,,,0.007524292520561075,,0.3341066960784283,,,,,,0.38326051147018414,,,0.007524292520561075, +rhu2_50F_to_55F_q98,0.4019352063332534,,0.32793900049322156,,0.052322643343051506,,0.39636819557465236,,,0.00756149015513163,,0.3832605114701843,,,,,,0.4029220376268865,,,0.00756149015513163, +rhu2_50F_to_55F_q99,0.4089824640323041,,0.32793900049322156,,0.052322643343051506,,0.4061989586530035,,,0.007573889366655149,,0.39964511660076946,,,,,,0.4094758796791206,,,0.007573889366655149, +rhu2_55F_to_60F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu2_55F_to_60F_upper_bound_95_perc_conf,0.15385154242060148,,0.2512798460089282,,0.028319891645631964,,0.2306593003264391,,,0.011200110178684592,,0.16360069563852653,,,,,,0.2879701022874005,,,0.011200110178684592, +rhu2_55F_to_60F_mean,0.07892253243528852,,0.2512798460089282,,0.028319891645631964,,0.10285154256573516,,,0.007716277277185472,,0.07113978746955193,,,,,,0.1253324691126661,,,0.007716277277185472, +rhu2_55F_to_60F_lower_bound_95_perc_conf,0.003993522449975556,,0.2512798460089282,,0.028319891645631964,,-0.02495621519496881,,,0.004232444375686352,,-0.021321120699422658,,,,,,-0.037305164062068324,,,0.004232444375686352, +rhu2_55F_to_60F_sem,0.03822908672720049,,0.0,,0.0,,0.06520803967382856,,,0.0017774657660709794,,0.04717393273927275,,,,,,0.08297838427282368,,,0.0017774657660709794, +rhu2_55F_to_60F_q1,0.003971387976799132,,0.2512798460089282,,0.028319891645631964,,0.006295677877483367,,,0.0052528354080146385,,0.005212196689211005,,,,,,0.006151160576227572,,,0.0052528354080146385, +rhu2_55F_to_60F_q2.5,0.004131975773410637,,0.2512798460089282,,0.028319891645631964,,0.0076462849157675475,,,0.0053282468938055825,,0.005226650096796497,,,,,,0.007284991662628059,,,0.0053282468938055825, +rhu2_55F_to_60F_q5,0.004399622101096481,,0.2512798460089282,,0.028319891645631964,,0.00989729664624118,,,0.005453932703457155,,0.005250739109438986,,,,,,0.009174710139962206,,,0.005453932703457155, +rhu2_55F_to_60F_q10,0.004934914756468166,,0.2512798460089282,,0.028319891645631964,,0.014399320107188446,,,0.0057053043227603024,,0.005298917134723961,,,,,,0.012954147094630497,,,0.0057053043227603024, +rhu2_55F_to_60F_q15,0.005241103504381991,,0.2512798460089282,,0.028319891645631964,,0.01890134356813571,,,0.005956675942063448,,0.005347095160008938,,,,,,0.016733584049298787,,,0.005956675942063448, +rhu2_55F_to_60F_q20,0.005318188344837952,,0.2512798460089282,,0.028319891645631964,,0.023403367029082977,,,0.006208047561366595,,0.005395273185293914,,,,,,0.02051302100396708,,,0.006208047561366595, +rhu2_55F_to_60F_q25,0.005395273185293914,,0.2512798460089282,,0.028319891645631964,,0.027905390490030237,,,0.0064594191806697406,,0.006603953256524669,,,,,,0.02429245795863537,,,0.0064594191806697406, +rhu2_55F_to_60F_q30,0.007329161299263122,,0.2512798460089282,,0.028319891645631964,,0.0324074139509775,,,0.006710790799972887,,0.007812633327755425,,,,,,0.028071894913303662,,,0.006710790799972887, +rhu2_55F_to_60F_q35,0.00926304941323233,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.006962162419276033,,0.009021313398986179,,,,,,0.03185133186797195,,,0.006962162419276033, +rhu2_55F_to_60F_q40,0.013847973105299944,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.0072135340385791795,,0.010229993470216935,,,,,,0.03563076882264025,,,0.0072135340385791795, +rhu2_55F_to_60F_q45,0.021083932375465957,,0.2512798460089282,,0.028319891645631964,,0.038132070857404415,,,0.007464905657882327,,0.016524685833898288,,,,,,0.039410205777308534,,,0.007464905657882327, +rhu2_55F_to_60F_q50,0.028319891645631964,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.007716277277185472,,0.02281937819757964,,,,,,0.04318964273197683,,,0.007716277277185472, +rhu2_55F_to_60F_q55,0.03115544015735612,,0.2512798460089282,,0.028319891645631964,,0.04046633479951476,,,0.007967648896488619,,0.029114070561260995,,,,,,0.07161192760085192,,,0.007967648896488619, +rhu2_55F_to_60F_q60,0.03399098866908027,,0.2512798460089282,,0.028319891645631964,,0.04163346677056993,,,0.008219020515791764,,0.03540876292494235,,,,,,0.10003421246972696,,,0.008219020515791764, +rhu2_55F_to_60F_q65,0.03696493888634925,,0.2512798460089282,,0.028319891645631964,,0.042800598741625104,,,0.008470392135094911,,0.03735398287670097,,,,,,0.12845649733860204,,,0.008470392135094911, +rhu2_55F_to_60F_q70,0.04007729080916303,,0.2512798460089282,,0.028319891645631964,,0.0716119276008518,,,0.008721763754398057,,0.039299202828459584,,,,,,0.15687878220747709,,,0.008721763754398057, +rhu2_55F_to_60F_q75,0.04318964273197683,,0.2512798460089282,,0.028319891645631964,,0.1142453549041645,,,0.008973135373701204,,0.041244422780218205,,,,,,0.1853010670763522,,,0.008973135373701204, +rhu2_55F_to_60F_q80,0.12642572404275745,,0.2512798460089282,,0.028319891645631964,,0.15687878220747722,,,0.00922450699300435,,0.04318964273197683,,,,,,0.21372335194522726,,,0.00922450699300435, +rhu2_55F_to_60F_q85,0.2096618053535379,,0.2512798460089282,,0.028319891645631964,,0.19951220951078968,,,0.009475878612307495,,0.1142453549041645,,,,,,0.2421456368141023,,,0.009475878612307495, +rhu2_55F_to_60F_q90,0.2665063750912881,,0.2512798460089282,,0.028319891645631964,,0.24214563681410237,,,0.009727250231610642,,0.1853010670763522,,,,,,0.2705679216829774,,,0.009727250231610642, +rhu2_55F_to_60F_q95,0.29695943325600777,,0.2512798460089282,,0.028319891645631964,,0.2847790641174148,,,0.009978621850913789,,0.2563567792485399,,,,,,0.29899020655185243,,,0.009978621850913789, +rhu2_55F_to_60F_q98,0.3152312681548396,,0.2512798460089282,,0.028319891645631964,,0.31035912049940245,,,0.010129444822495677,,0.29899020655185254,,,,,,0.31604357747317746,,,0.010129444822495677, +rhu2_55F_to_60F_q99,0.3213218797877836,,0.2512798460089282,,0.028319891645631964,,0.31888580596006494,,,0.010179719146356304,,0.31320134898629004,,,,,,0.3217280344469525,,,0.010179719146356304, +rhu2_30F_to_45F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu2_30F_to_45F_upper_bound_95_perc_conf,0.308072153300455,,0.48989079000319163,,0.22154695797667256,,0.43720934500751896,,,0.044822725374200276,,0.2915864526294547,,,,,,0.5817154048433182,,,0.044822725374200276, +rhu2_30F_to_45F_mean,0.17315600908718343,,0.48989079000319163,,0.22154695797667256,,0.20268825230575127,,,0.023326382852582137,,0.1309435045244836,,,,,,0.2446980106898887,,,0.023326382852582137, +rhu2_30F_to_45F_lower_bound_95_perc_conf,0.038239864873911844,,0.48989079000319163,,0.22154695797667256,,-0.03183284039601644,,,0.0018300403309639938,,-0.02969944358048751,,,,,,-0.09231938346354082,,,0.0018300403309639938, +rhu2_30F_to_45F_sem,0.0688347674557508,,0.0,,0.0,,0.1196536187253917,,,0.010967521694703134,,0.08196068780865874,,,,,,0.17194765007828036,,,0.010967521694703134, +rhu2_30F_to_45F_q1,0.0019675176406731636,,0.48989079000319163,,0.22154695797667256,,0.003870140403130938,,,0.008126173284837217,,0.0017788580508138524,,,,,,0.006390725906179184,,,0.008126173284837217, +rhu2_30F_to_45F_q2.5,0.002627826205180753,,0.48989079000319163,,0.22154695797667256,,0.007384383111325189,,,0.008591485822625327,,0.002156177230532475,,,,,,0.013685846868945802,,,0.008591485822625327, +rhu2_30F_to_45F_q5,0.0037283404793600683,,0.48989079000319163,,0.22154695797667256,,0.01324145429164894,,,0.009367006718938843,,0.002785042530063512,,,,,,0.025844381806890165,,,0.009367006718938843, +rhu2_30F_to_45F_q10,0.005929369027718699,,0.48989079000319163,,0.22154695797667256,,0.024955596652296443,,,0.010918048511565876,,0.0040427731291255865,,,,,,0.0501614516827789,,,0.010918048511565876, +rhu2_30F_to_45F_q15,0.008379806784755467,,0.48989079000319163,,0.22154695797667256,,0.036669739012943944,,,0.012469090304192906,,0.005300503728187661,,,,,,0.07447852155866762,,,0.012469090304192906, +rhu2_30F_to_45F_q20,0.012326699793861064,,0.48989079000319163,,0.22154695797667256,,0.048383881373591446,,,0.01402013209681994,,0.006558234327249736,,,,,,0.09879559143455635,,,0.01402013209681994, +rhu2_30F_to_45F_q25,0.01627359280296666,,0.48989079000319163,,0.22154695797667256,,0.06009802373423895,,,0.015571173889446972,,0.00781596492631181,,,,,,0.12311266131044507,,,0.015571173889446972, +rhu2_30F_to_45F_q30,0.021067201963551694,,0.48989079000319163,,0.22154695797667256,,0.07181216609488644,,,0.017122215682074005,,0.014020132096819939,,,,,,0.1474297311863338,,,0.017122215682074005, +rhu2_30F_to_45F_q35,0.027977601502835316,,0.48989079000319163,,0.22154695797667256,,0.08352630845553395,,,0.018673257474701038,,0.020224299267328067,,,,,,0.1717468010622225,,,0.018673257474701038, +rhu2_30F_to_45F_q40,0.03488800104211896,,0.48989079000319163,,0.22154695797667256,,0.09524045081618146,,,0.02022429926732807,,0.026428466437836202,,,,,,0.19606387093811128,,,0.02022429926732807, +rhu2_30F_to_45F_q45,0.05081159099264605,,0.48989079000319163,,0.22154695797667256,,0.10695459317682897,,,0.0217753410599551,,0.03263263360834433,,,,,,0.22038094081399998,,,0.0217753410599551, +rhu2_30F_to_45F_q50,0.07875276815816445,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.023326382852582137,,0.03883680077885246,,,,,,0.2446980106898887,,,0.023326382852582137, +rhu2_30F_to_45F_q55,0.10669394532368291,,0.48989079000319163,,0.22154695797667256,,0.15558873292860645,,,0.024877424645209166,,0.054803187730577275,,,,,,0.26901508056577744,,,0.024877424645209166, +rhu2_30F_to_45F_q60,0.1392443800253157,,0.48989079000319163,,0.22154695797667256,,0.19250873031973637,,,0.0264284664378362,,0.07076957468230205,,,,,,0.29333215044166616,,,0.0264284664378362, +rhu2_30F_to_45F_q65,0.1752517578790343,,0.48989079000319163,,0.22154695797667256,,0.2294287277108663,,,0.027979508230463235,,0.08673596163402686,,,,,,0.3176492203175549,,,0.027979508230463235, +rhu2_30F_to_45F_q70,0.2112591357327529,,0.48989079000319163,,0.22154695797667256,,0.26634872510199625,,,0.029530550023090265,,0.10270234858575164,,,,,,0.3419662901934436,,,0.029530550023090265, +rhu2_30F_to_45F_q75,0.28812739584469843,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.031081591815717298,,0.11866873553747646,,,,,,0.3662833600693324,,,0.031081591815717298, +rhu2_30F_to_45F_q80,0.38134000885993474,,0.48989079000319163,,0.22154695797667256,,0.3401887198842562,,,0.03263263360834433,,0.19250873031973642,,,,,,0.3906004299452211,,,0.03263263360834433, +rhu2_30F_to_45F_q85,0.47455262187517083,,0.48989079000319163,,0.22154695797667256,,0.3771087172753861,,,0.034183675400971364,,0.26634872510199625,,,,,,0.41491749982110976,,,0.034183675400971364, +rhu2_30F_to_45F_q90,0.48847533361510065,,0.48989079000319163,,0.22154695797667256,,0.4140287146665161,,,0.03573471719359839,,0.3401887198842562,,,,,,0.43923456969699853,,,0.03573471719359839, +rhu2_30F_to_45F_q95,0.48918306180914617,,0.48989079000319163,,0.22154695797667256,,0.450948712057646,,,0.03728575898622542,,0.41402871466651603,,,,,,0.4635516395728872,,,0.03728575898622542, +rhu2_30F_to_45F_q98,0.4896076987255734,,0.48989079000319163,,0.22154695797667256,,0.473100710492324,,,0.038216384061801646,,0.45833271153587196,,,,,,0.47814188149842046,,,0.038216384061801646, +rhu2_30F_to_45F_q99,0.4897492443643825,,0.48989079000319163,,0.22154695797667256,,0.48048470997055,,,0.03852659242032705,,0.473100710492324,,,,,,0.4830052954735982,,,0.03852659242032705, rhu2IQFLT_00F_to_05F_n,1.0,,1.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0, rhu2IQFLT_00F_to_05F_upper_bound_95_perc_conf,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,,,,, rhu2IQFLT_00F_to_05F_mean,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,,,,, @@ -1797,9 +1797,9 @@ rhu2IQFLT_00F_to_05F_q95,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,, rhu2IQFLT_00F_to_05F_q98,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,,,,, rhu2IQFLT_00F_to_05F_q99,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,,,,, rhu2IQFLT_05F_to_10F_n,3.0,,1.0,,1.0,,1.0,,,0.0,,1.0,,0.0,,0.0,,0.0,,,0.0, -rhu2IQFLT_05F_to_10F_upper_bound_95_perc_conf,0.4604601887775158,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, -rhu2IQFLT_05F_to_10F_mean,0.26580825617283954,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, -rhu2IQFLT_05F_to_10F_lower_bound_95_perc_conf,0.07115632356816329,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, +rhu2IQFLT_05F_to_10F_upper_bound_95_perc_conf,0.4604601887775157,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, +rhu2IQFLT_05F_to_10F_mean,0.2658082561728395,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, +rhu2IQFLT_05F_to_10F_lower_bound_95_perc_conf,0.07115632356816323,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, rhu2IQFLT_05F_to_10F_sem,0.09931221051258993,,0.0,,0.0,,0.0,,,,,0.0,,,,,,,,,, rhu2IQFLT_05F_to_10F_q1,0.031406828703703704,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, rhu2IQFLT_05F_to_10F_q2.5,0.04140769675925926,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, @@ -1854,8 +1854,8 @@ rhu2IQFLT_10F_to_15F_q98,0.35702216041303086,,0.4606881304407904,,0.363368055555 rhu2IQFLT_10F_to_15F_q99,0.3601951079842932,,0.4606881304407904,,0.36336805555555557,,,,,,,,,,,,,,,,, rhu2IQFLT_15F_to_20F_n,3.0,,1.0,,1.0,,1.0,,,0.0,,1.0,,0.0,,0.0,,0.0,,,0.0, rhu2IQFLT_15F_to_20F_upper_bound_95_perc_conf,0.37224147871507085,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, -rhu2IQFLT_15F_to_20F_mean,0.214819050092242,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, -rhu2IQFLT_15F_to_20F_lower_bound_95_perc_conf,0.057396621469413184,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, +rhu2IQFLT_15F_to_20F_mean,0.21481905009224203,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, +rhu2IQFLT_15F_to_20F_lower_bound_95_perc_conf,0.05739662146941321,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2IQFLT_15F_to_20F_sem,0.08031756562389225,,0.0,,0.0,,0.0,,,,,0.0,,,,,,,,,, rhu2IQFLT_15F_to_20F_q1,0.04261358358759038,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2IQFLT_15F_to_20F_q2.5,0.04824555450043133,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, @@ -1882,8 +1882,8 @@ rhu2IQFLT_15F_to_20F_q98,0.37291028933795856,,0.45585093757417516,,0.37900691389 rhu2IQFLT_15F_to_20F_q99,0.3759586016142967,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2IQFLT_20F_to_25F_n,4.0,,1.0,,1.0,,1.0,,,1.0,,1.0,,0.0,,0.0,,0.0,,,1.0, rhu2IQFLT_20F_to_25F_upper_bound_95_perc_conf,0.33124760604075976,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, -rhu2IQFLT_20F_to_25F_mean,0.19027795885071838,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, -rhu2IQFLT_20F_to_25F_lower_bound_95_perc_conf,0.04930831166067701,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, +rhu2IQFLT_20F_to_25F_mean,0.19027795885071835,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, +rhu2IQFLT_20F_to_25F_lower_bound_95_perc_conf,0.04930831166067698,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, rhu2IQFLT_20F_to_25F_sem,0.07192328938267417,,0.0,,0.0,,0.0,,,0.0,,0.0,,,,,,,,,0.0, rhu2IQFLT_20F_to_25F_q1,0.03193903948019942,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, rhu2IQFLT_20F_to_25F_q2.5,0.03375292044397925,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, @@ -1964,171 +1964,171 @@ rhu2IQFLT_30F_to_35F_q90,0.3826289960495312,,0.5004456191032299,,0.2843249680236 rhu2IQFLT_30F_to_35F_q95,0.4153970053914947,,0.5004456191032299,,0.28432496802364043,,0.1542484596647084,,,0.014548274889536524,,0.1472634504259498,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2IQFLT_30F_to_35F_q98,0.4350578109966729,,0.5004456191032299,,0.28432496802364043,,0.1542484596647084,,,0.014548274889536524,,0.15145445596920495,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2IQFLT_30F_to_35F_q99,0.44161141286506556,,0.5004456191032299,,0.28432496802364043,,0.1542484596647084,,,0.014548274889536524,,0.1528514578169567,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2IQFLT_35F_to_40F_n,6.0,,1.0,,1.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_35F_to_40F_upper_bound_95_perc_conf,0.28415238280092736,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.12005520808759002,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_mean,0.15224124111468804,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.06704183939288731,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_lower_bound_95_perc_conf,0.020330099428448684,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.014028470698184609,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_sem,0.06730160290114252,,0.0,,0.0,,0.0,,,0.0,,0.027047637089134033,,,,,,0.0,,,0.0, -rhu2IQFLT_35F_to_40F_q1,0.009460718529446088,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.00998245358124361,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q2.5,0.010480274574904276,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.011784612204398082,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q5,0.012179534650667925,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.014788209909655537,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q10,0.01557805480219522,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.02079540532017044,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q15,0.018976574953722514,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.02680260073068535,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q20,0.02237509510524981,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.032809796141200255,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q25,0.03399456348000979,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.03881699155171517,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q30,0.045614031854769754,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.044824186962230075,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q35,0.057233500229529735,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.05083138237274498,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q40,0.0688529686042897,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.05683857778325989,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q45,0.08251261022202519,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.0628457731937748,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q50,0.09617225183976066,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.0688529686042897,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q55,0.10983189345749614,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.0743168252513839,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q60,0.12349153507523161,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.07978068189847808,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q65,0.14197339697293843,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.08524453854557229,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q70,0.1604552588706452,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.09070839519266646,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q75,0.17893712076835197,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.09617225183976066,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q80,0.19741898266605878,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.10163610848685486,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q85,0.27119619968408354,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.10709996513394904,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q90,0.3449734167021083,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.11256382178104324,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q95,0.41875063372013305,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.11802767842813741,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q98,0.46301696393094804,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.12130599241639393,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q99,0.4777724073345529,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.12239876374581277,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_40F_to_45F_n,6.0,,1.0,,1.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_40F_to_45F_upper_bound_95_perc_conf,0.2492752256202171,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.08211857480561863,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_mean,0.12450496099911966,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.04276854087380435,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_lower_bound_95_perc_conf,-0.00026530362197778323,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.003418506941990064,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_sem,0.06365829827607013,,0.0,,0.0,,0.0,,,0.0,,0.020076547924395043,,,,,,0.0,,,0.0, -rhu2IQFLT_40F_to_45F_q1,0.005508012195902312,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0057560973434682495,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q2.5,0.006003711344121427,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.006623924213036267,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q5,0.006829876591153283,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.008070302328982966,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q10,0.008482207085216997,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.01096305856087636,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q15,0.010134537579280711,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.013855814792769755,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q20,0.011786868073344425,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.01674857102466315,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q25,0.0173664281590142,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.019641327256556547,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q30,0.022945988244683975,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.022534083488449944,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q35,0.02852554833035375,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.025426839720343337,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q40,0.03410510841602352,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.028319595952236733,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q45,0.047834573339092634,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.031212352184130127,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q50,0.06156403826216174,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.03410510841602352,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q55,0.07529350318523086,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.03959689438525117,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q60,0.08902296810829996,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.045088680354478806,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q65,0.10494563505375873,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.050580466323706455,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q70,0.12086830199921751,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0560722522929341,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q75,0.1367909689446763,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.06156403826216174,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q80,0.15271363589013506,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0670558242313894,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q85,0.22809113677005766,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.07254761020061702,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q90,0.3034686376499802,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.07803939616984466,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q95,0.37884613852990284,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0835311821390723,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q98,0.42407263905785647,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0868262537206089,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q99,0.43914813923384094,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.08792461091445443,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_45F_to_50F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_45F_to_50F_upper_bound_95_perc_conf,0.20616839163392411,,0.40025798507790855,,0.09249776186213071,,0.21052651332135208,,,0.006995300812196496,,0.13302912757250507,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_mean,0.10745565542184769,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.006995300812196496,,0.06302429635510629,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_lower_bound_95_perc_conf,0.008742919209771272,,0.40025798507790855,,0.09249776186213071,,0.020169163129874282,,,0.006995300812196496,,-0.006980534862292484,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_sem,0.05036364092452879,,0.0,,0.0,,0.04856054851823413,,,0.0,,0.03571675062112182,,,,,,0.0,,,0.0, -rhu2IQFLT_45F_to_50F_q1,0.007015782099012879,,0.40025798507790855,,0.09249776186213071,,0.04804635164106502,,,0.006995300812196496,,0.007217628032540668,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q2.5,0.007046504029237453,,0.40025798507790855,,0.09249776186213071,,0.05010660123038792,,,0.006995300812196496,,0.007551118863056929,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q5,0.007097707246278411,,0.40025798507790855,,0.09249776186213071,,0.053540350545926096,,,0.006995300812196496,,0.00810693691391736,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q10,0.007200113680360326,,0.40025798507790855,,0.09249776186213071,,0.06040784917700244,,,0.006995300812196496,,0.009218573015638224,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q15,0.007302520114442241,,0.40025798507790855,,0.09249776186213071,,0.06727534780807878,,,0.006995300812196496,,0.010330209117359088,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q20,0.00875056610537609,,0.40025798507790855,,0.09249776186213071,,0.07414284643915513,,,0.006995300812196496,,0.011441845219079953,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q25,0.010871431874735901,,0.40025798507790855,,0.09249776186213071,,0.08101034507023147,,,0.006995300812196496,,0.012553481320800816,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q30,0.012992297644095714,,0.40025798507790855,,0.09249776186213071,,0.0878778437013078,,,0.006995300812196496,,0.013665117422521682,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q35,0.017632872532786996,,0.40025798507790855,,0.09249776186213071,,0.09474534233238414,,,0.006995300812196496,,0.016019540344894626,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q40,0.027312865660141267,,0.40025798507790855,,0.09249776186213071,,0.10161284096346049,,,0.006995300812196496,,0.02085953690857176,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q45,0.03699285878749551,,0.40025798507790855,,0.09249776186213071,,0.10848033959453685,,,0.006995300812196496,,0.025699533472248882,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q50,0.04667285191484975,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.006995300812196496,,0.030539530035926004,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q55,0.06042032489903405,,0.40025798507790855,,0.09249776186213071,,0.12221533685668953,,,0.006995300812196496,,0.03537952659960313,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q60,0.07416779788321831,,0.40025798507790855,,0.09249776186213071,,0.12908283548776586,,,0.006995300812196496,,0.040219523163280244,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q65,0.08791527086740264,,0.40025798507790855,,0.09249776186213071,,0.13595033411884222,,,0.006995300812196496,,0.04505951972695738,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q70,0.11080277439697983,,0.40025798507790855,,0.09249776186213071,,0.14281783274991855,,,0.006995300812196496,,0.060407849177002385,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q75,0.13826029319925365,,0.40025798507790855,,0.09249776186213071,,0.14968533138099488,,,0.006995300812196496,,0.08101034507023147,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q80,0.1657178120015275,,0.40025798507790855,,0.09249776186213071,,0.15655283001207124,,,0.006995300812196496,,0.10161284096346054,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q85,0.20564634059052972,,0.40025798507790855,,0.09249776186213071,,0.1634203286431476,,,0.006995300812196496,,0.1222153368566895,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q90,0.27051688875298946,,0.40025798507790855,,0.09249776186213071,,0.17028782727422392,,,0.006995300812196496,,0.14281783274991858,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q95,0.3353874369154488,,0.40025798507790855,,0.09249776186213071,,0.17715532590530025,,,0.006995300812196496,,0.1634203286431475,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q98,0.3743097658129247,,0.40025798507790855,,0.09249776186213071,,0.18127582508394607,,,0.006995300812196496,,0.175781826179085,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q99,0.38728387544541654,,0.40025798507790855,,0.09249776186213071,,0.18264932481016136,,,0.006995300812196496,,0.17990232535773076,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_50F_to_55F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_50F_to_55F_upper_bound_95_perc_conf,0.15339852871347964,,0.32793900049322156,,0.052322643343051506,,0.0996796701046633,,,0.006346367425826831,,0.06557234558678243,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_mean,0.07367067950380947,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.006346367425826831,,0.03295750588783188,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_lower_bound_95_perc_conf,-0.0060571697058606905,,0.32793900049322156,,0.052322643343051506,,0.01821769744265872,,,0.006346367425826831,,0.0003426661888813326,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_sem,0.04067747408656641,,0.0,,0.0,,0.02078111547500117,,,0.0,,0.01664022433619926,,,,,,0.0,,,0.0, -rhu2IQFLT_50F_to_55F_q1,0.003767685836271315,,0.32793900049322156,,0.052322643343051506,,0.030147527134592716,,,0.006346367425826831,,0.006383565060397386,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q2.5,0.004014580882079823,,0.32793900049322156,,0.052322643343051506,,0.031029195194972357,,,0.006346367425826831,,0.006439361512253219,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q5,0.0044260726250940005,,0.32793900049322156,,0.052322643343051506,,0.03249864196227176,,,0.006346367425826831,,0.006532355598679606,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q10,0.005249056111122356,,0.32793900049322156,,0.052322643343051506,,0.03543753549687057,,,0.006346367425826831,,0.006718343771532381,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q15,0.006072039597150712,,0.32793900049322156,,0.052322643343051506,,0.03837642903146937,,,0.006346367425826831,,0.006904331944385157,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q20,0.006594351656297198,,0.32793900049322156,,0.052322643343051506,,0.04131532256606818,,,0.006346367425826831,,0.007090320117237933,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q25,0.0069663280020027495,,0.32793900049322156,,0.052322643343051506,,0.04425421610066699,,,0.006346367425826831,,0.007276308290090708,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q30,0.0073383043477083,,0.32793900049322156,,0.052322643343051506,,0.047193109635265795,,,0.006346367425826831,,0.007462296462943484,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q35,0.009783634563128089,,0.32793900049322156,,0.052322643343051506,,0.050132003169864596,,,0.006346367425826831,,0.008684961570653378,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q40,0.016375672517976392,,0.32793900049322156,,0.052322643343051506,,0.0530708967044634,,,0.006346367425826831,,0.01198098054807753,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q45,0.022967710472824674,,0.32793900049322156,,0.052322643343051506,,0.05600979023906222,,,0.006346367425826831,,0.015276999525501671,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q50,0.029559748427672956,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.006346367425826831,,0.018573018502925812,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q55,0.03638861690228653,,0.32793900049322156,,0.052322643343051506,,0.06188757730825983,,,0.006346367425826831,,0.02186903748034996,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q60,0.04321748537690008,,0.32793900049322156,,0.052322643343051506,,0.06482647084285863,,,0.006346367425826831,,0.025165056457774095,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q65,0.05004635385151366,,0.32793900049322156,,0.052322643343051506,,0.06776536437745743,,,0.006346367425826831,,0.028461075435198244,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q70,0.05952563849837099,,0.32793900049322156,,0.052322643343051506,,0.07070425791205623,,,0.006346367425826831,,0.035437535496870544,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q75,0.07033013123135029,,0.32793900049322156,,0.052322643343051506,,0.07364315144665504,,,0.006346367425826831,,0.04425421610066699,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q80,0.08113462396432959,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.006346367425826831,,0.053070896704463424,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q85,0.11229775725700625,,0.32793900049322156,,0.052322643343051506,,0.07952093851585265,,,0.006346367425826831,,0.061887577308259806,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q90,0.18417817166907816,,0.32793900049322156,,0.052322643343051506,,0.08245983205045147,,,0.006346367425826831,,0.07070425791205626,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q95,0.2560585860811496,,0.32793900049322156,,0.052322643343051506,,0.08539872558505027,,,0.006346367425826831,,0.07952093851585264,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q98,0.2991868347283928,,0.32793900049322156,,0.052322643343051506,,0.08716206170580955,,,0.006346367425826831,,0.0848109468781305,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q99,0.31356291761080707,,0.32793900049322156,,0.052322643343051506,,0.0877498404127293,,,0.006346367425826831,,0.08657428299888978,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_55F_to_60F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_55F_to_60F_upper_bound_95_perc_conf,0.11453467185332641,,0.2512798460089282,,0.028319891645631964,,0.044691077446108105,,,0.00520256108415401,,0.03931272609342687,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_mean,0.05392786104451073,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.00520256108415401,,0.02350774005282253,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_lower_bound_95_perc_conf,-0.006678949764304963,,0.2512798460089282,,0.028319891645631964,,0.033907328210811064,,,0.00520256108415401,,0.007702754012218194,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_sem,0.030921842249395762,,0.0,,0.0,,0.0027509564375757774,,,0.0,,0.008063768388063436,,,,,,0.0,,,0.0, -rhu2IQFLT_55F_to_60F_q1,0.0039446233440305475,,0.2512798460089282,,0.028319891645631964,,0.03548657172301269,,,0.00520256108415401,,0.005353384055735898,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q2.5,0.004065064191489177,,0.2512798460089282,,0.028319891645631964,,0.03560328492011821,,,0.00520256108415401,,0.00557961851310873,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q5,0.004265798937253559,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.00520256108415401,,0.005956675942063448,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q10,0.0046672684287823235,,0.2512798460089282,,0.028319891645631964,,0.036186850905645794,,,0.00520256108415401,,0.006710790799972888,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q15,0.005068737920311088,,0.2512798460089282,,0.028319891645631964,,0.03657589489599752,,,0.00520256108415401,,0.007464905657882326,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q20,0.006208047561366595,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.00520256108415401,,0.008219020515791766,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q25,0.007716277277185472,,0.2512798460089282,,0.028319891645631964,,0.03735398287670097,,,0.00520256108415401,,0.008973135373701204,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q30,0.00922450699300435,,0.2512798460089282,,0.028319891645631964,,0.03774302686705269,,,0.00520256108415401,,0.009727250231610642,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q35,0.012038983287758431,,0.2512798460089282,,0.028319891645631964,,0.038132070857404415,,,0.00520256108415401,,0.0114889319429532,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q40,0.017465952740382953,,0.2512798460089282,,0.028319891645631964,,0.03852111484775614,,,0.00520256108415401,,0.015265747361162022,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q45,0.022892922193007457,,0.2512798460089282,,0.028319891645631964,,0.03891015883810786,,,0.00520256108415401,,0.01904256277937083,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q50,0.028319891645631964,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.00520256108415401,,0.02281937819757964,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q55,0.03044655302942508,,0.2512798460089282,,0.028319891645631964,,0.039688246818811314,,,0.00520256108415401,,0.026596193615788456,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q60,0.03257321441321819,,0.2512798460089282,,0.028319891645631964,,0.04007729080916304,,,0.00520256108415401,,0.030373009033997263,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q65,0.034699875797011316,,0.2512798460089282,,0.028319891645631964,,0.04046633479951476,,,0.00520256108415401,,0.03414982445220608,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q70,0.03696493888634924,,0.2512798460089282,,0.028319891645631964,,0.04085537878986648,,,0.00520256108415401,,0.036186850905645794,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q75,0.039299202828459584,,0.2512798460089282,,0.028319891645631964,,0.041244422780218205,,,0.00520256108415401,,0.03735398287670097,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q80,0.041633466770569935,,0.2512798460089282,,0.028319891645631964,,0.041633466770569935,,,0.00520256108415401,,0.03852111484775614,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q85,0.06399866305967189,,0.2512798460089282,,0.028319891645631964,,0.04202251076092166,,,0.00520256108415401,,0.03968824681881131,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q90,0.12642572404275745,,0.2512798460089282,,0.028319891645631964,,0.04241155475127338,,,0.00520256108415401,,0.04085537878986648,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q95,0.18885278502584266,,0.2512798460089282,,0.028319891645631964,,0.042800598741625104,,,0.00520256108415401,,0.04202251076092165,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q98,0.22630902161569402,,0.2512798460089282,,0.028319891645631964,,0.04303402513583614,,,0.00520256108415401,,0.04272278994355476,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q99,0.23879443381231105,,0.2512798460089282,,0.028319891645631964,,0.04311183393390648,,,0.00520256108415401,,0.04295621633776579,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_30F_to_45F_n,6.0,,1.0,,1.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_30F_to_45F_upper_bound_95_perc_conf,0.2836438476906288,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.10794747948432894,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_mean,0.14897166179387902,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.05510716708088024,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_lower_bound_95_perc_conf,0.014299475897129238,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.00226685467743154,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_sem,0.06871029892691316,,0.0,,0.0,,0.0,,,0.0,,0.02695934306298403,,,,,,0.0,,,0.0, -rhu2IQFLT_30F_to_45F_q1,0.008379806784755466,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.008436381643362623,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q2.5,0.00922556957242095,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.009367006718938843,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q5,0.010635174218530092,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.010918048511565876,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q10,0.013454383510748374,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.01402013209681994,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q15,0.01627359280296666,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.017122215682074005,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q20,0.01909280209518494,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.02022429926732807,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q25,0.02402880176610182,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.023326382852582137,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q30,0.028964801437018697,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.0264284664378362,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q35,0.03390080110793558,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.029530550023090265,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q40,0.03883680077885246,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.03263263360834433,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q45,0.05879478446850846,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.03573471719359839,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q50,0.07875276815816445,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.03883680077885246,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q55,0.09871075184782047,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.04681999425471487,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q60,0.11866873553747646,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.054803187730577255,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q65,0.14438829114727547,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.06278638120643966,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q70,0.17010784675707452,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.07076957468230205,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q75,0.19582740236687354,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.07875276815816445,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q80,0.22154695797667256,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.08673596163402686,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q85,0.28812739584469843,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.09471915510988925,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q90,0.3547078337127243,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.10270234858575167,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q95,0.4212882715807501,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.11068554206161406,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q98,0.4612365343015657,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.11547545814713149,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q99,0.47455262187517083,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.11707209684230399,,,,,,0.487868709448776,,,0.00781596492631181, +rhu2IQFLT_35F_to_40F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, +rhu2IQFLT_35F_to_40F_upper_bound_95_perc_conf,0.25068399537217373,,0.497354540159213,,0.19741898266605878,,0.1459046078283637,,,0.008781014499140628,,0.09926193590621932,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_mean,0.13154111344732008,,0.497354540159213,,0.19741898266605878,,0.06541594125917195,,,0.008781014499140628,,0.052116466405443554,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_lower_bound_95_perc_conf,0.012398231522466455,,0.497354540159213,,0.19741898266605878,,-0.015072725310019797,,,0.008781014499140628,,0.0049709969046677835,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_sem,0.06078718465553757,,0.0,,0.0,,0.0410656462087713,,,0.0,,0.024053810969783557,,,,,,0.0,,,0.0, +rhu2IQFLT_35F_to_40F_q1,0.007426787466474006,,0.497354540159213,,0.19741898266605878,,0.0085018593194335,,,0.008781014499140628,,0.007383567454793157,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q2.5,0.007556447501516555,,0.497354540159213,,0.19741898266605878,,0.010244127133915289,,,0.008781014499140628,,0.007448397472314431,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q5,0.007772547559920804,,0.497354540159213,,0.19741898266605878,,0.013147906824718272,,,0.008781014499140628,,0.007556447501516555,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q10,0.0082047476767293,,0.497354540159213,,0.19741898266605878,,0.01895546620632424,,,0.008781014499140628,,0.007772547559920804,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q15,0.008636947793537797,,0.497354540159213,,0.19741898266605878,,0.024763025587930202,,,0.008781014499140628,,0.007988647618325052,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q20,0.011499830620362467,,0.497354540159213,,0.19741898266605878,,0.03057058496953617,,,0.008781014499140628,,0.0082047476767293,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q25,0.01557805480219522,,0.497354540159213,,0.19741898266605878,,0.03637814435114213,,,0.008781014499140628,,0.008420847735133548,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q30,0.01965627898402797,,0.497354540159213,,0.19741898266605878,,0.0421857037327481,,,0.008781014499140628,,0.008636947793537797,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q35,0.027022882455153784,,0.497354540159213,,0.19741898266605878,,0.04799326311435406,,,0.008781014499140628,,0.011784612204398071,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q40,0.04096624450486579,,0.497354540159213,,0.19741898266605878,,0.053800822495960035,,,0.008781014499140628,,0.020795405320170456,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q45,0.054909606554577745,,0.497354540159213,,0.19741898266605878,,0.059608381877565994,,,0.008781014499140628,,0.02980619843594281,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q50,0.0688529686042897,,0.497354540159213,,0.19741898266605878,,0.06541594125917195,,,0.008781014499140628,,0.03881699155171517,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q55,0.08524453854557229,,0.497354540159213,,0.19741898266605878,,0.07122350064077793,,,0.008781014499140628,,0.047827784667487536,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q60,0.10163610848685484,,0.497354540159213,,0.19741898266605878,,0.0770310600223839,,,0.008781014499140628,,0.056838577783259875,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q65,0.11802767842813744,,0.497354540159213,,0.19741898266605878,,0.08283861940398986,,,0.008781014499140628,,0.06584937089903227,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q70,0.138277024593397,,0.497354540159213,,0.19741898266605878,,0.08864617878559582,,,0.008781014499140628,,0.07431682525138388,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q75,0.1604552588706452,,0.497354540159213,,0.19741898266605878,,0.09445373816720179,,,0.008781014499140628,,0.08251261022202519,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q80,0.1826334931478934,,0.497354540159213,,0.19741898266605878,,0.10026129754880776,,,0.008781014499140628,,0.09070839519266649,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q85,0.2269298694732686,,0.497354540159213,,0.19741898266605878,,0.10606885693041371,,,0.008781014499140628,,0.09890418016330774,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q90,0.3154625298948985,,0.497354540159213,,0.19741898266605878,,0.11187641631201968,,,0.008781014499140628,,0.10709996513394904,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q95,0.40399519031652786,,0.497354540159213,,0.19741898266605878,,0.11768397569362564,,,0.008781014499140628,,0.11529575010459031,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q98,0.4571147865695059,,0.497354540159213,,0.19741898266605878,,0.12116851132258923,,,0.008781014499140628,,0.1202132210869751,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q99,0.4748213186538317,,0.497354540159213,,0.19741898266605878,,0.12233002319891041,,,0.008781014499140628,,0.12185237808110333,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_40F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, +rhu2IQFLT_40F_to_45F_upper_bound_95_perc_conf,0.21847742494248157,,0.4542236394098254,,0.15271363589013506,,0.10606297488762376,,,0.00517754609708957,,0.06674363504628786,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_mean,0.10682090960818588,,0.4542236394098254,,0.15271363589013506,,0.04486978468544157,,,0.00517754609708957,,0.03225555597099906,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_lower_bound_95_perc_conf,-0.00483560572610979,,0.4542236394098254,,0.15271363589013506,,-0.016323405516740615,,,0.00517754609708957,,-0.0022325231042897506,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_sem,0.056967609864436566,,0.0,,0.0,,0.031221015409276624,,,0.0,,0.017595958711882045,,,,,,0.0,,,0.0, +rhu2IQFLT_40F_to_45F_q1,0.0009842579526535605,,0.4542236394098254,,0.15271363589013506,,0.0015996649310403449,,,0.00517754609708957,,0.0008504296076183688,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q2.5,0.001385742987759136,,0.4542236394098254,,0.15271363589013506,,0.0029242604337260964,,,0.00517754609708957,,0.0010511721251711566,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q5,0.002054884712935095,,0.4542236394098254,,0.15271363589013506,,0.005131919604869016,,,0.00517754609708957,,0.001385742987759136,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q10,0.003393168163287013,,0.4542236394098254,,0.15271363589013506,,0.009547237947154855,,,0.00517754609708957,,0.002054884712935095,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q15,0.00473145161363893,,0.4542236394098254,,0.15271363589013506,,0.013962556289440695,,,0.00517754609708957,,0.0027240264381110536,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q20,0.006499410492340542,,0.4542236394098254,,0.15271363589013506,,0.018377874631726535,,,0.00517754609708957,,0.003393168163287013,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q25,0.008482207085216997,,0.4542236394098254,,0.15271363589013506,,0.022793192974012375,,,0.00517754609708957,,0.004062309888462972,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q30,0.010465003678093453,,0.4542236394098254,,0.15271363589013506,,0.02720851131629821,,,0.00517754609708957,,0.00473145161363893,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q35,0.014018692107612326,,0.4542236394098254,,0.15271363589013506,,0.03162382965858405,,,0.00517754609708957,,0.006623924213036262,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q40,0.020714164210416074,,0.4542236394098254,,0.15271363589013506,,0.03603914800086989,,,0.00517754609708957,,0.010963058560876366,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q45,0.0274096363132198,,0.4542236394098254,,0.15271363589013506,,0.040454466343155734,,,0.00517754609708957,,0.015302192908716455,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q50,0.03410510841602352,,0.4542236394098254,,0.15271363589013506,,0.04486978468544157,,,0.00517754609708957,,0.019641327256556547,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q55,0.05058046632370647,,0.4542236394098254,,0.15271363589013506,,0.049285103027727414,,,0.00517754609708957,,0.023980461604396645,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q60,0.06705582423138937,,0.4542236394098254,,0.15271363589013506,,0.05370042137001325,,,0.00517754609708957,,0.028319595952236726,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q65,0.08353118213907233,,0.4542236394098254,,0.15271363589013506,,0.05811573971229909,,,0.00517754609708957,,0.032658730300076835,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q70,0.10176110166466694,,0.4542236394098254,,0.15271363589013506,,0.06253105805458492,,,0.00517754609708957,,0.039596894385251144,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q75,0.12086830199921751,,0.4542236394098254,,0.15271363589013506,,0.06694637639687076,,,0.00517754609708957,,0.047834573339092634,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q80,0.1399755023337681,,0.4542236394098254,,0.15271363589013506,,0.0713616947391566,,,0.00517754609708957,,0.056072252292934124,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q85,0.18286463624210397,,0.4542236394098254,,0.15271363589013506,,0.07577701308144244,,,0.00517754609708957,,0.06430993124677556,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q90,0.2733176372980113,,0.4542236394098254,,0.15271363589013506,,0.0801923314237283,,,0.00517754609708957,,0.07254761020061704,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q95,0.3637706383539181,,0.4542236394098254,,0.15271363589013506,,0.08460764976601412,,,0.00517754609708957,,0.08078528915445847,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q98,0.4180424389874625,,0.4542236394098254,,0.15271363589013506,,0.08725684077138562,,,0.00517754609708957,,0.08572789652676338,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q99,0.4361330391986438,,0.4542236394098254,,0.15271363589013506,,0.08813990443984279,,,0.00517754609708957,,0.08737543231753166,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_45F_to_50F_n,8.0,,1.0,,1.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,2.0,,,1.0, +rhu2IQFLT_45F_to_50F_upper_bound_95_perc_conf,0.18421630792782795,,0.40025798507790855,,0.09249776186213071,,0.16509105685579978,,,0.006995300812196496,,0.11107786005516741,,,,,,0.2183922005393759,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_mean,0.09476251460328303,,0.40025798507790855,,0.09249776186213071,,0.07886873510818553,,,0.006995300812196496,,0.05160154285875107,,,,,,0.09496667670485343,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_lower_bound_95_perc_conf,0.005308721278738118,,0.40025798507790855,,0.09249776186213071,,-0.007353586639428714,,,0.006995300812196496,,-0.007874774337665272,,,,,,-0.028458847129669076,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_sem,0.04563969047170659,,0.0,,0.0,,0.043990980483476654,,,0.0,,0.03034505979408997,,,,,,0.06297220603802169,,,0.0, +rhu2IQFLT_45F_to_50F_q1,0.005986462909050865,,0.40025798507790855,,0.09249776186213071,,0.0067257753341606165,,,0.006995300812196496,,0.005953919750884876,,,,,,0.0076916518299606895,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q2.5,0.006100363962631823,,0.40025798507790855,,0.09249776186213071,,0.007948645025406202,,,0.006995300812196496,,0.006019006067216853,,,,,,0.010363336264906386,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q5,0.006290199051933421,,0.40025798507790855,,0.09249776186213071,,0.009986761177482179,,,0.006995300812196496,,0.00612748326110348,,,,,,0.014816143656482546,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q10,0.006669869230536615,,0.40025798507790855,,0.09249776186213071,,0.014062993481634131,,,0.006995300812196496,,0.006344437648876734,,,,,,0.023721758439634866,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q15,0.007012368551210148,,0.40025798507790855,,0.09249776186213071,,0.018139225785786084,,,0.006995300812196496,,0.006561392036649988,,,,,,0.032627373222787186,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q20,0.007131842724305716,,0.40025798507790855,,0.09249776186213071,,0.022215458089938037,,,0.006995300812196496,,0.006778346424423242,,,,,,0.041532988005939506,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q25,0.007251316897401283,,0.40025798507790855,,0.09249776186213071,,0.02629169039408999,,,0.006995300812196496,,0.006995300812196496,,,,,,0.05043860278909182,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q30,0.008043610848922817,,0.40025798507790855,,0.09249776186213071,,0.030367922698241942,,,0.006995300812196496,,0.008477482281157647,,,,,,0.05934421757224414,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q35,0.010517954246509264,,0.40025798507790855,,0.09249776186213071,,0.034444155002393895,,,0.006995300812196496,,0.009959663750118801,,,,,,0.06824983235539646,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q40,0.012992297644095718,,0.40025798507790855,,0.09249776186213071,,0.03852038730654585,,,0.006995300812196496,,0.011441845219079953,,,,,,0.07715544713854879,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q45,0.01924620472067938,,0.40025798507790855,,0.09249776186213071,,0.0425966196106978,,,0.006995300812196496,,0.012924026688041105,,,,,,0.08606106192170111,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q50,0.030539530035926004,,0.40025798507790855,,0.09249776186213071,,0.04667285191484975,,,0.006995300812196496,,0.014406208157002257,,,,,,0.09496667670485343,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q55,0.04183285535117264,,0.40025798507790855,,0.09249776186213071,,0.060407849177002454,,,0.006995300812196496,,0.02085953690857176,,,,,,0.10387229148800574,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q60,0.05583783390430595,,0.40025798507790855,,0.09249776186213071,,0.07414284643915511,,,0.006995300812196496,,0.027312865660141253,,,,,,0.11277790627115805,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q65,0.07187655238585428,,0.40025798507790855,,0.09249776186213071,,0.08787784370130781,,,0.006995300812196496,,0.03376619441171076,,,,,,0.12168352105431038,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q70,0.0879152708674026,,0.40025798507790855,,0.09249776186213071,,0.10161284096346049,,,0.006995300812196496,,0.040219523163280244,,,,,,0.13058913583746268,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q75,0.11537902753069218,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.006995300812196496,,0.04667285191484975,,,,,,0.139494750620615,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q80,0.1474127994666783,,0.40025798507790855,,0.09249776186213071,,0.1290828354877659,,,0.006995300812196496,,0.07414284643915514,,,,,,0.14840036540376733,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q85,0.17944657140266432,,0.40025798507790855,,0.09249776186213071,,0.14281783274991855,,,0.006995300812196496,,0.10161284096346049,,,,,,0.15730598018691966,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q90,0.24889337269883616,,0.40025798507790855,,0.09249776186213071,,0.15655283001207124,,,0.006995300812196496,,0.1290828354877659,,,,,,0.16621159497007199,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q95,0.32457567888837224,,0.40025798507790855,,0.09249776186213071,,0.17028782727422392,,,0.006995300812196496,,0.1565528300120712,,,,,,0.17511720975322428,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q98,0.36998506260209396,,0.40025798507790855,,0.09249776186213071,,0.1785288256315155,,,0.006995300812196496,,0.17303482672665446,,,,,,0.18046057862311568,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q99,0.38512152384000126,,0.40025798507790855,,0.09249776186213071,,0.18127582508394607,,,0.006995300812196496,,0.1785288256315155,,,,,,0.18224170157974615,,,0.006995300812196496, +rhu2IQFLT_50F_to_55F_n,8.0,,1.0,,1.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,2.0,,,1.0, +rhu2IQFLT_50F_to_55F_upper_bound_95_perc_conf,0.13653798755622615,,0.32793900049322156,,0.052322643343051506,,0.08058103456485516,,,0.006346367425826831,,0.055173910278792496,,,,,,0.10458472199460281,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_mean,0.06497938398736966,,0.32793900049322156,,0.052322643343051506,,0.040679227639871036,,,0.006346367425826831,,0.027194067784723726,,,,,,0.04623896724597008,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_lower_bound_95_perc_conf,-0.006579219581486842,,0.32793900049322156,,0.052322643343051506,,0.0007774207148869214,,,0.006346367425826831,,-0.0007857747093450405,,,,,,-0.012106787502662641,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_sem,0.03650949161676352,,0.0,,0.0,,0.020358064757644956,,,0.0,,0.014275429843912637,,,,,,0.029768242218690167,,,0.0, +rhu2IQFLT_50F_to_55F_q1,0.003640694975391425,,0.32793900049322156,,0.052322643343051506,,0.004648704033398725,,,0.006346367425826831,,0.004228557454432517,,,,,,0.004982288409764667,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q2.5,0.0036971037298800967,,0.32793900049322156,,0.052322643343051506,,0.00541128702506018,,,0.006346367425826831,,0.004360920577644662,,,,,,0.006245247965975037,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q5,0.003791118320694549,,0.32793900049322156,,0.052322643343051506,,0.006682258677829274,,,0.006346367425826831,,0.004581525782998236,,,,,,0.008350180559658986,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q10,0.003979147502323454,,0.32793900049322156,,0.052322643343051506,,0.009224201983367462,,,0.006346367425826831,,0.005022736193705385,,,,,,0.012560045747026885,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q15,0.004250617974967875,,0.32793900049322156,,0.052322643343051506,,0.011766145288905646,,,0.006346367425826831,,0.005463946604412533,,,,,,0.016769910934394786,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q20,0.005022736193705385,,0.32793900049322156,,0.052322643343051506,,0.014308088594443834,,,0.006346367425826831,,0.005905157015119682,,,,,,0.020979776121762685,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q25,0.005794854412442894,,0.32793900049322156,,0.052322643343051506,,0.01685003189998202,,,0.006346367425826831,,0.006346367425826831,,,,,,0.025189641309130584,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q30,0.006470359541062015,,0.32793900049322156,,0.052322643343051506,,0.019391975205520207,,,0.006346367425826831,,0.006594351656297198,,,,,,0.029399506496498484,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q35,0.0069043319443851565,,0.32793900049322156,,0.052322643343051506,,0.021933918511058394,,,0.006346367425826831,,0.006842335886767565,,,,,,0.03360937168386638,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q40,0.0073383043477083,,0.32793900049322156,,0.052322643343051506,,0.024475861816596584,,,0.006346367425826831,,0.007090320117237933,,,,,,0.03781923687123428,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q45,0.01088230755560281,,0.32793900049322156,,0.052322643343051506,,0.02701780512213477,,,0.006346367425826831,,0.0073383043477083,,,,,,0.042029102058602184,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q50,0.018573018502925812,,0.32793900049322156,,0.052322643343051506,,0.029559748427672956,,,0.006346367425826831,,0.007586288578178667,,,,,,0.04623896724597008,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q55,0.026263729450248827,,0.32793900049322156,,0.052322643343051506,,0.03543753549687058,,,0.006346367425826831,,0.01198098054807753,,,,,,0.05044883243333798,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q60,0.03411232741074867,,0.32793900049322156,,0.052322643343051506,,0.04131532256606818,,,0.006346367425826831,,0.01637567251797638,,,,,,0.05465869762070588,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q65,0.042079340631131154,,0.32793900049322156,,0.052322643343051506,,0.047193109635265795,,,0.006346367425826831,,0.02077036448787524,,,,,,0.05886856280807378,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q70,0.05004635385151364,,0.32793900049322156,,0.052322643343051506,,0.0530708967044634,,,0.006346367425826831,,0.025165056457774095,,,,,,0.06307842799544168,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q75,0.0613263872872009,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.006346367425826831,,0.029559748427672956,,,,,,0.06728829318280957,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q80,0.07393162880901007,,0.32793900049322156,,0.052322643343051506,,0.06482647084285863,,,0.006346367425826831,,0.041315322566068194,,,,,,0.07149815837017748,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q85,0.0865368703308192,,0.32793900049322156,,0.052322643343051506,,0.07070425791205623,,,0.006346367425826831,,0.0530708967044634,,,,,,0.07570802355754538,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q90,0.16021803353172076,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.006346367425826831,,0.06482647084285863,,,,,,0.07991788874491328,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q95,0.24407851701247105,,0.32793900049322156,,0.052322643343051506,,0.08245983205045146,,,0.006346367425826831,,0.07658204498125384,,,,,,0.08412775393228117,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q98,0.29439480710092125,,0.32793900049322156,,0.052322643343051506,,0.08598650429197004,,,0.006346367425826831,,0.08363538946429099,,,,,,0.08665367304470191,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q99,0.3111669037970714,,0.32793900049322156,,0.052322643343051506,,0.08716206170580955,,,0.006346367425826831,,0.08598650429197004,,,,,,0.08749564608217549,,,0.006346367425826831, +rhu2IQFLT_55F_to_60F_n,8.0,,1.0,,1.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,2.0,,,1.0, +rhu2IQFLT_55F_to_60F_upper_bound_95_perc_conf,0.10204609465848419,,0.2512798460089282,,0.028319891645631964,,0.04643750928353957,,,0.00520256108415401,,0.034034431887630126,,,,,,0.0504826198558226,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_mean,0.047861287562108626,,0.2512798460089282,,0.028319891645631964,,0.02799789294740436,,,0.00520256108415401,,0.019885246679316806,,,,,,0.02429245795863537,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_lower_bound_95_perc_conf,-0.006323519534266943,,0.2512798460089282,,0.028319891645631964,,0.009558276611269154,,,0.00520256108415401,,0.005736061471003483,,,,,,-0.0018977039385518653,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_sem,0.02764530974304876,,0.0,,0.0,,0.00940796751843633,,,0.0,,0.007218972045057818,,,,,,0.013362327498564915,,,0.0, +rhu2IQFLT_55F_to_60F_q1,0.003958005660414839,,0.2512798460089282,,0.028319891645631964,,0.005995542980086883,,,0.00520256108415401,,0.005210269568199605,,,,,,0.005773216880760743,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q2.5,0.004098519982449907,,0.2512798460089282,,0.028319891645631964,,0.006895947672276336,,,0.00520256108415401,,0.005221832294268,,,,,,0.006340132423960986,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q5,0.00433271051917502,,0.2512798460089282,,0.028319891645631964,,0.008396622159258758,,,0.00520256108415401,,0.005241103504381991,,,,,,0.007284991662628059,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q10,0.004801091592625245,,0.2512798460089282,,0.028319891645631964,,0.011397971133223602,,,0.00520256108415401,,0.005279645924609971,,,,,,0.009174710139962206,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q15,0.005212196689211005,,0.2512798460089282,,0.028319891645631964,,0.014399320107188444,,,0.00520256108415401,,0.005318188344837952,,,,,,0.01106442861729635,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q20,0.005279645924609971,,0.2512798460089282,,0.028319891645631964,,0.01740066908115329,,,0.00520256108415401,,0.005356730765065933,,,,,,0.012954147094630497,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q25,0.005347095160008938,,0.2512798460089282,,0.028319891645631964,,0.02040201805511813,,,0.00520256108415401,,0.005395273185293914,,,,,,0.014843865571964642,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q30,0.0058787452137862165,,0.2512798460089282,,0.028319891645631964,,0.023403367029082973,,,0.00520256108415401,,0.006362217242278517,,,,,,0.016733584049298787,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q35,0.0075708973135092715,,0.2512798460089282,,0.028319891645631964,,0.026404716003047817,,,0.00520256108415401,,0.007329161299263122,,,,,,0.018623302526632933,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q40,0.009263049413232333,,0.2512798460089282,,0.028319891645631964,,0.029406064977012664,,,0.00520256108415401,,0.008296105356247727,,,,,,0.02051302100396708,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q45,0.012943478196529187,,0.2512798460089282,,0.028319891645631964,,0.0324074139509775,,,0.00520256108415401,,0.00926304941323233,,,,,,0.022402739481301226,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q50,0.01927494255792445,,0.2512798460089282,,0.028319891645631964,,0.03540876292494235,,,0.00520256108415401,,0.010229993470216935,,,,,,0.02429245795863537,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q55,0.02560640691931972,,0.2512798460089282,,0.028319891645631964,,0.0361868509056458,,,0.00520256108415401,,0.015265747361162022,,,,,,0.02618217643596952,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q60,0.029737665901494043,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.00520256108415401,,0.0203015012521071,,,,,,0.028071894913303662,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q65,0.032218770849252676,,0.2512798460089282,,0.028319891645631964,,0.03774302686705269,,,0.00520256108415401,,0.025337255143052184,,,,,,0.02996161339063781,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q70,0.0346998757970113,,0.2512798460089282,,0.028319891645631964,,0.03852111484775614,,,0.00520256108415401,,0.030373009033997263,,,,,,0.03185133186797195,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q75,0.03735398287670097,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.00520256108415401,,0.03540876292494235,,,,,,0.0337410503453061,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q80,0.040077290809163044,,0.2512798460089282,,0.028319891645631964,,0.04007729080916304,,,0.00520256108415401,,0.03696493888634925,,,,,,0.03563076882264025,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q85,0.042800598741625104,,0.2512798460089282,,0.028319891645631964,,0.04085537878986648,,,0.00520256108415401,,0.03852111484775614,,,,,,0.03752048729997439,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q90,0.10561670371506221,,0.2512798460089282,,0.028319891645631964,,0.041633466770569935,,,0.00520256108415401,,0.04007729080916304,,,,,,0.039410205777308534,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q95,0.17844827486199513,,0.2512798460089282,,0.028319891645631964,,0.042411554751273374,,,0.00520256108415401,,0.04163346677056993,,,,,,0.041299924254642684,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q98,0.2221472175501549,,0.2512798460089282,,0.028319891645631964,,0.04287840753969545,,,0.00520256108415401,,0.04256717234741407,,,,,,0.04243375534104317,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q99,0.23671353177954157,,0.2512798460089282,,0.028319891645631964,,0.04303402513583614,,,0.00520256108415401,,0.04287840753969545,,,,,,0.04281169903651,,,0.00520256108415401, +rhu2IQFLT_30F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, +rhu2IQFLT_30F_to_45F_upper_bound_95_perc_conf,0.24950491122412471,,0.48989079000319163,,0.22154695797667256,,0.14127288882442365,,,0.00781596492631181,,0.08740153398409264,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_mean,0.12790818324203937,,0.48989079000319163,,0.22154695797667256,,0.06009802373423895,,,0.00781596492631181,,0.04171220329341054,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_lower_bound_95_perc_conf,0.006311455259954024,,0.48989079000319163,,0.22154695797667256,,-0.021076841355945758,,,0.00781596492631181,,-0.003977127397271567,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_sem,0.06203914692963538,,0.0,,0.0,,0.041415747494992196,,,0.0,,0.023310883005450055,,,,,,0.0,,,0.0, +rhu2IQFLT_30F_to_45F_q1,0.0019046311107200598,,0.48989079000319163,,0.22154695797667256,,0.0026987261670661875,,,0.00781596492631181,,0.0017159715208607488,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q2.5,0.0024706098802979937,,0.48989079000319163,,0.22154695797667256,,0.004455847521163313,,,0.00781596492631181,,0.0019989609056497155,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q5,0.003413907829594549,,0.48989079000319163,,0.22154695797667256,,0.007384383111325189,,,0.00781596492631181,,0.0024706098802979937,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q10,0.005300503728187661,,0.48989079000319163,,0.22154695797667256,,0.01324145429164894,,,0.00781596492631181,,0.003413907829594549,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q15,0.007187099626780773,,0.48989079000319163,,0.22154695797667256,,0.019098525471972688,,,0.00781596492631181,,0.0043572057788911055,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q20,0.010071332360086439,,0.48989079000319163,,0.22154695797667256,,0.024955596652296443,,,0.00781596492631181,,0.005300503728187661,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q25,0.013454383510748374,,0.48989079000319163,,0.22154695797667256,,0.030812667832620193,,,0.00781596492631181,,0.006243801677484217,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q30,0.01683743466141031,,0.48989079000319163,,0.22154695797667256,,0.036669739012943944,,,0.00781596492631181,,0.007187099626780773,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q35,0.021067201963551684,,0.48989079000319163,,0.22154695797667256,,0.04252681019326769,,,0.00781596492631181,,0.009367006718938838,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q40,0.026990401568651956,,0.48989079000319163,,0.22154695797667256,,0.048383881373591446,,,0.00781596492631181,,0.014020132096819946,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q45,0.03291360117375221,,0.48989079000319163,,0.22154695797667256,,0.0542409525539152,,,0.00781596492631181,,0.01867325747470104,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q50,0.03883680077885246,,0.48989079000319163,,0.22154695797667256,,0.06009802373423895,,,0.00781596492631181,,0.023326382852582137,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q55,0.06278638120643967,,0.48989079000319163,,0.22154695797667256,,0.0659550949145627,,,0.00781596492631181,,0.027979508230463235,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q60,0.08673596163402685,,0.48989079000319163,,0.22154695797667256,,0.07181216609488644,,,0.00781596492631181,,0.03263263360834433,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q65,0.11068554206161409,,0.48989079000319163,,0.22154695797667256,,0.0776692372752102,,,0.00781596492631181,,0.03728575898622544,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q70,0.1392443800253156,,0.48989079000319163,,0.22154695797667256,,0.08352630845553395,,,0.00781596492631181,,0.04681999425471483,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q75,0.17010784675707452,,0.48989079000319163,,0.22154695797667256,,0.0893833796358577,,,0.00781596492631181,,0.05879478446850846,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q80,0.2009713134888334,,0.48989079000319163,,0.22154695797667256,,0.09524045081618146,,,0.00781596492631181,,0.07076957468230209,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q85,0.2481791331238828,,0.48989079000319163,,0.22154695797667256,,0.10109752199650521,,,0.00781596492631181,,0.08274436489609566,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q90,0.328075658565514,,0.48989079000319163,,0.22154695797667256,,0.10695459317682897,,,0.00781596492631181,,0.09471915510988928,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q95,0.40797218400714474,,0.48989079000319163,,0.22154695797667256,,0.1128116643571527,,,0.00781596492631181,,0.10669394532368283,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q98,0.45591009927212356,,0.48989079000319163,,0.22154695797667256,,0.11632590706534697,,,0.00781596492631181,,0.11387881945195902,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q99,0.4718894043604496,,0.48989079000319163,,0.22154695797667256,,0.11749732130141172,,,0.00781596492631181,,0.11627377749471773,,,,,,0.0015273119310014376,,,0.00781596492631181, diff --git a/tests/data/thermostat_example_stats_advanced.csv b/tests/data/thermostat_example_stats_advanced.csv index c15239a..af6cdf3 100644 --- a/tests/data/thermostat_example_stats_advanced.csv +++ b/tests/data/thermostat_example_stats_advanced.csv @@ -1,217 +1,217 @@ ,all_no_filter_heating,all_no_filter_cooling,very-cold_cold_no_filter_heating,very-cold_cold_no_filter_cooling,mixed-humid_no_filter_heating,mixed-humid_no_filter_cooling,mixed-dry_hot-dry_no_filter_heating,mixed-dry_hot-dry_no_filter_cooling,hot-humid_no_filter_cooling,marine_no_filter_heating,marine_no_filter_cooling,all_tau_filter_heating,all_tau_filter_cooling,very-cold_cold_tau_filter_heating,very-cold_cold_tau_filter_cooling,mixed-humid_tau_filter_heating,mixed-humid_tau_filter_cooling,mixed-dry_hot-dry_tau_filter_heating,mixed-dry_hot-dry_tau_filter_cooling,hot-humid_tau_filter_cooling,marine_tau_filter_heating,marine_tau_filter_cooling,all_tau_cvrmse_filter_heating,all_tau_cvrmse_filter_cooling,very-cold_cold_tau_cvrmse_filter_heating,very-cold_cold_tau_cvrmse_filter_cooling,mixed-humid_tau_cvrmse_filter_heating,mixed-humid_tau_cvrmse_filter_cooling,mixed-dry_hot-dry_tau_cvrmse_filter_heating,mixed-dry_hot-dry_tau_cvrmse_filter_cooling,hot-humid_tau_cvrmse_filter_cooling,marine_tau_cvrmse_filter_heating,marine_tau_cvrmse_filter_cooling,all_tau_cvrmse_savings_p01_filter_heating,all_tau_cvrmse_savings_p01_filter_cooling,very-cold_cold_tau_cvrmse_savings_p01_filter_heating,very-cold_cold_tau_cvrmse_savings_p01_filter_cooling,mixed-humid_tau_cvrmse_savings_p01_filter_heating,mixed-humid_tau_cvrmse_savings_p01_filter_cooling,mixed-dry_hot-dry_tau_cvrmse_savings_p01_filter_heating,mixed-dry_hot-dry_tau_cvrmse_savings_p01_filter_cooling,hot-humid_tau_cvrmse_savings_p01_filter_cooling,marine_tau_cvrmse_savings_p01_filter_heating,marine_tau_cvrmse_savings_p01_filter_cooling product_id,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product,test_product sw_version,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0,2.0.0 -n_thermostat_core_day_sets_total,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0 -n_thermostat_core_day_sets_kept,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -n_thermostat_core_day_sets_discarded,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.0,20.0,5.0,1.0,2.0,2.0,1.0,6.0,4.0,2.0,5.0,12.0,20.0,5.0,1.0,2.0,2.0,1.0,6.0,4.0,2.0,5.0,12.0,20.0,6.0,2.0,3.0,3.0,2.0,6.0,4.0,3.0,5.0 -n_days_in_inputfile_date_range_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -n_days_in_inputfile_date_range_upper_bound_95_perc_conf,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_mean,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_lower_bound_95_perc_conf,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_sem,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,0.0,0.0,0.0,0.0,,,,,0.0,0.0,,0.0,0.0 -n_days_in_inputfile_date_range_q1,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1459.9999999999998,1460.0000000000002,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q2.5,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q5,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q10,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q15,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q20,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q25,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q30,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q35,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q40,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q45,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q50,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q55,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q60,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q65,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q70,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q75,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q80,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q85,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q90,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q95,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q98,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_in_inputfile_date_range_q99,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,,,,,1460.0,1460.0,,1460.0,1460.0 -n_days_both_heating_and_cooling_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -n_days_both_heating_and_cooling_upper_bound_95_perc_conf,201.23544035795035,183.54674692289578,138.66632542298868,299.18991903680444,211.3271477610832,211.3271477610832,310.1436014405345,256.3891564300543,0.0,259.8496766044251,259.8496766044251,247.7851863313937,255.30702931113967,0.0,94.0,133.0,133.0,319.9931406716832,349.5139614095716,,256.7078065787883,250.0,247.7851863313937,255.30702931113967,0.0,94.0,133.0,133.0,319.9931406716832,349.5139614095716,,256.7078065787883,250.0,247.7851863313937,255.30702931113967,,,,,326.5941054571933,349.5139614095716,,246.27648374628689,250.0 -n_days_both_heating_and_cooling_mean,156.76,139.96428571428572,60.0,180.0,174.66666666666666,174.66666666666666,248.0,173.6,0.0,176.0,176.0,193.46153846153845,169.625,0.0,94.0,133.0,133.0,247.5,220.0,,188.75,250.0,193.46153846153845,169.625,0.0,94.0,133.0,133.0,247.5,220.0,,188.75,250.0,193.46153846153845,169.625,,,,,240.8,220.0,,168.33333333333334,250.0 -n_days_both_heating_and_cooling_lower_bound_95_perc_conf,112.28455964204963,96.38182450567567,-18.66632542298869,60.81008096319556,138.0061855722501,138.0061855722501,185.8563985594655,90.8108435699457,0.0,92.15032339557493,92.15032339557493,139.1378905916832,83.94297068886033,0.0,94.0,133.0,133.0,175.0068593283168,90.4860385904284,,120.79219342121172,250.0,139.1378905916832,83.94297068886033,0.0,94.0,133.0,133.0,175.0068593283168,90.4860385904284,,120.79219342121172,250.0,139.1378905916832,83.94297068886033,,,,,155.00589454280674,90.4860385904284,,90.39018292037981,250.0 -n_days_both_heating_and_cooling_sem,22.691551203035896,22.235949596229617,40.135880317851374,60.81118318204308,18.704327088988045,18.704327088988045,31.705919102313512,42.239365525537906,0.0,42.78044724715565,42.78044724715565,27.71614687237513,43.71532107711208,0.0,0.0,0.0,0.0,36.98629626106285,66.07855173957735,,34.67235029530014,0.0,27.71614687237513,43.71532107711208,0.0,0.0,0.0,0.0,36.98629626106285,66.07855173957735,,34.67235029530014,0.0,27.71614687237513,43.71532107711208,,,,,43.77250278428228,66.07855173957735,,39.7669134759967,0.0 -n_days_both_heating_and_cooling_q1,0.0,0.0,0.0,95.72,133.92000000000002,133.92000000000002,108.11999999999999,0.0,0.0,5.750000000000001,5.750000000000001,11.52,0.0,0.0,94.0,133.0,133.0,107.6,7.47,,97.56,250.0,11.52,0.0,0.0,94.0,133.0,133.0,107.6,7.47,,97.56,250.0,11.52,0.0,,,,,107.08,7.47,,97.03999999999999,250.0 -n_days_both_heating_and_cooling_q2.5,0.0,0.0,0.0,98.3,135.29999999999998,135.29999999999998,112.80000000000001,0.0,0.0,12.875,12.875,28.800000000000004,0.0,0.0,94.0,133.0,133.0,111.5,18.675000000000004,,99.9,250.0,28.800000000000004,0.0,0.0,94.0,133.0,133.0,111.5,18.675000000000004,,99.9,250.0,28.800000000000004,0.0,,,,,110.2,18.675000000000004,,98.6,250.0 -n_days_both_heating_and_cooling_q5,0.0,0.0,0.0,102.6,137.6,137.6,120.60000000000001,0.0,0.0,24.75,24.75,57.60000000000001,0.0,0.0,94.0,133.0,133.0,118.0,37.35000000000001,,103.8,250.0,57.60000000000001,0.0,0.0,94.0,133.0,133.0,118.0,37.35000000000001,,103.8,250.0,57.60000000000001,0.0,,,,,115.4,37.35000000000001,,101.2,250.0 -n_days_both_heating_and_cooling_q10,0.0,0.0,0.0,111.20000000000002,142.20000000000002,142.20000000000002,136.20000000000002,0.0,0.0,48.5,48.5,97.8,0.0,0.0,94.0,133.0,133.0,131.0,74.70000000000002,,111.6,250.0,97.8,0.0,0.0,94.0,133.0,133.0,131.0,74.70000000000002,,111.6,250.0,97.8,0.0,,,,,125.80000000000001,74.70000000000002,,106.4,250.0 -n_days_both_heating_and_cooling_q15,0.0,0.0,0.0,119.79999999999998,146.79999999999998,146.79999999999998,151.79999999999998,0.0,0.0,72.25,72.25,103.2,4.700000000000005,0.0,94.0,133.0,133.0,144.0,112.04999999999998,,119.4,250.0,103.2,4.700000000000005,0.0,94.0,133.0,133.0,144.0,112.04999999999998,,119.4,250.0,103.2,4.700000000000005,,,,,136.2,112.04999999999998,,111.6,250.0 -n_days_both_heating_and_cooling_q20,0.8000000000000007,0.0,0.0,128.4,151.4,151.4,175.4,0.0,0.0,96.0,96.0,116.20000000000002,37.600000000000016,0.0,94.0,133.0,133.0,157.0,149.40000000000003,,127.2,250.0,116.20000000000002,37.600000000000016,0.0,94.0,133.0,133.0,157.0,149.40000000000003,,127.2,250.0,116.20000000000002,37.600000000000016,,,,,146.6,149.40000000000003,,116.8,250.0 -n_days_both_heating_and_cooling_q25,94.0,0.0,0.0,137.0,156.0,156.0,203.0,26.25,0.0,109.0,109.0,133.0,70.5,0.0,94.0,133.0,133.0,180.0,186.75,,135.0,250.0,133.0,70.5,0.0,94.0,133.0,133.0,180.0,186.75,,135.0,250.0,133.0,70.5,,,,,157.0,186.75,,122.0,250.0 -n_days_both_heating_and_cooling_q30,97.0,10.299999999999967,0.0,145.6,160.6,160.6,230.6,73.49999999999997,0.0,122.0,122.0,138.39999999999998,97.9,0.0,94.0,133.0,133.0,203.0,224.09999999999997,,142.8,250.0,138.39999999999998,97.9,0.0,94.0,133.0,133.0,203.0,224.09999999999997,,142.8,250.0,138.39999999999998,97.9,,,,,175.4,224.09999999999997,,127.2,250.0 -n_days_both_heating_and_cooling_q35,102.6,94.9,0.0,154.2,165.2,165.2,249.2,112.8,0.0,135.0,135.0,143.2,111.54999999999998,0.0,94.0,133.0,133.0,226.0,250.6,,153.09999999999997,250.0,143.2,111.54999999999998,0.0,94.0,133.0,133.0,226.0,250.6,,153.09999999999997,250.0,143.2,111.54999999999998,,,,,193.8,250.6,,132.4,250.0 -n_days_both_heating_and_cooling_q40,121.80000000000004,100.0,0.0,162.8,169.8,169.8,249.8,136.20000000000002,0.0,148.0,148.0,146.8,125.20000000000002,0.0,94.0,133.0,133.0,249.0,255.4,,168.40000000000003,250.0,146.8,125.20000000000002,0.0,94.0,133.0,133.0,249.0,255.4,,168.40000000000003,250.0,146.8,125.20000000000002,,,,,212.20000000000002,255.4,,137.6,250.0 -n_days_both_heating_and_cooling_q45,140.20000000000002,109.2,0.0,171.4,174.39999999999998,174.39999999999998,250.4,161.6,0.0,173.5,173.5,151.60000000000002,150.39999999999998,0.0,94.0,133.0,133.0,257.0,260.2,,183.70000000000002,250.0,151.60000000000002,150.39999999999998,0.0,94.0,133.0,133.0,257.0,260.2,,183.70000000000002,250.0,151.60000000000002,150.39999999999998,,,,,230.60000000000002,260.2,,142.8,250.0 -n_days_both_heating_and_cooling_q50,148.0,137.5,0.0,180.0,179.0,179.0,251.0,203.0,0.0,199.0,199.0,157.0,191.0,0.0,94.0,133.0,133.0,265.0,265.0,,199.0,250.0,157.0,191.0,0.0,94.0,133.0,133.0,265.0,265.0,,199.0,250.0,157.0,191.0,,,,,249.0,265.0,,148.0,250.0 -n_days_both_heating_and_cooling_q55,161.40000000000003,147.10000000000002,0.0,188.60000000000002,182.3,182.3,260.0,244.4,0.0,224.5,224.5,212.20000000000005,231.60000000000005,0.0,94.0,133.0,133.0,273.0,269.8,,214.3,250.0,212.20000000000005,231.60000000000005,0.0,94.0,133.0,133.0,273.0,269.8,,214.3,250.0,212.20000000000005,231.60000000000005,,,,,267.8,269.8,,159.3,250.0 -n_days_both_heating_and_cooling_q60,192.19999999999996,161.39999999999998,0.0,197.2,185.60000000000002,185.60000000000002,269.0,249.79999999999998,0.0,250.0,250.0,249.20000000000002,249.2,0.0,94.0,133.0,133.0,281.0,274.6,,229.59999999999997,250.0,249.20000000000002,249.2,0.0,94.0,133.0,133.0,281.0,274.6,,229.59999999999997,250.0,249.20000000000002,249.2,,,,,286.6,274.6,,170.6,250.0 -n_days_both_heating_and_cooling_q65,234.20000000000005,197.15000000000003,23.5,205.8,188.9,188.9,278.0,250.7,0.0,252.75,252.75,249.8,249.54999999999998,0.0,94.0,133.0,133.0,296.5,279.4,,244.90000000000003,250.0,249.8,249.54999999999998,0.0,94.0,133.0,133.0,296.5,279.4,,244.90000000000003,250.0,249.8,249.54999999999998,,,,,305.40000000000003,279.4,,181.9,250.0 -n_days_both_heating_and_cooling_q70,249.8,245.29999999999995,47.0,214.39999999999998,192.2,192.2,293.4,260.0,0.0,255.5,255.5,254.39999999999998,249.89999999999998,0.0,94.0,133.0,133.0,312.0,287.9,,251.1,250.0,254.39999999999998,249.89999999999998,0.0,94.0,133.0,133.0,312.0,287.9,,251.1,250.0,254.39999999999998,249.89999999999998,,,,,324.2,287.9,,193.2,250.0 -n_days_both_heating_and_cooling_q75,251.0,250.25,70.5,223.0,195.5,195.5,312.0,273.5,0.0,258.25,258.25,261.0,257.75,0.0,94.0,133.0,133.0,327.5,298.25,,252.75,250.0,261.0,257.75,0.0,94.0,133.0,133.0,327.5,298.25,,252.75,250.0,261.0,257.75,,,,,343.0,298.25,,204.5,250.0 -n_days_both_heating_and_cooling_q80,262.0,257.0,94.0,231.60000000000002,198.8,198.8,330.6000000000001,293.40000000000003,0.0,261.0,261.0,273.0,268.6,0.0,94.0,133.0,133.0,343.0,308.6,,254.4,250.0,273.0,268.6,0.0,94.0,133.0,133.0,343.0,308.6,,254.4,250.0,273.0,268.6,,,,,344.4,308.6,,215.8,250.0 -n_days_both_heating_and_cooling_q85,272.0,265.75,137.0,240.2,202.1,202.1,343.7,321.29999999999995,0.0,270.75,270.75,293.4,279.45,0.0,94.0,133.0,133.0,344.75,318.95,,256.05,250.0,293.4,279.45,0.0,94.0,133.0,133.0,344.75,318.95,,256.05,250.0,293.4,279.45,,,,,345.8,318.95,,227.1,250.0 -n_days_both_heating_and_cooling_q90,292.40000000000003,286.7,180.0,248.8,205.4,205.4,345.79999999999995,343.7,0.0,280.5,280.5,330.6000000000001,301.7,0.0,94.0,133.0,133.0,346.5,329.3,,257.7,250.0,330.6000000000001,301.7,0.0,94.0,133.0,133.0,346.5,329.3,,257.7,250.0,330.6000000000001,301.7,,,,,347.2,329.3,,238.4,250.0 -n_days_both_heating_and_cooling_q95,334.39999999999986,327.94999999999993,223.0,257.4,208.7,208.7,347.9,346.85,0.0,290.25,290.25,345.79999999999995,325.84999999999997,0.0,94.0,133.0,133.0,348.25,339.65,,259.35,250.0,345.79999999999995,325.84999999999997,0.0,94.0,133.0,133.0,348.25,339.65,,259.35,250.0,345.79999999999995,325.84999999999997,,,,,348.6,339.65,,249.7,250.0 -n_days_both_heating_and_cooling_q98,346.64,346.22,248.80000000000007,262.56,210.67999999999998,210.67999999999998,349.15999999999997,348.74,0.0,296.1,296.1,348.32000000000005,340.3399999999999,0.0,94.0,133.0,133.0,349.3,345.86,,260.34,250.0,348.32000000000005,340.3399999999999,0.0,94.0,133.0,133.0,349.3,345.86,,260.34,250.0,348.32000000000005,340.3399999999999,,,,,349.44000000000005,345.86,,256.48,250.0 -n_days_both_heating_and_cooling_q99,348.32,348.11,257.40000000000003,264.28,211.34,211.34,349.58,349.37,0.0,298.05,298.05,349.15999999999997,345.16999999999996,0.0,94.0,133.0,133.0,349.65,347.92999999999995,,260.67,250.0,349.15999999999997,345.16999999999996,0.0,94.0,133.0,133.0,349.65,347.92999999999995,,260.67,250.0,349.15999999999997,345.16999999999996,,,,,349.72,347.92999999999995,,258.74,250.0 -n_days_insufficient_data_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -n_days_insufficient_data_upper_bound_95_perc_conf,36.00300948818176,35.713569712716726,52.629506158873,105.54270196158308,46.29270213203831,46.29270213203831,29.947726316234874,29.107561378283016,35.743753016673665,45.960429709122586,45.960429709122586,33.00934645212341,26.35877383352367,18.0,28.0,17.0,17.0,32.25383710621958,34.84453554493836,,41.97656093127481,9.0,33.00934645212341,26.35877383352367,18.0,28.0,17.0,17.0,32.25383710621958,34.84453554493836,,41.97656093127481,9.0,33.00934645212341,26.35877383352367,,,,,34.65250778854525,34.84453554493836,,45.80531343599425,9.0 -n_days_insufficient_data_mean,28.24,28.428571428571427,29.166666666666668,60.5,27.0,27.0,21.428571428571427,21.4,21.5,32.833333333333336,32.833333333333336,25.615384615384617,18.0,18.0,28.0,17.0,17.0,22.666666666666668,20.5,,28.25,9.0,25.615384615384617,18.0,18.0,28.0,17.0,17.0,22.666666666666668,20.5,,28.25,9.0,25.615384615384617,18.0,,,,,26.4,20.5,,34.666666666666664,9.0 -n_days_insufficient_data_lower_bound_95_perc_conf,20.47699051181824,21.143573144426128,5.703827174460336,15.45729803841693,7.707297867961692,7.707297867961692,12.90941654090798,13.692438621716983,7.2562469833263386,19.706236957544085,19.706236957544085,18.22142277864582,9.641226166476331,18.0,28.0,17.0,17.0,13.079496227113761,6.155464455061642,,14.523439068725189,9.0,18.22142277864582,9.641226166476331,18.0,28.0,17.0,17.0,13.079496227113761,6.155464455061642,,14.523439068725189,9.0,18.22142277864582,9.641226166476331,,,,,18.147492211454747,6.155464455061642,,23.528019897339078,9.0 -n_days_insufficient_data_sem,3.9607191266233466,3.716835859257807,11.970836475615476,22.980970388562792,9.843215373488933,9.843215373488933,4.346507595746656,3.932429274634192,7.267220926874317,6.6974981509128835,6.6974981509128835,3.7724295085402018,4.264680527307995,0.0,0.0,0.0,0.0,4.891413489567809,7.318640584152224,,7.00334741391572,0.0,3.7724295085402018,4.264680527307995,0.0,0.0,0.0,0.0,4.891413489567809,7.318640584152224,,7.00334741391572,0.0,3.7724295085402018,4.264680527307995,,,,,4.210463157421046,7.318640584152224,,5.682983045575298,0.0 -n_days_insufficient_data_q1,4.96,4.27,8.049999999999999,28.65,13.08,13.08,4.3,4.09,7.03,9.649999999999999,9.649999999999999,4.6,4.279999999999999,18.0,28.0,17.0,17.0,4.25,4.15,,9.39,9.0,4.6,4.279999999999999,18.0,28.0,17.0,17.0,4.25,4.15,,9.39,9.0,4.6,4.279999999999999,,,,,9.68,4.15,,22.279999999999998,9.0 -n_days_insufficient_data_q2.5,6.4,4.675,8.125,29.625,13.2,13.2,4.75,4.225,7.075000000000001,10.625,10.625,5.5,4.7,18.0,28.0,17.0,17.0,4.625,4.375,,9.975000000000001,9.0,5.5,4.7,18.0,28.0,17.0,17.0,4.625,4.375,,9.975000000000001,9.0,5.5,4.7,,,,,10.7,4.375,,22.7,9.0 -n_days_insufficient_data_q5,8.2,5.7,8.25,31.25,13.400000000000002,13.400000000000002,5.5,4.45,7.15,12.25,12.25,7.0,5.4,18.0,28.0,17.0,17.0,5.25,4.75,,10.95,9.0,7.0,5.4,18.0,28.0,17.0,17.0,5.25,4.75,,10.95,9.0,7.0,5.4,,,,,12.4,4.75,,23.400000000000002,9.0 -n_days_insufficient_data_q10,9.0,7.7,8.5,34.5,13.8,13.8,7.0,4.9,7.3,15.5,15.5,9.0,6.800000000000001,18.0,28.0,17.0,17.0,6.5,5.5,,12.900000000000002,9.0,9.0,6.800000000000001,18.0,28.0,17.0,17.0,6.5,5.5,,12.900000000000002,9.0,9.0,6.800000000000001,,,,,15.8,5.5,,24.8,9.0 -n_days_insufficient_data_q15,9.0,8.05,8.75,37.75,14.2,14.2,8.5,6.3999999999999995,7.45,18.75,18.75,9.0,8.05,18.0,28.0,17.0,17.0,7.75,6.25,,14.849999999999998,9.0,9.0,8.05,18.0,28.0,17.0,17.0,7.75,6.25,,14.849999999999998,9.0,9.0,8.05,,,,,19.2,6.25,,26.199999999999996,9.0 -n_days_insufficient_data_q20,12.200000000000003,9.0,9.0,41.0,14.600000000000001,14.600000000000001,10.0,8.2,7.6,22.0,22.0,12.200000000000003,8.4,18.0,28.0,17.0,17.0,9.0,7.0,,16.8,9.0,12.200000000000003,8.4,18.0,28.0,17.0,17.0,9.0,7.0,,16.8,9.0,12.200000000000003,8.4,,,,,22.6,7.0,,27.6,9.0 -n_days_insufficient_data_q25,14.0,12.0,11.25,44.25,15.0,15.0,11.5,10.25,7.75,22.75,22.75,17.0,8.75,18.0,28.0,17.0,17.0,13.25,7.75,,18.75,9.0,17.0,8.75,18.0,28.0,17.0,17.0,13.25,7.75,,18.75,9.0,17.0,8.75,,,,,26.0,7.75,,29.0,9.0 -n_days_insufficient_data_q30,14.599999999999998,14.299999999999999,13.5,47.5,15.399999999999999,15.399999999999999,13.0,12.5,7.9,23.5,23.5,17.6,9.0,18.0,28.0,17.0,17.0,17.5,8.5,,20.7,9.0,17.6,9.0,18.0,28.0,17.0,17.0,17.5,8.5,,20.7,9.0,17.6,9.0,,,,,26.6,8.5,,30.4,9.0 -n_days_insufficient_data_q35,17.4,17.9,15.75,50.75,15.799999999999999,15.799999999999999,15.199999999999996,14.75,9.099999999999996,24.25,24.25,18.799999999999997,9.0,18.0,28.0,17.0,17.0,21.75,9.999999999999996,,22.7,9.0,18.799999999999997,9.0,18.0,28.0,17.0,17.0,21.75,9.999999999999996,,22.7,9.0,18.799999999999997,9.0,,,,,27.2,9.999999999999996,,31.8,9.0 -n_days_insufficient_data_q40,18.6,21.400000000000002,18.0,54.0,16.200000000000003,16.200000000000003,18.800000000000004,17.0,12.400000000000004,25.0,25.0,21.200000000000003,9.0,18.0,28.0,17.0,17.0,26.0,13.000000000000004,,24.8,9.0,21.200000000000003,9.0,18.0,28.0,17.0,17.0,26.0,13.000000000000004,,24.8,9.0,21.200000000000003,9.0,,,,,27.8,13.000000000000004,,33.2,9.0 -n_days_insufficient_data_q45,21.400000000000002,25.150000000000002,18.25,57.25,16.6,16.6,22.4,19.35,15.700000000000003,27.75,27.75,23.6,10.2,18.0,28.0,17.0,17.0,26.75,16.0,,26.9,9.0,23.6,10.2,18.0,28.0,17.0,17.0,26.75,16.0,,26.9,9.0,23.6,10.2,,,,,28.400000000000002,16.0,,34.599999999999994,9.0 -n_days_insufficient_data_q50,25.0,27.0,18.5,60.5,17.0,17.0,26.0,22.5,19.0,30.5,30.5,26.0,13.0,18.0,28.0,17.0,17.0,27.5,19.0,,29.0,9.0,26.0,13.0,18.0,28.0,17.0,17.0,27.5,19.0,,29.0,9.0,26.0,13.0,,,,,29.0,19.0,,36.0,9.0 -n_days_insufficient_data_q55,26.400000000000002,28.85,18.75,63.75,20.400000000000006,20.400000000000006,26.9,25.65,22.300000000000004,33.25,33.25,27.800000000000004,15.800000000000004,18.0,28.0,17.0,17.0,28.25,22.000000000000004,,31.1,9.0,27.800000000000004,15.800000000000004,18.0,28.0,17.0,17.0,28.25,22.000000000000004,,31.1,9.0,27.800000000000004,15.800000000000004,,,,,29.400000000000002,22.000000000000004,,37.0,9.0 -n_days_insufficient_data_q60,28.4,30.2,19.0,67.0,23.799999999999997,23.799999999999997,27.8,27.199999999999996,25.599999999999994,36.0,36.0,29.4,19.200000000000003,18.0,28.0,17.0,17.0,29.0,24.999999999999996,,33.199999999999996,9.0,29.4,19.200000000000003,18.0,28.0,17.0,17.0,29.0,24.999999999999996,,33.199999999999996,9.0,29.4,19.200000000000003,,,,,29.799999999999997,24.999999999999996,,38.0,9.0 -n_days_insufficient_data_q65,30.200000000000003,33.75,21.25,70.25,27.200000000000003,27.200000000000003,28.7,28.550000000000004,28.900000000000006,38.5,38.5,30.6,23.049999999999997,18.0,28.0,17.0,17.0,29.5,28.000000000000004,,35.3,9.0,30.6,23.049999999999997,18.0,28.0,17.0,17.0,29.5,28.000000000000004,,35.3,9.0,30.6,23.049999999999997,,,,,30.2,28.000000000000004,,39.0,9.0 -n_days_insufficient_data_q70,34.999999999999986,36.9,23.5,73.5,30.599999999999994,30.599999999999994,29.4,29.599999999999998,31.099999999999994,41.0,41.0,32.99999999999999,26.899999999999995,18.0,28.0,17.0,17.0,30.0,30.099999999999994,,37.0,9.0,32.99999999999999,26.899999999999995,18.0,28.0,17.0,17.0,30.0,30.099999999999994,,37.0,9.0,32.99999999999999,26.899999999999995,,,,,30.599999999999998,30.099999999999994,,40.0,9.0 -n_days_insufficient_data_q75,37.0,40.0,25.75,76.75,34.0,34.0,30.0,30.5,32.75,43.5,43.5,36.0,28.25,18.0,28.0,17.0,17.0,30.5,31.75,,38.5,9.0,36.0,28.25,18.0,28.0,17.0,17.0,30.5,31.75,,38.5,9.0,36.0,28.25,,,,,31.0,31.75,,41.0,9.0 -n_days_insufficient_data_q80,41.20000000000002,40.6,28.0,80.0,37.400000000000006,37.400000000000006,30.6,32.2,34.400000000000006,46.0,46.0,36.6,28.6,18.0,28.0,17.0,17.0,31.0,33.400000000000006,,40.0,9.0,36.6,28.6,18.0,28.0,17.0,17.0,31.0,33.400000000000006,,40.0,9.0,36.6,28.6,,,,,32.2,33.400000000000006,,42.0,9.0 -n_days_insufficient_data_q85,47.199999999999996,45.75,44.25,83.25,40.8,40.8,31.6,34.89999999999999,36.05,49.25,49.25,38.8,28.95,18.0,28.0,17.0,17.0,32.5,35.05,,41.5,9.0,38.8,28.95,18.0,28.0,17.0,17.0,32.5,35.05,,41.5,9.0,38.8,28.95,,,,,33.4,35.05,,43.0,9.0 -n_days_insufficient_data_q90,50.2,49.60000000000001,60.5,86.5,44.2,44.2,33.4,37.3,37.7,52.5,52.5,44.2,32.3,18.0,28.0,17.0,17.0,34.0,36.7,,43.0,9.0,44.2,32.3,18.0,28.0,17.0,17.0,34.0,36.7,,43.0,9.0,44.2,32.3,,,,,34.6,36.7,,44.0,9.0 -n_days_insufficient_data_q95,57.39999999999998,56.19999999999999,76.75,89.75,47.6,47.6,35.199999999999996,38.65,39.349999999999994,55.75,55.75,47.199999999999996,36.14999999999999,18.0,28.0,17.0,17.0,35.5,38.349999999999994,,44.49999999999999,9.0,47.199999999999996,36.14999999999999,18.0,28.0,17.0,17.0,35.5,38.349999999999994,,44.49999999999999,9.0,47.199999999999996,36.14999999999999,,,,,35.8,38.349999999999994,,45.0,9.0 -n_days_insufficient_data_q98,76.67999999999998,74.64000000000003,86.50000000000003,91.7,49.64,49.64,36.28,39.46,40.34,57.7,57.7,48.28,38.459999999999994,18.0,28.0,17.0,17.0,36.4,39.339999999999996,,45.4,9.0,48.28,38.459999999999994,18.0,28.0,17.0,17.0,36.4,39.339999999999996,,45.4,9.0,48.28,38.459999999999994,,,,,36.52,39.339999999999996,,45.599999999999994,9.0 -n_days_insufficient_data_q99,84.83999999999992,83.82000000000002,89.75000000000001,92.35,50.32,50.32,36.63999999999999,39.730000000000004,40.669999999999995,58.35,58.35,48.63999999999999,39.23,18.0,28.0,17.0,17.0,36.7,39.669999999999995,,45.7,9.0,48.63999999999999,39.23,18.0,28.0,17.0,17.0,36.7,39.669999999999995,,45.7,9.0,48.63999999999999,39.23,,,,,36.76,39.669999999999995,,45.8,9.0 -n_core_cooling_days_n,,28.0,,2.0,,3.0,,10.0,4.0,,6.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 -n_core_cooling_days_upper_bound_95_perc_conf,,486.66722750845406,,16.508540392316615,,560.6260428067233,,609.8221694442226,1024.4016841096443,,24.502177487484815,,535.0200389523465,,14.0,,591.0,,586.451612889256,,,25.0,,535.0200389523465,,14.0,,591.0,,586.451612889256,,,25.0,,535.0200389523465,,,,,,586.451612889256,,,25.0 -n_core_cooling_days_mean,,356.07142857142856,,7.5,,418.6666666666667,,419.9,906.0,,16.333333333333332,,361.25,,14.0,,591.0,,406.75,,,25.0,,361.25,,14.0,,591.0,,406.75,,,25.0,,361.25,,,,,,406.75,,,25.0 -n_core_cooling_days_lower_bound_95_perc_conf,,225.47562963440302,,-1.5085403923166147,,276.7072905266101,,229.9778305557774,787.5983158903557,,8.164489179181851,,187.47996104765355,,14.0,,591.0,,227.04838711074405,,,25.0,,187.47996104765355,,14.0,,591.0,,227.04838711074405,,,25.0,,187.47996104765355,,,,,,227.04838711074405,,,25.0 -n_core_cooling_days_sem,,66.63050966174772,,4.596194077712559,,72.42825313268195,,96.89906604297072,60.40902250492057,,4.167777629669123,,88.65818313895227,,0.0,,0.0,,91.68449637206936,,,0.0,,88.65818313895227,,0.0,,0.0,,91.68449637206936,,,0.0,,88.65818313895227,,,,,,91.68449637206936,,,0.0 -n_core_cooling_days_q1,,0.27,,1.13,,297.46,,55.910000000000004,778.8599999999999,,0.30000000000000004,,14.77,,14.0,,591.0,,266.99,,,25.0,,14.77,,14.0,,591.0,,266.99,,,25.0,,14.77,,,,,,266.99,,,25.0 -n_core_cooling_days_q2.5,,0.675,,1.325,,299.65,,69.275,781.6500000000001,,0.75,,15.924999999999999,,14.0,,591.0,,268.475,,,25.0,,15.924999999999999,,14.0,,591.0,,268.475,,,25.0,,15.924999999999999,,,,,,268.475,,,25.0 -n_core_cooling_days_q5,,2.7500000000000004,,1.65,,303.3,,91.55000000000001,786.3,,1.5,,17.849999999999998,,14.0,,591.0,,270.95,,,25.0,,17.849999999999998,,14.0,,591.0,,270.95,,,25.0,,17.849999999999998,,,,,,270.95,,,25.0 -n_core_cooling_days_q10,,11.600000000000001,,2.3000000000000003,,310.6,,136.1,795.6,,3.0,,21.7,,14.0,,591.0,,275.9,,,25.0,,21.7,,14.0,,591.0,,275.9,,,25.0,,21.7,,,,,,275.9,,,25.0 -n_core_cooling_days_q15,,18.099999999999998,,2.95,,317.9,,153.35,804.9,,4.5,,37.05000000000001,,14.0,,591.0,,280.85,,,25.0,,37.05000000000001,,14.0,,591.0,,280.85,,,25.0,,37.05000000000001,,,,,,280.85,,,25.0 -n_core_cooling_days_q20,,22.0,,3.6000000000000005,,325.2,,162.79999999999998,814.2,,6.0,,121.40000000000003,,14.0,,591.0,,285.8,,,25.0,,121.40000000000003,,14.0,,591.0,,285.8,,,25.0,,121.40000000000003,,,,,,285.8,,,25.0 -n_core_cooling_days_q25,,28.0,,4.25,,332.5,,191.75,823.5,,9.0,,205.75,,14.0,,591.0,,290.75,,,25.0,,205.75,,14.0,,591.0,,290.75,,,25.0,,205.75,,,,,,290.75,,,25.0 -n_core_cooling_days_q30,,48.599999999999994,,4.9,,339.8,,236.29999999999998,832.8,,12.0,,269.3,,14.0,,591.0,,295.7,,,25.0,,269.3,,14.0,,591.0,,295.7,,,25.0,,269.3,,,,,,295.7,,,25.0 -n_core_cooling_days_q35,,71.54999999999998,,5.55,,347.1,,270.95,842.5,,15.0,,280.85,,14.0,,591.0,,301.1,,,25.0,,280.85,,14.0,,591.0,,301.1,,,25.0,,280.85,,,,,,301.1,,,25.0 -n_core_cooling_days_q40,,133.20000000000005,,6.2,,354.4,,285.8,853.0,,18.0,,292.4,,14.0,,591.0,,307.40000000000003,,,25.0,,292.4,,14.0,,591.0,,307.40000000000003,,,25.0,,292.4,,,,,,307.40000000000003,,,25.0 -n_core_cooling_days_q45,,181.85000000000002,,6.85,,361.70000000000005,,301.1,863.5,,18.5,,305.3,,14.0,,591.0,,313.7,,,25.0,,305.3,,14.0,,591.0,,313.7,,,25.0,,305.3,,,,,,313.7,,,25.0 -n_core_cooling_days_q50,,281.0,,7.5,,369.0,,320.0,874.0,,19.0,,320.0,,14.0,,591.0,,320.0,,,25.0,,320.0,,14.0,,591.0,,320.0,,,25.0,,320.0,,,,,,320.0,,,25.0 -n_core_cooling_days_q55,,298.55,,8.15,,391.20000000000005,,338.9,884.5,,19.5,,334.70000000000005,,14.0,,591.0,,326.3,,,25.0,,334.70000000000005,,14.0,,591.0,,326.3,,,25.0,,334.70000000000005,,,,,,326.3,,,25.0 -n_core_cooling_days_q60,,343.4,,8.8,,413.4,,345.8,895.0,,20.0,,391.00000000000006,,14.0,,591.0,,332.6,,,25.0,,391.00000000000006,,14.0,,591.0,,332.6,,,25.0,,391.00000000000006,,,,,,332.6,,,25.0 -n_core_cooling_days_q65,,361.8,,9.45,,435.6,,351.2,905.5,,21.25,,478.5,,14.0,,591.0,,338.9,,,25.0,,478.5,,14.0,,591.0,,338.9,,,25.0,,478.5,,,,,,338.9,,,25.0 -n_core_cooling_days_q70,,568.7999999999997,,10.1,,457.79999999999995,,463.3999999999999,928.0,,22.5,,565.9999999999998,,14.0,,591.0,,378.9999999999999,,,25.0,,565.9999999999998,,14.0,,591.0,,378.9999999999999,,,25.0,,565.9999999999998,,,,,,378.9999999999999,,,25.0 -n_core_cooling_days_q75,,655.0,,10.75,,480.0,,629.0,956.5,,23.75,,601.5,,14.0,,591.0,,436.0,,,25.0,,601.5,,14.0,,591.0,,436.0,,,25.0,,601.5,,,,,,436.0,,,25.0 -n_core_cooling_days_q80,,754.6000000000001,,11.4,,502.20000000000005,,756.6,985.0,,25.0,,616.2,,14.0,,591.0,,493.0000000000001,,,25.0,,616.2,,14.0,,591.0,,493.0000000000001,,,25.0,,616.2,,,,,,493.0000000000001,,,25.0 -n_core_cooling_days_q85,,835.9,,12.05,,524.4,,836.6999999999999,1013.5,,26.0,,630.9,,14.0,,591.0,,550.0,,,25.0,,630.9,,14.0,,591.0,,550.0,,,25.0,,630.9,,,,,,550.0,,,25.0 -n_core_cooling_days_q90,,902.0,,12.7,,546.6,,905.1,1042.0,,27.0,,659.4,,14.0,,591.0,,607.0,,,25.0,,659.4,,14.0,,591.0,,607.0,,,25.0,,659.4,,,,,,607.0,,,25.0 -n_core_cooling_days_q95,,942.1499999999999,,13.35,,568.8,,932.55,1070.5,,28.0,,690.1999999999999,,14.0,,591.0,,663.9999999999999,,,25.0,,690.1999999999999,,14.0,,591.0,,663.9999999999999,,,25.0,,690.1999999999999,,,,,,663.9999999999999,,,25.0 -n_core_cooling_days_q98,,1023.94,,13.739999999999998,,582.12,,949.02,1087.6,,28.6,,708.68,,14.0,,591.0,,698.2,,,25.0,,708.68,,14.0,,591.0,,698.2,,,25.0,,708.68,,,,,,698.2,,,25.0 -n_core_cooling_days_q99,,1061.47,,13.87,,586.56,,954.51,1093.3,,28.8,,714.8399999999999,,14.0,,591.0,,709.5999999999999,,,25.0,,714.8399999999999,,14.0,,591.0,,709.5999999999999,,,25.0,,714.8399999999999,,,,,,709.5999999999999,,,25.0 -n_core_heating_days_n,25.0,,6.0,,3.0,,7.0,,,6.0,,13.0,,1.0,,1.0,,6.0,,,4.0,,13.0,,1.0,,1.0,,6.0,,,4.0,,13.0,,0.0,,0.0,,5.0,,,3.0, -n_core_heating_days_upper_bound_95_perc_conf,1125.8335443866406,,1406.4922169020342,,896.0912670129553,,854.6389190418776,,,1292.1232432469094,,1068.0029094719011,,1304.0,,585.0,,853.0383327663849,,,1254.3549268462255,,1068.0029094719011,,1304.0,,585.0,,853.0383327663849,,,1254.3549268462255,,1068.0029094719011,,,,,,873.0147512433965,,,1286.0205534147976, -n_core_heating_days_mean,1017.88,,1208.6666666666667,,751.6666666666666,,748.1428571428571,,,1197.6666666666667,,924.5384615384615,,1304.0,,585.0,,733.0,,,1179.0,,924.5384615384615,,1304.0,,585.0,,733.0,,,1179.0,,924.5384615384615,,,,,,729.2,,,1187.3333333333333, -n_core_heating_days_lower_bound_95_perc_conf,909.9264556133593,,1010.8411164312992,,607.242066320378,,641.6467952438367,,,1103.210090086424,,781.074013605022,,1304.0,,585.0,,612.9616672336151,,,1103.6450731537745,,781.074013605022,,1304.0,,585.0,,612.9616672336151,,,1103.6450731537745,,781.074013605022,,,,,,585.3852487566036,,,1088.6461132518689, -n_core_heating_days_sem,55.07833897277585,,100.93140318130997,,73.68602058484113,,54.33472545868391,,,48.192130908287105,,73.19614690481613,,0.0,,0.0,,61.24404732978818,,,38.44639124807425,,73.19614690481613,,0.0,,0.0,,61.24404732978818,,,38.44639124807425,,73.19614690481613,,,,,,73.37487308336553,,,50.35062249054311, -n_core_heating_days_q1,491.52,,738.5999999999999,,588.8,,473.52,,,1064.2,,476.76,,1304.0,,585.0,,471.59999999999997,,,1066.6999999999998,,476.76,,1304.0,,585.0,,471.59999999999997,,,1066.6999999999998,,476.76,,,,,,469.68,,,1067.7, -n_core_heating_days_q2.5,535.8,,768.0,,594.5,,490.8,,,1064.5,,498.9,,1304.0,,585.0,,486.0,,,1070.75,,498.9,,1304.0,,585.0,,486.0,,,1070.75,,498.9,,,,,,481.20000000000005,,,1073.25, -n_core_heating_days_q5,598.8,,817.0,,604.0,,519.6,,,1065.0,,535.8,,1304.0,,585.0,,510.0,,,1077.5,,535.8,,1304.0,,585.0,,510.0,,,1077.5,,535.8,,,,,,500.40000000000003,,,1082.5, -n_core_heating_days_q10,680.0,,915.0,,623.0,,577.2,,,1066.0,,598.8,,1304.0,,585.0,,558.0,,,1091.0,,598.8,,1304.0,,585.0,,558.0,,,1091.0,,598.8,,,,,,538.8,,,1101.0, -n_core_heating_days_q15,731.5999999999999,,1013.0,,642.0,,634.8,,,1067.0,,640.2,,1304.0,,585.0,,606.0,,,1104.5,,640.2,,1304.0,,585.0,,606.0,,,1104.5,,640.2,,,,,,577.2,,,1119.5, -n_core_heating_days_q20,749.6000000000001,,1111.0,,661.0,,671.2,,,1068.0,,688.4000000000001,,1304.0,,585.0,,654.0,,,1118.0,,688.4000000000001,,1304.0,,585.0,,654.0,,,1118.0,,688.4000000000001,,,,,,615.6,,,1138.0, -n_core_heating_days_q25,775.0,,1142.5,,680.0,,697.0,,,1089.5,,740.0,,1304.0,,585.0,,675.5,,,1131.5,,740.0,,1304.0,,585.0,,675.5,,,1131.5,,740.0,,,,,,654.0,,,1156.5, -n_core_heating_days_q30,843.2,,1174.0,,699.0,,722.8,,,1111.0,,747.2,,1304.0,,585.0,,697.0,,,1145.0,,747.2,,1304.0,,585.0,,697.0,,,1145.0,,747.2,,,,,,671.2,,,1175.0, -n_core_heating_days_q35,874.0,,1205.5,,718.0,,741.1999999999999,,,1132.5,,773.5999999999999,,1304.0,,585.0,,718.5,,,1158.75,,773.5999999999999,,1304.0,,585.0,,718.5,,,1158.75,,773.5999999999999,,,,,,688.4,,,1193.5, -n_core_heating_days_q40,916.0000000000001,,1237.0,,737.0,,744.8,,,1154.0,,838.4000000000001,,1304.0,,585.0,,740.0,,,1173.0,,838.4000000000001,,1304.0,,585.0,,740.0,,,1173.0,,838.4000000000001,,,,,,705.6,,,1212.0, -n_core_heating_days_q45,998.8000000000001,,1253.75,,756.0,,748.4,,,1177.75,,888.0,,1304.0,,585.0,,743.0,,,1187.25,,888.0,,1304.0,,585.0,,743.0,,,1187.25,,888.0,,,,,,722.8,,,1230.5, -n_core_heating_days_q50,1064.0,,1270.5,,775.0,,752.0,,,1201.5,,930.0,,1304.0,,585.0,,746.0,,,1201.5,,930.0,,1304.0,,585.0,,746.0,,,1201.5,,930.0,,,,,,740.0,,,1249.0, -n_core_heating_days_q55,1076.6,,1287.25,,787.0,,778.0999999999999,,,1225.25,,981.6000000000001,,1304.0,,585.0,,749.0,,,1215.75,,981.6000000000001,,1304.0,,585.0,,749.0,,,1215.75,,981.6000000000001,,,,,,764.0,,,1249.0, -n_core_heating_days_q60,1128.2,,1304.0,,799.0,,804.2,,,1249.0,,1025.6,,1304.0,,585.0,,752.0,,,1230.0,,1025.6,,1304.0,,585.0,,752.0,,,1230.0,,1025.6,,,,,,788.0,,,1249.0, -n_core_heating_days_q65,1170.2,,1337.0,,811.0,,830.3,,,1249.0,,1054.4,,1304.0,,585.0,,779.0,,,1244.25,,1054.4,,1304.0,,585.0,,779.0,,,1244.25,,1054.4,,,,,,812.0,,,1249.0, -n_core_heating_days_q70,1225.7999999999997,,1370.0,,823.0,,843.2,,,1249.0,,1099.9999999999998,,1304.0,,585.0,,806.0,,,1249.0,,1099.9999999999998,,1304.0,,585.0,,806.0,,,1249.0,,1099.9999999999998,,,,,,836.0,,,1249.0, -n_core_heating_days_q75,1249.0,,1403.0,,835.0,,849.5,,,1249.0,,1154.0,,1304.0,,585.0,,833.0,,,1249.0,,1154.0,,1304.0,,585.0,,833.0,,,1249.0,,1154.0,,,,,,860.0,,,1249.0, -n_core_heating_days_q80,1260.0,,1436.0,,847.0,,855.8,,,1249.0,,1211.0000000000002,,1304.0,,585.0,,860.0,,,1249.0,,1211.0000000000002,,1304.0,,585.0,,860.0,,,1249.0,,1211.0000000000002,,,,,,874.0,,,1249.0, -n_core_heating_days_q85,1310.4,,1438.25,,859.0,,867.0,,,1287.25,,1249.0,,1304.0,,585.0,,877.5,,,1249.0,,1249.0,,1304.0,,585.0,,877.5,,,1249.0,,1249.0,,,,,,888.0,,,1249.0, -n_core_heating_days_q90,1369.2000000000003,,1440.5,,871.0,,888.0,,,1325.5,,1249.0,,1304.0,,585.0,,895.0,,,1249.0,,1249.0,,1304.0,,585.0,,895.0,,,1249.0,,1249.0,,,,,,902.0,,,1249.0, -n_core_heating_days_q95,1429.1999999999998,,1442.75,,883.0,,909.0,,,1363.75,,1271.0,,1304.0,,585.0,,912.5,,,1249.0,,1271.0,,1304.0,,585.0,,912.5,,,1249.0,,1271.0,,,,,,916.0,,,1249.0, -n_core_heating_days_q98,1440.68,,1444.1,,890.1999999999999,,921.5999999999999,,,1386.7,,1290.8,,1304.0,,585.0,,923.0,,,1249.0,,1290.8,,1304.0,,585.0,,923.0,,,1249.0,,1290.8,,,,,,924.4,,,1249.0, -n_core_heating_days_q99,1442.84,,1444.55,,892.6,,925.8000000000001,,,1394.3500000000001,,1297.3999999999999,,1304.0,,585.0,,926.5,,,1249.0,,1297.3999999999999,,1304.0,,585.0,,926.5,,,1249.0,,1297.3999999999999,,,,,,927.2,,,1249.0, -baseline_percentile_core_cooling_comfort_temperature_n,,27.0,,2.0,,3.0,,10.0,4.0,,5.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 -baseline_percentile_core_cooling_comfort_temperature_upper_bound_95_perc_conf,,67.46650534581705,,67.19296464556281,,71.23355553241224,,68.04770576012872,69.78701992692469,,65.22708320430284,,68.817808771232,,67.0,,71.5,,68.87035633897494,,,65.5,,68.817808771232,,67.0,,71.5,,68.87035633897494,,,65.5,,68.817808771232,,,,,,68.87035633897494,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_mean,,66.3317901234568,,66.5,,70.16666666666667,,66.25,66.5,,64.72999999999999,,66.5,,67.0,,71.5,,67.125,,,65.5,,66.5,,67.0,,71.5,,67.125,,,65.5,,66.5,,,,,,67.125,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_lower_bound_95_perc_conf,,65.19707490109654,,65.80703535443719,,69.0997778009211,,64.45229423987128,63.21298007307531,,64.23291679569714,,64.182191228768,,67.0,,71.5,,65.37964366102506,,,65.5,,64.182191228768,,67.0,,71.5,,65.37964366102506,,,65.5,,64.182191228768,,,,,,65.37964366102506,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_sem,,0.5789363379389086,,0.35355339059327373,,0.5443310539518174,,0.917196816392207,1.6770509831248424,,0.2536138797463572,,1.1825554955265312,,0.0,,0.0,,0.8904879280484379,,,0.0,,1.1825554955265312,,0.0,,0.0,,0.8904879280484379,,,0.0,,1.1825554955265312,,,,,,0.8904879280484379,,,0.0 -baseline_percentile_core_cooling_comfort_temperature_q1,,60.150000000000006,,66.01,,69.5,,62.0,63.06,,64.006,,59.849999999999994,,67.0,,71.5,,64.575,,,65.5,,59.849999999999994,,67.0,,71.5,,64.575,,,65.5,,59.849999999999994,,,,,,64.575,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q2.5,,61.125,,66.02499999999999,,69.49999999999999,,62.00000000000001,63.150000000000006,,64.015,,60.375,,67.0,,71.5,,64.6875,,,65.5,,60.375,,67.0,,71.5,,64.6875,,,65.5,,60.375,,,,,,64.6875,,,65.5 +n_thermostat_core_day_sets_total,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0 +n_thermostat_core_day_sets_kept,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +n_thermostat_core_day_sets_discarded,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.0,21.0,4.0,1.0,2.0,2.0,1.0,7.0,4.0,2.0,5.0,11.0,21.0,4.0,1.0,2.0,2.0,1.0,7.0,4.0,2.0,5.0,11.0,21.0,5.0,2.0,3.0,3.0,2.0,7.0,4.0,3.0,5.0 +n_days_in_inputfile_date_range_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +n_days_in_inputfile_date_range_upper_bound_95_perc_conf,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_mean,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_lower_bound_95_perc_conf,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_sem,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,0.0,0.0,0.0,0.0,0.0,,,,0.0,0.0,,0.0,0.0 +n_days_in_inputfile_date_range_q1,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1459.9999999999998,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1459.9999999999998,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q2.5,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q5,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q10,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q15,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q20,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q25,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q30,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q35,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q40,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q45,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q50,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q55,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q60,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q65,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q70,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q75,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q80,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q85,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q90,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q95,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q98,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_in_inputfile_date_range_q99,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,1460.0,,1460.0,1460.0,1460.0,1460.0,1460.0,,,,1460.0,1460.0,,1460.0,1460.0 +n_days_both_heating_and_cooling_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +n_days_both_heating_and_cooling_upper_bound_95_perc_conf,214.28463264299486,195.99614601458006,138.66632542298868,299.18991903680444,211.3271477610832,211.3271477610832,338.2265734462984,283.1665121407825,0.0,259.8496766044251,259.8496766044251,257.52487362945953,255.30702931113967,0.0,94.0,133.0,133.0,350.47352580075335,349.5139614095716,,256.7078065787883,250.0,257.52487362945953,255.30702931113967,0.0,94.0,133.0,133.0,350.47352580075335,349.5139614095716,,256.7078065787883,250.0,257.52487362945953,255.30702931113967,0.0,,,,362.0083595967944,349.5139614095716,,246.27648374628689,250.0 +n_days_both_heating_and_cooling_mean,167.1153846153846,149.82758620689654,60.0,180.0,174.66666666666666,174.66666666666666,270.25,196.54545454545453,0.0,176.0,176.0,196.06666666666666,169.625,0.0,94.0,133.0,133.0,273.0,220.0,,188.75,250.0,196.06666666666666,169.625,0.0,94.0,133.0,133.0,273.0,220.0,,188.75,250.0,196.06666666666666,169.625,0.0,,,,271.6666666666667,220.0,,168.33333333333334,250.0 +n_days_both_heating_and_cooling_lower_bound_95_perc_conf,119.94613658777436,103.65902639921302,-18.66632542298869,60.81008096319556,138.0061855722501,138.0061855722501,202.2734265537016,109.92439695012652,0.0,92.15032339557493,92.15032339557493,134.6084597038738,83.94297068886033,0.0,94.0,133.0,133.0,195.52647419924662,90.4860385904284,,120.79219342121172,250.0,134.6084597038738,83.94297068886033,0.0,94.0,133.0,133.0,195.52647419924662,90.4860385904284,,120.79219342121172,250.0,134.6084597038738,83.94297068886033,0.0,,,,181.324973736539,90.4860385904284,,90.39018292037981,250.0 +n_days_both_heating_and_cooling_sem,24.065942871229723,23.55538765698139,40.135880317851374,60.81118318204308,18.704327088988045,18.704327088988045,34.68192522770326,44.194417140473476,0.0,42.78044724715565,42.78044724715565,31.356228042241256,43.71532107711208,0.0,0.0,0.0,0.0,39.527309082017034,66.07855173957735,,34.67235029530014,0.0,31.356228042241256,43.71532107711208,0.0,0.0,0.0,0.0,39.527309082017034,66.07855173957735,,34.67235029530014,0.0,31.356228042241256,43.71532107711208,0.0,,,,46.092700474554945,66.07855173957735,,39.7669134759967,0.0 +n_days_both_heating_and_cooling_q1,0.0,0.0,0.0,95.72,133.92000000000002,133.92000000000002,108.63999999999999,0.0,0.0,5.750000000000001,5.750000000000001,0.0,0.0,0.0,94.0,133.0,133.0,108.11999999999999,7.47,,97.56,250.0,0.0,0.0,0.0,94.0,133.0,133.0,108.11999999999999,7.47,,97.56,250.0,0.0,0.0,0.0,,,,107.6,7.47,,97.03999999999999,250.0 +n_days_both_heating_and_cooling_q2.5,0.0,0.0,0.0,98.3,135.29999999999998,135.29999999999998,114.1,0.0,0.0,12.875,12.875,0.0,0.0,0.0,94.0,133.0,133.0,112.80000000000001,18.675000000000004,,99.9,250.0,0.0,0.0,0.0,94.0,133.0,133.0,112.80000000000001,18.675000000000004,,99.9,250.0,0.0,0.0,0.0,,,,111.5,18.675000000000004,,98.6,250.0 +n_days_both_heating_and_cooling_q5,0.0,0.0,0.0,102.6,137.6,137.6,123.19999999999999,0.0,0.0,24.75,24.75,0.0,0.0,0.0,94.0,133.0,133.0,120.60000000000001,37.35000000000001,,103.8,250.0,0.0,0.0,0.0,94.0,133.0,133.0,120.60000000000001,37.35000000000001,,103.8,250.0,0.0,0.0,0.0,,,,118.0,37.35000000000001,,101.2,250.0 +n_days_both_heating_and_cooling_q10,0.0,0.0,0.0,111.20000000000002,142.20000000000002,142.20000000000002,141.4,0.0,0.0,48.5,48.5,38.40000000000001,0.0,0.0,94.0,133.0,133.0,136.20000000000002,74.70000000000002,,111.6,250.0,38.40000000000001,0.0,0.0,94.0,133.0,133.0,136.20000000000002,74.70000000000002,,111.6,250.0,38.40000000000001,0.0,0.0,,,,131.0,74.70000000000002,,106.4,250.0 +n_days_both_heating_and_cooling_q15,0.0,0.0,0.0,119.79999999999998,146.79999999999998,146.79999999999998,161.60000000000002,0.0,0.0,72.25,72.25,96.9,4.700000000000005,0.0,94.0,133.0,133.0,151.79999999999998,112.04999999999998,,119.4,250.0,96.9,4.700000000000005,0.0,94.0,133.0,133.0,151.79999999999998,112.04999999999998,,119.4,250.0,96.9,4.700000000000005,0.0,,,,144.0,112.04999999999998,,111.6,250.0 +n_days_both_heating_and_cooling_q20,1.0,0.0,0.0,128.4,151.4,151.4,193.8,0.0,0.0,96.0,96.0,103.2,37.600000000000016,0.0,94.0,133.0,133.0,175.4,149.40000000000003,,127.2,250.0,103.2,37.600000000000016,0.0,94.0,133.0,133.0,175.4,149.40000000000003,,127.2,250.0,103.2,37.600000000000016,0.0,,,,157.0,149.40000000000003,,116.8,250.0 +n_days_both_heating_and_cooling_q25,94.5,0.0,0.0,137.0,156.0,156.0,226.0,52.5,0.0,109.0,109.0,119.0,70.5,0.0,94.0,133.0,133.0,203.0,186.75,,135.0,250.0,119.0,70.5,0.0,94.0,133.0,133.0,203.0,186.75,,135.0,250.0,119.0,70.5,0.0,,,,180.0,186.75,,122.0,250.0 +n_days_both_heating_and_cooling_q30,98.5,38.20000000000004,0.0,145.6,160.6,160.6,249.2,105.0,0.0,122.0,122.0,134.8,97.9,0.0,94.0,133.0,133.0,230.6,224.09999999999997,,142.8,250.0,134.8,97.9,0.0,94.0,133.0,133.0,230.6,224.09999999999997,,142.8,250.0,134.8,97.9,0.0,,,,203.0,224.09999999999997,,127.2,250.0 +n_days_both_heating_and_cooling_q35,104.0,95.6,0.0,154.2,165.2,165.2,249.9,131.0,0.0,135.0,135.0,141.1,111.54999999999998,0.0,94.0,133.0,133.0,252.2,250.6,,153.09999999999997,250.0,141.1,111.54999999999998,0.0,94.0,133.0,133.0,252.2,250.6,,153.09999999999997,250.0,141.1,111.54999999999998,0.0,,,,226.0,250.6,,132.4,250.0 +n_days_both_heating_and_cooling_q40,133.0,101.80000000000001,0.0,162.8,169.8,169.8,250.6,157.0,0.0,148.0,148.0,145.60000000000002,125.20000000000002,0.0,94.0,133.0,133.0,261.8,255.4,,168.40000000000003,250.0,145.60000000000002,125.20000000000002,0.0,94.0,133.0,133.0,261.8,255.4,,168.40000000000003,250.0,145.60000000000002,125.20000000000002,0.0,,,,249.0,255.4,,137.6,250.0 +n_days_both_heating_and_cooling_q45,143.5,121.79999999999998,0.0,171.4,174.39999999999998,174.39999999999998,255.5,203.0,0.0,173.5,173.5,150.7,150.39999999999998,0.0,94.0,133.0,133.0,271.4,260.2,,183.70000000000002,250.0,150.7,150.39999999999998,0.0,94.0,133.0,133.0,271.4,260.2,,183.70000000000002,250.0,150.7,150.39999999999998,0.0,,,,272.5,260.2,,142.8,250.0 +n_days_both_heating_and_cooling_q50,152.5,142.0,0.0,180.0,179.0,179.0,266.0,249.0,0.0,199.0,199.0,157.0,191.0,0.0,94.0,133.0,133.0,281.0,265.0,,199.0,250.0,157.0,191.0,0.0,94.0,133.0,133.0,281.0,265.0,,199.0,250.0,157.0,191.0,0.0,,,,296.0,265.0,,148.0,250.0 +n_days_both_heating_and_cooling_q55,173.50000000000003,151.60000000000002,0.0,188.60000000000002,182.3,182.3,276.5,250.0,0.0,224.5,224.5,221.4000000000001,231.60000000000005,0.0,94.0,133.0,133.0,299.6,269.8,,214.3,250.0,221.4000000000001,231.60000000000005,0.0,94.0,133.0,133.0,299.6,269.8,,214.3,250.0,221.4000000000001,231.60000000000005,0.0,,,,319.5,269.8,,159.3,250.0 +n_days_both_heating_and_cooling_q60,212.0,174.60000000000002,0.0,197.2,185.60000000000002,185.60000000000002,293.40000000000003,251.0,0.0,250.0,250.0,249.4,249.2,0.0,94.0,133.0,133.0,318.2,274.6,,229.59999999999997,250.0,249.4,249.2,0.0,94.0,133.0,133.0,318.2,274.6,,229.59999999999997,250.0,249.4,249.2,0.0,,,,343.0,274.6,,170.6,250.0 +n_days_both_heating_and_cooling_q65,249.25,219.39999999999998,23.5,205.8,188.9,188.9,315.1,266.0,0.0,252.75,252.75,251.1,249.54999999999998,0.0,94.0,133.0,133.0,336.8,279.4,,244.90000000000003,250.0,251.1,249.54999999999998,0.0,94.0,133.0,133.0,336.8,279.4,,244.90000000000003,250.0,251.1,249.54999999999998,0.0,,,,344.75,279.4,,181.9,250.0 +n_days_both_heating_and_cooling_q70,250.5,249.6,47.0,214.39999999999998,192.2,192.2,336.79999999999995,281.0,0.0,255.5,255.5,258.8,249.89999999999998,0.0,94.0,133.0,133.0,344.4,287.9,,251.1,250.0,258.8,249.89999999999998,0.0,94.0,133.0,133.0,344.4,287.9,,251.1,250.0,258.8,249.89999999999998,0.0,,,,346.5,287.9,,193.2,250.0 +n_days_both_heating_and_cooling_q75,258.5,251.0,70.5,223.0,195.5,195.5,344.75,312.0,0.0,258.25,258.25,271.0,257.75,0.0,94.0,133.0,133.0,346.5,298.25,,252.75,250.0,271.0,257.75,0.0,94.0,133.0,133.0,346.5,298.25,,252.75,250.0,271.0,257.75,0.0,,,,348.25,298.25,,204.5,250.0 +n_days_both_heating_and_cooling_q80,266.0,263.0,94.0,231.60000000000002,198.8,198.8,347.20000000000005,343.0,0.0,261.0,261.0,293.4000000000001,268.6,0.0,94.0,133.0,133.0,348.59999999999997,308.6,,254.4,250.0,293.4000000000001,268.6,0.0,94.0,133.0,133.0,348.59999999999997,308.6,,254.4,250.0,293.4000000000001,268.6,0.0,,,,350.0,308.6,,215.8,250.0 +n_days_both_heating_and_cooling_q85,285.75,278.0,137.0,240.2,202.1,202.1,349.65,346.5,0.0,270.75,270.75,336.8,279.45,0.0,94.0,133.0,133.0,357.59999999999997,318.95,,256.05,250.0,336.8,279.45,0.0,94.0,133.0,133.0,357.59999999999997,318.95,,256.05,250.0,336.8,279.45,0.0,,,,369.0,318.95,,227.1,250.0 +n_days_both_heating_and_cooling_q90,321.5,308.59999999999997,180.0,248.8,205.4,205.4,372.79999999999995,350.0,0.0,280.5,280.5,347.20000000000005,301.7,0.0,94.0,133.0,133.0,380.40000000000003,329.3,,257.7,250.0,347.20000000000005,301.7,0.0,94.0,133.0,133.0,380.40000000000003,329.3,,257.7,250.0,347.20000000000005,301.7,0.0,,,,388.0,329.3,,238.4,250.0 +n_days_both_heating_and_cooling_q95,348.25,347.2,223.0,257.4,208.7,208.7,399.3999999999999,388.0,0.0,290.25,290.25,372.7999999999999,325.84999999999997,0.0,94.0,133.0,133.0,403.19999999999993,339.65,,259.35,250.0,372.7999999999999,325.84999999999997,0.0,94.0,133.0,133.0,403.19999999999993,339.65,,259.35,250.0,372.7999999999999,325.84999999999997,0.0,,,,407.0,339.65,,249.7,250.0 +n_days_both_heating_and_cooling_q98,388.0,383.4399999999998,248.80000000000007,262.56,210.67999999999998,210.67999999999998,415.36,410.80000000000007,0.0,296.1,296.1,404.7199999999999,340.3399999999999,0.0,94.0,133.0,133.0,416.88,345.86,,260.34,250.0,404.7199999999999,340.3399999999999,0.0,94.0,133.0,133.0,416.88,345.86,,260.34,250.0,404.7199999999999,340.3399999999999,0.0,,,,418.40000000000003,345.86,,256.48,250.0 +n_days_both_heating_and_cooling_q99,407.0,404.7199999999999,257.40000000000003,264.28,211.34,211.34,420.68,418.40000000000003,0.0,298.05,298.05,415.36,345.16999999999996,0.0,94.0,133.0,133.0,421.43999999999994,347.92999999999995,,260.67,250.0,415.36,345.16999999999996,0.0,94.0,133.0,133.0,421.43999999999994,347.92999999999995,,260.67,250.0,415.36,345.16999999999996,0.0,,,,422.20000000000005,347.92999999999995,,258.74,250.0 +n_days_insufficient_data_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +n_days_insufficient_data_upper_bound_95_perc_conf,36.3513669155775,35.94523509694214,52.93869859129244,105.54270196158308,46.29270213203831,46.29270213203831,32.57465642281349,30.93965967175727,35.743753016673665,45.960429709122586,45.960429709122586,32.68073799449465,26.35877383352367,19.157787873376897,28.0,17.0,17.0,34.77861689766601,34.84453554493836,,41.97656093127481,9.0,32.68073799449465,26.35877383352367,19.157787873376897,28.0,17.0,17.0,34.77861689766601,34.84453554493836,,41.97656093127481,9.0,32.68073799449465,26.35877383352367,12.0,,,,36.97273225553974,34.84453554493836,,45.80531343599425,9.0 +n_days_insufficient_data_mean,28.884615384615383,28.862068965517242,29.833333333333332,60.5,27.0,27.0,23.875,23.181818181818183,21.5,32.833333333333336,32.833333333333336,25.733333333333334,18.0,15.0,28.0,17.0,17.0,25.285714285714285,20.5,,28.25,9.0,25.733333333333334,18.0,15.0,28.0,17.0,17.0,25.285714285714285,20.5,,28.25,9.0,25.733333333333334,18.0,12.0,,,,28.833333333333332,20.5,,34.666666666666664,9.0 +n_days_insufficient_data_lower_bound_95_perc_conf,21.417863853653262,21.778902834092346,6.727968075374221,15.45729803841693,7.707297867961692,7.707297867961692,15.17534357718651,15.423976691879098,7.2562469833263386,19.706236957544085,19.706236957544085,18.785928672172023,9.641226166476331,10.842212126623101,28.0,17.0,17.0,15.792811673762554,6.155464455061642,,14.523439068725189,9.0,18.785928672172023,9.641226166476331,10.842212126623101,28.0,17.0,17.0,15.792811673762554,6.155464455061642,,14.523439068725189,9.0,18.785928672172023,9.641226166476331,12.0,,,,20.693934411126925,6.155464455061642,,23.528019897339078,9.0 +n_days_insufficient_data_sem,3.809567107633735,3.613860271135151,11.788451662224036,22.980970388562792,9.843215373488933,9.843215373488933,4.438600215721168,3.958082392826064,7.267220926874317,6.697498150912883,6.697498150912883,3.5445942148782206,4.264680527307995,2.1213203435596424,0.0,0.0,0.0,4.843317659159046,7.318640584152224,,7.00334741391572,0.0,3.5445942148782206,4.264680527307995,2.1213203435596424,0.0,0.0,0.0,4.843317659159046,7.318640584152224,,7.00334741391572,0.0,3.5445942148782206,4.264680527307995,0.0,,,,4.152754552146126,7.318640584152224,,5.682983045575298,0.0 +n_days_insufficient_data_q1,5.25,4.28,9.149999999999999,28.65,13.08,13.08,4.35,4.1,7.03,9.649999999999999,9.649999999999999,4.7,4.279999999999999,12.059999999999999,28.0,17.0,17.0,4.3,4.15,,9.39,9.0,4.7,4.279999999999999,12.059999999999999,28.0,17.0,17.0,4.3,4.15,,9.39,9.0,4.7,4.279999999999999,12.0,,,,9.85,4.15,,22.279999999999998,9.0 +n_days_insufficient_data_q2.5,7.125,4.7,9.375,29.625,13.2,13.2,4.875,4.25,7.075000000000001,10.625,10.625,5.75,4.7,12.149999999999999,28.0,17.0,17.0,4.75,4.375,,9.975000000000001,9.0,5.75,4.7,12.149999999999999,28.0,17.0,17.0,4.75,4.375,,9.975000000000001,9.0,5.75,4.7,12.0,,,,11.125,4.375,,22.7,9.0 +n_days_insufficient_data_q5,9.0,5.8,9.75,31.25,13.400000000000002,13.400000000000002,5.75,4.5,7.15,12.25,12.25,7.5,5.4,12.299999999999999,28.0,17.0,17.0,5.5,4.75,,10.95,9.0,7.5,5.4,12.299999999999999,28.0,17.0,17.0,5.5,4.75,,10.95,9.0,7.5,5.4,12.0,,,,13.25,4.75,,23.400000000000002,9.0 +n_days_insufficient_data_q10,9.0,7.800000000000001,10.5,34.5,13.8,13.8,7.5,5.0,7.3,15.5,15.5,9.0,6.800000000000001,12.600000000000001,28.0,17.0,17.0,7.0,5.5,,12.900000000000002,9.0,9.0,6.800000000000001,12.600000000000001,28.0,17.0,17.0,7.0,5.5,,12.900000000000002,9.0,9.0,6.800000000000001,12.0,,,,17.5,5.5,,24.8,9.0 +n_days_insufficient_data_q15,11.25,8.2,11.25,37.75,14.2,14.2,9.25,7.0,7.45,18.75,18.75,9.3,8.05,12.899999999999999,28.0,17.0,17.0,8.5,6.25,,14.849999999999998,9.0,9.3,8.05,12.899999999999999,28.0,17.0,17.0,8.5,6.25,,14.849999999999998,9.0,9.3,8.05,12.0,,,,21.75,6.25,,26.199999999999996,9.0 +n_days_insufficient_data_q20,13.0,9.0,12.0,41.0,14.600000000000001,14.600000000000001,11.0,9.0,7.6,22.0,22.0,11.4,8.4,13.200000000000001,28.0,17.0,17.0,12.400000000000002,7.0,,16.8,9.0,11.4,8.4,13.200000000000001,28.0,17.0,17.0,12.400000000000002,7.0,,16.8,9.0,11.4,8.4,12.0,,,,26.0,7.0,,27.6,9.0 +n_days_insufficient_data_q25,14.0,13.0,13.5,44.25,15.0,15.0,12.75,11.5,7.75,22.75,22.75,14.5,8.75,13.5,28.0,17.0,17.0,17.5,7.75,,18.75,9.0,14.5,8.75,13.5,28.0,17.0,17.0,17.5,7.75,,18.75,9.0,14.5,8.75,12.0,,,,26.75,7.75,,29.0,9.0 +n_days_insufficient_data_q30,15.5,15.200000000000001,15.0,47.5,15.399999999999999,15.399999999999999,15.2,14.0,7.9,23.5,23.5,17.200000000000003,9.0,13.799999999999997,28.0,17.0,17.0,22.599999999999998,8.5,,20.7,9.0,17.200000000000003,9.0,13.799999999999997,28.0,17.0,17.0,22.599999999999998,8.5,,20.7,9.0,17.200000000000003,9.0,12.0,,,,27.5,8.5,,30.4,9.0 +n_days_insufficient_data_q35,17.75,18.599999999999998,16.5,50.75,15.799999999999999,15.799999999999999,19.399999999999995,16.5,9.099999999999996,24.25,24.25,17.9,9.0,14.100000000000001,28.0,17.0,17.0,26.299999999999997,9.999999999999996,,22.7,9.0,17.9,9.0,14.100000000000001,28.0,17.0,17.0,26.299999999999997,9.999999999999996,,22.7,9.0,17.9,9.0,12.0,,,,28.25,9.999999999999996,,31.8,9.0 +n_days_insufficient_data_q40,19.0,22.6,18.0,54.0,16.200000000000003,16.200000000000003,23.600000000000005,19.0,12.400000000000004,25.0,25.0,20.400000000000002,9.0,14.399999999999999,28.0,17.0,17.0,27.200000000000003,13.000000000000004,,24.8,9.0,20.400000000000002,9.0,14.399999999999999,28.0,17.0,17.0,27.200000000000003,13.000000000000004,,24.8,9.0,20.400000000000002,9.0,12.0,,,,29.0,13.000000000000004,,33.2,9.0 +n_days_insufficient_data_q45,22.75,25.6,18.25,57.25,16.6,16.6,26.45,22.5,15.700000000000003,27.75,27.75,23.2,10.2,14.7,28.0,17.0,17.0,28.1,16.0,,26.9,9.0,23.2,10.2,14.7,28.0,17.0,17.0,28.1,16.0,,26.9,9.0,23.2,10.2,12.0,,,,29.5,16.0,,34.599999999999994,9.0 +n_days_insufficient_data_q50,25.5,28.0,18.5,60.5,17.0,17.0,27.5,26.0,19.0,30.5,30.5,26.0,13.0,15.0,28.0,17.0,17.0,29.0,19.0,,29.0,9.0,26.0,13.0,15.0,28.0,17.0,17.0,29.0,19.0,,29.0,9.0,26.0,13.0,12.0,,,,30.0,19.0,,36.0,9.0 +n_days_insufficient_data_q55,27.500000000000004,29.400000000000002,18.75,63.75,20.400000000000006,20.400000000000006,28.550000000000004,27.5,22.300000000000004,33.25,33.25,28.100000000000005,15.800000000000004,15.3,28.0,17.0,17.0,29.6,22.000000000000004,,31.1,9.0,28.100000000000005,15.800000000000004,15.3,28.0,17.0,17.0,29.6,22.000000000000004,,31.1,9.0,28.100000000000005,15.800000000000004,12.0,,,,30.5,22.000000000000004,,37.0,9.0 +n_days_insufficient_data_q60,29.0,30.8,19.0,67.0,23.799999999999997,23.799999999999997,29.400000000000002,29.0,25.599999999999994,36.0,36.0,29.800000000000004,19.200000000000003,15.6,28.0,17.0,17.0,30.199999999999996,24.999999999999996,,33.199999999999996,9.0,29.800000000000004,19.200000000000003,15.6,28.0,17.0,17.0,30.199999999999996,24.999999999999996,,33.199999999999996,9.0,29.800000000000004,19.200000000000003,12.0,,,,31.0,24.999999999999996,,38.0,9.0 +n_days_insufficient_data_q65,32.25,36.2,21.25,70.25,27.200000000000003,27.200000000000003,30.099999999999998,30.0,28.900000000000006,38.5,38.5,31.5,23.049999999999997,15.9,28.0,17.0,17.0,30.800000000000004,28.000000000000004,,35.3,9.0,31.5,23.049999999999997,15.9,28.0,17.0,17.0,30.800000000000004,28.000000000000004,,35.3,9.0,31.5,23.049999999999997,12.0,,,,32.5,28.000000000000004,,39.0,9.0 +n_days_insufficient_data_q70,36.5,38.8,23.5,73.5,30.599999999999994,30.599999999999994,30.8,31.0,31.099999999999994,41.0,41.0,34.99999999999999,26.899999999999995,16.2,28.0,17.0,17.0,32.199999999999996,30.099999999999994,,37.0,9.0,34.99999999999999,26.899999999999995,16.2,28.0,17.0,17.0,32.199999999999996,30.099999999999994,,37.0,9.0,34.99999999999999,26.899999999999995,12.0,,,,34.0,30.099999999999994,,40.0,9.0 +n_days_insufficient_data_q75,39.25,40.0,25.75,76.75,34.0,34.0,32.5,34.0,32.75,43.5,43.5,36.5,28.25,16.5,28.0,17.0,17.0,34.0,31.75,,38.5,9.0,36.5,28.25,16.5,28.0,17.0,17.0,34.0,31.75,,38.5,9.0,36.5,28.25,12.0,,,,35.5,31.75,,41.0,9.0 +n_days_insufficient_data_q80,41.0,41.0,28.0,80.0,37.400000000000006,37.400000000000006,34.60000000000001,37.0,34.400000000000006,46.0,46.0,37.800000000000004,28.6,16.8,28.0,17.0,17.0,35.800000000000004,33.400000000000006,,40.0,9.0,37.800000000000004,28.6,16.8,28.0,17.0,17.0,35.800000000000004,33.400000000000006,,40.0,9.0,37.800000000000004,28.6,12.0,,,,37.0,33.400000000000006,,42.0,9.0 +n_days_insufficient_data_q85,46.75,45.0,44.25,83.25,40.8,40.8,36.7,38.5,36.05,49.25,49.25,40.6,28.95,17.099999999999998,28.0,17.0,17.0,37.4,35.05,,41.5,9.0,40.6,28.95,17.099999999999998,28.0,17.0,17.0,37.4,35.05,,41.5,9.0,40.6,28.95,12.0,,,,38.0,35.05,,43.0,9.0 +n_days_insufficient_data_q90,50.0,49.39999999999999,60.5,86.5,44.2,44.2,38.2,40.0,37.7,52.5,52.5,44.0,32.3,17.4,28.0,17.0,17.0,38.6,36.7,,43.0,9.0,44.0,32.3,17.4,28.0,17.0,17.0,38.6,36.7,,43.0,9.0,44.0,32.3,12.0,,,,39.0,36.7,,44.0,9.0 +n_days_insufficient_data_q95,57.0,55.79999999999998,76.75,89.75,47.6,47.6,39.599999999999994,40.5,39.349999999999994,55.75,55.75,46.89999999999999,36.14999999999999,17.7,28.0,17.0,17.0,39.8,38.349999999999994,,44.49999999999999,9.0,46.89999999999999,36.14999999999999,17.7,28.0,17.0,17.0,39.8,38.349999999999994,,44.49999999999999,9.0,46.89999999999999,36.14999999999999,12.0,,,,40.0,38.349999999999994,,45.0,9.0 +n_days_insufficient_data_q98,76.0,73.95999999999992,86.50000000000003,91.7,49.64,49.64,40.44,40.8,40.34,57.7,57.7,48.16,38.459999999999994,17.880000000000003,28.0,17.0,17.0,40.52,39.339999999999996,,45.4,9.0,48.16,38.459999999999994,17.880000000000003,28.0,17.0,17.0,40.52,39.339999999999996,,45.4,9.0,48.16,38.459999999999994,12.0,,,,40.6,39.339999999999996,,45.599999999999994,9.0 +n_days_insufficient_data_q99,84.5,83.47999999999996,89.75000000000001,92.35,50.32,50.32,40.72,40.9,40.669999999999995,58.35,58.35,48.58,39.23,17.94,28.0,17.0,17.0,40.76,39.669999999999995,,45.7,9.0,48.58,39.23,17.94,28.0,17.0,17.0,40.76,39.669999999999995,,45.7,9.0,48.58,39.23,12.0,,,,40.800000000000004,39.669999999999995,,45.8,9.0 +n_core_cooling_days_n,,29.0,,2.0,,3.0,,11.0,4.0,,6.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 +n_core_cooling_days_upper_bound_95_perc_conf,,474.6555639350075,,16.508540392316615,,560.6260428067233,,572.1091821907916,1024.4016841096443,,24.502177487484815,,535.0200389523465,,14.0,,591.0,,586.451612889256,,,25.0,,535.0200389523465,,14.0,,591.0,,586.451612889256,,,25.0,,535.0200389523465,,,,,,586.451612889256,,,25.0 +n_core_cooling_days_mean,,347.48275862068965,,7.5,,418.6666666666667,,391.45454545454544,906.0,,16.333333333333332,,361.25,,14.0,,591.0,,406.75,,,25.0,,361.25,,14.0,,591.0,,406.75,,,25.0,,361.25,,,,,,406.75,,,25.0 +n_core_cooling_days_lower_bound_95_perc_conf,,220.30995330637182,,-1.5085403923166147,,276.7072905266101,,210.79990871829935,787.5983158903557,,8.164489179181851,,187.47996104765355,,14.0,,591.0,,227.04838711074405,,,25.0,,187.47996104765355,,14.0,,591.0,,227.04838711074405,,,25.0,,187.47996104765355,,,,,,227.04838711074405,,,25.0 +n_core_cooling_days_sem,,64.8840843440397,,4.596194077712559,,72.42825313268195,,92.17073302869699,60.40902250492057,,4.167777629669123,,88.65818313895227,,0.0,,0.0,,91.68449637206936,,,0.0,,88.65818313895227,,0.0,,0.0,,91.68449637206936,,,0.0,,88.65818313895227,,,,,,91.68449637206936,,,0.0 +n_core_cooling_days_q1,,0.28,,1.13,,297.46,,53.00000000000001,778.8599999999999,,0.30000000000000004,,14.77,,14.0,,591.0,,266.99,,,25.0,,14.77,,14.0,,591.0,,266.99,,,25.0,,14.77,,,,,,266.99,,,25.0 +n_core_cooling_days_q2.5,,0.7000000000000001,,1.325,,299.65,,62.0,781.6500000000001,,0.75,,15.924999999999999,,14.0,,591.0,,268.475,,,25.0,,15.924999999999999,,14.0,,591.0,,268.475,,,25.0,,15.924999999999999,,,,,,268.475,,,25.0 +n_core_cooling_days_q5,,3.000000000000001,,1.65,,303.3,,77.0,786.3,,1.5,,17.849999999999998,,14.0,,591.0,,270.95,,,25.0,,17.849999999999998,,14.0,,591.0,,270.95,,,25.0,,17.849999999999998,,,,,,270.95,,,25.0 +n_core_cooling_days_q10,,12.400000000000002,,2.3000000000000003,,310.6,,107.0,795.6,,3.0,,21.7,,14.0,,591.0,,275.9,,,25.0,,21.7,,14.0,,591.0,,275.9,,,25.0,,21.7,,,,,,275.9,,,25.0 +n_core_cooling_days_q15,,18.4,,2.95,,317.9,,126.5,804.9,,4.5,,37.05000000000001,,14.0,,591.0,,280.85,,,25.0,,37.05000000000001,,14.0,,591.0,,280.85,,,25.0,,37.05000000000001,,,,,,280.85,,,25.0 +n_core_cooling_days_q20,,23.000000000000004,,3.6000000000000005,,325.2,,146.0,814.2,,6.0,,121.40000000000003,,14.0,,591.0,,285.8,,,25.0,,121.40000000000003,,14.0,,591.0,,285.8,,,25.0,,121.40000000000003,,,,,,285.8,,,25.0 +n_core_cooling_days_q25,,29.0,,4.25,,332.5,,156.5,823.5,,9.0,,205.75,,14.0,,591.0,,290.75,,,25.0,,205.75,,14.0,,591.0,,290.75,,,25.0,,205.75,,,,,,290.75,,,25.0 +n_core_cooling_days_q30,,53.400000000000006,,4.9,,339.8,,167.0,832.8,,12.0,,269.3,,14.0,,591.0,,295.7,,,25.0,,269.3,,14.0,,591.0,,295.7,,,25.0,,269.3,,,,,,295.7,,,25.0 +n_core_cooling_days_q35,,78.19999999999997,,5.55,,347.1,,216.5,842.5,,15.0,,280.85,,14.0,,591.0,,301.1,,,25.0,,280.85,,14.0,,591.0,,301.1,,,25.0,,280.85,,,,,,301.1,,,25.0 +n_core_cooling_days_q40,,114.80000000000004,,6.2,,354.4,,266.0,853.0,,18.0,,292.4,,14.0,,591.0,,307.40000000000003,,,25.0,,292.4,,14.0,,591.0,,307.40000000000003,,,25.0,,292.4,,,,,,307.40000000000003,,,25.0 +n_core_cooling_days_q45,,158.6,,6.85,,361.70000000000005,,282.5,863.5,,18.5,,305.3,,14.0,,591.0,,313.7,,,25.0,,305.3,,14.0,,591.0,,313.7,,,25.0,,305.3,,,,,,313.7,,,25.0 +n_core_cooling_days_q50,,266.0,,7.5,,369.0,,299.0,874.0,,19.0,,320.0,,14.0,,591.0,,320.0,,,25.0,,320.0,,14.0,,591.0,,320.0,,,25.0,,320.0,,,,,,320.0,,,25.0 +n_core_cooling_days_q55,,297.2,,8.15,,391.20000000000005,,320.0,884.5,,19.5,,334.70000000000005,,14.0,,591.0,,326.3,,,25.0,,334.70000000000005,,14.0,,591.0,,326.3,,,25.0,,334.70000000000005,,,,,,326.3,,,25.0 +n_core_cooling_days_q60,,332.6,,8.8,,413.4,,341.0,895.0,,20.0,,391.00000000000006,,14.0,,591.0,,332.6,,,25.0,,391.00000000000006,,14.0,,591.0,,332.6,,,25.0,,391.00000000000006,,,,,,332.6,,,25.0 +n_core_cooling_days_q65,,356.2,,9.45,,435.6,,347.0,905.5,,21.25,,478.5,,14.0,,591.0,,338.9,,,25.0,,478.5,,14.0,,591.0,,338.9,,,25.0,,478.5,,,,,,338.9,,,25.0 +n_core_cooling_days_q70,,502.1999999999995,,10.1,,457.79999999999995,,353.0,928.0,,22.5,,565.9999999999998,,14.0,,591.0,,378.9999999999999,,,25.0,,565.9999999999998,,14.0,,591.0,,378.9999999999999,,,25.0,,565.9999999999998,,,,,,378.9999999999999,,,25.0 +n_core_cooling_days_q75,,633.0,,10.75,,480.0,,537.0,956.5,,23.75,,601.5,,14.0,,591.0,,436.0,,,25.0,,601.5,,14.0,,591.0,,436.0,,,25.0,,601.5,,,,,,436.0,,,25.0 +n_core_cooling_days_q80,,743.4000000000001,,11.4,,502.20000000000005,,721.0,985.0,,25.0,,616.2,,14.0,,591.0,,493.0000000000001,,,25.0,,616.2,,14.0,,591.0,,493.0000000000001,,,25.0,,616.2,,,,,,493.0000000000001,,,25.0 +n_core_cooling_days_q85,,826.6,,12.05,,524.4,,810.0,1013.5,,26.0,,630.9,,14.0,,591.0,,550.0,,,25.0,,630.9,,14.0,,591.0,,550.0,,,25.0,,630.9,,,,,,550.0,,,25.0 +n_core_cooling_days_q90,,901.0,,12.7,,546.6,,899.0,1042.0,,27.0,,659.4,,14.0,,591.0,,607.0,,,25.0,,659.4,,14.0,,591.0,,607.0,,,25.0,,659.4,,,,,,607.0,,,25.0 +n_core_cooling_days_q95,,939.5999999999999,,13.35,,568.8,,929.5,1070.5,,28.0,,690.1999999999999,,14.0,,591.0,,663.9999999999999,,,25.0,,690.1999999999999,,14.0,,591.0,,663.9999999999999,,,25.0,,690.1999999999999,,,,,,663.9999999999999,,,25.0 +n_core_cooling_days_q98,,1021.1599999999996,,13.739999999999998,,582.12,,947.8000000000001,1087.6,,28.6,,708.68,,14.0,,591.0,,698.2,,,25.0,,708.68,,14.0,,591.0,,698.2,,,25.0,,708.68,,,,,,698.2,,,25.0 +n_core_cooling_days_q99,,1060.08,,13.87,,586.56,,953.9,1093.3,,28.8,,714.8399999999999,,14.0,,591.0,,709.5999999999999,,,25.0,,714.8399999999999,,14.0,,591.0,,709.5999999999999,,,25.0,,714.8399999999999,,,,,,709.5999999999999,,,25.0 +n_core_heating_days_n,26.0,,6.0,,3.0,,8.0,,,6.0,,15.0,,2.0,,1.0,,7.0,,,4.0,,15.0,,2.0,,1.0,,7.0,,,4.0,,15.0,,1.0,,0.0,,6.0,,,3.0, +n_core_heating_days_upper_bound_95_perc_conf,1079.6244009835998,,1324.207334677412,,896.0912670129553,,857.4827752769295,,,1292.1232432469094,,1025.5800895252476,,1480.3696860444143,,585.0,,857.632540368737,,,1254.3549268462255,,1025.5800895252476,,1480.3696860444143,,585.0,,857.632540368737,,,1254.3549268462255,,1025.5800895252476,,390.0,,,,875.2362517529147,,,1286.0205534147976, +n_core_heating_days_mean,970.9615384615385,,1032.8333333333333,,751.6666666666666,,761.25,,,1197.6666666666667,,884.1333333333333,,847.0,,585.0,,750.1428571428571,,,1179.0,,884.1333333333333,,847.0,,585.0,,750.1428571428571,,,1179.0,,884.1333333333333,,390.0,,,,749.8333333333334,,,1187.3333333333333, +n_core_heating_days_lower_bound_95_perc_conf,862.2986759394771,,741.4593319892545,,607.242066320378,,665.0172247230705,,,1103.210090086424,,742.6865771414191,,213.63031395558562,,585.0,,642.6531739169773,,,1103.6450731537745,,742.6865771414191,,213.63031395558562,,585.0,,642.6531739169773,,,1103.6450731537745,,742.6865771414191,,390.0,,,,624.4304149137521,,,1088.6461132518689, +n_core_heating_days_sem,55.44023598064352,,148.66020476738717,,73.68602058484113,,49.09835473312726,,,48.192130908287105,,72.16671234281336,,323.1477990022522,,0.0,,54.841675115244826,,,38.44639124807425,,72.16671234281336,,323.1477990022522,,0.0,,54.841675115244826,,,38.44639124807425,,72.16671234281336,,0.0,,,,63.98108082631696,,,50.35062249054311, +n_core_heating_days_q1,408.0,,406.45,,588.8,,475.43999999999994,,,1064.2,,400.08,,399.14000000000004,,585.0,,473.52,,,1066.6999999999998,,400.08,,399.14000000000004,,585.0,,473.52,,,1066.6999999999998,,400.08,,390.0,,,,471.59999999999997,,,1067.7, +n_core_heating_days_q2.5,435.0,,431.125,,594.5,,495.6,,,1064.5,,415.2,,412.85,,585.0,,490.8,,,1070.75,,415.2,,412.85,,585.0,,490.8,,,1070.75,,415.2,,390.0,,,,486.0,,,1073.25, +n_core_heating_days_q5,492.75,,472.25,,604.0,,529.2,,,1065.0,,440.4,,435.7,,585.0,,519.6,,,1077.5,,440.4,,435.7,,585.0,,519.6,,,1077.5,,440.4,,390.0,,,,510.0,,,1082.5, +n_core_heating_days_q10,619.5,,554.5,,623.0,,596.4000000000001,,,1066.0,,511.20000000000005,,481.4,,585.0,,577.2,,,1091.0,,511.20000000000005,,481.4,,585.0,,577.2,,,1091.0,,511.20000000000005,,390.0,,,,558.0,,,1101.0, +n_core_heating_days_q15,702.75,,636.75,,642.0,,658.3,,,1067.0,,591.9000000000001,,527.1,,585.0,,634.8,,,1104.5,,591.9000000000001,,527.1,,585.0,,634.8,,,1104.5,,591.9000000000001,,390.0,,,,606.0,,,1119.5, +n_core_heating_days_q20,740.0,,719.0,,661.0,,688.4000000000001,,,1068.0,,640.2,,572.8,,585.0,,671.2,,,1118.0,,640.2,,572.8,,585.0,,671.2,,,1118.0,,640.2,,390.0,,,,654.0,,,1138.0, +n_core_heating_days_q25,757.75,,817.0,,680.0,,718.5,,,1089.5,,697.0,,618.5,,585.0,,697.0,,,1131.5,,697.0,,618.5,,585.0,,697.0,,,1131.5,,697.0,,390.0,,,,675.5,,,1156.5, +n_core_heating_days_q30,807.0,,915.0,,699.0,,741.1999999999999,,,1111.0,,742.4000000000001,,664.2,,585.0,,722.8,,,1145.0,,742.4000000000001,,664.2,,585.0,,722.8,,,1145.0,,742.4000000000001,,390.0,,,,697.0,,,1175.0, +n_core_heating_days_q35,849.5,,1013.0,,718.0,,745.4,,,1132.5,,750.8,,709.9,,585.0,,741.1999999999999,,,1158.75,,750.8,,709.9,,585.0,,741.1999999999999,,,1158.75,,750.8,,390.0,,,,718.5,,,1193.5, +n_core_heating_days_q40,860.0,,1111.0,,737.0,,749.6,,,1154.0,,812.6000000000001,,755.6,,585.0,,744.8,,,1173.0,,812.6000000000001,,755.6,,585.0,,744.8,,,1173.0,,812.6000000000001,,390.0,,,,740.0,,,1212.0, +n_core_heating_days_q45,903.75,,1142.5,,756.0,,765.05,,,1177.75,,855.0999999999999,,801.3000000000001,,585.0,,748.4,,,1187.25,,855.0999999999999,,801.3000000000001,,585.0,,748.4,,,1187.25,,855.0999999999999,,390.0,,,,768.25,,,1230.5, +n_core_heating_days_q50,973.0,,1174.0,,775.0,,795.5,,,1201.5,,860.0,,847.0,,585.0,,752.0,,,1201.5,,860.0,,847.0,,585.0,,752.0,,,1201.5,,860.0,,390.0,,,,796.5,,,1249.0, +n_core_heating_days_q55,1052.0,,1205.5,,787.0,,825.95,,,1225.25,,909.0000000000001,,892.7,,585.0,,782.3,,,1215.75,,909.0000000000001,,892.7,,585.0,,782.3,,,1215.75,,909.0000000000001,,390.0,,,,824.75,,,1249.0, +n_core_heating_days_q60,1068.0,,1237.0,,799.0,,841.8,,,1249.0,,964.4000000000001,,938.4,,585.0,,812.5999999999999,,,1230.0,,964.4000000000001,,938.4,,585.0,,812.5999999999999,,,1230.0,,964.4000000000001,,390.0,,,,853.0,,,1249.0, +n_core_heating_days_q65,1121.75,,1253.75,,811.0,,846.7,,,1249.0,,1020.8,,984.1,,585.0,,842.9,,,1244.25,,1020.8,,984.1,,585.0,,842.9,,,1244.25,,1020.8,,390.0,,,,854.75,,,1249.0, +n_core_heating_days_q70,1167.5,,1270.5,,823.0,,851.6,,,1249.0,,1054.4,,1029.8,,585.0,,854.4000000000001,,,1249.0,,1054.4,,1029.8,,585.0,,854.4000000000001,,,1249.0,,1054.4,,390.0,,,,856.5,,,1249.0, +n_core_heating_days_q75,1223.0,,1287.25,,835.0,,854.75,,,1249.0,,1109.0,,1075.5,,585.0,,856.5,,,1249.0,,1109.0,,1075.5,,585.0,,856.5,,,1249.0,,1109.0,,390.0,,,,858.25,,,1249.0, +n_core_heating_days_q80,1249.0,,1304.0,,847.0,,857.2,,,1249.0,,1173.0,,1121.2,,585.0,,858.5999999999999,,,1249.0,,1173.0,,1121.2,,585.0,,858.5999999999999,,,1249.0,,1173.0,,390.0,,,,860.0,,,1249.0, +n_core_heating_days_q85,1262.75,,1337.0,,859.0,,859.65,,,1287.25,,1239.5,,1166.8999999999999,,585.0,,867.0,,,1249.0,,1239.5,,1166.8999999999999,,585.0,,867.0,,,1249.0,,1239.5,,390.0,,,,877.5,,,1249.0, +n_core_heating_days_q90,1312.0,,1370.0,,871.0,,881.0,,,1325.5,,1249.0,,1212.6000000000001,,585.0,,888.0,,,1249.0,,1249.0,,1212.6000000000001,,585.0,,888.0,,,1249.0,,1249.0,,390.0,,,,895.0,,,1249.0, +n_core_heating_days_q95,1381.5,,1403.0,,883.0,,905.5,,,1363.75,,1265.5,,1258.3,,585.0,,909.0,,,1249.0,,1265.5,,1258.3,,585.0,,909.0,,,1249.0,,1265.5,,390.0,,,,912.5,,,1249.0, +n_core_heating_days_q98,1419.0,,1422.8000000000002,,890.1999999999999,,920.2,,,1386.7,,1288.6,,1285.72,,585.0,,921.5999999999999,,,1249.0,,1288.6,,1285.72,,585.0,,921.5999999999999,,,1249.0,,1288.6,,390.0,,,,923.0,,,1249.0, +n_core_heating_days_q99,1427.5,,1429.4,,892.6,,925.1,,,1394.3500000000001,,1296.2999999999997,,1294.8600000000001,,585.0,,925.8000000000001,,,1249.0,,1296.2999999999997,,1294.8600000000001,,585.0,,925.8000000000001,,,1249.0,,1296.2999999999997,,390.0,,,,926.5,,,1249.0, +baseline_percentile_core_cooling_comfort_temperature_n,,28.0,,2.0,,3.0,,11.0,4.0,,5.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 +baseline_percentile_core_cooling_comfort_temperature_upper_bound_95_perc_conf,,67.38223876772277,,67.19296464556281,,71.23355553241224,,67.78438127393129,69.78701992692469,,65.22708320430284,,68.817808771232,,67.0,,71.5,,68.87035633897494,,,65.5,,68.817808771232,,67.0,,71.5,,68.87035633897494,,,65.5,,68.817808771232,,,,,,68.87035633897494,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_mean,,66.28422619047619,,66.5,,70.16666666666667,,66.13636363636364,66.5,,64.72999999999999,,66.5,,67.0,,71.5,,67.125,,,65.5,,66.5,,67.0,,71.5,,67.125,,,65.5,,66.5,,,,,,67.125,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_lower_bound_95_perc_conf,,65.18621361322961,,65.80703535443719,,69.0997778009211,,64.48834599879599,63.21298007307531,,64.23291679569714,,64.182191228768,,67.0,,71.5,,65.37964366102506,,,65.5,,64.182191228768,,67.0,,71.5,,65.37964366102506,,,65.5,,64.182191228768,,,,,,65.37964366102506,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_sem,,0.5602104985951915,,0.35355339059327373,,0.5443310539518174,,0.8408253252896137,1.6770509831248424,,0.2536138797463572,,1.1825554955265312,,0.0,,0.0,,0.8904879280484379,,,0.0,,1.1825554955265312,,0.0,,0.0,,0.8904879280484379,,,0.0,,1.1825554955265312,,,,,,0.8904879280484379,,,0.0 +baseline_percentile_core_cooling_comfort_temperature_q1,,60.175000000000004,,66.01,,69.5,,62.00000000000001,63.06,,64.006,,59.849999999999994,,67.0,,71.5,,64.575,,,65.5,,59.849999999999994,,67.0,,71.5,,64.575,,,65.5,,59.849999999999994,,,,,,64.575,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q2.5,,61.1875,,66.02499999999999,,69.49999999999999,,62.0,63.150000000000006,,64.015,,60.375,,67.0,,71.5,,64.6875,,,65.5,,60.375,,67.0,,71.5,,64.6875,,,65.5,,60.375,,,,,,64.6875,,,65.5 baseline_percentile_core_cooling_comfort_temperature_q5,,62.0,,66.05,,69.5,,62.0,63.3,,64.03,,61.25,,67.0,,71.5,,64.875,,,65.5,,61.25,,67.0,,71.5,,64.875,,,65.5,,61.25,,,,,,64.875,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q10,,62.599999999999994,,66.1,,69.5,,62.0,63.599999999999994,,64.06,,63.0,,67.0,,71.5,,65.25,,,65.5,,63.0,,67.0,,71.5,,65.25,,,65.5,,63.0,,,,,,65.25,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q15,,63.9,,66.15,,69.5,,62.875,63.900000000000006,,64.09,,64.55,,67.0,,71.5,,65.625,,,65.5,,64.55,,67.0,,71.5,,65.625,,,65.5,,64.55,,,,,,65.625,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q20,,64.22,,66.2,,69.5,,64.0,64.2,,64.12,,64.9,,67.0,,71.5,,66.0,,,65.5,,64.9,,67.0,,71.5,,66.0,,,65.5,,64.9,,,,,,66.0,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q10,,62.699999999999996,,66.1,,69.5,,62.0,63.599999999999994,,64.06,,63.0,,67.0,,71.5,,65.25,,,65.5,,63.0,,67.0,,71.5,,65.25,,,65.5,,63.0,,,,,,65.25,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q15,,64.0075,,66.15,,69.5,,63.25,63.900000000000006,,64.09,,64.55,,67.0,,71.5,,65.625,,,65.5,,64.55,,67.0,,71.5,,65.625,,,65.5,,64.55,,,,,,65.625,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q20,,64.29,,66.2,,69.5,,64.5,64.2,,64.12,,64.9,,67.0,,71.5,,66.0,,,65.5,,64.9,,67.0,,71.5,,66.0,,,65.5,,64.9,,,,,,66.0,,,65.5 baseline_percentile_core_cooling_comfort_temperature_q25,,64.5,,66.25,,69.5,,64.5,64.5,,64.15,,65.25,,67.0,,71.5,,66.375,,,65.5,,65.25,,67.0,,71.5,,66.375,,,65.5,,65.25,,,,,,66.375,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q30,,64.89999999999999,,66.3,,69.5,,64.5,64.8,,64.32000000000001,,65.65,,67.0,,71.5,,66.75,,,65.5,,65.65,,67.0,,71.5,,66.75,,,65.5,,65.65,,,,,,66.75,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q35,,65.0,,66.35,,69.5,,64.64999999999999,65.05,,64.49000000000001,,66.175,,67.0,,71.5,,67.025,,,65.5,,66.175,,67.0,,71.5,,67.025,,,65.5,,66.175,,,,,,67.025,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q40,,65.2,,66.4,,69.5,,65.1,65.2,,64.66,,66.7,,67.0,,71.5,,67.1,,,65.5,,66.7,,67.0,,71.5,,67.1,,,65.5,,66.7,,,,,,67.1,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q45,,65.5,,66.45,,69.5,,65.575,65.35,,64.83,,67.0,,67.0,,71.5,,67.17500000000001,,,65.5,,67.0,,67.0,,71.5,,67.17500000000001,,,65.5,,67.0,,,,,,67.17500000000001,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q50,,66.0,,66.5,,69.5,,66.25,65.5,,65.0,,67.0,,67.0,,71.5,,67.25,,,65.5,,67.0,,67.0,,71.5,,67.25,,,65.5,,67.0,,,,,,67.25,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q55,,66.3,,66.55,,69.7,,66.925,65.65,,65.0,,67.0,,67.0,,71.5,,67.325,,,65.5,,67.0,,67.0,,71.5,,67.325,,,65.5,,67.0,,,,,,67.325,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q60,,67.0,,66.6,,69.9,,67.2,65.8,,65.0,,67.1,,67.0,,71.5,,67.4,,,65.5,,67.1,,67.0,,71.5,,67.4,,,65.5,,67.1,,,,,,67.4,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q65,,67.0,,66.65,,70.1,,67.425,65.95,,65.0,,67.275,,67.0,,71.5,,67.47500000000001,,,65.5,,67.275,,67.0,,71.5,,67.47500000000001,,,65.5,,67.275,,,,,,67.47500000000001,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q70,,67.76166666666667,,66.7,,70.3,,68.1,66.6,,65.0,,67.45,,67.0,,71.5,,67.7,,,65.5,,67.45,,67.0,,71.5,,67.7,,,65.5,,67.45,,,,,,67.7,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q75,,69.15416666666667,,66.75,,70.5,,69.0,67.5,,65.0,,68.0,,67.0,,71.5,,68.0,,,65.5,,68.0,,67.0,,71.5,,68.0,,,65.5,,68.0,,,,,,68.0,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q30,,65.0,,66.3,,69.5,,64.5,64.8,,64.32000000000001,,65.65,,67.0,,71.5,,66.75,,,65.5,,65.65,,67.0,,71.5,,66.75,,,65.5,,65.65,,,,,,66.75,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q35,,65.0,,66.35,,69.5,,64.75,65.05,,64.49000000000001,,66.175,,67.0,,71.5,,67.025,,,65.5,,66.175,,67.0,,71.5,,67.025,,,65.5,,66.175,,,,,,67.025,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q40,,65.0,,66.4,,69.5,,65.0,65.2,,64.66,,66.7,,67.0,,71.5,,67.1,,,65.5,,66.7,,67.0,,71.5,,67.1,,,65.5,,66.7,,,,,,67.1,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q45,,65.5,,66.45,,69.5,,65.25,65.35,,64.83,,67.0,,67.0,,71.5,,67.17500000000001,,,65.5,,67.0,,67.0,,71.5,,67.17500000000001,,,65.5,,67.0,,,,,,67.17500000000001,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q50,,65.75,,66.5,,69.5,,65.5,65.5,,65.0,,67.0,,67.0,,71.5,,67.25,,,65.5,,67.0,,67.0,,71.5,,67.25,,,65.5,,67.0,,,,,,67.25,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q55,,66.0,,66.55,,69.7,,66.25,65.65,,65.0,,67.0,,67.0,,71.5,,67.325,,,65.5,,67.0,,67.0,,71.5,,67.325,,,65.5,,67.0,,,,,,67.325,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q60,,67.0,,66.6,,69.9,,67.0,65.8,,65.0,,67.1,,67.0,,71.5,,67.4,,,65.5,,67.1,,67.0,,71.5,,67.4,,,65.5,,67.1,,,,,,67.4,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q65,,67.0,,66.65,,70.1,,67.25,65.95,,65.0,,67.275,,67.0,,71.5,,67.47500000000001,,,65.5,,67.275,,67.0,,71.5,,67.47500000000001,,,65.5,,67.275,,,,,,67.47500000000001,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q70,,67.44999999999999,,66.7,,70.3,,67.5,66.6,,65.0,,67.45,,67.0,,71.5,,67.7,,,65.5,,67.45,,67.0,,71.5,,67.7,,,65.5,,67.45,,,,,,67.7,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q75,,68.98125,,66.75,,70.5,,68.5,67.5,,65.0,,68.0,,67.0,,71.5,,68.0,,,65.5,,68.0,,67.0,,71.5,,68.0,,,65.5,,68.0,,,,,,68.0,,,65.5 baseline_percentile_core_cooling_comfort_temperature_q80,,69.5,,66.8,,70.7,,69.5,68.4,,65.1,,68.7,,67.0,,71.5,,68.30000000000001,,,65.5,,68.7,,67.0,,71.5,,68.30000000000001,,,65.5,,68.7,,,,,,68.30000000000001,,,65.5 baseline_percentile_core_cooling_comfort_temperature_q85,,69.5,,66.85,,70.9,,69.5,69.3,,65.2,,69.39999999999999,,67.0,,71.5,,68.6,,,65.5,,69.39999999999999,,67.0,,71.5,,68.6,,,65.5,,69.39999999999999,,,,,,68.6,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q90,,69.9,,66.9,,71.1,,69.6,70.2,,65.3,,70.1,,67.0,,71.5,,68.9,,,65.5,,70.1,,67.0,,71.5,,68.9,,,65.5,,70.1,,,,,,68.9,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q95,,71.19999999999999,,66.95,,71.3,,70.05,71.1,,65.4,,70.8,,67.0,,71.5,,69.2,,,65.5,,70.8,,67.0,,71.5,,69.2,,,65.5,,70.8,,,,,,69.2,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q98,,71.74000000000001,,66.98,,71.42,,70.32,71.64,,65.46000000000001,,71.22,,67.0,,71.5,,69.38,,,65.5,,71.22,,67.0,,71.5,,69.38,,,65.5,,71.22,,,,,,69.38,,,65.5 -baseline_percentile_core_cooling_comfort_temperature_q99,,71.87,,66.99,,71.46,,70.41000000000001,71.82,,65.48,,71.36,,67.0,,71.5,,69.44,,,65.5,,71.36,,67.0,,71.5,,69.44,,,65.5,,71.36,,,,,,69.44,,,65.5 -baseline_percentile_core_heating_comfort_temperature_n,25.0,,6.0,,3.0,,7.0,,,6.0,,13.0,,1.0,,1.0,,6.0,,,4.0,,13.0,,1.0,,1.0,,6.0,,,4.0,,13.0,,0.0,,0.0,,5.0,,,3.0, -baseline_percentile_core_heating_comfort_temperature_upper_bound_95_perc_conf,70.30159289335523,,72.08075865718023,,70.10005554976972,,70.4073250964311,,,70.47173802192755,,71.16485755623508,,75.5,,70.0,,70.55150487995041,,,70.74661150852967,,71.16485755623508,,75.5,,70.0,,70.55150487995041,,,70.74661150852967,,71.16485755623508,,,,,,70.51286850105045,,,70.49594852077674, -baseline_percentile_core_heating_comfort_temperature_mean,69.75,,70.16666666666667,,69.83333333333333,,69.78571428571429,,,69.625,,70.21153846153847,,75.5,,70.0,,69.83333333333333,,,69.6875,,70.21153846153847,,75.5,,70.0,,69.83333333333333,,,69.6875,,70.21153846153847,,,,,,69.7,,,69.33333333333333, -baseline_percentile_core_heating_comfort_temperature_lower_bound_95_perc_conf,69.19840710664477,,68.25257467615312,,69.56661111689694,,69.16410347499749,,,68.77826197807245,,69.25821936684186,,75.5,,70.0,,69.11516178671624,,,68.62838849147033,,69.25821936684186,,75.5,,70.0,,69.11516178671624,,,68.62838849147033,,69.25821936684186,,,,,,68.88713149894956,,,68.17071814588992, -baseline_percentile_core_heating_comfort_temperature_sem,0.2814249455894058,,0.976577546180386,,0.13608276348795434,,0.31714837281469493,,,0.43200919486099426,,0.48638729321255353,,0.0,,0.0,,0.36641405439647007,,,0.5403630145559557,,0.48638729321255353,,0.0,,0.0,,0.36641405439647007,,,0.5403630145559557,,0.48638729321255353,,,,,,0.4147288270665544,,,0.5931710140017395, -baseline_percentile_core_heating_comfort_temperature_q1,68.12,,69.0,,69.51,,68.53,,,68.02499999999999,,68.06,,75.5,,70.0,,68.525,,,68.04499999999999,,68.06,,75.5,,70.0,,68.525,,,68.04499999999999,,68.06,,,,,,68.52,,,68.03, -baseline_percentile_core_heating_comfort_temperature_q2.5,68.30000000000001,,69.0,,69.52499999999999,,68.575,,,68.0625,,68.15,,75.5,,70.0,,68.5625,,,68.11250000000001,,68.15,,75.5,,70.0,,68.5625,,,68.11250000000001,,68.15,,,,,,68.55,,,68.07499999999999, -baseline_percentile_core_heating_comfort_temperature_q5,68.5,,69.0,,69.55000000000001,,68.65,,,68.125,,68.30000000000001,,75.5,,70.0,,68.625,,,68.225,,68.30000000000001,,75.5,,70.0,,68.625,,,68.225,,68.30000000000001,,,,,,68.60000000000001,,,68.15, -baseline_percentile_core_heating_comfort_temperature_q10,68.5,,69.0,,69.6,,68.8,,,68.25,,68.6,,75.5,,70.0,,68.75,,,68.44999999999999,,68.6,,75.5,,70.0,,68.75,,,68.44999999999999,,68.6,,,,,,68.7,,,68.30000000000001, -baseline_percentile_core_heating_comfort_temperature_q15,68.8,,69.0,,69.65,,68.95,,,68.375,,68.9,,75.5,,70.0,,68.875,,,68.67500000000001,,68.9,,75.5,,70.0,,68.875,,,68.67500000000001,,68.9,,,,,,68.8,,,68.44999999999999, -baseline_percentile_core_heating_comfort_temperature_q20,69.0,,69.0,,69.69999999999999,,69.1,,,68.5,,69.2,,75.5,,70.0,,69.0,,,68.9,,69.2,,75.5,,70.0,,69.0,,,68.9,,69.2,,,,,,68.9,,,68.6, -baseline_percentile_core_heating_comfort_temperature_q25,69.0,,69.0,,69.75,,69.25,,,68.75,,69.5,,75.5,,70.0,,69.125,,,69.125,,69.5,,75.5,,70.0,,69.125,,,69.125,,69.5,,,,,,69.0,,,68.75, -baseline_percentile_core_heating_comfort_temperature_q30,69.0,,69.0,,69.8,,69.4,,,69.0,,69.5,,75.5,,70.0,,69.25,,,69.35000000000001,,69.5,,75.5,,70.0,,69.25,,,69.35000000000001,,69.5,,,,,,69.1,,,68.9, -baseline_percentile_core_heating_comfort_temperature_q35,69.0,,69.0,,69.85,,69.5,,,69.25,,69.5,,75.5,,70.0,,69.375,,,69.55,,69.5,,75.5,,70.0,,69.375,,,69.55,,69.5,,,,,,69.2,,,69.05, -baseline_percentile_core_heating_comfort_temperature_q40,69.30000000000001,,69.0,,69.89999999999999,,69.5,,,69.5,,69.5,,75.5,,70.0,,69.5,,,69.7,,69.5,,75.5,,70.0,,69.5,,,69.7,,69.5,,,,,,69.3,,,69.2, -baseline_percentile_core_heating_comfort_temperature_q45,69.5,,69.0,,69.95,,69.5,,,69.75,,69.7,,75.5,,70.0,,69.75,,,69.85000000000001,,69.7,,75.5,,70.0,,69.75,,,69.85000000000001,,69.7,,,,,,69.4,,,69.35000000000001, -baseline_percentile_core_heating_comfort_temperature_q50,69.5,,69.0,,70.0,,69.5,,,70.0,,70.0,,75.5,,70.0,,70.0,,,70.0,,70.0,,75.5,,70.0,,70.0,,,70.0,,70.0,,,,,,69.5,,,69.5, -baseline_percentile_core_heating_comfort_temperature_q55,69.5,,69.0,,70.0,,69.80000000000001,,,70.25,,70.30000000000001,,75.5,,70.0,,70.25,,,70.15,,70.30000000000001,,75.5,,70.0,,70.25,,,70.15,,70.30000000000001,,,,,,69.7,,,69.60000000000001, -baseline_percentile_core_heating_comfort_temperature_q60,69.5,,69.0,,70.0,,70.1,,,70.5,,70.5,,75.5,,70.0,,70.5,,,70.3,,70.5,,75.5,,70.0,,70.5,,,70.3,,70.5,,,,,,69.89999999999999,,,69.7, -baseline_percentile_core_heating_comfort_temperature_q65,69.8,,69.125,,70.0,,70.4,,,70.5,,70.5,,75.5,,70.0,,70.5,,,70.45,,70.5,,75.5,,70.0,,70.5,,,70.45,,70.5,,,,,,70.1,,,69.8, -baseline_percentile_core_heating_comfort_temperature_q70,70.0,,69.25,,70.0,,70.5,,,70.5,,70.5,,75.5,,70.0,,70.5,,,70.525,,70.5,,75.5,,70.0,,70.5,,,70.525,,70.5,,,,,,70.3,,,69.89999999999999, -baseline_percentile_core_heating_comfort_temperature_q75,70.5,,69.375,,70.0,,70.5,,,70.5,,70.5,,75.5,,70.0,,70.5,,,70.5625,,70.5,,75.5,,70.0,,70.5,,,70.5625,,70.5,,,,,,70.5,,,70.0, -baseline_percentile_core_heating_comfort_temperature_q80,70.5,,69.5,,70.0,,70.5,,,70.5,,70.65,,75.5,,70.0,,70.5,,,70.6,,70.65,,75.5,,70.0,,70.5,,,70.6,,70.65,,,,,,70.6,,,70.1, -baseline_percentile_core_heating_comfort_temperature_q85,70.5,,71.0,,70.0,,70.55,,,70.5625,,70.8,,75.5,,70.0,,70.625,,,70.6375,,70.8,,75.5,,70.0,,70.625,,,70.6375,,70.8,,,,,,70.7,,,70.19999999999999, -baseline_percentile_core_heating_comfort_temperature_q90,70.65,,72.5,,70.0,,70.7,,,70.625,,70.95,,75.5,,70.0,,70.75,,,70.675,,70.95,,75.5,,70.0,,70.75,,,70.675,,70.95,,,,,,70.8,,,70.3, -baseline_percentile_core_heating_comfort_temperature_q95,70.95,,74.0,,70.0,,70.85,,,70.6875,,72.8,,75.5,,70.0,,70.875,,,70.7125,,72.8,,75.5,,70.0,,70.875,,,70.7125,,72.8,,,,,,70.9,,,70.4, -baseline_percentile_core_heating_comfort_temperature_q98,73.34,,74.9,,70.0,,70.94,,,70.725,,74.41999999999999,,75.5,,70.0,,70.95,,,70.735,,74.41999999999999,,75.5,,70.0,,70.95,,,70.735,,74.41999999999999,,,,,,70.96,,,70.46, -baseline_percentile_core_heating_comfort_temperature_q99,74.41999999999999,,75.2,,70.0,,70.97,,,70.7375,,74.96,,75.5,,70.0,,70.97500000000001,,,70.7425,,74.96,,75.5,,70.0,,70.97500000000001,,,70.7425,,74.96,,,,,,70.98,,,70.48, -regional_average_baseline_cooling_comfort_temperature_n,,19.0,,2.0,,3.0,,10.0,4.0,,0.0,,6.0,,1.0,,1.0,,4.0,0.0,,0.0,,6.0,,1.0,,1.0,,4.0,0.0,,0.0,,6.0,,0.0,,0.0,,4.0,0.0,,0.0 -regional_average_baseline_cooling_comfort_temperature_upper_bound_95_perc_conf,,74.86969287264785,,73.0,,73.0,,75.0,75.0,,,,75.08773768507444,,73.0,,73.0,,75.0,,,,,75.08773768507444,,73.0,,73.0,,75.0,,,,,75.08773768507444,,,,,,75.0,,, -regional_average_baseline_cooling_comfort_temperature_mean,,74.47368421052632,,73.0,,73.0,,75.0,75.0,,,,74.33333333333333,,73.0,,73.0,,75.0,,,,,74.33333333333333,,73.0,,73.0,,75.0,,,,,74.33333333333333,,,,,,75.0,,, -regional_average_baseline_cooling_comfort_temperature_lower_bound_95_perc_conf,,74.07767554840478,,73.0,,73.0,,75.0,75.0,,,,73.57892898159221,,73.0,,73.0,,75.0,,,,,73.57892898159221,,73.0,,73.0,,75.0,,,,,73.57892898159221,,,,,,75.0,,, -regional_average_baseline_cooling_comfort_temperature_sem,,0.20204523577629327,,0.0,,0.0,,0.0,0.0,,,,0.3849001794597505,,0.0,,0.0,,0.0,,,,,0.3849001794597505,,0.0,,0.0,,0.0,,,,,0.3849001794597505,,,,,,0.0,,, +baseline_percentile_core_cooling_comfort_temperature_q90,,69.8,,66.9,,71.1,,69.5,70.2,,65.3,,70.1,,67.0,,71.5,,68.9,,,65.5,,70.1,,67.0,,71.5,,68.9,,,65.5,,70.1,,,,,,68.9,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q95,,71.14999999999999,,66.95,,71.3,,70.0,71.1,,65.4,,70.8,,67.0,,71.5,,69.2,,,65.5,,70.8,,67.0,,71.5,,69.2,,,65.5,,70.8,,,,,,69.2,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q98,,71.73,,66.98,,71.42,,70.3,71.64,,65.46000000000001,,71.22,,67.0,,71.5,,69.38,,,65.5,,71.22,,67.0,,71.5,,69.38,,,65.5,,71.22,,,,,,69.38,,,65.5 +baseline_percentile_core_cooling_comfort_temperature_q99,,71.86500000000001,,66.99,,71.46,,70.4,71.82,,65.48,,71.36,,67.0,,71.5,,69.44,,,65.5,,71.36,,67.0,,71.5,,69.44,,,65.5,,71.36,,,,,,69.44,,,65.5 +baseline_percentile_core_heating_comfort_temperature_n,26.0,,6.0,,3.0,,8.0,,,6.0,,15.0,,2.0,,1.0,,7.0,,,4.0,,15.0,,2.0,,1.0,,7.0,,,4.0,,15.0,,1.0,,0.0,,6.0,,,3.0, +baseline_percentile_core_heating_comfort_temperature_upper_bound_95_perc_conf,70.55649422209962,,72.72018188669642,,70.10005554976972,,70.80637866534133,,,70.47173802192755,,71.38207243361236,,76.07889393668844,,70.0,,70.97616380909713,,,70.74661150852967,,71.38207243361236,,76.07889393668844,,70.0,,70.97616380909713,,,70.74661150852967,,71.38207243361236,,72.5,,,,71.04732292141296,,,70.49594852077674, +baseline_percentile_core_heating_comfort_temperature_mean,69.97115384615384,,70.75,,69.83333333333333,,70.0625,,,69.625,,70.48333333333333,,74.0,,70.0,,70.14285714285714,,,69.6875,,70.48333333333333,,74.0,,70.0,,70.14285714285714,,,69.6875,,70.48333333333333,,72.5,,,,70.08333333333333,,,69.33333333333333, +baseline_percentile_core_heating_comfort_temperature_lower_bound_95_perc_conf,69.38581347020806,,68.77981811330358,,69.56661111689694,,69.31862133465867,,,68.77826197807245,,69.5845942330543,,71.92110606331156,,70.0,,69.30955047661715,,,68.62838849147033,,69.5845942330543,,71.92110606331156,,70.0,,69.30955047661715,,,68.62838849147033,,69.5845942330543,,72.5,,,,69.1193437452537,,,68.17071814588992, +baseline_percentile_core_heating_comfort_temperature_sem,0.2986430489519233,,1.005194840151235,,0.13608276348795434,,0.3795299312965974,,,0.43200919486099426,,0.45854035728522213,,1.0606601717798212,,0.0,,0.42515646236734,,,0.5403630145559557,,0.45854035728522213,,1.0606601717798212,,0.0,,0.42515646236734,,,0.5403630145559557,,0.45854035728522213,,0.0,,,,0.4918314224896049,,,0.5931710140017395, +baseline_percentile_core_heating_comfort_temperature_q1,68.125,,69.0,,69.51,,68.535,,,68.02499999999999,,68.07,,72.53,,70.0,,68.53,,,68.04499999999999,,68.07,,72.53,,70.0,,68.53,,,68.04499999999999,,68.07,,72.5,,,,68.525,,,68.03, +baseline_percentile_core_heating_comfort_temperature_q2.5,68.3125,,69.0,,69.52499999999999,,68.58749999999999,,,68.0625,,68.175,,72.575,,70.0,,68.575,,,68.11250000000001,,68.175,,72.575,,70.0,,68.575,,,68.11250000000001,,68.175,,72.5,,,,68.5625,,,68.07499999999999, +baseline_percentile_core_heating_comfort_temperature_q5,68.5,,69.0,,69.55000000000001,,68.675,,,68.125,,68.35,,72.65,,70.0,,68.65,,,68.225,,68.35,,72.65,,70.0,,68.65,,,68.225,,68.35,,72.5,,,,68.625,,,68.15, +baseline_percentile_core_heating_comfort_temperature_q10,68.5,,69.0,,69.6,,68.85,,,68.25,,68.7,,72.8,,70.0,,68.8,,,68.44999999999999,,68.7,,72.8,,70.0,,68.8,,,68.44999999999999,,68.7,,72.5,,,,68.75,,,68.30000000000001, +baseline_percentile_core_heating_comfort_temperature_q15,68.875,,69.0,,69.65,,69.025,,,68.375,,69.05,,72.95,,70.0,,68.95,,,68.67500000000001,,69.05,,72.95,,70.0,,68.95,,,68.67500000000001,,69.05,,72.5,,,,68.875,,,68.44999999999999, +baseline_percentile_core_heating_comfort_temperature_q20,69.0,,69.0,,69.69999999999999,,69.2,,,68.5,,69.39999999999999,,73.1,,70.0,,69.1,,,68.9,,69.39999999999999,,73.1,,70.0,,69.1,,,68.9,,69.39999999999999,,72.5,,,,69.0,,,68.6, +baseline_percentile_core_heating_comfort_temperature_q25,69.0,,69.0,,69.75,,69.375,,,68.75,,69.5,,73.25,,70.0,,69.25,,,69.125,,69.5,,73.25,,70.0,,69.25,,,69.125,,69.5,,72.5,,,,69.125,,,68.75, +baseline_percentile_core_heating_comfort_temperature_q30,69.0,,69.0,,69.8,,69.5,,,69.0,,69.5,,73.4,,70.0,,69.4,,,69.35000000000001,,69.5,,73.4,,70.0,,69.4,,,69.35000000000001,,69.5,,72.5,,,,69.25,,,68.9, +baseline_percentile_core_heating_comfort_temperature_q35,69.375,,69.0,,69.85,,69.5,,,69.25,,69.5,,73.55,,70.0,,69.6,,,69.55,,69.5,,73.55,,70.0,,69.6,,,69.55,,69.5,,72.5,,,,69.375,,,69.05, +baseline_percentile_core_heating_comfort_temperature_q40,69.5,,69.0,,69.89999999999999,,69.5,,,69.5,,69.8,,73.7,,70.0,,69.9,,,69.7,,69.8,,73.7,,70.0,,69.9,,,69.7,,69.8,,72.5,,,,69.5,,,69.2, +baseline_percentile_core_heating_comfort_temperature_q45,69.5,,69.125,,69.95,,69.64999999999999,,,69.75,,70.15,,73.85,,70.0,,70.2,,,69.85000000000001,,70.15,,73.85,,70.0,,70.2,,,69.85000000000001,,70.15,,72.5,,,,69.75,,,69.35000000000001, +baseline_percentile_core_heating_comfort_temperature_q50,69.5,,69.25,,70.0,,70.0,,,70.0,,70.5,,74.0,,70.0,,70.5,,,70.0,,70.5,,74.0,,70.0,,70.5,,,70.0,,70.5,,72.5,,,,70.0,,,69.5, +baseline_percentile_core_heating_comfort_temperature_q55,69.5,,69.375,,70.0,,70.35000000000001,,,70.25,,70.5,,74.15,,70.0,,70.5,,,70.15,,70.5,,74.15,,70.0,,70.5,,,70.15,,70.5,,72.5,,,,70.25,,,69.60000000000001, +baseline_percentile_core_heating_comfort_temperature_q60,70.0,,69.5,,70.0,,70.5,,,70.5,,70.5,,74.3,,70.0,,70.5,,,70.3,,70.5,,74.3,,70.0,,70.5,,,70.3,,70.5,,72.5,,,,70.5,,,69.7, +baseline_percentile_core_heating_comfort_temperature_q65,70.125,,70.25,,70.0,,70.5,,,70.5,,70.525,,74.45,,70.0,,70.5,,,70.45,,70.525,,74.45,,70.0,,70.5,,,70.45,,70.525,,72.5,,,,70.625,,,69.8, +baseline_percentile_core_heating_comfort_temperature_q70,70.5,,71.0,,70.0,,70.5,,,70.5,,70.7,,74.6,,70.0,,70.6,,,70.525,,70.7,,74.6,,70.0,,70.6,,,70.525,,70.7,,72.5,,,,70.75,,,69.89999999999999, +baseline_percentile_core_heating_comfort_temperature_q75,70.5,,71.75,,70.0,,70.625,,,70.5,,70.875,,74.75,,70.0,,70.75,,,70.5625,,70.875,,74.75,,70.0,,70.75,,,70.5625,,70.875,,72.5,,,,70.875,,,70.0, +baseline_percentile_core_heating_comfort_temperature_q80,70.5,,72.5,,70.0,,70.8,,,70.5,,71.2,,74.9,,70.0,,70.9,,,70.6,,71.2,,74.9,,70.0,,70.9,,,70.6,,71.2,,72.5,,,,71.0,,,70.1, +baseline_percentile_core_heating_comfort_temperature_q85,70.8125,,73.25,,70.0,,70.97500000000001,,,70.5625,,71.9,,75.05,,70.0,,71.1,,,70.6375,,71.9,,75.05,,70.0,,71.1,,,70.6375,,71.9,,72.5,,,,71.25,,,70.19999999999999, +baseline_percentile_core_heating_comfort_temperature_q90,71.5,,74.0,,70.0,,71.3,,,70.625,,72.3,,75.2,,70.0,,71.4,,,70.675,,72.3,,75.2,,70.0,,71.4,,,70.675,,72.3,,72.5,,,,71.5,,,70.3, +baseline_percentile_core_heating_comfort_temperature_q95,72.375,,74.75,,70.0,,71.65,,,70.6875,,73.4,,75.35,,70.0,,71.7,,,70.7125,,73.4,,75.35,,70.0,,71.7,,,70.7125,,73.4,,72.5,,,,71.75,,,70.4, +baseline_percentile_core_heating_comfort_temperature_q98,74.0,,75.2,,70.0,,71.86,,,70.725,,74.66,,75.44,,70.0,,71.88,,,70.735,,74.66,,75.44,,70.0,,71.88,,,70.735,,74.66,,72.5,,,,71.9,,,70.46, +baseline_percentile_core_heating_comfort_temperature_q99,74.75,,75.35,,70.0,,71.93,,,70.7375,,75.07999999999998,,75.47,,70.0,,71.94,,,70.7425,,75.07999999999998,,75.47,,70.0,,71.94,,,70.7425,,75.07999999999998,,72.5,,,,71.94999999999999,,,70.48, +regional_average_baseline_cooling_comfort_temperature_n,,20.0,,2.0,,3.0,,11.0,4.0,,0.0,,6.0,,1.0,,1.0,,4.0,0.0,,0.0,,6.0,,1.0,,1.0,,4.0,0.0,,0.0,,6.0,,0.0,,0.0,,4.0,0.0,,0.0 +regional_average_baseline_cooling_comfort_temperature_upper_bound_95_perc_conf,,74.87955236792833,,73.0,,73.0,,75.0,75.0,,,,75.08773768507444,,73.0,,73.0,,75.0,,,,,75.08773768507444,,73.0,,73.0,,75.0,,,,,75.08773768507444,,,,,,75.0,,, +regional_average_baseline_cooling_comfort_temperature_mean,,74.5,,73.0,,73.0,,75.0,75.0,,,,74.33333333333333,,73.0,,73.0,,75.0,,,,,74.33333333333333,,73.0,,73.0,,75.0,,,,,74.33333333333333,,,,,,75.0,,, +regional_average_baseline_cooling_comfort_temperature_lower_bound_95_perc_conf,,74.12044763207167,,73.0,,73.0,,75.0,75.0,,,,73.57892898159221,,73.0,,73.0,,75.0,,,,,73.57892898159221,,73.0,,73.0,,75.0,,,,,73.57892898159221,,,,,,75.0,,, +regional_average_baseline_cooling_comfort_temperature_sem,,0.19364916731037082,,0.0,,0.0,,0.0,0.0,,,,0.3849001794597505,,0.0,,0.0,,0.0,,,,,0.3849001794597505,,0.0,,0.0,,0.0,,,,,0.3849001794597505,,,,,,0.0,,, regional_average_baseline_cooling_comfort_temperature_q1,,73.0,,73.0,,72.99999999999999,,75.0,75.0,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q2.5,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q5,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q10,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q15,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q20,,73.0,,73.0,,73.0,,75.0,75.0,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,73.0,,73.0,,75.0,,,,,73.0,,,,,,75.0,,, -regional_average_baseline_cooling_comfort_temperature_q25,,74.0,,73.0,,73.0,,75.0,75.0,,,,73.5,,73.0,,73.0,,75.0,,,,,73.5,,73.0,,73.0,,75.0,,,,,73.5,,,,,,75.0,,, +regional_average_baseline_cooling_comfort_temperature_q25,,74.5,,73.0,,73.0,,75.0,75.0,,,,73.5,,73.0,,73.0,,75.0,,,,,73.5,,73.0,,73.0,,75.0,,,,,73.5,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q30,,75.0,,73.0,,73.0,,75.0,75.0,,,,74.0,,73.0,,73.0,,75.0,,,,,74.0,,73.0,,73.0,,75.0,,,,,74.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q35,,75.0,,73.0,,73.0,,75.0,75.0,,,,74.5,,73.0,,73.0,,75.0,,,,,74.5,,73.0,,73.0,,75.0,,,,,74.5,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q40,,75.0,,73.0,,73.0,,75.0,75.0,,,,75.0,,73.0,,73.0,,75.0,,,,,75.0,,73.0,,73.0,,75.0,,,,,75.0,,,,,,75.0,,, @@ -228,818 +228,818 @@ regional_average_baseline_cooling_comfort_temperature_q90,,75.0,,73.0,,73.0,,75. regional_average_baseline_cooling_comfort_temperature_q95,,75.0,,73.0,,73.0,,75.0,75.0,,,,75.0,,73.0,,73.0,,75.0,,,,,75.0,,73.0,,73.0,,75.0,,,,,75.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q98,,75.0,,73.0,,73.0,,75.0,75.0,,,,75.0,,73.0,,73.0,,75.0,,,,,75.0,,73.0,,73.0,,75.0,,,,,75.0,,,,,,75.0,,, regional_average_baseline_cooling_comfort_temperature_q99,,75.0,,73.0,,73.0,,75.0,75.0,,,,75.0,,73.0,,73.0,,75.0,,,,,75.0,,73.0,,73.0,,75.0,,,,,75.0,,,,,,75.0,,, -regional_average_baseline_heating_comfort_temperature_n,22.0,,6.0,,3.0,,7.0,,,6.0,,12.0,,1.0,,1.0,,6.0,,,4.0,,12.0,,1.0,,1.0,,6.0,,,4.0,,12.0,,0.0,,0.0,,5.0,,,3.0, -regional_average_baseline_heating_comfort_temperature_upper_bound_95_perc_conf,68.52998845545456,,68.0,,69.0,,69.0,,,67.0,,68.77292181272368,,68.0,,69.0,,69.0,,,67.0,,68.77292181272368,,68.0,,69.0,,69.0,,,67.0,,68.77292181272368,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_mean,68.18181818181819,,68.0,,69.0,,69.0,,,67.0,,68.25,,68.0,,69.0,,69.0,,,67.0,,68.25,,68.0,,69.0,,69.0,,,67.0,,68.25,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_lower_bound_95_perc_conf,67.83364790818182,,68.0,,69.0,,69.0,,,67.0,,67.72707818727632,,68.0,,69.0,,69.0,,,67.0,,67.72707818727632,,68.0,,69.0,,69.0,,,67.0,,67.72707818727632,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_sem,0.17763789471243538,,0.0,,0.0,,0.0,,,0.0,,0.2667968432263687,,0.0,,0.0,,0.0,,,0.0,,0.2667968432263687,,0.0,,0.0,,0.0,,,0.0,,0.2667968432263687,,,,,,0.0,,,0.0, -regional_average_baseline_heating_comfort_temperature_q1,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q2.5,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q5,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q10,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q15,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q20,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q25,67.25,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q30,68.0,,68.0,,69.0,,69.0,,,67.0,,67.3,,68.0,,69.0,,69.0,,,67.0,,67.3,,68.0,,69.0,,69.0,,,67.0,,67.3,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q35,68.0,,68.0,,69.0,,69.0,,,67.0,,67.85,,68.0,,69.0,,69.0,,,67.0,,67.85,,68.0,,69.0,,69.0,,,67.0,,67.85,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q40,68.0,,68.0,,69.0,,69.0,,,67.0,,68.4,,68.0,,69.0,,69.0,,,67.0,,68.4,,68.0,,69.0,,69.0,,,67.0,,68.4,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q45,68.0,,68.0,,69.0,,69.0,,,67.0,,68.95,,68.0,,69.0,,69.0,,,67.0,,68.95,,68.0,,69.0,,69.0,,,67.0,,68.95,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q50,68.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q55,68.55,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q60,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q65,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q70,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q75,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q80,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q85,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q90,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q95,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q98,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -regional_average_baseline_heating_comfort_temperature_q99,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,,,,,69.0,,,67.0, -percent_savings_baseline_percentile_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -percent_savings_baseline_percentile_upper_bound_95_perc_conf,24.8220346314953,56.72175273539071,21.736855459380266,46.81483463202802,22.367661418093224,55.41275199110983,36.58903333505168,55.47385447561032,58.40139401900949,25.999178190095186,73.60286585958288,30.857965673382928,56.73465611109715,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,34.19008173571445,53.08981195083448,,27.754264480232287,57.22739523628662,30.857965673382928,56.73465611109715,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,34.19008173571445,53.08981195083448,,27.754264480232287,57.22739523628662,30.857965673382928,56.73465611109715,,,,,36.16723628126259,53.08981195083448,,26.79475272061381,57.22739523628662 -percent_savings_baseline_percentile_mean,20.567485024867743,51.53242124249811,14.381683972561197,44.68400157688142,17.11990778853598,45.37177789929507,29.786718645513165,49.42124491576638,50.08802509418882,19.75711279679865,53.81769304347115,27.087782864224245,48.90451399535016,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,27.65789992252628,45.45610553172099,,24.142132327030865,57.22739523628662,27.087782864224245,48.90451399535016,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,27.65789992252628,45.45610553172099,,24.142132327030865,57.22739523628662,27.087782864224245,48.90451399535016,,,,,29.76316352744878,45.45610553172099,,22.893988030872972,57.22739523628662 -percent_savings_baseline_percentile_lower_bound_95_perc_conf,16.312935418240187,46.34308974960551,7.026512485742126,42.553168521734825,11.872154158978734,35.33080380748031,22.984403955974646,43.36863535592244,41.77465616936816,13.515047403502116,34.03252022735943,23.31760005506556,41.07437187960316,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,21.12571810933811,37.822399112607506,,20.530000173829443,57.22739523628662,23.31760005506556,41.07437187960316,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,21.12571810933811,37.822399112607506,,20.530000173829443,57.22739523628662,23.31760005506556,41.07437187960316,,,,,23.359090773634968,37.822399112607506,,18.993223341132133,57.22739523628662 -percent_savings_baseline_percentile_sem,2.1706885748099767,2.647618108618671,3.7526385136831992,1.0871597220135703,2.677425321202676,5.122945965211611,3.4705687191523054,3.088066101961192,4.241514757561565,3.1847272414778245,10.094475926587616,1.9235626577340217,3.994970467217853,0.0,0.0,0.0,0.0,3.33274582305519,3.894748173017084,,1.8429245679599093,0.0,1.9235626577340217,3.994970467217853,0.0,0.0,0.0,0.0,3.33274582305519,3.894748173017084,,1.8429245679599093,0.0,1.9235626577340217,3.994970467217853,,,,,3.2673840580682714,3.894748173017084,,1.9901860661943058,0.0 -percent_savings_baseline_percentile_q1,4.166845534173454,16.299272075611754,6.447523395000645,43.17727507401081,10.822852031571268,35.523730228952985,17.409521814916715,32.794307589949554,38.084294172319794,5.293307014621971,12.479950035123139,17.23845660405742,35.40003408152899,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,17.363198495416228,36.13176455579113,,18.2368774594062,57.22739523628662,17.23845660405742,35.40003408152899,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,17.363198495416228,36.13176455579113,,18.2368774594062,57.22739523628662,17.23845660405742,35.40003408152899,,,,,21.852106375929804,36.13176455579113,,18.1653197893077,57.22739523628662 -percent_savings_baseline_percentile_q2.5,4.400760618506318,24.824970461417394,6.601189093725182,43.223399354710935,11.08673675842608,35.778180193254904,17.826431690421106,33.27141160954789,38.561246226513965,6.242268134907347,15.276665360195857,17.39876866327286,35.46893982469492,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,17.710623391669888,36.313898250837,,18.55888697484947,57.22739523628662,17.39876866327286,35.46893982469492,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,17.710623391669888,36.313898250837,,18.55888697484947,57.22739523628662,17.39876866327286,35.46893982469492,,,,,21.984395167880677,36.313898250837,,18.379992799603208,57.22739523628662 -percent_savings_baseline_percentile_q5,4.997548933382234,33.33959584631097,6.8572985915994105,43.3002731558778,11.526544636517436,36.202263467091434,18.521281482928423,34.06658497554511,39.35616631683757,7.82387000204964,19.937857568650386,17.66595542863193,35.58378272997147,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,18.28966488542598,36.61745440924677,,19.09556950058825,57.22739523628662,17.66595542863193,35.58378272997147,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,18.28966488542598,36.61745440924677,,19.09556950058825,57.22739523628662,17.66595542863193,35.58378272997147,,,,,22.204876487798796,36.61745440924677,,18.73778115009573,57.22739523628662 -percent_savings_baseline_percentile_q10,7.1646299890484855,35.747844023223685,7.369517587347868,43.454020758211534,12.406160392700142,37.0504300147645,19.91098106794305,35.65693170753957,40.94600649748479,10.987073736334228,29.260241985559446,18.67170516791083,35.81346854052457,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,19.447747872938173,37.224566726066314,,20.168934552065814,57.22739523628662,18.67170516791083,35.81346854052457,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,19.447747872938173,37.224566726066314,,20.168934552065814,57.22739523628662,18.67170516791083,35.81346854052457,,,,,22.645839127635032,37.224566726066314,,19.453357851080774,57.22739523628662 -percent_savings_baseline_percentile_q15,9.315492156598083,37.59072773181404,7.881736583096325,43.60776836054527,13.28577614888285,37.89859656243756,21.30068065295768,37.4269374983395,42.535846678132,14.150277470618814,38.5826264024685,20.620207324311256,36.21271286470041,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,20.605830860450368,37.83167904288586,,21.242299603543376,57.22739523628662,20.620207324311256,36.21271286470041,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,20.605830860450368,37.83167904288586,,21.242299603543376,57.22739523628662,20.620207324311256,36.21271286470041,,,,,23.086801767471268,37.83167904288586,,20.16893455206581,57.22739523628662 -percent_savings_baseline_percentile_q20,10.503513079287837,40.6755111410215,8.393955578844782,43.76151596287901,14.16539190506556,38.74676311011062,22.204876487798796,39.248274448798135,44.125686858779225,17.3134812049034,47.90501081937756,21.467390365051862,37.629308270612675,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,21.76391384796256,38.438791359705405,,22.31566465502094,57.22739523628662,21.467390365051862,37.629308270612675,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,21.76391384796256,38.438791359705405,,22.31566465502094,57.22739523628662,21.467390365051862,37.629308270612675,,,,,23.527764407307505,38.438791359705405,,20.884511253050853,57.22739523628662 -percent_savings_baseline_percentile_q25,11.110029703775215,43.49114397484653,8.777929152908658,43.91526356521275,15.045007661248267,39.59492965778368,22.86632044755315,42.206435094864624,45.71552703942644,17.490662015955223,57.22739523628662,21.76391384796256,39.045903676524944,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,22.315117147757856,39.045903676524944,,23.389029706498498,57.22739523628662,21.76391384796256,39.045903676524944,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,22.315117147757856,39.045903676524944,,23.389029706498498,57.22739523628662,21.76391384796256,39.045903676524944,,,,,23.96872704714374,39.045903676524944,,21.600087954035896,57.22739523628662 -percent_savings_baseline_percentile_q30,13.2758142500011,45.74433455940482,9.161902726972533,44.06901116754648,15.924623417430976,40.44309620545675,23.527764407307505,46.074054697417395,47.305367220073656,17.667842827007043,57.61710258730575,23.086801767471265,40.67412954412365,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,22.86632044755315,39.653015993344496,,24.462394757976064,57.22739523628662,23.086801767471265,40.67412954412365,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,22.86632044755315,39.653015993344496,,24.462394757976064,57.22739523628662,23.086801767471265,40.67412954412365,,,,,24.378632702587414,39.653015993344496,,22.31566465502094,57.22739523628662 -percent_savings_baseline_percentile_q35,15.682688677155944,48.393981383033214,9.545876301036408,44.222758769880215,16.804239173613684,41.29126275312981,24.173679874865577,48.88710497911765,48.5950511436446,17.845023638058866,58.00680993832488,24.210575929507215,42.831431565938416,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,23.417523747348444,40.56570545372952,,25.193162295240402,57.22739523628662,24.210575929507215,42.831431565938416,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,23.417523747348444,40.56570545372952,,25.193162295240402,57.22739523628662,24.210575929507215,42.831431565938416,,,,,24.78853835803109,40.56570545372952,,23.031241356005978,57.22739523628662 -percent_savings_baseline_percentile_q40,17.240721482107556,49.278167001337195,9.929849875100285,44.37650637221395,17.683854929796393,42.13942930080287,24.78853835803109,49.59101661911282,49.28442255306302,18.02220444911069,58.39651728934402,24.93612257659763,44.988733587753195,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,23.96872704714374,42.08954920124551,,25.238734804078305,57.22739523628662,24.93612257659763,44.988733587753195,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,23.96872704714374,42.08954920124551,,25.238734804078305,57.22739523628662,24.93612257659763,44.988733587753195,,,,,25.198444013474766,42.08954920124551,,23.74681805699102,57.22739523628662 -percent_savings_baseline_percentile_q45,17.88045980026923,50.75875964653708,10.676281867993222,44.53025397454769,18.5634706859791,42.987595848475934,25.403396841196603,50.2554332683693,49.97379396248142,19.811146201573294,58.786224640363145,25.29949814919551,46.820763338385575,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,24.481109116448334,43.613392948761486,,25.28430731291621,57.22739523628662,25.29949814919551,46.820763338385575,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,24.481109116448334,43.613392948761486,,25.28430731291621,57.22739523628662,25.29949814919551,46.820763338385575,,,,,25.608349668918443,43.613392948761486,,24.46239475797606,57.22739523628662 -percent_savings_baseline_percentile_q50,19.44308644216181,52.9610700699612,11.422713860886157,44.68400157688142,19.44308644216181,43.83576239614899,26.018255324362116,50.60388999171622,50.66316537189984,21.600087954035896,59.17593199138228,25.48178818454712,48.21909672744143,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,24.99349118575293,45.13723669627747,,25.329879821754112,57.22739523628662,25.48178818454712,48.21909672744143,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,24.99349118575293,45.13723669627747,,25.329879821754112,57.22739523628662,25.48178818454712,48.21909672744143,,,,,26.018255324362116,45.13723669627747,,25.177971458961103,57.22739523628662 -percent_savings_baseline_percentile_q55,21.36854920408163,55.91420731260423,12.169145853779092,44.83774917921515,19.62574860225677,45.14473359476588,29.512190960760154,50.95234671506314,51.35253678131825,23.389029706498498,60.56962484131709,25.803668468436115,49.61743011649729,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,25.505873255057523,46.66108044379346,,25.37545233059201,57.22739523628662,25.803668468436115,49.61743011649729,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,25.505873255057523,46.66108044379346,,25.37545233059201,57.22739523628662,25.803668468436115,49.61743011649729,,,,,28.347545748627475,46.66108044379346,,25.208353131519708,57.22739523628662 -percent_savings_baseline_percentile_q60,22.64583912763503,56.870594847088,12.91557784667203,44.99149678154889,19.808410762351727,46.45370479338276,33.006126597158186,52.81048113402173,52.041908190736656,25.177971458961103,61.9633176912519,26.3919173025906,51.28129401211163,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,26.018255324362116,48.184924191309435,,25.42102483942992,57.22739523628662,26.3919173025906,51.28129401211163,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,26.018255324362116,48.184924191309435,,25.42102483942992,57.22739523628662,26.3919173025906,51.28129401211163,,,,,30.676836172892827,48.184924191309435,,25.23873480407831,57.22739523628662 -percent_savings_baseline_percentile_q65,24.694273694234163,57.19720315088974,13.365873350833368,45.14524438388263,19.991072922446687,47.76267599199965,36.50006223355622,54.85732526493178,52.73127960015507,25.253925640357608,63.357010541186725,27.512903237276056,53.144305787644825,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,28.92986835469381,49.708767938825424,,25.466597348267822,57.22739523628662,27.512903237276056,53.144305787644825,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,28.92986835469381,49.708767938825424,,25.466597348267822,57.22739523628662,27.512903237276056,53.144305787644825,,,,,33.006126597158186,49.708767938825424,,25.269116476636906,57.22739523628662 -percent_savings_baseline_percentile_q70,25.42102483942992,59.59263429245888,13.816168854994707,45.298991986216365,20.173735082541647,49.07164719061653,38.011808750968434,55.91420731260423,53.79090741264161,25.329879821754112,64.75070339112153,30.32749155953541,55.00731756317803,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,31.841481385025507,50.74900493338785,,25.722265887642862,57.22739523628662,30.32749155953541,55.00731756317803,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,31.841481385025507,50.74900493338785,,25.722265887642862,57.22739523628662,30.32749155953541,55.00731756317803,,,,,35.33541702142354,50.74900493338785,,25.29949814919551,57.22739523628662 -percent_savings_baseline_percentile_q75,26.018255324362116,61.41593598961943,14.266464359156046,45.4527395885501,20.356397242636604,50.38061838923342,38.53246070888774,56.47610831865788,55.035663426662225,25.405834003150616,66.14439624105634,33.98888107558173,55.961553790498,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,34.753094415357204,51.54743855147352,,26.082982442286475,57.22739523628662,33.98888107558173,55.961553790498,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,34.753094415357204,51.54743855147352,,26.082982442286475,57.22739523628662,33.98888107558173,55.961553790498,,,,,37.6647074456889,51.54743855147352,,25.329879821754112,57.22739523628662 -percent_savings_baseline_percentile_q80,29.107028387519996,61.8405279892612,14.716759863317385,45.60648719088383,20.539059402731564,51.68958958785031,39.053112666807046,57.7451061318893,56.28041944068284,25.48178818454712,68.10057071222292,34.21554799399726,56.552279798532695,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,37.6647074456889,52.34587216955917,,26.443698996930088,57.22739523628662,34.21554799399726,56.552279798532695,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,37.6647074456889,52.34587216955917,,26.443698996930088,57.22739523628662,34.21554799399726,56.552279798532695,,,,,38.011808750968434,52.34587216955917,,25.360261494312713,57.22739523628662 -percent_savings_baseline_percentile_q85,34.13999235452542,62.8792291792021,19.534790166383473,45.76023479321757,20.721721562826524,52.998560786467195,39.71615567322137,59.897974954092945,57.525175454703444,26.082982442286475,70.0567451833895,35.02626890749054,57.14300580656737,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,38.09858407728832,53.144305787644825,,26.804415551573705,57.22739523628662,35.02626890749054,57.14300580656737,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,38.09858407728832,53.144305787644825,,26.804415551573705,57.22739523628662,35.02626890749054,57.14300580656737,,,,,38.35891005624797,53.144305787644825,,25.390643166871318,57.22739523628662 -percent_savings_baseline_percentile_q90,36.345488176589726,67.33218535464836,24.352820469449558,45.91398239555131,20.90438372292148,54.30753198508407,40.66398077662575,61.605940920822015,58.76993146872406,26.68417670002583,72.01291965455607,37.00509781113931,61.24179268939869,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,38.53246070888774,53.942739405730485,,27.165132106217317,57.22739523628662,37.00509781113931,61.24179268939869,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,38.53246070888774,53.942739405730485,,27.165132106217317,57.22739523628662,37.00509781113931,61.24179268939869,,,,,38.70601136152751,53.942739405730485,,25.421024839429915,57.22739523628662 -percent_savings_baseline_percentile_q95,39.05311266680704,70.16026476350639,29.170850772515642,46.067729997885046,21.08704588301644,55.61650318370096,41.61180588003012,61.75674689339006,60.01468748274467,27.28537095776519,73.96909412572263,38.358910056247964,65.9252563846961,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,38.96633734048716,54.74117302381614,,27.52584866086093,57.22739523628662,38.358910056247964,65.9252563846961,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,38.96633734048716,54.74117302381614,,27.52584866086093,57.22739523628662,38.358910056247964,65.9252563846961,,,,,39.053112666807046,54.74117302381614,,25.451406511988516,57.22739523628662 -percent_savings_baseline_percentile_q98,41.0431108179875,73.16066336810346,32.061668954355305,46.159978559285285,21.196643179073416,56.40188590287109,42.180500942072754,61.84723047693089,60.76154109115704,27.646087512408805,75.14279880842258,38.983692405751135,68.73533460187456,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,39.226663319446814,55.22023319466753,,27.7422785936471,57.22739523628662,38.983692405751135,68.73533460187456,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,39.226663319446814,55.22023319466753,,27.7422785936471,57.22739523628662,38.983692405751135,68.73533460187456,,,,,39.26137344997477,55.22023319466753,,25.46963551552368,57.22739523628662 -percent_savings_baseline_percentile_q99,41.80137090071099,74.54296598249633,33.025275014968514,46.190728079752034,21.233175611092406,56.663680142594465,42.37006596275363,61.87739167144449,61.010492293961164,27.766326363956672,75.5340337026559,39.19195318891886,69.67202734093405,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,39.3134386457667,55.37991991828466,,27.81442190457582,57.22739523628662,39.19195318891886,69.67202734093405,33.98888107558173,46.221477600218776,21.2697080431114,35.354096919418375,39.3134386457667,55.37991991828466,,27.81442190457582,57.22739523628662,39.19195318891886,69.67202734093405,,,,,39.33079371103067,55.37991991828466,,25.4757118500354,57.22739523628662 -avoided_daily_mean_core_day_runtime_baseline_percentile_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -avoided_daily_mean_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,145.1643562284272,254.55773611606483,176.50459472593798,116.15616056832675,141.43955353725414,209.16870643161903,174.2791712162021,266.9140910439005,415.45377485281244,148.40492267801403,258.69336044925194,176.19470151779439,289.83055484819755,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,176.32049731623525,277.598940737075,,171.99942483544035,127.31885188589219,176.19470151779439,289.83055484819755,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,176.32049731623525,277.598940737075,,171.99942483544035,127.31885188589219,176.19470151779439,289.83055484819755,,,,,176.21589243823476,277.598940737075,,131.9618592281713,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_mean,125.65952153261814,211.1350024465584,126.00691001084267,64.99457789267287,117.8671910693618,178.90434381391347,161.6393877497039,211.30374460438202,290.2866305331299,106.8184411576151,170.9955317519775,153.01760638365533,205.68255017913137,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,161.5747188126134,200.23117854693928,,134.1347326230862,127.31885188589219,153.01760638365533,205.68255017913137,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,161.5747188126134,200.23117854693928,,134.1347326230862,127.31885188589219,153.01760638365533,205.68255017913137,,,,,169.12560256120122,200.23117854693928,,113.39132536884608,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,106.15468683680906,167.71226877705195,75.50922529574736,13.832995217018976,94.29482860146945,148.6399811962079,148.9996042832057,155.69339816486354,165.11948621344732,65.23195963721616,83.29770305470305,129.84051124951628,121.5345455100652,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,146.82894030899158,122.86341635680354,,96.27004041073204,127.31885188589219,129.84051124951628,121.5345455100652,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,146.82894030899158,122.86341635680354,,96.27004041073204,127.31885188589219,129.84051124951628,121.5345455100652,,,,,162.03531268416768,122.86341635680354,,94.82079150952086,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_sem,9.95144627337198,22.15445595382982,25.764124854640468,26.102848303905045,12.026715544843038,15.441001335564065,6.448869115560294,28.372625734448203,63.86078791820539,21.217592612448435,44.74379015167064,11.825048537826055,42.93265544340111,0.0,0.0,0.0,0.0,7.523356379398901,39.4733480561917,,19.318720516507227,0.0,11.825048537826055,42.93265544340111,0.0,0.0,0.0,0.0,7.523356379398901,39.4733480561917,,19.318720516507227,0.0,11.825048537826055,42.93265544340111,,,,,3.6174948352211964,39.4733480561917,,9.474762173125113,0.0 -avoided_daily_mean_core_day_runtime_baseline_percentile_q1,31.454704137210356,18.735346030954645,70.09396888603926,28.817875846481808,92.64135219672794,142.52950930435932,125.69430407691507,107.45071094730929,93.51341980797784,29.40732446234305,19.926902817135208,99.11443660431785,102.27853935832795,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,125.38197007570831,108.27825676588978,,98.43209898056114,127.31885188589219,99.11443660431785,102.27853935832795,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,125.38197007570831,108.27825676588978,,98.43209898056114,127.31885188589219,99.11443660431785,102.27853935832795,,,,,155.51045974492416,108.27825676588978,,98.35628368903261,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q2.5,38.3221959435663,23.66000766848111,71.67554525278142,29.92532590912031,93.42835233576258,144.06582159269064,128.50531008777602,107.85613501794549,101.8762984811923,33.20374675639802,26.63889963393252,100.47911185183128,102.83197842488548,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,127.7244750847591,109.92499956439676,,98.7732677924395,127.31885188589219,100.47911185183128,102.83197842488548,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,127.7244750847591,109.92499956439676,,98.7732677924395,127.31885188589219,100.47911185183128,102.83197842488548,,,,,156.19559907678288,109.92499956439676,,98.58372956361818,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q5,50.57011084436722,46.037153271056425,74.31150586401834,31.771076013517813,94.74001923415366,146.62634207324285,133.19032010587762,108.5318418023392,115.8144296032164,39.53111724648964,37.82556099526137,102.753570597687,103.75437686914802,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,131.62865009984375,112.66957089524169,,99.34188247890341,127.31885188589219,102.753570597687,103.75437686914802,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,131.62865009984375,112.66957089524169,,99.34188247890341,127.31885188589219,102.753570597687,103.75437686914802,,,,,157.33749796321405,112.66957089524169,,98.9628060212608,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q10,72.42188685974244,96.32101493204104,79.58342708649218,35.46257622231282,97.3633530309358,151.74738303434725,142.5603401420808,109.88325537112658,143.6906918472646,52.18585822667288,60.198883717919074,106.40549107762529,105.59917375767316,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,139.43700013001308,118.15871355693157,,100.47911185183128,127.31885188589219,106.40549107762529,105.59917375767316,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,139.43700013001308,118.15871355693157,,100.47911185183128,127.31885188589219,106.40549107762529,105.59917375767316,,,,,159.62129573607632,118.15871355693157,,99.72095893654604,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q15,85.07449779367965,106.65334340825892,84.85534830896601,39.154076431107825,99.98668682771793,156.86842399545162,151.930360178284,114.80250650068785,171.56695409131277,64.84059920685613,82.57220644057676,108.26341753401738,108.18734941616883,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,147.2453501601824,123.64785621862144,,101.61634122475914,127.31885188589219,108.26341753401738,108.18734941616883,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,147.2453501601824,123.64785621862144,,101.61634122475914,127.31885188589219,108.26341753401738,108.18734941616883,,,,,161.90509350893865,123.64785621862144,,100.47911185183126,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q20,91.71880225618519,112.82296207076041,90.12726953143986,42.84557663990283,102.61002062450007,161.98946495655602,156.44844042673077,120.74113979047027,199.443216335361,77.49534018703936,104.94552916323448,112.66964517376601,115.23579769448796,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,155.05370019035172,129.13699888031132,,102.753570597687,127.31885188589219,112.66964517376601,115.23579769448796,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,155.05370019035172,129.13699888031132,,102.753570597687,127.31885188589219,112.66964517376601,115.23579769448796,,,,,164.18889128180095,129.13699888031132,,101.23726476711651,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q25,95.24635140473707,125.34969212479955,91.40703999976417,46.537076848697836,105.2333544212822,167.11050591766042,158.54055078129934,128.4790774339846,227.31947857940915,82.67266841677342,127.31885188589219,118.3500234051929,122.2842459728071,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,157.90844740642962,134.6261415420012,,103.89079997061485,127.31885188589219,118.3500234051929,122.2842459728071,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,157.90844740642962,134.6261415420012,,103.89079997061485,127.31885188589219,118.3500234051929,122.2842459728071,,,,,166.47268905466325,134.6261415420012,,101.99541768240175,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q30,96.00426271924884,138.66801126688918,92.68681046808847,50.22857705749284,107.85668821806433,172.2315468787648,160.63266113586792,137.65645856048445,255.19574082345733,87.84999664650746,140.4410667140658,121.63218940388182,128.73749680851682,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,160.76319462250748,140.1152842036911,,105.0280293435427,127.31885188589219,121.63218940388182,128.73749680851682,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,160.76319462250748,140.1152842036911,,105.0280293435427,127.31885188589219,121.63218940388182,128.73749680851682,,,,,167.30264275181034,140.1152842036911,,102.75357059768699,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q35,100.77206190390784,144.1800901931551,93.96658093641277,53.92007726628785,110.48002201484648,177.3525878398692,162.47193014048858,145.61321177171052,279.750599655367,93.02732487624151,153.56328154223945,126.29286820408652,133.70275403770302,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,163.61794183858535,148.79073229637038,,107.30603018297327,127.31885188589219,126.29286820408652,133.70275403770302,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,163.61794183858535,148.79073229637038,,107.30603018297327,127.31885188589219,126.29286820408652,133.70275403770302,,,,,168.13259644895743,148.79073229637038,,103.51172351297222,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q40,105.32097939561928,151.10964227322336,95.24635140473707,57.61157747508285,113.10335581162862,182.4736288009736,163.80551644521347,151.12870915238906,297.6626516629997,98.20465310597557,166.68549637041315,133.71057260732272,138.6680112668892,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,166.47268905466325,163.8387912510286,,111.8655739554093,127.31885188589219,133.71057260732272,138.6680112668892,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,166.47268905466325,163.8387912510286,,111.8655739554093,127.31885188589219,133.71057260732272,138.6680112668892,,,,,168.96255014610452,163.8387912510286,,104.26987642825746,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q45,108.26341753401738,181.7104095534587,95.2983048341946,61.30307768387786,115.72668960841077,187.59466976207796,165.13910274993836,160.41096192946182,315.5747036706323,100.10003539418865,179.8077111985868,143.73136452118155,141.84571284204034,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,167.5101311760971,178.88685020568676,,116.42511772784533,127.31885188589219,143.73136452118155,141.84571284204034,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,167.5101311760971,178.88685020568676,,116.42511772784533,127.31885188589219,143.73136452118155,141.84571284204034,,,,,169.7925038432516,178.88685020568676,,105.0280293435427,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q50,118.3500234051929,192.92992602676043,95.35025826365211,64.99457789267287,118.3500234051929,192.71571072318235,166.47268905466325,199.82725787768817,333.48675567826484,101.99541768240175,192.92992602676043,155.05370019035172,142.64000687847806,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,168.54757329753096,193.9349091603449,,120.98466150028136,127.31885188589219,155.05370019035172,142.64000687847806,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,168.54757329753096,193.9349091603449,,120.98466150028136,127.31885188589219,155.05370019035172,142.64000687847806,,,,,170.6224575403987,193.9349091603449,,105.78618225882794,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q55,126.29286820408652,198.91248898767748,95.40221169310965,68.68607810146787,120.82850750122572,193.69334161150607,167.7176196003839,239.2435538259145,351.3988076858975,103.89079997061485,193.81962170876594,161.90509350893865,143.43430091491578,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,169.58501541896482,208.9829681150031,,125.54420527271739,127.31885188589219,161.90509350893865,143.43430091491578,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,169.58501541896482,208.9829681150031,,125.54420527271739,127.31885188589219,161.90509350893865,143.43430091491578,,,,,171.56608398262085,208.9829681150031,,108.82587810711863,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q60,138.96383019124923,227.17069320133163,95.45416512256716,72.37757831026288,123.3069915972585,194.67097249982982,168.96255014610452,243.81192762911263,369.31085969353006,105.78618225882794,194.70931739077145,167.30264275181034,163.8387912510286,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,170.6224575403987,224.03102706966123,,130.1037490451534,127.31885188589219,167.30264275181034,163.8387912510286,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,170.6224575403987,224.03102706966123,,130.1037490451534,127.31885188589219,167.30264275181034,163.8387912510286,,,,,172.509710424843,224.03102706966123,,111.8655739554093,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q65,147.35306544817692,244.04790933474555,109.1319237177456,76.06907851905788,125.78547569329132,195.64860338815356,170.20748069182514,244.02431116418228,387.2229117011627,113.38542187955466,195.59901307277696,169.7925038432516,198.9509288118976,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,171.80199059317638,239.07908602431942,,134.66329281758942,127.31885188589219,169.7925038432516,198.9509288118976,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,171.80199059317638,239.07908602431942,,134.66329281758942,127.31885188589219,169.7925038432516,198.9509288118976,,,,,173.45333686706516,239.07908602431942,,114.90526980369998,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q70,154.07600005293756,275.6540944220443,122.80968231292402,79.76057872785289,128.26395978932413,196.62623427647728,171.56608398262085,262.62891426316514,394.49772047501835,120.98466150028136,196.48870875478246,172.50971042484298,234.06306637276663,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,172.9815236459541,250.27304187163645,,142.20132210614193,127.31885188589219,172.50971042484298,234.06306637276663,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,172.9815236459541,250.27304187163645,,142.20132210614193,127.31885188589219,172.50971042484298,234.06306637276663,,,,,174.39696330928734,250.27304187163645,,117.94496565199067,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q75,162.02740137224697,294.51263856622296,136.48744090810246,83.4520789366479,130.74244388535692,197.603865164801,172.9815236459541,290.4296271441047,396.45390763198554,128.58390112100807,197.37840443678797,175.34058975150947,259.539946165283,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,174.16105669873178,259.539946165283,,151.22859415275272,127.31885188589219,175.34058975150947,259.539946165283,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,174.16105669873178,259.539946165283,,151.22859415275272,127.31885188589219,175.34058975150947,259.539946165283,,,,,175.34058975150947,259.539946165283,,120.98466150028136,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q80,167.30264275181037,318.6934840369776,150.1651995032809,87.14357914544291,133.22092798138974,198.58149605312474,174.39696330928732,310.675442746992,398.41009478895273,136.18314074173477,222.28237117699902,177.0193816620535,281.16272285045824,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,175.34058975150947,268.80685045892955,,160.25586619936348,127.31885188589219,177.0193816620535,281.16272285045824,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,175.34058975150947,268.80685045892955,,160.25586619936348,127.31885188589219,177.0193816620535,281.16272285045824,,,,,175.90018705502416,268.80685045892955,,124.02435734857204,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q85,172.50971042484298,331.7928859846638,176.62612209283236,90.8350793542379,135.69941207742255,199.55912694144845,175.62038840326682,321.477636752314,400.3662819459199,151.22859415275272,247.18633791721004,181.78385189242758,302.78549953563345,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,176.0400863809028,278.073754752576,,169.28313824597424,127.31885188589219,181.78385189242758,302.78549953563345,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,176.0400863809028,278.073754752576,,169.28313824597424,127.31885188589219,181.78385189242758,302.78549953563345,,,,,176.4597843585388,278.073754752576,,127.06405319686273,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q90,177.0193816620535,366.68630090461784,203.0870446823838,94.52657956303291,138.17789617345534,200.53675782977223,176.45978435853883,331.7928859846639,402.3224691028871,166.27404756377064,272.09030465742114,192.7196787624618,356.2527136234529,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,176.73958301029614,287.3406590462225,,178.310410292585,127.31885188589219,192.7196787624618,356.2527136234529,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,176.73958301029614,287.3406590462225,,178.310410292585,127.31885188589219,192.7196787624618,356.2527136234529,,,,,177.0193816620535,287.3406590462225,,130.1037490451534,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q95,192.71967876246174,402.3224691028871,229.54796727193522,98.21807977182792,140.65638026948818,201.51438871809592,177.29918031381084,340.4038285116111,404.2786562598543,181.31950097478858,296.9942713976321,220.2225285760785,415.02733394504645,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,177.4390796396895,296.607563339869,,187.33768233919577,127.31885188589219,220.2225285760785,415.02733394504645,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,177.4390796396895,296.607563339869,,187.33768233919577,127.31885188589219,220.2225285760785,415.02733394504645,,,,,177.57897896556818,296.607563339869,,133.1434448934441,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q98,227.37980083316017,438.6670566247345,245.42452082566615,100.43297989710491,142.14347072710783,202.10096725109017,177.80281788697405,345.57039402777946,405.45236855403465,190.34677302139937,311.9366514417588,241.69434534732343,450.29210613800257,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,177.8587776173255,302.16770591605695,,192.75404556716222,127.31885188589219,241.69434534732343,450.29210613800257,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,177.8587776173255,302.16770591605695,,192.75404556716222,127.31885188589219,241.69434534732343,450.29210613800257,,,,,177.91473734767698,302.16770591605695,,134.9672624024185,127.31885188589219 -avoided_daily_mean_core_day_runtime_baseline_percentile_q99,241.69434534732332,456.23450544568715,250.71670534357642,101.17127993886393,142.6391675463144,202.2964934287549,177.97069707802845,347.29258253316885,405.8436059854281,193.35586370360295,316.9174447898009,248.85161760440502,462.04703020232137,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,177.9986769432042,304.0210867747862,,194.55949997648435,127.31885188589219,248.85161760440502,462.04703020232137,256.0088898614867,101.90957998062292,118.3500234051929,141.50530111213845,177.9986769432042,304.0210867747862,,194.55949997648435,127.31885188589219,248.85161760440502,462.04703020232137,,,,,178.0266568083799,304.0210867747862,,135.57520157207662,127.31885188589219 -avoided_total_core_day_runtime_baseline_percentile_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -avoided_total_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,146349.56609968471,139971.08677843085,222123.87021008896,1696.624998061838,107224.4156808283,84300.23249353362,144153.63385091818,183621.50698974886,347576.83500360325,173762.59199445555,5516.2372727608445,180602.90939886874,164338.73670265463,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,145037.23463665726,165123.45767879902,,202260.27706804592,3182.9712971473045,180602.90939886874,164338.73670265463,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,145037.23463665726,165123.45767879902,,202260.27706804592,3182.9712971473045,180602.90939886874,164338.73670265463,,,,,153287.2817282896,165123.45767879902,,163486.70058989007,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_mean,123178.28572308208,95748.02339225111,152926.65458102393,727.4068477667219,87536.23901392137,71797.67952203489,121726.90659623037,111440.67281104298,249850.711747496,125392.95210758725,2973.17157320126,143211.89017450597,94144.74122586517,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,119357.89273704957,91250.48859549708,,157978.00245010096,3182.9712971473045,143211.89017450597,94144.74122586517,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,119357.89273704957,91250.48859549708,,157978.00245010096,3182.9712971473045,143211.89017450597,94144.74122586517,,,,,124606.89815398047,91250.48859549708,,135102.28414639438,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,100007.00534647946,51524.960006071364,83729.4389519589,-241.8113025283942,67848.06234701443,59295.126550536144,99300.17934154256,39259.83863233711,152124.58849138877,77023.31222071893,430.1058736416753,105820.8709501432,23950.745749075737,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,93678.55083744187,17377.51951219514,,113695.72783215599,3182.9712971473045,105820.8709501432,23950.745749075737,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,93678.55083744187,17377.51951219514,,113695.72783215599,3182.9712971473045,105820.8709501432,23950.745749075737,,,,,95926.5145796713,17377.51951219514,,106717.86770289869,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_sem,11822.081824797257,22562.78744192844,35304.70185156379,494.4990562730184,10044.988095360679,6378.853556887113,11442.207783003985,36826.956213625446,49860.26696740166,24678.387697381793,1297.4824997752983,19077.050624674885,35813.262998361955,0.0,0.0,0.0,0.0,13101.705050820252,37690.29034862344,,22592.99725405356,0.0,19077.050624674885,35813.262998361955,0.0,0.0,0.0,0.0,13101.705050820252,37690.29034862344,,22592.99725405356,0.0,19077.050624674885,35813.262998361955,,,,,14632.848762402633,37690.29034862344,,14481.845124232494,0.0 -avoided_total_core_day_runtime_baseline_percentile_q1,43195.145230033886,7.581485467275159,70157.00966423239,42.06612124396279,69498.95708752604,57397.364471276116,72923.49285780964,6333.7714626682,100635.76502687561,39934.89671508139,13.907014445343302,69522.76918754641,1549.6707221480217,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,72708.71229616512,36741.72941923594,,112859.53133757203,3182.9712971473045,69522.76918754641,1549.6707221480217,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,72708.71229616512,36741.72941923594,,112859.53133757203,3182.9712971473045,69522.76918754641,1549.6707221480217,,,,,73124.34265409478,36741.72941923594,,112758.52019951232,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q2.5,51466.843787042366,18.953713668187895,72445.20707589231,63.04593940282277,69895.24718075832,57927.635617097316,74856.51791261039,8066.487007095075,106623.34367560028,43316.22249966113,34.767536113358254,69954.77743080923,1734.075625776973,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,74319.56650849908,37031.534506628115,,113314.08145884072,3182.9712971473045,69954.77743080923,1734.075625776973,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,74319.56650849908,37031.534506628115,,113314.08145884072,3182.9712971473045,69954.77743080923,1734.075625776973,,,,,75358.64240332322,37031.534506628115,,113061.55361369145,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q5,62252.40491382214,115.60082539047296,76258.86942865881,98.01230300092273,70555.73066947881,58811.42086013267,78078.22633727829,10954.346247806534,116602.6414234747,48951.76547396069,69.53507222671651,70674.79116958063,2041.4171318252252,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,77004.32352905566,37514.54298561506,,114071.6649942885,3182.9712971473045,70674.79116958063,2041.4171318252252,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,77004.32352905566,37514.54298561506,,114071.6649942885,3182.9712971473045,70674.79116958063,2041.4171318252252,,,,,79082.47531870395,37514.54298561506,,113566.60930398997,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q10,68872.8323106906,912.4313853065695,83886.19413419184,167.94503019712263,71876.69764691978,60578.99134620336,84521.6431866141,16730.06472922945,136561.2369192236,60222.851422559805,139.07014445343302,75930.42072083303,2656.10014392173,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,82373.83757016883,38480.55994358896,,115586.83206518408,3182.9712971473045,75930.42072083303,2656.10014392173,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,82373.83757016883,38480.55994358896,,115586.83206518408,3182.9712971473045,75930.42072083303,2656.10014392173,,,,,86530.1411494654,38480.55994358896,,114576.72068458704,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q15,70674.79116958063,1514.5459785996497,91513.51883972486,237.87775739332253,73197.66462436074,62346.561832274034,90965.06003594991,24500.79663099019,156519.83241497245,71493.93737115891,208.6052166801495,88817.25441950464,4851.249033671999,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,87743.351611282,39446.57690156286,,117101.99913607967,3182.9712971473045,88817.25441950464,4851.249033671999,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,87743.351611282,39446.57690156286,,117101.99913607967,3182.9712971473045,88817.25441950464,4851.249033671999,,,,,93977.80698022686,39446.57690156286,,115586.83206518408,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q20,80282.50867074651,3453.2221865024667,99140.8435452579,307.8104845895225,74518.6316018017,64114.132318344724,96264.92025026609,32841.53236713317,176478.42791072137,82765.02331975804,278.14028890686603,99416.974848137,16529.193189344853,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,93112.86565239518,40412.593859536755,,118617.16620697525,3182.9712971473045,99416.974848137,16529.193189344853,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,93112.86565239518,40412.593859536755,,118617.16620697525,3182.9712971473045,99416.974848137,16529.193189344853,,,,,101425.4728109883,40412.593859536755,,116596.94344578114,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q25,82765.02331975804,4848.620454921515,102227.4907615412,377.74321178572234,75839.59857924268,65881.70280441541,100993.00214707246,37582.660710278185,196437.02340647022,90212.89197066677,504.6728233353315,108873.13864174976,28207.137345017698,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,97052.93389973382,41378.61081751065,,120132.33327787084,3182.9712971473045,108873.13864174976,28207.137345017698,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,97052.93389973382,41378.61081751065,,120132.33327787084,3182.9712971473045,108873.13864174976,28207.137345017698,,,,,108873.13864174976,41378.61081751065,,117607.0548263782,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q30,94318.46123096772,9315.380167468247,105314.1379778245,447.67593898192223,77160.56555668364,67649.2732904861,105721.08404387884,39444.103139024824,216395.61890221908,97660.76062157548,731.205357763797,109924.16544137578,37192.537332957094,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,100993.00214707246,42344.62777548455,,121647.50034876642,3182.9712971473045,109924.16544137578,37192.537332957094,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,100993.00214707246,42344.62777548455,,121647.50034876642,3182.9712971473045,109924.16544137578,37192.537332957094,,,,,112350.63462937881,42344.62777548455,,118617.16620697525,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q35,103033.76158385463,13240.377874594136,108400.7851941078,517.6086661781221,78481.5325341246,69416.8437765568,110611.88663556428,41030.600906580934,233998.50543782592,105108.62927248419,957.7378921922624,111011.17956424641,39446.576901562854,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,104933.07039441112,44085.67203224955,,125029.36828221663,3182.9712971473045,111011.17956424641,39446.576901562854,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,104933.07039441112,44085.67203224955,,125029.36828221663,3182.9712971473045,111011.17956424641,39446.576901562854,,,,,115828.13061700788,44085.67203224955,,119627.2775875723,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q40,109924.16544137578,22177.404648150077,111487.4324103911,587.5413933743222,79802.49951156556,71184.41426262747,115828.13061700788,42067.20935175599,246889.97405314876,112556.49792339292,1184.270426620728,112170.1683336063,41700.61647016862,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,108873.13864174976,47376.77088659679,,132144.63794077613,3182.9712971473045,112170.1683336063,41700.61647016862,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,108873.13864174976,47376.77088659679,,132144.63794077613,3182.9712971473045,112170.1683336063,41700.61647016862,,,,,119305.62660463693,47376.77088659679,,120637.38896816937,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q45,110868.58590151498,37169.00683722338,118023.3187527546,657.474120570522,81123.46648900653,72951.98474869817,121044.37459845145,43593.16086887255,259781.44266847154,115081.77637488555,1683.945644252372,116596.94344578113,46279.73793514771,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,113220.00862628609,50667.86974094401,,139259.90759933562,3182.9712971473045,116596.94344578113,46279.73793514771,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,113220.00862628609,50667.86974094401,,139259.90759933562,3182.9712971473045,116596.94344578113,46279.73793514771,,,,,122783.122592266,50667.86974094401,,121647.50034876642,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q50,111487.4324103911,41836.85191949487,124559.20509511809,727.4068477667219,82444.4334664475,74719.55523476885,126260.61857989505,49033.856961521145,272672.9112837943,117607.0548263782,2183.6208618840164,122657.61172936347,53958.96859529123,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,117566.8786108224,53958.96859529123,,146375.17725789512,3182.9712971473045,122657.61172936347,53958.96859529123,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,117566.8786108224,53958.96859529123,,146375.17725789512,3182.9712971473045,122657.61172936347,53958.96859529123,,,,,126260.61857989505,53958.96859529123,,122657.61172936347,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q55,114576.72068458704,53265.509478025626,131095.09143748158,797.3395749629218,85292.94210813064,75610.56300701934,129164.72993132111,54474.553054169744,285564.37989911716,120132.33327787084,2683.29607951566,124819.41583968242,61638.19925543477,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,121913.74859535872,57250.06744963846,,153490.4469164546,3182.9712971473045,124819.41583968242,61638.19925543477,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,121913.74859535872,57250.06744963846,,153490.4469164546,3182.9712971473045,124819.41583968242,61638.19925543477,,,,,131648.32998219828,57250.06744963846,,127401.12483506982,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q60,123018.55495523897,58620.93992120598,137630.97777984507,867.2723021591216,88141.45074981375,76501.57077926984,132068.84128274716,59019.16414925788,298455.84851443995,122657.61172936347,3182.9712971473045,131648.32998219828,68669.36507928037,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,126260.61857989505,60541.16630398569,,160605.71657501408,3182.9712971473045,131648.32998219828,68669.36507928037,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,126260.61857989505,60541.16630398569,,160605.71657501408,3182.9712971473045,131648.32998219828,68669.36507928037,,,,,137036.04138450153,60541.16630398569,,132144.63794077613,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q65,125180.35906555792,70313.93952852477,144931.61749692005,937.2050293553217,90989.95939149687,77392.57855152035,134972.95263417318,63451.76461965097,311347.3171297628,134516.39449362928,3351.87810299428,147811.46418910802,75214.4822759025,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,132995.25783277408,63832.26515833291,,167720.98623357358,3182.9712971473045,147811.46418910802,75214.4822759025,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,132995.25783277408,63832.26515833291,,167720.98623357358,3182.9712971473045,147811.46418910802,75214.4822759025,,,,,142423.75278680475,63832.26515833291,,136888.15104648244,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q70,134004.91551703116,82738.62518502332,152232.25721399506,1007.1377565515215,93838.46803318,78283.58632377084,139392.6269193344,111611.15602597679,319821.3238508503,146375.17725789512,3520.7849088412568,157146.20474240824,81759.59947252464,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,139729.89708565315,80489.91741518021,,175743.98424390613,3182.9712971473045,157146.20474240824,81759.59947252464,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,139729.89708565315,80489.91741518021,,175743.98424390613,3182.9712971473045,157146.20474240824,81759.59947252464,,,,,147811.464189108,80489.91741518021,,141631.66415218878,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q75,137630.97777984507,127616.90723673555,159532.89693107008,1077.0704837477215,96686.97667486314,79174.59409602135,144570.08267136323,181633.94290026906,326086.59962482017,158233.96002216093,3689.6917146882324,163066.7484689038,117856.09750889655,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,146464.5363385322,103830.84637327767,,184220.84643012524,3182.9712971473045,163066.7484689038,117856.09750889655,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,146464.5363385322,103830.84637327767,,184220.84643012524,3182.9712971473045,163066.7484689038,117856.09750889655,,,,,153199.17559141124,103830.84637327767,,146375.17725789512,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q80,155172.69016690977,226035.0060051369,166833.53664814506,1147.0032109439214,99535.48531654626,80065.60186827184,149747.53842339205,239181.24876374457,332351.87539879006,170092.74278642674,3858.5985205352085,167282.34505941757,165773.14788116844,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,153199.17559141124,127171.77533137513,,192697.70861634437,3182.9712971473045,167282.34505941757,165773.14788116844,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,153199.17559141124,127171.77533137513,,192697.70861634437,3182.9712971473045,167282.34505941757,165773.14788116844,,,,,155172.69016690974,127171.77533137513,,151118.69036360143,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q85,164573.4637406003,296405.8726598799,208584.05058095345,1216.9359381401212,102383.99395822937,80956.60964052234,154185.9328791605,281134.20336369914,338617.15117275994,184220.84643012524,5227.711116900769,181395.2257013855,213690.1982534402,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,155666.06881078437,150512.7042894725,,201174.57080256345,3182.9712971473045,181395.2257013855,213690.1982534402,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,155666.06881078437,150512.7042894725,,201174.57080256345,3182.9712971473045,181395.2257013855,213690.1982534402,,,,,157146.20474240824,150512.7042894725,,155862.20346930774,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q90,168789.06033111407,314328.33741502586,250334.56451376184,1286.868665336321,105232.50259991252,81847.61741277284,157146.20474240827,314056.2681945837,344882.42694672977,198348.95007382374,6596.82371326633,215302.67444626198,244349.83492987027,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,158132.9620301575,173853.63324756993,,209651.43298878253,3182.9712971473045,215302.67444626198,244349.83492987027,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,158132.9620301575,173853.63324756993,,209651.43298878253,3182.9712971473045,215302.67444626198,244349.83492987027,,,,,159119.71931790677,173853.63324756993,,160605.71657501408,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q95,215302.67444626178,316320.27582456486,292085.0784465702,1356.801392532521,108081.01124159562,82738.62518502334,160106.47660565603,315370.2188337228,351147.70272069966,212477.05371752224,7965.936309631891,269497.3313684837,272133.2359903267,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,160599.85524953064,197194.5622056673,,218128.2951750016,3182.9712971473045,269497.3313684837,272133.2359903267,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,160599.85524953064,197194.5622056673,,218128.2951750016,3182.9712971473045,269497.3313684837,272133.2359903267,,,,,161093.23389340527,197194.5622056673,,165349.2296807204,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q98,282364.9835706628,335419.4216228934,317135.3868062553,1398.761028850241,109790.11642660551,83273.22984837364,161882.6397236047,316158.5892172063,354906.8681850816,220953.91590374135,8787.40386745123,308100.2879750207,288803.2766266006,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,162079.99118115453,211199.11958052576,,223214.4124867331,3182.9712971473045,308100.2879750207,288803.2766266006,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,162079.99118115453,211199.11958052576,,223214.4124867331,3182.9712971473045,308100.2879750207,288803.2766266006,,,,,162277.3426387044,211199.11958052576,,168195.3375441442,3182.9712971473045 -avoided_total_core_day_runtime_baseline_percentile_q99,308100.28797502053,346416.2000587815,325485.489592817,1412.747574289481,110359.81815494213,83451.43140282373,162474.69409625424,316421.37934503413,356159.9233398756,223779.53663248106,9061.22638672434,320967.9401771996,294359.9568386919,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,162573.36982502916,215867.3053721452,,224909.78492397693,3182.9712971473045,320967.9401771996,294359.9568386919,333835.5923793786,1426.734119728721,69234.76369203784,83629.63295727383,162573.36982502916,215867.3053721452,,224909.78492397693,3182.9712971473045,320967.9401771996,294359.9568386919,,,,,162672.04555380408,215867.3053721452,,169144.04016528546,3182.9712971473045 -baseline_daily_mean_core_day_runtime_baseline_percentile_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -baseline_daily_mean_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,793.7621169965815,470.0738535337375,1064.7135921889796,250.46799094209365,862.5491096390488,437.32440779815636,691.6240072893669,540.6692960962391,766.3539023717791,613.0206282088852,366.65116970213234,655.9893697692215,510.5030245130126,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,720.2099192319193,540.8788676737302,,651.756081152551,222.47885188589214,655.9893697692215,510.5030245130126,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,720.2099192319193,540.8788676737302,,651.756081152551,222.47885188589214,655.9893697692215,510.5030245130126,,,,,711.2746828626156,540.8788676737302,,568.4855201084441,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_mean,701.3308723799923,399.30060707851493,940.6555664655916,142.78029217838716,719.2645696170736,398.5323290326348,585.4236085440122,433.9649944998779,556.4747414754594,538.22611089961,283.44688041098135,580.6781293039155,402.4248393422912,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,619.5430797035494,426.29066430326,,551.272924298969,222.47885188589214,580.6781293039155,402.4248393422912,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,619.5430797035494,426.29066430326,,551.272924298969,222.47885188589214,580.6781293039155,402.4248393422912,,,,,598.8996037154309,426.29066430326,,500.3118605438533,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,608.8996277634031,328.52736062329234,816.5975407422035,35.09259341468065,575.9800295950984,359.7402502671132,479.2232097986574,327.26069290351666,346.59558057913966,463.43159359033484,200.24259111983037,505.36688883860944,294.3466541715698,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,518.8762401751795,311.70246093278985,,450.789767445387,222.47885188589214,505.36688883860944,294.3466541715698,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,518.8762401751795,311.70246093278985,,450.789767445387,222.47885188589214,505.36688883860944,294.3466541715698,,,,,486.5245245682462,311.70246093278985,,432.1382009792625,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_sem,47.15879827376999,36.10879921184825,63.294911083361285,54.94270345087067,73.104357154069,19.79187692118449,54.18387691089528,54.4409702022251,107.08120453893864,38.160468014936306,42.451168005689276,38.424102278217376,55.14193120955173,0.0,0.0,0.0,0.0,51.36063241243361,58.4633690665664,,51.266916762031634,0.0,38.424102278217376,55.14193120955173,0.0,0.0,0.0,0.0,51.36063241243361,58.4633690665664,,51.266916762031634,0.0,38.424102278217376,55.14193120955173,,,,,57.334224054686075,58.4633690665664,,34.78247936968921,0.0 -baseline_daily_mean_core_day_runtime_baseline_percentile_q1,332.15786181369276,86.00535693526072,738.2412904520995,66.6335901321961,560.0202038196572,356.60498687217984,384.56584233473586,182.39783798002125,241.3710105747492,416.76710898883937,148.63996948380188,328.6247409076082,220.6208575854203,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,445.4234146143628,299.47632481284984,,418.9164000138991,222.47885188589214,328.6247409076082,220.6208575854203,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,445.4234146143628,299.47632481284984,,418.9164000138991,222.47885188589214,328.6247409076082,220.6208575854203,,,,,445.3436238353405,299.47632481284984,,417.6590216644643,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q2.5,355.15471854831685,117.3940286310676,739.423318400306,68.96461162340603,565.4126539285332,357.94110443748673,390.3544334566576,187.57030453355463,254.1553982370653,419.20137502370613,153.25489963393252,346.32191628310545,220.8306311354736,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,446.02184545703,302.23395267299924,,424.57460258635547,222.47885188589214,346.32191628310545,220.8306311354736,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,446.02184545703,302.23395267299924,,424.57460258635547,222.47885188589214,346.32191628310545,220.8306311354736,,,,,445.82236850947425,302.23395267299924,,421.43115671276854,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q5,387.59427826254944,155.57920265190006,741.3933649806498,72.84964744208924,574.40007077666,360.1679670463317,400.0020853265271,196.19108212277692,275.462711007592,423.2584850818174,160.94644988415024,375.81720857560094,221.1802537188957,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,447.01923019480853,306.8299991065815,,434.0049402071159,222.47885188589214,375.81720857560094,221.1802537188957,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,447.01923019480853,306.8299991065815,,434.0049402071159,222.47885188589214,375.81720857560094,221.1802537188957,,,,,446.62027629969714,306.8299991065815,,427.7180484599423,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q10,427.0963432670575,201.93826718225844,745.3334581413378,80.61971907945568,592.3749044729134,364.6216922640214,419.2973890662661,213.43263730122152,318.0773365486456,431.37270519803997,176.32955038458573,421.1203041163262,221.87949888573996,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,449.0139996703656,316.02209197374617,,452.865615448637,222.47885188589214,421.1203041163262,221.87949888573996,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,449.0139996703656,316.02209197374617,,452.865615448637,222.47885188589214,421.1203041163262,221.87949888573996,,,,,448.21609188014276,316.02209197374617,,440.29183195428965,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q15,446.57047154599155,220.1593170976006,749.2735513020257,88.3897907168221,610.3497381691666,369.07541748171116,438.59269280600506,245.39492828869854,360.691962089699,439.48692531426246,191.7126508850212,439.0484215685201,226.23680460356837,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,451.0087691459227,325.2141848409108,,471.72629069015807,222.47885188589214,439.0484215685201,226.23680460356837,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,451.0087691459227,325.2141848409108,,471.72629069015807,222.47885188589214,439.0484215685201,226.23680460356837,,,,,449.8119074605885,325.2141848409108,,452.86561544863696,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q20,451.92305998328084,224.55269860202142,753.2136444627135,96.15986235418855,628.32457186542,373.52914269940095,446.6202762996971,281.563143793042,403.3065876307526,447.601145430485,207.09575138545668,448.2160918801428,252.54247362730206,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,453.00353862147983,334.40627770807544,,490.5869659316792,222.47885188589214,448.2160918801428,252.54247362730206,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,453.00353862147983,334.40627770807544,,490.5869659316792,222.47885188589214,448.2160918801428,252.54247362730206,,,,,451.40772304103416,334.40627770807544,,465.4393989429844,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q25,540.8820999090686,234.65574711482572,791.8201833087148,103.92993399155498,646.2994055616734,377.9828679170907,449.0139996703656,312.95806101802464,445.9212131718061,470.9213840501309,222.47885188589214,453.00353862147983,278.8481426510357,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,501.47765910027783,343.59837057524004,,509.4476411732002,222.47885188589214,453.00353862147983,278.8481426510357,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,501.47765910027783,343.59837057524004,,509.4476411732002,222.47885188589214,453.00353862147983,278.8481426510357,,,,,453.00353862147983,343.59837057524004,,478.01318243733175,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q30,547.2124208215984,280.6366225740309,830.4267221547161,111.70000562892142,664.2742392579269,382.4365931347804,451.40772304103416,340.5343396195185,488.5358387128596,494.2416226697768,236.3190667140658,505.730675394033,303.76596815086003,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,549.951779579076,352.79046344240464,,528.3083164147213,222.47885188589214,505.730675394033,303.76596815086003,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,549.951779579076,352.79046344240464,,528.3083164147213,222.47885188589214,505.730675394033,303.76596815086003,,,,,491.78283500451823,352.79046344240464,,490.5869659316792,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q35,564.5206713567636,301.2286227258207,869.0332610007174,119.47007726628786,682.2490729541802,386.8903183524702,472.39318681299903,364.10984663297654,524.2552255358986,517.5618612894227,250.15928154223946,541.6875232786342,325.2141848409108,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,598.4259000578741,362.9474671519039,,541.08345575146,222.47885188589214,541.6875232786342,325.2141848409108,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,598.4259000578741,362.9474671519039,,541.08345575146,222.47885188589214,541.6875232786342,325.2141848409108,,,,,530.5621313875567,362.9474671519039,,503.1607494260265,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q40,618.805541430523,342.41273939352953,907.6397998467187,127.24014890365427,700.2239066504336,391.34404357015995,530.5621313875567,379.6838104703628,546.1841349229089,540.8820999090686,263.9994963704131,544.1037933873307,346.6624015309616,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,646.9000205366721,375.0342925460722,,541.6875232786342,222.47885188589214,544.1037933873307,346.6624015309616,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,646.9000205366721,375.0342925460722,,541.6875232786342,222.47885188589214,544.1037933873307,346.6624015309616,,,,,569.3414277705951,375.0342925460722,,515.7345329203739,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q45,677.1141209365542,357.95724029628605,935.8220048463678,135.01022054102071,718.1987403466869,395.79776878784975,588.7310759621143,395.8258352530526,568.113044309919,541.8888791210256,277.83971119858677,549.5156248863004,365.1184706516015,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,656.3419269116353,387.12111794024054,,542.2915908058084,222.47885188589214,549.5156248863004,365.1184706516015,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,656.3419269116353,387.12111794024054,,542.2915908058084,222.47885188589214,549.5156248863004,365.1184706516015,,,,,608.1207241536337,387.12111794024054,,528.3083164147213,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q50,704.156115564316,393.5273338813728,964.0042098460169,142.78029217838716,736.1735740429403,400.2514940055395,646.9000205366721,416.51234759817135,590.0419536969291,542.8956583329825,291.6799260267604,556.4252370804065,379.5850096796936,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,665.7838332865983,399.2079433344088,,542.8956583329825,222.47885188589214,556.4252370804065,379.5850096796936,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,665.7838332865983,399.2079433344088,,542.8956583329825,222.47885188589214,556.4252370804065,379.5850096796936,,,,,646.9000205366721,399.2079433344088,,540.8820999090686,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q55,725.443082523902,403.0822642633128,992.1864148456659,150.5503638157536,749.0757064114337,404.18946973135786,658.2303081866279,437.19885994329,611.9708630839393,543.9024375449394,300.05295504209926,610.7101071541659,394.05154870778574,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,675.2257396615615,411.29476872857714,,543.4997258601566,222.47885188589214,610.7101071541659,394.05154870778574,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,675.2257396615615,411.29476872857714,,543.4997258601566,222.47885188589214,610.7101071541659,394.05154870778574,,,,,654.4535456366425,411.29476872857714,,541.2848115938514,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q60,736.685453153749,418.2552801389643,1020.368619845315,158.32043545312,761.9778387799271,408.1274454571762,669.5605958365836,455.87753842325026,633.8997724709495,544.9092167568963,308.4259840574381,654.4535456366425,408.1006674674256,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,684.6676460365247,423.3815941227454,,544.1037933873307,222.47885188589214,654.4535456366425,408.1006674674256,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,684.6676460365247,423.3815941227454,,544.1037933873307,222.47885188589214,654.4535456366425,408.1006674674256,,,,,662.0070707366132,423.3815941227454,,541.6875232786342,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q65,746.9094954056129,437.94434554898135,1037.2966326321161,166.09050709048645,774.8799711484205,412.06542118299456,680.8908834865395,474.30523767006576,655.8286818579597,552.8478682604971,316.7990130727769,677.1141209365542,421.8367210257262,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,694.1908494384292,435.46841951691374,,544.707860914505,222.47885188589214,677.1141209365542,421.8367210257262,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,694.1908494384292,435.46841951691374,,544.707860914505,222.47885188589214,677.1141209365542,421.8367210257262,,,,,669.5605958365836,435.46841951691374,,542.090234963417,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q70,762.5646110231235,447.7945618281125,1054.2246454189171,173.8605787278529,787.7821035169138,416.0033969088129,692.2862087580482,519.0461221514113,678.1211837924108,560.7865197640978,325.1720420881158,692.4630338476412,435.5727745840268,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,703.7140528403336,456.45851161395336,,560.8339066376382,222.47885188589214,692.4630338476412,435.5727745840268,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,703.7140528403336,456.45851161395336,,560.8339066376382,222.47885188589214,692.4630338476412,435.5727745840268,,,,,677.1141209365542,456.45851161395336,,542.4929466481997,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q75,865.1948977278741,498.6966965796164,1071.1526582057184,181.63065036521934,800.6842358854072,419.9413726346312,703.7140528403336,576.9435992500219,700.5954820005825,568.7251712676984,333.54507110345463,704.156115564316,481.9002370624288,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,713.2372562422381,481.9002370624288,,584.7209414587512,222.47885188589214,704.156115564316,481.9002370624288,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,713.2372562422381,481.9002370624288,,584.7209414587512,222.47885188589214,704.156115564316,481.9002370624288,,,,,684.6676460365247,481.9002370624288,,542.8956583329825,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q80,914.451885566461,590.6762092585568,1088.0806709925193,189.40072200258575,813.5863682539006,423.87934836044957,715.141896922619,616.6742100840239,723.0697802087541,576.6638227712992,351.62949761378064,715.318722012212,541.2642631088713,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,722.7604596441425,507.3419625109042,,608.6079762798643,222.47885188589214,715.318722012212,541.2642631088713,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,722.7604596441425,507.3419625109042,,608.6079762798643,222.47885188589214,715.318722012212,541.2642631088713,,,,,700.714587361865,507.3419625109042,,543.2983700177653,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q85,973.1675850053837,648.5558657128377,1100.3548512009702,197.17079363995217,826.488500622394,427.8173240862679,726.9746489460508,633.6962380872656,745.5440784169257,608.5368959695534,369.7139241241066,728.8510966078568,600.6282891553137,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,733.2959328989134,532.7836879593794,,632.4950111009771,222.47885188589214,728.8510966078568,600.6282891553137,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,733.2959328989134,532.7836879593794,,632.4950111009771,222.47885188589214,728.8510966078568,600.6282891553137,,,,,716.7615286872052,532.7836879593794,,543.701081702548,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q90,1060.9958505336376,666.2928722249003,1112.6290314094208,204.9408652773186,839.3906329908874,431.75529981208626,739.617216851776,653.9783274474003,768.0183766250974,640.4099691678076,387.7983506344326,747.1230074989993,627.6836159379056,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,743.8314061536843,558.2254134078548,,656.3820459220901,222.47885188589214,747.1230074989993,627.6836159379056,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,743.8314061536843,558.2254134078548,,656.3820459220901,222.47885188589214,747.1230074989993,627.6836159379056,,,,,732.8084700125455,558.2254134078548,,544.1037933873308,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q95,1127.3580476595614,703.4614658906871,1124.9032116178714,212.71093691468505,852.2927653593808,435.6932755379046,752.2597847575009,685.6706315566611,790.4926748332689,672.2830423660619,405.8827771447585,757.8891277429185,649.3541595098558,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,754.3668794084551,583.66713885633,,680.269080743203,222.47885188589214,757.8891277429185,649.3541595098558,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,754.3668794084551,583.66713885633,,680.269080743203,222.47885188589214,757.8891277429185,649.3541595098558,,,,,748.8554113378857,583.66713885633,,544.5065050721136,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q98,1141.6070286675272,763.252873606171,1132.267719742942,217.3729798971049,860.0340447804767,438.0560609733956,759.8453255009359,704.6860140222176,803.977253758172,691.4068862850144,416.7334330509541,762.097062695103,662.3564856530259,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,760.6881633613177,598.9321741254153,,694.6013016358708,222.47885188589214,762.097062695103,662.3564856530259,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,760.6881633613177,598.9321741254153,,694.6013016358708,222.47885188589214,762.097062695103,662.3564856530259,,,,,758.48357613309,598.9321741254153,,544.7481320829831,222.47885188589214 -baseline_daily_mean_core_day_runtime_baseline_percentile_q99,1143.651476440391,788.1099233238056,1134.7225557846323,218.9269942245782,862.6144712541756,438.8436561185593,762.3738390820811,711.0244748440698,808.4721133998063,697.7815009246652,420.35031835301936,763.4997076791644,666.6905943674159,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,762.7952580122718,604.0205192151103,,699.3787086000933,222.47885188589214,763.4997076791644,666.6905943674159,753.2136444627135,220.4810085520515,556.4252370804065,400.2514940055395,762.7952580122718,604.0205192151103,,699.3787086000933,222.47885188589214,763.4997076791644,666.6905943674159,,,,,761.6929643981579,604.0205192151103,,544.8286744199397,222.47885188589214 -baseline_total_core_day_runtime_baseline_percentile_n,25.0,28.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,6.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -baseline_total_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,867998.2430579164,270898.0986351935,1295681.2573821275,3669.80661781029,764442.5178825062,222448.93915530824,508595.5913930206,373620.30429827434,656086.7181537808,765496.7022762262,7875.861795189264,642159.04669247,290937.14462550584,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,531813.0021281028,331613.6519458299,,783531.6651902488,5561.971297147304,642159.04669247,290937.14462550584,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,531813.0021281028,331613.6519458299,,783531.6651902488,5561.971297147304,642159.04669247,290937.14462550584,,,,,520632.54766830517,331613.6519458299,,725396.9829864696,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_mean,727919.8457230821,187600.55910653682,1114050.8212476906,1575.906847766722,556797.5723472547,165979.34618870157,428564.6208819448,230630.07281104298,485965.71174749604,649497.2854409205,4718.67157320126,532353.6594052751,179355.1162258652,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,446756.5594037163,191221.2385954971,,652615.752450101,5561.971297147304,532353.6594052751,179355.1162258652,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,446756.5594037163,191221.2385954971,,652615.752450101,5561.971297147304,532353.6594052751,179355.1162258652,,,,,427404.69815398054,191221.2385954971,,599288.9508130611,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,587841.4483882478,104303.01957788017,932420.3851132536,-517.992922276846,349152.6268120032,109509.7532220949,348533.65037086897,87639.84132381162,315844.7053412113,533497.8686056148,1561.481351213256,422548.2721180803,67773.08782622457,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,361700.1166793298,50828.82524516428,,521699.83970995323,5561.971297147304,422548.2721180803,67773.08782622457,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,361700.1166793298,50828.82524516428,,521699.83970995323,5561.971297147304,422548.2721180803,67773.08782622457,,,,,334176.8486396559,50828.82524516428,,473180.91863965255,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_sem,71468.57006879305,42498.74465747788,92668.58986450867,1068.316209205902,105941.29874247528,28811.01681969728,40832.12781177339,72954.19973838335,86796.43183994119,59183.3759363805,1610.8113377489817,56023.15677918106,56929.60632634727,0.0,0.0,0.0,0.0,43396.144247135984,71628.78232159838,,66793.83303068762,0.0,56023.15677918106,56929.60632634727,0.0,0.0,0.0,0.0,43396.144247135984,71628.78232159838,,66793.83303068762,0.0,56023.15677918106,56929.60632634727,,,,,47565.22934404317,71628.78232159838,,64340.83274153496,0.0 -baseline_total_core_day_runtime_baseline_percentile_q1,303798.65275115194,17.57148546727516,825858.5471059384,95.2961212439628,330409.27881586266,130153.40447127612,300100.5203037449,10508.521462668203,261234.5650268756,443529.7241932111,100.0635213310364,301631.1743463246,3260.0007221480214,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,300685.54994254006,101669.18941923595,,448728.9452692839,5561.971297147304,301631.1743463246,3260.0007221480214,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,300685.54994254006,101669.18941923595,,448728.9452692839,5561.971297147304,301631.1743463246,3260.0007221480214,,,,,300322.00185162056,101669.18941923595,,446390.46282065357,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q2.5,311194.91764596617,43.928713668187896,838200.5506801573,140.62093940282278,337760.0515015999,130187.23561709732,301949.5865274484,13655.362007095076,269236.3436756003,446254.06359793857,250.158803327591,305776.2216338977,3519.900625776973,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,303412.16062443657,101931.18450662812,,459252.11628812045,5561.971297147304,305776.2216338977,3519.900625776973,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,303412.16062443657,101931.18450662812,,459252.11628812045,5561.971297147304,305776.2216338977,3519.900625776973,,,,,302503.29039713775,101931.18450662812,,453405.91016654455,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q5,319909.5617959441,742.7463735903248,858770.556637189,216.16230300092275,350011.33931116195,130243.62086013268,305031.36356695433,18900.096247806534,282572.6414234747,450794.6292724842,500.317606655182,312684.6337798529,3953.067131825225,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,307956.51176093065,102367.84298561508,,476790.734652848,5561.971297147304,312684.6337798529,3953.067131825225,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,307956.51176093065,102367.84298561508,,476790.734652848,5561.971297147304,312684.6337798529,3953.067131825225,,,,,306138.771306333,102367.84298561508,,465098.32240969635,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q10,323341.015461491,2434.4793302210246,899910.5685512521,367.2450301971227,374513.91493028606,130356.39134620337,311194.91764596617,29389.56472922945,309245.2369192236,459875.76062157546,1000.635213310364,322618.4327179754,4819.400143921729,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,317045.2140339188,103241.15994358895,,511867.9713823031,5561.971297147304,322618.4327179754,4819.400143921729,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,317045.2140339188,103241.15994358895,,511867.9713823031,5561.971297147304,322618.4327179754,4819.400143921729,,,,,313409.73312472354,103241.15994358895,,488483.1468959997,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q15,331337.07662475214,3210.49597859965,941050.5804653153,518.3277573933225,399016.4905494101,130469.16183227405,317358.47172497795,43620.03518668202,335917.8324149725,468956.8919706667,1500.952819965546,324786.18094852223,10358.599033672002,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,326133.91630690696,104114.47690156286,,546945.2081117581,5561.971297147304,324786.18094852223,10358.599033672002,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,326133.91630690696,104114.47690156286,,546945.2081117581,5561.971297147304,324786.18094852223,10358.599033672002,,,,,320680.69494311407,104114.47690156286,,511867.97138230305,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q20,398142.7224911021,5670.622186502465,982190.5923793785,669.4104845895225,423519.0661685342,130581.93231834474,322574.9155170312,58919.36335157165,362590.4279107214,478038.023319758,2001.270426620728,329394.30564718076,43934.99318934487,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,335222.61857989506,104987.79385953676,,582022.4448412133,5561.971297147304,329394.30564718076,43934.99318934487,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,335222.61857989506,104987.79385953676,,582022.4448412133,5561.971297147304,329394.30564718076,43934.99318934487,,,,,327951.65676150454,104987.79385953676,,535252.7958686064,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q25,441713.4979233929,7766.370454921516,1003047.938729495,820.4932117857223,448021.64178765833,130694.70280441543,327317.8041656051,74662.93007555223,389263.0234064703,527418.9531864251,2155.9878921922627,335222.61857989506,77511.3873450177,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,354885.15105214727,105861.11081751066,,617099.6815706684,5561.971297147304,335222.61857989506,77511.3873450177,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,354885.15105214727,105861.11081751066,,617099.6815706684,5561.971297147304,335222.61857989506,77511.3873450177,,,,,335222.61857989506,105861.11081751066,,558637.6203549099,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q30,482479.64638415637,12555.263490605317,1023905.2850796117,971.5759389819221,472524.2174067824,130807.47329048612,332060.6928141791,90761.88764680558,415935.61890221917,576799.8830530924,2310.705357763797,382412.6965133003,102076.7373329571,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,374547.6835243994,106734.42777548455,,652176.9183001234,5561.971297147304,382412.6965133003,102076.7373329571,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,374547.6835243994,106734.42777548455,,652176.9183001234,5561.971297147304,382412.6965133003,102076.7373329571,,,,,350952.64455769677,106734.42777548455,,582022.4448412133,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q35,517554.0294460079,22467.708089937394,1044762.6314297285,1122.658666178122,497026.7930259065,130920.2437765568,343087.63156879594,102367.84298561508,437794.405437826,626180.8129197597,2465.4228233353315,419440.8983598016,104114.47690156286,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,394210.2159966516,107796.12203224955,,675813.2362335736,5561.971297147304,419440.8983598016,104114.47690156286,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,394210.2159966516,107796.12203224955,,675813.2362335736,5561.971297147304,419440.8983598016,104114.47690156286,,,,,366682.67053549853,107796.12203224955,,605407.2693275167,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q40,559727.0581909254,33219.60464815007,1065619.977779845,1273.7413933743223,521529.36864503054,131033.01426262749,366682.6705354986,104987.79385953676,450025.57405314886,675561.7427864268,2620.140288906866,436145.3480324951,106152.21647016863,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,413872.7484689038,109234.57088659678,,676567.7165750142,5561.971297147304,436145.3480324951,106152.21647016863,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,413872.7484689038,109234.57088659678,,676567.7165750142,5561.971297147304,436145.3480324951,106152.21647016863,,,,,382412.6965133003,109234.57088659678,,628792.0938138199,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q45,585158.2444497849,71085.38394860706,1079902.5914374816,1424.824120570522,546031.9442641546,131145.78474869818,390277.7095022012,107796.12203224955,462256.74266847165,676819.210022161,3355.5980409669755,465126.5542107357,108755.0879351477,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,435466.0960121153,110673.019740944,,677322.1969164546,5561.971297147304,465126.5542107357,108755.0879351477,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,435466.0960121153,110673.019740944,,677322.1969164546,5561.971297147304,465126.5542107357,108755.0879351477,,,,,398142.7224911021,110673.019740944,,652176.9183001234,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q50,675561.7427864268,104405.58255422083,1094185.205095118,1575.906847766722,570534.5198832788,131258.55523476886,413872.7484689038,112111.46859529123,474487.9112837944,678076.6772578951,4091.0557930270847,500246.1386417498,112111.46859529123,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,457059.4435553268,112111.46859529123,,678076.6772578951,5561.971297147304,500246.1386417498,112111.46859529123,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,457059.4435553268,112111.46859529123,,678076.6772578951,5561.971297147304,500246.1386417498,112111.46859529123,,,,,413872.7484689038,112111.46859529123,,675561.7427864268,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q55,699343.1760767803,115467.84925543478,1108467.8187527545,1726.989574962922,590916.0112415957,141787.56300701937,439784.76552075765,116426.81515833292,486719.0798991172,679334.1444936292,4826.513545087194,526207.974848137,115467.84925543478,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,478652.7910985383,113549.91744963847,,678831.1575993357,5561.971297147304,526207.974848137,115467.84925543478,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,478652.7910985383,113549.91744963847,,678831.1575993357,5561.971297147304,526207.974848137,115467.84925543478,,,,,431147.426503473,113549.91744963847,,676064.7296807205,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q60,788002.731890013,130356.39134620337,1122750.432410391,1878.0723021591216,611297.5025999125,152316.57077926985,465696.78257261135,137983.0088027659,498950.2485144399,680591.6117293634,5561.971297147304,552575.5276401984,140834.7650792804,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,500246.1386417498,114988.36630398569,,679585.6379407762,5561.971297147304,552575.5276401984,140834.7650792804,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,500246.1386417498,114988.36630398569,,679585.6379407762,5561.971297147304,552575.5276401984,140834.7650792804,,,,,448422.1045380422,114988.36630398569,,676567.716575014,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q65,810950.766226877,152345.291018879,1125470.2084698295,2029.1550293553216,631678.9939582294,162845.57855152036,491608.79962446523,161694.30833237286,511181.41712976276,712564.3786783629,5629.878102994279,579754.5136036081,182709.58227590247,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,511063.57039441116,116426.81515833292,,680340.1182822166,5561.971297147304,579754.5136036081,182709.58227590247,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,511063.57039441116,116426.81515833292,,680340.1182822166,5561.971297147304,579754.5136036081,182709.58227590247,,,,,465696.7825726114,116426.81515833292,,677070.7034693077,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q70,816623.6672507448,229853.57714577054,1128189.984529268,2180.237756551521,652060.4853165462,173374.58632377084,508900.08404387883,250468.89973869867,537631.3238508502,744537.1456273624,5697.784908841256,623513.2024694174,224584.3994725246,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,521881.00214707246,149132.41741518013,,693792.0662925491,5561.971297147304,623513.2024694174,224584.3994725246,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,521881.00214707246,149132.41741518013,,693792.0662925491,5561.971297147304,623513.2024694174,224584.3994725246,,,,,482971.4606071806,149132.41741518013,,677573.6903636015,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q75,982190.5923793785,298114.6937084902,1130909.7605887065,2331.3204837477215,672441.9766748631,183903.59409602135,521881.00214707246,371775.13708338403,571190.5996248202,776509.912576362,5765.6917146882315,675561.7427864268,283601.13398065115,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,532698.4338997338,197471.59637327766,,713592.7481373277,5561.971297147304,675561.7427864268,283601.13398065115,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,532698.4338997338,197471.59637327766,,713592.7481373277,5561.971297147304,675561.7427864268,283601.13398065115,,,,,500246.1386417498,197471.59637327766,,678076.6772578951,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q80,1074925.5761826867,430133.86435994436,1133629.536648145,2482.4032109439217,692823.46803318,194432.60186827183,534861.9202502661,475545.6268255842,604749.8753987901,808482.6795253615,5833.598520535208,678579.6641521888,349474.6354133795,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,543515.8656523952,245810.77533137522,,733393.4299821064,5561.971297147304,678579.6641521888,349474.6354133795,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,543515.8656523952,245810.77533137522,,733393.4299821064,5561.971297147304,678579.6641521888,349474.6354133795,,,,,517959.7460316821,245810.77533137522,,678579.6641521887,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q85,1116388.9548405877,438894.98406721244,1240843.1133724232,2633.485938140121,713204.9593914968,204961.60964052234,548045.6966462968,557396.4320646778,638309.15117276,809511.0489843263,7448.961116900769,706992.5208557348,415348.1368461078,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,554840.4431371492,294149.9542894724,,753194.1118268849,5561.971297147304,706992.5208557348,415348.1368461078,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,554840.4431371492,294149.9542894724,,753194.1118268849,5561.971297147304,706992.5208557348,415348.1368461078,,,,,535673.3534216144,294149.9542894724,,679082.6510464824,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q90,1129277.8949530434,546998.3821762679,1348056.6900967015,2784.568665336321,733586.4507498136,215490.61741277284,561635.1896280017,623443.280441942,671868.4269467299,810539.4184432911,9064.32371326633,786195.2482348493,429081.29328467767,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,566165.0206219032,342489.13324756996,,772994.7936716636,5561.971297147304,786195.2482348493,429081.29328467767,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,566165.0206219032,342489.13324756996,,772994.7936716636,5561.971297147304,786195.2482348493,429081.29328467767,,,,,553386.9608115468,342489.13324756996,,679585.6379407761,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q95,1436580.8032988252,636561.3907718832,1455270.2668209795,2935.6513925325207,753967.9421081305,226019.62518502332,575224.6826097064,634176.279802803,705427.7027206996,811567.7879022559,10679.686309631892,880433.9313684836,434124.39222422114,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,577489.5981066573,390828.3122056672,,792795.4755164421,5561.971297147304,880433.9313684836,434124.39222422114,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,577489.5981066573,390828.3122056672,,792795.4755164421,5561.971297147304,880433.9313684836,434124.39222422114,,,,,571100.568201479,390828.3122056672,,680088.6248350698,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q98,1538404.5362250523,688185.0208559266,1519598.4128555467,3026.301028850241,766196.8369231207,232337.02984837364,583378.3783987294,640616.0794193195,725563.2681850815,812184.8095776348,11648.903867451229,941487.9279750206,437150.2515879473,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,584284.3445975097,419831.81958052574,,804675.8846233092,5561.971297147304,941487.9279750206,437150.2515879473,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,584284.3445975097,419831.81958052574,,804675.8846233092,5561.971297147304,941487.9279750206,437150.2515879473,,,,,581728.7326354384,419831.81958052574,,680390.416971646,5561.971297147304 -baseline_total_core_day_runtime_baseline_percentile_q99,1550444.189885155,713585.9996752981,1541041.1282004023,3056.5175742894808,770273.135194784,234442.83140282374,586096.2769950703,642762.6792914916,732275.1233398755,812390.4834694277,11971.976386724342,961839.2601771994,438158.871375856,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,586549.2600944606,429499.6553721452,,808636.020992265,5561.971297147304,961839.2601771994,438158.871375856,982190.5923793785,3086.734119728721,325508.76369203784,236548.63295727383,586549.2600944606,429499.6553721452,,808636.020992265,5561.971297147304,961839.2601771994,438158.871375856,,,,,585271.4541134249,429499.6553721452,,680491.0143505047,5561.971297147304 -_daily_mean_core_day_demand_baseline_baseline_percentile_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -_daily_mean_core_day_demand_baseline_baseline_percentile_upper_bound_95_perc_conf,31.054274253194578,16.003300777146105,42.39798786320861,10.797088267903284,26.38514236752517,9.816464460440185,16.711343310461405,15.611637955401449,15.047085922564742,36.45321051143519,33.28790654940457,17.815874325084884,13.64093330586147,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,17.523997413969617,14.858975780961732,,16.749697155753903,10.389062530526488,17.815874325084884,13.64093330586147,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,17.523997413969617,14.858975780961732,,16.749697155753903,10.389062530526488,17.815874325084884,13.64093330586147,,,,,16.029472559887374,14.858975780961732,,17.42776664738518,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_mean,24.813042752022934,12.605428382786172,34.810506394274256,10.608421686296623,20.4587679991347,8.681106819674772,13.889029397545253,12.753262266603263,12.374084511879001,23.628430257054372,16.94411863376554,15.295831708040302,11.601457013811132,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,14.467570265538393,12.08768930751619,,15.23753375018328,10.389062530526488,15.295831708040302,11.601457013811132,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,14.467570265538393,12.08768930751619,,15.23753375018328,10.389062530526488,15.295831708040302,11.601457013811132,,,,,13.317502735643552,12.08768930751619,,15.687082855093257,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_lower_bound_95_perc_conf,18.57181125085129,9.207555988426238,27.223024925339903,10.419755104689962,14.532393630744233,7.545749178909359,11.0667154846291,9.894886577805078,9.70108310119326,10.803650002673558,0.6003307181265143,12.77578909099572,9.561980721760794,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,11.41114311710717,9.316402834070647,,13.725370344612656,10.389062530526488,12.77578909099572,9.561980721760794,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,11.41114311710717,9.316402834070647,,13.725370344612656,10.389062530526488,12.77578909099572,9.561980721760794,,,,,10.605532911399731,9.316402834070647,,13.946399062801332,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_sem,3.184301786312064,1.733608364469354,3.871164014762425,0.09625846000339842,3.023660392035953,0.5792641024313334,1.4399560780184448,1.4583549432643803,1.3637762299417047,6.543255231826946,8.338667303897463,1.285736029104378,1.0405491285971111,0.0,0.0,0.0,0.0,1.5594016063424616,1.4139216701252768,,0.7715119416176648,0.0,1.285736029104378,1.0405491285971111,0.0,0.0,0.0,0.0,1.5594016063424616,1.4139216701252768,,0.7715119416176648,0.0,1.285736029104378,1.0405491285971111,,,,,1.383658073593786,1.4139216701252768,,0.8881039756591451,0.0 -_daily_mean_core_day_demand_baseline_baseline_percentile_q1,8.610871659238716,6.388612140741674,23.996022602813373,10.475014267059267,14.667629328342471,7.551473330684643,8.510409239654022,7.350197347922629,7.953251556134969,13.755282578240726,6.383689722160592,8.499766780831507,7.683919139222749,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,8.524469959928934,9.714402279731946,,13.752469865457302,10.389062530526488,8.499766780831507,7.683919139222749,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,8.524469959928934,9.714402279731946,,13.752469865457302,10.389062530526488,8.499766780831507,7.683919139222749,,,,,8.497308348428007,9.714402279731946,,13.78932802317131,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q2.5,8.944186294460348,6.397338246408135,24.249522335195046,10.479098167648166,14.816022558213902,7.5816074448365525,8.693030245498615,7.5402766750549,8.189469287169711,13.765830251178564,6.385032199955433,8.666424098442322,7.9127219661818184,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,8.728182046185895,9.720318003753817,,13.758798469220006,10.389062530526488,8.666424098442322,7.9127219661818184,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,8.728182046185895,9.720318003753817,,13.758798469220006,10.389062530526488,8.666424098442322,7.9127219661818184,,,,,8.660278017433575,9.720318003753817,,13.850943863505025,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q5,9.535185549238124,6.56000015493004,24.672021889164505,10.485904668629663,15.063344607999621,7.63183096842307,8.997398588572935,7.857075553608686,8.583165505560945,13.783409706074963,6.387269662946833,8.944186294460348,8.2940600111136,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,9.067702189947493,9.73017754379027,,13.769346142157843,10.389062530526488,8.944186294460348,8.2940600111136,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,9.067702189947493,9.73017754379027,,13.769346142157843,10.389062530526488,8.944186294460348,8.2940600111136,,,,,8.931894132442855,9.73017754379027,,13.953636930727885,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q10,10.692599734758687,7.102595475387888,25.517020997103423,10.49951767059266,15.557988707571056,7.732278015596103,9.606135274721574,8.490673310716257,9.370557942343416,13.818568615867758,6.391744588929635,9.672593321824255,9.056736100977165,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,9.74674247747069,9.749896623863176,,13.79044148803352,10.389062530526488,9.672593321824255,9.056736100977165,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,9.74674247747069,9.749896623863176,,13.79044148803352,10.389062530526488,9.672593321824255,9.056736100977165,,,,,9.47512636246141,9.749896623863176,,14.159023065173605,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q15,12.690879698776133,7.402907502352759,26.362020105042337,10.513130672555656,16.05263280714249,7.832725062769136,10.214871960870212,8.98239349860144,10.157950379125884,13.853727525660554,6.396219514912435,10.746765619843876,9.717031490408333,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,10.425782764993887,9.76961570393608,,13.8115368339092,10.389062530526488,10.746765619843876,9.717031490408333,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,10.425782764993887,9.76961570393608,,13.8115368339092,10.389062530526488,10.746765619843876,9.717031490408333,,,,,10.01835859247997,9.76961570393608,,14.36440919961932,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q20,13.860759307619114,7.584261750755724,27.20701921298125,10.52674367451865,16.547276906713925,7.93317210994217,10.555191962172556,9.433577238137367,10.945342815908354,13.888886435453351,6.400694440895236,12.162194150023117,9.763042677245112,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,11.104823052517084,9.789334784008986,,13.832632179784877,10.389062530526488,12.162194150023117,9.763042677245112,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,11.104823052517084,9.789334784008986,,13.832632179784877,10.389062530526488,12.162194150023117,9.763042677245112,,,,,10.561590822498525,9.789334784008986,,14.569795334065041,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q25,14.568700508428185,8.165813730879423,27.674295934667796,10.540356676481645,17.041921006285364,8.033619157115204,10.761303621051754,9.653192124377675,11.732735252690823,14.367192861774852,6.405169366878037,13.748250796282166,9.809053864081891,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,12.055769040854544,9.809053864081891,,13.853727525660554,10.389062530526488,13.748250796282166,9.809053864081891,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,12.055769040854544,9.809053864081891,,13.853727525660554,10.389062530526488,13.748250796282166,9.809053864081891,,,,,11.104823052517084,9.809053864081891,,14.775181468510759,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q30,15.02392508305948,8.602911602430822,28.14157265635434,10.553969678444641,17.5365651058568,8.134066204288237,10.967415279930952,9.687551927981488,12.520127689473293,14.845499288096352,6.608704320769685,13.832632179784877,9.896633350835708,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,13.006715029192005,9.828772944154796,,13.874822871536233,10.389062530526488,13.832632179784877,9.896633350835708,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,13.006715029192005,9.828772944154796,,13.874822871536233,10.389062530526488,13.832632179784877,9.896633350835708,,,,,11.865579843187051,9.828772944154796,,14.98056760295648,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q35,15.611963291393558,8.731735865525923,28.60884937804089,10.567582680407636,18.031209205428233,8.23451325146127,11.485201447852067,9.73017754379027,13.079329173830395,15.323805714417853,6.812239274661332,14.024849250048316,10.08813358738212,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,13.957661017529464,9.95464126331234,,13.984547720717652,10.389062530526488,14.024849250048316,10.08813358738212,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,13.957661017529464,9.95464126331234,,13.984547720717652,10.389062530526488,14.024849250048316,10.08813358738212,,,,,12.626336633857019,9.95464126331234,,15.185953737402198,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q40,16.340979451643598,9.664645392245614,29.076126099727436,10.581195682370632,18.525853304999668,8.334960298634304,12.626336633857022,9.789334784008986,13.182148753336767,15.802112140739354,7.0157742285529805,14.43273769383322,10.279633823928537,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,14.908607005866925,10.292808060639164,,14.27153157651055,10.389062530526488,14.43273769383322,10.279633823928537,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,14.908607005866925,10.292808060639164,,14.27153157651055,10.389062530526488,14.43273769383322,10.279633823928537,,,,,13.387093424526988,10.292808060639164,,15.391339871847917,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q45,17.34875336772255,9.802480837390922,30.277791094210116,10.594808684333628,19.020497404571103,8.435407345807338,13.767471819861973,9.95464126331234,13.284968332843139,16.229305512619078,7.219309182444627,14.704663107403682,10.4423859068365,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.052754602357616,10.630974857965986,,14.558515432303452,10.389062530526488,14.704663107403682,10.4423859068365,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.052754602357616,10.630974857965986,,14.558515432303452,10.389062530526488,14.704663107403682,10.4423859068365,,,,,14.147850215196957,10.630974857965986,,15.596726006293634,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q50,19.51514150414254,9.97608214479391,31.479456088692793,10.608421686296623,19.51514150414254,8.53585439298037,14.908607005866925,10.969141655292809,13.38778791234951,16.656498884498802,7.422844136336275,14.908607005866925,10.566807118226532,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.19690219884831,10.969141655292809,,14.845499288096352,10.389062530526488,14.908607005866925,10.566807118226532,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.19690219884831,10.969141655292809,,14.845499288096352,10.389062530526488,14.908607005866925,10.566807118226532,,,,,14.908607005866925,10.969141655292809,,15.802112140739354,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q55,20.54988644161046,10.414031271368541,32.681121083175476,10.622034688259617,20.292873552211624,8.679877168161724,15.081584121655755,11.983642047273278,13.490607491855883,17.083692256378523,8.016087815174318,15.25456123744459,10.691228329616564,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.341049795339003,11.307308452619633,,15.132483143889253,10.389062530526488,15.25456123744459,10.691228329616564,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.341049795339003,11.307308452619633,,15.132483143889253,10.389062530526488,15.25456123744459,10.691228329616564,,,,,15.023925083059478,11.307308452619633,,15.972989489491242,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q60,22.657489441291403,10.635647690222614,33.88278607765815,10.635647690222614,21.070605600280707,8.82389994334308,15.254561237444587,12.294754363512132,13.593427071362253,17.510885628258247,8.609331494012359,15.548580341611627,11.014914227351039,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.485197391829697,11.645475249946456,,15.419466999682154,10.389062530526488,15.548580341611627,11.014914227351039,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.485197391829697,11.645475249946456,,15.419466999682154,10.389062530526488,15.548580341611627,11.014914227351039,,,,,15.139243160252033,11.645475249946456,,16.143866838243135,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q65,25.855020640278994,11.961183052336658,36.75421207793927,10.64926069218561,21.84833764834979,8.967922718524433,15.42753835323342,12.517943170283285,13.696246650868625,18.60261435819417,9.202575172850404,15.738729190957423,11.488048639843846,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.78895412526721,11.983642047273278,,15.706450855475053,10.389062530526488,15.738729190957423,11.488048639843846,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,15.78895412526721,11.983642047273278,,15.706450855475053,10.389062530526488,15.738729190957423,11.488048639843846,,,,,15.254561237444587,11.983642047273278,,16.31474418699502,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q70,27.275373430462945,12.682882747497924,39.62563807822039,10.662873694148605,22.626069696418874,9.111945493705786,15.728202778579707,13.825242244173435,13.849966775037524,19.694343088130097,9.795818851688445,16.161357014675513,11.961183052336654,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,16.092710858704727,12.556929427320172,,15.972989489491242,10.389062530526488,16.161357014675513,11.961183052336654,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,16.092710858704727,12.556929427320172,,15.972989489491242,10.389062530526488,16.161357014675513,11.961183052336654,,,,,15.369879314637142,12.556929427320172,,16.485621535746912,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q75,28.84146117168933,13.38778791234951,42.4970640785015,10.676486696111601,23.403801744487957,9.255968268887141,16.092710858704727,15.674596451623081,14.02913717153769,20.786071818066024,10.389062530526488,16.700224325579757,13.021248415466966,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,16.396467592142244,13.247777098727108,,16.229305512619078,10.389062530526488,16.700224325579757,13.021248415466966,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,16.396467592142244,13.247777098727108,,16.229305512619078,10.389062530526488,16.700224325579757,13.021248415466966,,,,,15.485197391829697,13.247777098727108,,16.656498884498802,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q80,30.037458095313593,14.686095292038294,45.36849007878262,10.690099698074595,24.18153379255704,9.399991044068495,16.457218938829744,17.455622008308737,14.208307568037855,21.877800548001947,19.13539450404577,17.186621107186852,14.316086158852281,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,16.700224325579757,13.938624770134043,,16.485621535746912,10.389062530526488,17.186621107186852,14.316086158852281,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,16.700224325579757,13.938624770134043,,16.485621535746912,10.389062530526488,17.186621107186852,14.316086158852281,,,,,15.728202778579709,13.938624770134043,,16.82737623325069,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q85,38.47706767810792,15.886512196025262,46.401766087904576,10.70371270003759,24.959265840626124,9.544013819249848,17.05199268452304,19.151236751539404,14.387477964538018,31.144011909399254,27.88172647756503,18.052290085609116,15.610923902237591,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,17.579645222937966,14.629472441540974,,16.741937558874746,10.389062530526488,18.052290085609116,15.610923902237591,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,17.579645222937966,14.629472441540974,,16.741937558874746,10.389062530526488,18.052290085609116,15.610923902237591,,,,,15.97120816532972,14.629472441540974,,16.99825358200258,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q90,47.84835250067533,18.209228560855706,47.43504209702654,10.717325702000586,25.736997888695203,9.688036594431203,18.10729776135289,20.4860857791339,14.566648361038183,40.41022327079656,36.628058451084314,19.67650345766172,16.067735142633378,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,18.45906612029617,15.320320112947908,,16.99825358200258,10.389062530526488,19.67650345766172,16.067735142633378,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,18.45906612029617,15.320320112947908,,16.99825358200258,10.389062530526488,19.67650345766172,16.067735142633378,,,,,16.214213552079734,15.320320112947908,,17.16913093075447,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q95,57.054435617927,20.582311142957764,48.46831810614851,10.73093870396358,26.514729936764287,9.832059369612555,19.162602838182735,20.558254802001798,14.745818757538347,49.67643463219386,45.374390424603575,23.013552434200044,16.384875299197574,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,19.338487017654376,16.01116778435484,,17.254569605130413,10.389062530526488,23.013552434200044,16.384875299197574,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,19.338487017654376,16.01116778435484,,17.254569605130413,10.389062530526488,23.013552434200044,16.384875299197574,,,,,16.457218938829744,16.01116778435484,,17.340008279506357,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q98,66.2196799437247,36.70576714003123,49.08828371162168,10.739106505141379,26.981369165605734,9.918473034721368,19.795785884280647,20.601556215722535,14.853320995438446,55.23616144903225,50.62218960871515,25.529632501468768,16.575159393136094,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,19.866139556069307,16.425676387199,,17.408359219007114,10.389062530526488,25.529632501468768,16.575159393136094,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,19.866139556069307,16.425676387199,,17.408359219007114,10.389062530526488,25.529632501468768,16.575159393136094,,,,,16.60302217087975,16.425676387199,,17.442534688757494,10.389062530526488 -_daily_mean_core_day_demand_baseline_baseline_percentile_q99,69.57831099763247,45.41324476907699,49.294938913446074,10.741829105533977,27.136915575219554,9.94727758975764,20.006846899646614,20.615990020296113,14.889155074738479,57.08940372131171,52.371456003419006,26.368325857225003,16.638587424448936,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,20.042023735540944,16.563845921480386,,17.45962242363268,10.389062530526488,26.368325857225003,16.638587424448936,27.20701921298125,10.744551705926577,14.568700508428185,7.531383921250036,20.042023735540944,16.563845921480386,,17.45962242363268,10.389062530526488,26.368325857225003,16.638587424448936,,,,,16.651623248229754,16.563845921480386,,17.47671015850787,10.389062530526488 -percent_savings_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -percent_savings_baseline_regional_upper_bound_95_perc_conf,17.93400085676939,8.302762964867533,10.970592307449932,10.053295554582466,17.218477735697892,34.16530307662385,30.87703985651693,7.339810586425639,3.032945643291759,9.978419192731735,,20.95915830646234,10.688616945565599,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,26.924404435113424,1.073254086963991,,11.968288721707346,,20.95915830646234,10.688616945565599,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,26.924404435113424,1.073254086963991,,11.968288721707346,,20.95915830646234,10.688616945565599,,,,,26.94943444318319,1.073254086963991,,13.053275551176188, -percent_savings_baseline_regional_mean,14.006273721552184,-0.04576886824885531,8.54097796347286,-7.637149109287655,13.567275477926543,26.7238879910616,24.964172934142017,-3.2354147729221068,-8.353206630529167,6.906852853422865,,16.716145299327028,2.566850054421072,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,22.4743466010173,-3.126107492589753,,8.92409819615548,,16.716145299327028,2.566850054421072,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,22.4743466010173,-3.126107492589753,,8.92409819615548,,16.716145299327028,2.566850054421072,,,,,24.73824832465658,-3.126107492589753,,10.199348498894478, -percent_savings_baseline_regional_lower_bound_95_perc_conf,10.078546586334976,-8.394300701365243,6.111363619495789,-25.327593773157776,9.916073220155196,19.282472905499343,19.051306011767103,-13.810640132269853,-19.73935890435009,3.8352865141139936,,12.473132292191718,-5.554916836723454,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,18.024288766921174,-7.325469072143497,,5.879907670603614,,12.473132292191718,-5.554916836723454,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,18.024288766921174,-7.325469072143497,,5.879907670603614,,12.473132292191718,-5.554916836723454,,,,,22.527062206129973,-7.325469072143497,,7.345421446612767, -percent_savings_baseline_regional_sem,2.003942415927147,4.2594550168961165,1.2395991550903427,9.025737073403123,1.8628582947812997,3.7966403497766605,3.016768837946385,5.39552314252436,5.8092613641943505,1.5671256833208527,,2.164802554660873,4.143758617930881,0.0,0.0,0.0,0.0,2.2704376704572073,2.1425314181396655,,1.5531584314040134,,2.164802554660873,4.143758617930881,0.0,0.0,0.0,0.0,2.2704376704572073,2.1425314181396655,,1.5531584314040134,,2.164802554660873,4.143758617930881,,,,,1.1281561829217397,2.1425314181396655,,1.456085230755975, -percent_savings_baseline_regional_q1,2.4656126749788716,-42.27164484432074,4.347876249722662,-20.14618249331559,9.160375041611653,21.431018250399568,11.791382534729378,-42.67478335101797,-24.878077098615844,2.241199161611279,,5.328455011569663,-8.75116223135871,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,11.68529177607796,-8.86434462758762,,5.161103939837897,,5.328455011569663,-8.75116223135871,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,11.68529177607796,-8.86434462758762,,5.161103939837897,,5.328455011569663,-8.75116223135871,,,,,21.81550181288016,-8.86434462758762,,7.247344274731812, -percent_savings_baseline_regional_q2.5,2.907426779421319,-36.67628896072901,4.518335855645414,-19.763252899926982,9.35105395491264,21.47226339456752,12.746199362592131,-37.6841352274721,-24.277680060865265,2.3463929960023377,,5.673616597016431,-8.3267282455003,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,12.480972465963587,-8.609684236072574,,5.2552389176870165,,5.673616597016431,-8.3267282455003,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,12.480972465963587,-8.609684236072574,,5.2552389176870165,,5.673616597016431,-8.3267282455003,,,,,21.892883760256566,-8.609684236072574,,7.333007159951189, -percent_savings_baseline_regional_q5,3.606683502991833,-27.350695821409467,4.802435198849999,-19.125036910945962,9.668852143747625,21.54100530151411,14.337560742363383,-29.36638835489565,-23.27701833128096,2.5217160533207696,,6.248885906094377,-7.619338269069614,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,13.807106949106299,-8.185250250214162,,5.412130547435546,,6.248885906094377,-7.619338269069614,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,13.807106949106299,-8.185250250214162,,5.412130547435546,,6.248885906094377,-7.619338269069614,,,,,22.021853672550574,-8.185250250214162,,7.475778635316818, -percent_savings_baseline_regional_q10,4.320647589990594,-21.37684346921631,5.370633885259169,-17.848604932983932,10.304448521417589,21.6784891154073,17.520283501905887,-12.730894609742741,-21.27569487211235,2.8723621679576326,,7.475778635316818,-6.204558316208243,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,16.459375915391718,-7.336382278497339,,5.725913806932608,,7.475778635316818,-6.204558316208243,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,16.459375915391718,-7.336382278497339,,5.725913806932608,,7.475778635316818,-6.204558316208243,,,,,22.279793497138588,-7.336382278497339,,7.761321586048075, -percent_savings_baseline_regional_q15,5.309649883459339,-14.475770443866928,5.938832571668339,-16.572172955021895,10.940044899087553,21.81597292930048,20.70300626144839,-7.4760116673973265,-19.274371412943744,3.2230082825944963,,9.046264864338726,-4.789778363346872,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,19.11164488167714,-6.487514306780517,,6.039697066429669,,9.046264864338726,-4.789778363346872,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,19.11164488167714,-6.487514306780517,,6.039697066429669,,9.046264864338726,-4.789778363346872,,,,,22.537733321726602,-6.487514306780517,,8.04686453677933, -percent_savings_baseline_regional_q20,6.64367214337912,-10.194945091555464,6.50703125807751,-15.295740977059863,11.57564127675752,21.953456743193662,22.021853672550574,-5.472731811568334,-17.273047953775134,3.5736543972313592,,10.267499750082674,-3.374998410485501,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,21.76391384796256,-5.638646335063694,,6.35348032592673,,10.267499750082674,-3.374998410485501,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,21.76391384796256,-5.638646335063694,,6.35348032592673,,10.267499750082674,-3.374998410485501,,,,,22.795673146314616,-5.638646335063694,,8.332407487510586, -percent_savings_baseline_regional_q25,7.202525010873127,-6.808251715454328,6.690121690992088,-14.019308999097827,12.211237654427483,22.090940557086846,22.408763409432595,-4.322256810338384,-15.271724494606527,3.9548276199081407,,10.877544785090189,-3.3243239226225656,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,22.08633862869758,-4.789778363346872,,6.667263585423792,,10.877544785090189,-3.3243239226225656,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,22.08633862869758,-4.789778363346872,,6.667263585423792,,10.877544785090189,-3.3243239226225656,,,,,23.05361297090263,-4.789778363346872,,8.617950438241841, -percent_savings_baseline_regional_q30,7.777551822638374,-4.166179771154813,6.873212123906667,-12.742877021135792,12.846834032097448,22.22842437098003,22.795673146314616,-3.854025692787669,-13.27040103543792,4.336000842584922,,11.817029974034538,-3.2736494347596303,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,22.408763409432595,-3.94091039163005,,6.981046844920853,,11.817029974034538,-3.2736494347596303,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,22.408763409432595,-3.94091039163005,,6.981046844920853,,11.817029974034538,-3.2736494347596303,,,,,23.197967595847754,-3.94091039163005,,8.9034933889731, -percent_savings_baseline_regional_q35,9.080557953453365,-3.4918096532400185,7.056302556821246,-11.46644504317376,13.482430409767414,22.36590818487321,23.125790283375192,-3.516840633830272,-11.439176418525252,4.717174065261704,,13.031048624592916,-3.222974946896695,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,22.73118819016761,-3.3648635129129136,,7.333007159951189,,13.031048624592916,-3.222974946896695,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,22.73118819016761,-3.3648635129129136,,7.333007159951189,,13.031048624592916,-3.222974946896695,,,,,23.34232222079288,-3.3648635129129136,,9.189036339704355, -percent_savings_baseline_regional_q40,9.519309000478485,-3.334458820195153,7.239392989735824,-10.190013065211723,14.118026787437378,22.50339199876639,23.34232222079288,-3.4417476920595105,-9.94814948612445,5.098347287938485,,13.526054802629421,-3.17230045903376,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.05361297090263,-3.334458820195153,,7.761321586048075,,13.526054802629421,-3.17230045903376,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.05361297090263,-3.334458820195153,,7.761321586048075,,13.526054802629421,-3.17230045903376,,,,,23.486676845738007,-3.334458820195153,,9.47457929043561, -percent_savings_baseline_regional_q45,10.171312787693623,-3.0546709977957383,7.721645960518216,-8.91358108724969,14.753623165107342,22.640875812659576,23.55885415821057,-3.3648635129129136,-8.457122553723655,5.621319387100254,,13.751431303470222,-1.6099785640025115,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.234056252084038,-3.3040541274773916,,8.189636012144959,,13.751431303470222,-1.6099785640025115,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.234056252084038,-3.3040541274773916,,8.189636012144959,,13.751431303470222,-1.6099785640025115,,,,,23.631031470683133,-3.3040541274773916,,9.760122241166869, -percent_savings_baseline_regional_q50,10.739860027132277,-1.996005846653538,8.203898931300607,-7.637149109287655,15.389219542777308,22.778359626552756,23.775386095628257,-3.2736494347596303,-6.96609562132286,6.1442914862620235,,15.025635600599294,-0.047656668971263416,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.41449953326544,-3.2736494347596303,,8.617950438241841,,15.025635600599294,-0.047656668971263416,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.41449953326544,-3.2736494347596303,,8.617950438241841,,15.025635600599294,-0.047656668971263416,,,,,23.775386095628257,-3.2736494347596303,,10.045665191898124, -percent_savings_baseline_regional_q55,12.36885663337926,0.2989434134340335,8.686151902083,-6.36071713132562,15.478232700992043,24.099501949798594,24.516129016850005,-3.182435356606347,-5.475068688922061,6.667263585423792,,16.553579261076557,1.5146652260599849,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.594942814446853,-3.2432447420418695,,9.046264864338728,,16.553579261076557,1.5146652260599849,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.594942814446853,-3.2432447420418695,,9.046264864338728,,16.553579261076557,1.5146652260599849,,,,,24.269214709776087,-3.2432447420418695,,10.377313134728286, -percent_savings_baseline_regional_q60,13.608009893844258,2.5723772520061803,9.168404872865391,-5.084285153363588,15.567245859206778,25.420644273044424,25.25687193807175,-1.681805165153864,-3.9840417565212682,7.190235684585561,,19.5700887587474,3.076987121091233,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.775386095628257,-3.212840049324108,,9.47457929043561,,19.5700887587474,3.076987121091233,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,23.775386095628257,-3.212840049324108,,9.47457929043561,,19.5700887587474,3.076987121091233,,,,,24.76304332392392,-3.212840049324108,,10.708961077558447, -percent_savings_baseline_regional_q65,14.823164729501126,4.512115605560254,9.457524172509963,-3.807853175401551,15.656259017421515,26.74178659629026,25.9976148592935,-0.0049979595389748055,-2.4930148241204684,7.904093061413702,,21.957368716403572,3.589533008401597,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,24.392671863313048,-3.182435356606347,,9.902893716532496,,21.957368716403572,3.589533008401597,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,24.392671863313048,-3.182435356606347,,9.902893716532496,,21.957368716403572,3.589533008401597,,,,,25.25687193807175,-3.182435356606347,,11.040609020388612, -percent_savings_baseline_regional_q70,16.012311650280452,5.5294921747202475,9.746643472154535,-2.5314211974395184,15.745272175636249,28.06292891953609,26.76638324157834,1.3108525792935588,-1.216634610890325,8.617950438241841,,22.66670323402061,4.10207889571196,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,25.009957630997835,-2.547371701021263,,10.377313134728286,,22.66670323402061,4.10207889571196,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,25.009957630997835,-2.547371701021263,,10.377313134728286,,22.66670323402061,4.10207889571196,,,,,25.750700552219584,-2.547371701021263,,11.372256963218774, -percent_savings_baseline_regional_q75,20.392773167203085,6.524752675893774,10.035762771799106,-1.2549892194774834,15.834285333850984,29.38407124278193,27.549164354394733,2.446224784734921,-0.04757775724549851,9.331807815069983,,23.234056252084038,4.614624783022324,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,25.627243398682623,-1.6099785640025115,,10.87478504897353,,23.234056252084038,4.614624783022324,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,25.627243398682623,-1.6099785640025115,,10.87478504897353,,23.234056252084038,4.614624783022324,,,,,26.244529166367414,-1.6099785640025115,,11.703904906048937, -percent_savings_baseline_regional_q80,22.79567314631462,12.912487899533735,10.324882071443676,0.021442758484552016,15.923298492065719,30.705213566027762,28.331945467211128,3.9119494650347733,1.121479096399328,10.045665191898124,,23.631031470683133,5.1271706703326885,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,26.244529166367414,-0.6725854269837603,,11.372256963218774,,23.631031470683133,5.1271706703326885,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,26.244529166367414,-0.6725854269837603,,11.372256963218774,,23.631031470683133,5.1271706703326885,,,,,26.766383241578342,-0.6725854269837603,,12.035552848879098, -percent_savings_baseline_regional_q85,23.66712012691941,21.81597292930048,11.18664157265124,1.2978747364465852,16.012311650280456,32.026355889273596,29.958732681468874,5.790614738907733,2.2905359500441476,10.87478504897353,,24.639586170386963,9.539967909387705,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,26.896846760381074,0.26480771003498504,,11.869728877464016,,24.639586170386963,9.539967909387705,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,26.896846760381074,0.26480771003498504,,11.869728877464016,,24.639586170386963,9.539967909387705,,,,,27.28823731678927,0.26480771003498504,,12.367200791709262, -percent_savings_baseline_regional_q90,25.997614859293506,23.51682461086416,12.048401073858804,2.57430671440862,16.10132480849519,33.34749821251943,33.273532098609365,9.173687411539008,3.459592803688974,11.703904906048937,,25.9976148592935,13.952765148442722,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,27.549164354394733,1.202200847053736,,12.36720079170926,,25.9976148592935,13.952765148442722,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,27.549164354394733,1.202200847053736,,12.36720079170926,,25.9976148592935,13.952765148442722,,,,,27.810091392000196,1.202200847053736,,12.698848734539425, -percent_savings_baseline_regional_q95,28.723336023619318,27.422594379199897,12.910160575066367,3.8507386923706526,16.190337966709922,34.66864053576526,36.58833151574983,17.82218597982438,4.628649657333794,12.533024763124342,,27.418700835592,18.36556238749774,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,28.201481948408393,2.139593984072482,,12.864672705954504,,27.418700835592,18.36556238749774,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,28.201481948408393,2.139593984072482,,12.864672705954504,,27.418700835592,18.36556238749774,,,,,28.331945467211124,2.139593984072482,,13.030496677369586, -percent_savings_baseline_regional_q98,35.262411748893626,32.56290746708663,13.427216275790908,4.616597879147874,16.243745861638764,35.46132592971277,38.57721116603412,23.011285120795634,5.33008376952069,13.030496677369586,,28.27976005969003,21.013240730930757,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,28.592872504816587,2.702029866283733,,13.163155854501651,,28.27976005969003,21.013240730930757,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,28.592872504816587,2.702029866283733,,13.163155854501651,,28.27976005969003,21.013240730930757,,,,,28.645057912337684,2.702029866283733,,13.229485443067682, -percent_savings_baseline_regional_q99,37.582771340891966,34.276345163048866,13.599568176032419,4.871884274740282,16.261548493281712,35.725554394361936,39.24017104946221,24.74098483445271,5.563895140249653,13.196320648784667,,28.566779801056043,21.895800178741755,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,28.72333602361932,2.8895084936874817,,13.2626502373507,,28.566779801056043,21.895800178741755,13.771920076273931,5.1271706703326885,16.27935112492466,22.778359626552756,28.72333602361932,2.8895084936874817,,13.2626502373507,,28.566779801056043,21.895800178741755,,,,,28.749428727379865,2.8895084936874817,,13.295815031633715, -avoided_daily_mean_core_day_runtime_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -avoided_daily_mean_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,101.26912215876933,21.448306900155654,84.38671026115651,8.8541901080224,104.79876553886561,85.3087120283483,158.78560192556603,4.95312054035734,2.7667293139844773,47.70593439692679,,119.69185706392614,34.38215074383649,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,160.65001164933432,1.9694251146957962,,58.82148809508542,,119.69185706392614,34.38215074383649,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,160.65001164933432,1.9694251146957962,,58.82148809508542,,119.69185706392614,34.38215074383649,,,,,170.31773695648178,1.9694251146957962,,66.78525691637803, -avoided_daily_mean_core_day_runtime_baseline_regional_mean,81.91161761184718,5.741956722656778,70.96465703372782,0.06921288090162125,89.93842254580717,76.57102458778333,130.74258572469907,-4.369109610191619,-19.265806423189566,31.875712924659325,,91.6608393781684,9.602498328726288,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,128.33322037084739,-6.2790644599852135,,41.33415741989956,,91.6608393781684,9.602498328726288,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,128.33322037084739,-6.2790644599852135,,41.33415741989956,,91.6608393781684,9.602498328726288,,,,,138.96003494891846,-6.2790644599852135,,46.01895171328662, -avoided_daily_mean_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,62.55411306492502,-9.964393454842096,57.54260380629912,-8.715764346219157,75.07807955274873,67.83333714721836,102.69956952383211,-13.69133976074058,-41.29834216036361,16.045491452391857,,63.62982169241067,-15.177154086383915,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,96.01642909236045,-14.527554034666224,,23.846826744713702,,63.62982169241067,-15.177154086383915,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,96.01642909236045,-14.527554034666224,,23.846826744713702,,63.62982169241067,-15.177154086383915,,,,,107.60233294135514,-14.527554034666224,,25.25264651019521, -avoided_daily_mean_core_day_runtime_baseline_regional_sem,9.876277830062325,8.013443968111671,6.847986340524845,4.482131238326928,7.5818076495196145,4.458003796206614,14.30766132697294,4.756239872729061,11.241089661823493,8.076643608299728,,14.30153963559068,12.642679803627654,0.0,0.0,0.0,0.0,16.48815881555456,4.208413048306638,,8.922107487339725,,14.30153963559068,12.642679803627654,0.0,0.0,0.0,0.0,16.48815881555456,4.208413048306638,,8.922107487339725,,14.30153963559068,12.642679803627654,,,,,15.998827554879242,4.208413048306638,,10.595053675046637, -avoided_daily_mean_core_day_runtime_baseline_regional_q1,12.519382228556744,-47.831109334757485,45.99367468363116,-6.142704088964874,76.93714343508601,67.42210157371909,75.53513587147154,-28.375449315164175,-51.06009382825001,12.276931632351435,,24.33127002801848,-15.875716755286916,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,75.47913780630832,-16.001520682648245,,24.06623591460545,,24.33127002801848,-15.875716755286916,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,75.47913780630832,-16.001520682648245,,24.06623591460545,,24.33127002801848,-15.875716755286916,,,,,82.14785443834828,-16.001520682648245,,24.391407621317086, -avoided_daily_mean_core_day_runtime_baseline_regional_q2.5,12.99670683983594,-41.82178910667351,47.39957998166633,-5.952543365397533,77.18956914749536,67.69458859123235,76.0391184579406,-26.567751435934525,-49.89425034040484,12.390580349322672,,24.877902886932837,-15.403952027681944,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,75.89912329503252,-15.718461846085262,,24.21531760340028,,24.877902886932837,-15.403952027681944,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,75.89912329503252,-15.718461846085262,,24.21531760340028,,24.877902886932837,-15.403952027681944,,,,,84.17120510064808,-15.718461846085262,,25.02824687017936, -avoided_daily_mean_core_day_runtime_baseline_regional_q5,14.229000351058202,-31.806255393200225,49.74275547839159,-5.635608826118629,77.61027866817764,68.14873362042111,76.87908943538905,-23.554921637218442,-47.951177860662874,12.579994877608069,,25.788957651790106,-14.61767748167366,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,76.5990991095729,-15.246697118480288,,24.463787084724988,,25.788957651790106,-14.61767748167366,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,76.5990991095729,-15.246697118480288,,24.463787084724988,,25.788957651790106,-14.61767748167366,,,,,87.5434562044811,-15.246697118480288,,26.08964561828315, -avoided_daily_mean_core_day_runtime_baseline_regional_q10,24.298140763841847,-26.65986805246664,54.42910647184212,-5.001739747560824,78.45169770954219,69.05702367879864,78.55903139028591,-17.52926203978627,-44.065032901178945,12.958823934178861,,29.071279394179673,-13.045128389657087,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,77.99905073865362,-14.303167663270344,,24.960726047374408,,29.071279394179673,-13.045128389657087,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,77.99905073865362,-14.303167663270344,,24.960726047374408,,29.071279394179673,-13.045128389657087,,,,,94.28795841214712,-14.303167663270344,,28.212443114490732, -avoided_daily_mean_core_day_runtime_baseline_regional_q15,29.94626903151877,-19.112065528659357,59.11545746529266,-4.367870669003018,79.29311675090672,69.96531373717617,80.23897334518279,-16.17249160064461,-40.178887941695024,13.337652990749653,,38.924556093606824,-11.472579297640513,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,79.39900236773434,-13.359638208060403,,25.45766501002383,,38.924556093606824,-11.472579297640513,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,79.39900236773434,-13.359638208060403,,25.45766501002383,,38.924556093606824,-11.472579297640513,,,,,101.03246061981314,-13.359638208060403,,30.335240610698314, -avoided_daily_mean_core_day_runtime_baseline_regional_q20,45.08408820478312,-16.15982376275488,63.80180845874319,-3.734001590445213,80.13453579227127,70.8736037955537,87.5434562044811,-16.149689492443095,-36.2927429822111,13.716482047320445,,49.934895254047696,-9.90003020562394,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,80.79895399681507,-12.416108752850457,,25.954603972673247,,49.934895254047696,-9.90003020562394,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,80.79895399681507,-12.416108752850457,,25.954603972673247,,49.934895254047696,-9.90003020562394,,,,,107.77696282747917,-12.416108752850457,,32.458038106905896, -avoided_daily_mean_core_day_runtime_baseline_regional_q25,49.84656942779934,-13.61845723632209,64.05720699074462,-3.100132511887407,80.97595483363581,71.78189385393124,97.66020951598013,-14.879006229226702,-32.40659802272718,16.279073566009224,,62.97009372126253,-8.889050165033034,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,89.22958175639761,-11.472579297640513,,26.45154293532267,,62.97009372126253,-8.889050165033034,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,89.22958175639761,-11.472579297640513,,26.45154293532267,,62.97009372126253,-8.889050165033034,,,,,114.52146503514518,-11.472579297640513,,34.58083560311348, -avoided_daily_mean_core_day_runtime_baseline_regional_q30,64.10828669714489,-10.6184276325573,64.31260552274604,-2.466263433329601,81.81737387500036,72.69018391230877,107.77696282747917,-12.610018041998405,-28.520453063243263,18.841665084698008,,70.78637299769068,-7.878070124442126,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,97.66020951598013,-10.52904984243057,,26.94848189797209,,70.78637299769068,-7.878070124442126,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,97.66020951598013,-10.52904984243057,,26.94848189797209,,70.78637299769068,-7.878070124442126,,,,,123.21569010651248,-10.52904984243057,,36.70363309932106, -avoided_daily_mean_core_day_runtime_baseline_regional_q35,66.24852605815829,-9.394441515540287,64.56800405474746,-1.8323943547717958,82.65879291636489,73.5984739706863,117.58919631641157,-10.917759893779532,-25.043941997675205,21.404256603386788,,74.25355294846328,-6.8670900838512186,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,106.09083727556265,-9.69783419750576,,28.175526966959016,,74.25355294846328,-6.8670900838512186,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,106.09083727556265,-9.69783419750576,,28.175526966959016,,74.25355294846328,-6.8670900838512186,,,,,131.90991517787975,-9.69783419750576,,38.82643059552864, -avoided_daily_mean_core_day_runtime_baseline_regional_q40,70.33833126327507,-7.825683238544694,64.82340258674888,-1.1985252762139895,83.50021195772945,74.50676402906383,126.79239016021081,-10.378961823579512,-22.386698719938863,23.966848122075568,,76.88391672544721,-5.856110043260312,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,114.52146503514518,-9.091246173151214,,30.862784248620976,,76.88391672544721,-5.856110043260312,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,114.52146503514518,-9.091246173151214,,30.862784248620976,,76.88391672544721,-5.856110043260312,,,,,140.60414024924705,-9.091246173151214,,40.949228091736224, -avoided_daily_mean_core_day_runtime_baseline_regional_q45,73.71629510797754,-6.228141118534824,66.74331500449624,-0.5646561976561846,84.34163099909398,75.41505408744136,135.99558400401003,-9.69783419750576,-19.729455442202532,24.79507972649127,,79.20047443726038,-2.7901066158253145,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,125.38924637435429,-8.48465814879667,,33.550041530282925,,79.20047443726038,-2.7901066158253145,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,125.38924637435429,-8.48465814879667,,33.550041530282925,,79.20047443726038,-2.7901066158253145,,,,,149.29836532061432,-8.48465814879667,,43.072025587943806, -avoided_daily_mean_core_day_runtime_baseline_regional_q50,75.98400355365263,-5.856110043260312,68.6632274222436,0.06921288090162125,85.18305004045853,76.3233441458189,145.19877784780923,-7.878070124442126,-17.0722121644662,25.62331133090697,,80.10501229484743,0.27589681160968293,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,136.2570277135634,-7.878070124442126,,36.23729881194488,,80.10501229484743,0.27589681160968293,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,136.2570277135634,-7.878070124442126,,36.23729881194488,,80.10501229484743,0.27589681160968293,,,,,157.99259039198162,-7.878070124442126,,45.19482308415139, -avoided_daily_mean_core_day_runtime_baseline_regional_q55,78.22207565814976,1.0038585730698717,70.58313983999095,0.7030819594594271,87.45108083342767,77.30593833678576,149.03692161106096,-6.0583060513784925,-14.414968886729866,26.45154293532267,,81.01815879899725,3.341900239044681,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,147.12480905277252,-7.271482100087582,,38.92455609360683,,81.01815879899725,3.341900239044681,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,147.12480905277252,-7.271482100087582,,38.92455609360683,,81.01815879899725,3.341900239044681,,,,,159.68861012451794,-7.271482100087582,,47.56485916909954, -avoided_daily_mean_core_day_runtime_baseline_regional_q60,80.24380063524094,5.479538394827271,72.5030522577383,1.336951038017232,89.71911162639681,78.28853252775262,152.87506537431267,-2.8072351026691242,-11.757725608993539,27.27977453973837,,83.42941162300114,6.407903666479678,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,157.99259039198162,-6.664894075733038,,41.61181337526878,,83.42941162300114,6.407903666479678,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,157.99259039198162,-6.664894075733038,,41.61181337526878,,83.42941162300114,6.407903666479678,,,,,161.38462985705428,-6.664894075733038,,49.93489525404769, -avoided_daily_mean_core_day_runtime_baseline_regional_q65,83.64861642518332,6.703447387787446,74.23005684152366,1.9708201165750387,91.98714241936594,79.27112671871949,156.71320913756438,0.6227492054959742,-9.1004823312572,31.758536675841626,,89.58381228966152,6.513454995518167,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,160.11261505765202,-6.0583060513784925,,44.29907065693074,,89.58381228966152,6.513454995518167,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,160.11261505765202,-6.0583060513784925,,44.29907065693074,,89.58381228966152,6.513454995518167,,,,,163.0806495895906,-6.0583060513784925,,52.30493133899584, -avoided_daily_mean_core_day_runtime_baseline_regional_q70,95.6894576870585,8.083156466846015,75.95706142530904,2.604689195132843,94.25517321233508,80.25372090968634,159.68861012451794,3.2852868105424555,-6.501408969178495,36.23729881194488,,105.71994053673916,6.619006324556654,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,162.23263972332245,-4.587488140670922,,47.564859169099535,,105.71994053673916,6.619006324556654,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,162.23263972332245,-4.587488140670922,,47.564859169099535,,105.71994053673916,6.619006324556654,,,,,164.77666932212693,-4.587488140670922,,54.674967423944, -avoided_daily_mean_core_day_runtime_baseline_regional_q75,105.94556943294135,10.319617206304093,77.68406600909441,3.23855827369065,96.52320400530422,81.2363151006532,162.23263972332245,5.56410106402964,-3.9314205649285845,40.71606094804814,,125.38924637435429,6.724557653595143,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,164.35266438899285,-2.684555286786826,,51.11991329652177,,125.38924637435429,6.724557653595143,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,164.35266438899285,-2.684555286786826,,51.11991329652177,,125.38924637435429,6.724557653595143,,,,,166.47268905466325,-2.684555286786826,,57.04500350889215, -avoided_daily_mean_core_day_runtime_baseline_regional_q80,113.18984362214613,16.93477464609817,79.41107059287977,3.8724273522484562,98.79123479827336,82.21890929162007,164.77666932212693,7.808229777364355,-1.3614321606786732,45.19482308415139,,149.29836532061438,6.830108982633631,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,166.47268905466325,-0.7816224329027301,,54.674967423944,,149.29836532061438,6.830108982633631,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,166.47268905466325,-0.7816224329027301,,54.674967423944,,149.29836532061438,6.830108982633631,,,,,168.18104649692805,-0.7816224329027301,,59.415039593840305, -avoided_daily_mean_core_day_runtime_baseline_regional_q85,140.59718092590956,37.501240095183206,84.60635389998875,4.506296430806261,101.0592655912425,83.20150348258693,167.32686777579562,10.009001565508479,1.208556243571223,51.11991329652177,,160.9606249239202,24.203417773429948,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,168.6081358574942,1.121310420981355,,58.23002155136622,,160.9606249239202,24.203417773429948,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,168.6081358574942,1.121310420981355,,58.23002155136622,,160.9606249239202,24.203417773429948,,,,,169.8894039391928,1.121310420981355,,61.78507567878845, -avoided_daily_mean_core_day_runtime_baseline_regional_q90,156.7132091375644,69.05702367879863,89.80163720709771,5.140165509364066,103.32729638421164,84.1840976735538,169.8894039391928,13.02422837873997,3.7785446478211338,57.04500350889215,,165.62467918839508,41.57672656422626,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,170.74358266032516,3.0242432748654506,,61.78507567878845,,165.62467918839508,41.57672656422626,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,170.74358266032516,3.0242432748654506,,61.78507567878845,,165.62467918839508,41.57672656422626,,,,,171.59776138145756,3.0242432748654506,,64.1551117637366, -avoided_daily_mean_core_day_runtime_baseline_regional_q95,166.04868412152916,77.30593833678574,94.99692051420669,5.7740345879218715,105.59532717718078,85.16669186452066,172.45194010258993,18.890047779777248,6.34853305207103,62.97009372126253,,170.31649329975897,58.95003535502257,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,172.87902946315614,4.927176128749536,,65.34012980621067,,170.31649329975897,58.95003535502257,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,172.87902946315614,4.927176128749536,,65.34012980621067,,170.31649329975897,58.95003535502257,,,,,173.30611882372233,4.927176128749536,,66.52514784868475, -avoided_daily_mean_core_day_runtime_baseline_regional_q98,171.42692563723108,82.61194696800682,98.11409049847208,6.154356035056555,106.95614565296226,85.75624837910078,173.98946180062825,22.409539420399636,7.890526094620977,66.52514784868477,,173.13528307949585,69.3740206295004,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,174.1602975448547,6.068935841079994,,67.473162282664,,173.13528307949585,69.3740206295004,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,174.1602975448547,6.068935841079994,,67.473162282664,,173.13528307949585,69.3740206295004,,,,,174.3311332890812,6.068935841079994,,67.94716949965364, -avoided_daily_mean_core_day_runtime_baseline_regional_q99,173.2207009516091,84.38061651174718,99.15314715989389,6.281129850768116,107.40975181155609,85.95276721729415,174.50196903330766,23.58270330060709,8.404523775470954,67.71016589115884,,174.07487967274147,72.84868238765964,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,174.5873869054209,6.44952241185681,,68.18417310814846,,174.07487967274147,72.84868238765964,79.41107059287977,6.407903666479678,85.18305004045853,76.3233441458189,174.5873869054209,6.44952241185681,,68.18417310814846,,174.07487967274147,72.84868238765964,,,,,174.67280477753414,6.44952241185681,,68.42117671664327, -avoided_total_core_day_runtime_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -avoided_total_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,86333.09732688947,8414.507699611637,100819.06983373855,108.23142294969622,83011.62776539466,43916.33440311236,114156.16023783764,130.14699093424588,3121.9194104225026,58750.229099179356,,92151.54288942307,19953.949686694228,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,110768.7622312089,443.3850706996245,,73289.20757878048,,92151.54288942307,19953.949686694228,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,110768.7622312089,443.3850706996245,,73289.20757878048,,92151.54288942307,19953.949686694228,,,,,116856.90255246074,443.3850706996245,,83974.39471768372, -avoided_total_core_day_runtime_baseline_regional_mean,72796.4716977343,413.4694979248788,84048.15328560061,41.72058671301953,67378.10535551072,32266.451413006256,94837.69989663249,-2932.852676909964,-14924.587045693115,38539.20704893193,,74575.52083123819,5632.925675951486,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,90340.35411035258,-2849.813246450193,,49870.001246489766,,74575.52083123819,5632.925675951486,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,90340.35411035258,-2849.813246450193,,49870.001246489766,,74575.52083123819,5632.925675951486,,,,,97098.47315135709,-2849.813246450193,,55999.71505570033, -avoided_total_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,59259.846068579136,-7587.568703761879,67277.23673746266,-24.790249523657167,51744.58294562678,20616.56842290015,75519.23955542734,-5995.852344754174,-32971.09350180873,18328.1849986845,,56999.4987730533,-8688.098334791259,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,69911.94598949626,-6143.011563600011,,26450.794914199054,,56999.4987730533,-8688.098334791259,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,69911.94598949626,-6143.011563600011,,26450.794914199054,,56999.4987730533,-8688.098334791259,,,,,77340.04375025343,-6143.011563600011,,28025.035393716946, -avoided_total_core_day_runtime_baseline_regional_sem,6906.44164752815,4082.162347799366,8556.590075580585,33.93410012075341,7976.286943818337,5943.817852094954,9856.357316941407,1562.7549325735765,9207.401253120213,10311.745944003791,,8967.35819295147,7306.644903440176,0.0,0.0,0.0,0.0,10422.65720451853,1680.2032230356212,,11948.574659331996,,8967.35819295147,7306.644903440176,0.0,0.0,0.0,0.0,10422.65720451853,1680.2032230356212,,11948.574659331996,,8967.35819295147,7306.644903440176,,,,,10080.831327093703,1680.2032230356212,,14272.795745909893, -avoided_total_core_day_runtime_baseline_regional_q1,15165.137473995002,-36943.533608718484,52758.25968666691,-5.309676612322516,50209.60517551482,20140.889599567097,57665.355004032586,-13846.021691716342,-39721.92212749813,14772.044409266036,,26158.54107775507,-6996.355702772197,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,57479.42232091551,-7052.982132965262,,25680.130404397492,,26158.54107775507,-6996.355702772197,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,57479.42232091551,-7052.982132965262,,25680.130404397492,,26158.54107775507,-6996.355702772197,,,,,75371.57364975192,-7052.982132965262,,26119.678554492737, -avoided_total_core_day_runtime_baseline_regional_q2.5,15939.03944518015,-31942.434274915126,53701.107356696535,-3.869974673791637,50775.88652828471,20497.4670573704,59338.7491520863,-12850.864012246782,-38888.40557186424,14956.306783357739,,27145.26309155506,-6784.006589548203,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,58873.917444293606,-6925.572665030866,,25949.23640816113,,27145.26309155506,-6784.006589548203,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,58873.917444293606,-6925.572665030866,,25949.23640816113,,27145.26309155506,-6784.006589548203,,,,,75714.39329882282,-6925.572665030866,,27048.106783399235, -avoided_total_core_day_runtime_baseline_regional_q5,17525.76907713397,-23607.268718576186,55272.52014007922,-1.4704714429068382,51719.68878290119,21091.762820375898,62127.73939884249,-11192.267879797513,-37499.21131247442,15263.410740177242,,28789.799781221725,-6430.091400841546,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,61198.07598325709,-6713.223551806872,,26397.746414433856,,28789.799781221725,-6430.091400841546,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,61198.07598325709,-6713.223551806872,,26397.746414433856,,28789.799781221725,-6430.091400841546,,,,,76285.75938060763,-6713.223551806872,,28595.487164910075, -avoided_total_core_day_runtime_baseline_regional_q10,26098.739743585375,-15958.570056968123,58415.3457068446,3.328535018862758,53607.29329213414,22280.3543463869,67705.71989235486,-7875.0756148989785,-34720.822793694766,15877.61865381625,,33315.982264339094,-5722.261023428231,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,65846.39306118406,-6288.525325358883,,27294.766426979306,,33315.982264339094,-5722.261023428231,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,65846.39306118406,-6288.525325358883,,27294.766426979306,,33315.982264339094,-5722.261023428231,,,,,77428.49154417723,-6288.525325358883,,31690.24792793174, -avoided_total_core_day_runtime_baseline_regional_q15,34233.5434870796,-9579.8736515799,61558.17127360998,8.127541480632352,55494.897801367086,23468.945872397897,73283.70038586724,-6151.2168569563055,-31942.434274915126,16491.826567455257,,43409.15571448468,-5014.430646014916,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,70494.71013911103,-5863.827098910894,,28191.786439524756,,43409.15571448468,-5014.430646014916,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,70494.71013911103,-5863.827098910894,,28191.786439524756,,43409.15571448468,-5014.430646014916,,,,,78571.22370774683,-5863.827098910894,,34785.00869095341, -avoided_total_core_day_runtime_baseline_regional_q20,50291.60633359736,-7269.630557336392,64700.99684037536,12.92654794240195,57382.50231060003,24657.5373984089,76285.75938060763,-4882.596243858163,-29164.045756135478,17106.034481094262,,51155.334225355604,-4306.600268601602,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,75143.02721703802,-5439.128872462905,,29088.80645207021,,51155.334225355604,-4306.600268601602,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,75143.02721703802,-5439.128872462905,,29088.80645207021,,51155.334225355604,-4306.600268601602,,,,,79713.95587131644,-5439.128872462905,,37879.76945397508, -avoided_total_core_day_runtime_baseline_regional_q25,53209.35443801165,-5728.343319256925,68256.45689614785,17.725554404171547,59270.10681983298,25846.1289244199,77999.85762596203,-4315.723712344642,-26385.65723735583,19204.707461292797,,54794.271592495876,-3729.183582639143,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,76571.44242150002,-5014.430646014916,,29985.826464615657,,54794.271592495876,-3729.183582639143,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,76571.44242150002,-5014.430646014916,,29985.826464615657,,54794.271592495876,-3729.183582639143,,,,,80856.68803488604,-5014.430646014916,,40974.53021699675, -avoided_total_core_day_runtime_baseline_regional_q30,56478.76149407259,-4313.899023596034,71811.91695192034,22.524560865941144,61157.71132906593,27034.720450430897,79713.95587131644,-4310.249646098818,-23607.268718576186,21303.380441491332,,56478.76149407259,-3151.766896676684,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,77999.85762596203,-4589.732419566928,,30882.846477161107,,56478.76149407259,-3151.766896676684,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,77999.85762596203,-4589.732419566928,,30882.846477161107,,56478.76149407259,-3151.766896676684,,,,,81634.52725311033,-4589.732419566928,,44069.29098001841, -avoided_total_core_day_runtime_baseline_regional_q35,59402.69218259594,-4189.830532650434,75367.37700769283,27.323567327710737,63045.31583829888,28223.311976441895,81245.60764399818,-4248.215400626018,-21040.618907051536,23402.05342168987,,56534.54517434636,-2574.350210714225,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,79428.27283042404,-4191.11693140911,,32729.233529520425,,56534.54517434636,-2574.350210714225,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,79428.27283042404,-4191.11693140911,,32729.233529520425,,56534.54517434636,-2574.350210714225,,,,,82412.3664713346,-4191.11693140911,,47164.05174304008, -avoided_total_core_day_runtime_baseline_regional_q40,66303.8498506243,-3533.280957295188,78922.83706346533,32.122573789480334,64932.92034753183,29411.903502452897,82412.3664713346,-4073.060796699267,-18897.446510036872,25500.726401888405,,63987.06623001328,-1996.9335247517663,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,80856.68803488604,-3844.6669198316345,,36474.35466150749,,63987.06623001328,-1996.9335247517663,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,80856.68803488604,-3844.6669198316345,,36474.35466150749,,63987.06623001328,-1996.9335247517663,,,,,83190.20568955888,-3844.6669198316345,,50258.812506061746, -avoided_total_core_day_runtime_baseline_regional_q45,71603.83339896586,-1797.867120067058,82609.58198206202,36.921580251249935,66820.52485676476,30600.495028463898,83579.12529867102,-3821.3461008970803,-16754.274113022213,26995.759756130825,,74213.36380145262,-1475.2724807311458,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,81828.9870576664,-3498.216908254159,,40219.47579349454,,74213.36380145262,-1475.2724807311458,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,81828.9870576664,-3498.216908254159,,40219.47579349454,,74213.36380145262,-1475.2724807311458,,,,,83968.04490778316,-3498.216908254159,,53353.57326908342, -avoided_total_core_day_runtime_baseline_regional_q50,77032.93214025168,-6.269477904676435,86296.32690065874,41.72058671301953,68708.12936599772,31789.086554474896,84745.88412600744,-2957.150670091405,-14611.101716007555,28490.79311037324,,77999.85762596203,-953.6114367105254,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,82801.28608044673,-3151.766896676684,,43964.59692548158,,77999.85762596203,-953.6114367105254,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,82801.28608044673,-3151.766896676684,,43964.59692548158,,77999.85762596203,-953.6114367105254,,,,,84745.88412600744,-3151.766896676684,,56448.334032105085, -avoided_total_core_day_runtime_baseline_regional_q55,79986.45509774672,80.11263840717633,89983.07181925543,46.51959317478913,70196.72667208457,33120.8875380453,91984.06048073014,-2092.95523928573,-12467.929318992894,29985.826464615657,,81051.14783944211,-431.95039268990496,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,83773.58510322709,-2805.316885099209,,47709.718057468635,,81051.14783944211,-431.95039268990496,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,83773.58510322709,-2805.316885099209,,47709.718057468635,,81051.14783944211,-431.95039268990496,,,,,89571.3350291559,-2805.316885099209,,59408.50910220533, -avoided_total_core_day_runtime_baseline_regional_q60,82499.13667007412,948.7627362647688,93669.81673785215,51.31859963655872,71685.32397817142,34452.68852161571,99222.23683545282,-732.7498118517481,-10324.756921978238,31480.859818858076,,83190.20568955888,89.71065133071549,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,84745.88412600744,-2458.866873521734,,51454.839189455684,,83190.20568955888,89.71065133071549,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,84745.88412600744,-2458.866873521734,,51454.839189455684,,83190.20568955888,89.71065133071549,,,,,94396.78593230437,-2458.866873521734,,62368.68417230557, -avoided_total_core_day_runtime_baseline_regional_q65,84342.760531308,1535.861678371758,96140.3715666679,56.117606098328324,73173.92128425826,35784.48950518612,106460.41319017553,689.4568651607779,-8181.584524963573,37722.728372169826,,84941.51421707246,577.8336349499006,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,90777.69775494302,-2112.4168619442576,,55199.96032144274,,84941.51421707246,577.8336349499006,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,90777.69775494302,-2112.4168619442576,,55199.96032144274,,84941.51421707246,577.8336349499006,,,,,99222.23683545283,-2112.4168619442576,,65328.859242405815, -avoided_total_core_day_runtime_baseline_regional_q70,85658.82455097749,1852.589124575566,98610.92639548368,60.91661256009791,74662.5185903451,37116.290488756524,111462.86583626218,1323.0982950154867,-5740.328845313155,43964.59692548158,,85658.82455097749,1065.9566185690855,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,96809.51138387859,-1593.0199136958454,,59408.50910220532,,85658.82455097749,1065.9566185690855,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,96809.51138387859,-1593.0199136958454,,59408.50910220532,,85658.82455097749,1065.9566185690855,,,,,104047.6877386013,-1593.0199136958454,,68289.03431250606, -avoided_total_core_day_runtime_baseline_regional_q75,91764.88373666597,1999.7808247537127,101081.48122429944,65.71561902186751,76151.11589643196,38448.09147232693,115347.45662803085,1562.457101291291,-3150.031524344839,50206.46547879333,,90425.57256310942,1554.0796021882707,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,102841.32501281418,-987.1494971119607,,63848.77170735569,,90425.57256310942,1554.0796021882707,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,102841.32501281418,-987.1494971119607,,63848.77170735569,,90425.57256310942,1554.0796021882707,,,,,108873.13864174976,-987.1494971119607,,71249.20938260629, -avoided_total_core_day_runtime_baseline_regional_q80,101575.5921900626,5145.903583683161,103552.03605311521,70.5146254836371,77639.7132025188,39779.89245589734,119232.04741979952,1747.8191854511624,-559.7342033765226,56448.334032105085,,100051.64578911368,2042.2025858074558,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,108873.13864174976,-381.27908052807595,,68289.03431250606,,100051.64578911368,2042.2025858074558,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,108873.13864174976,-381.27908052807595,,68289.03431250606,,100051.64578911368,2042.2025858074558,,,,,114273.23646082066,-381.27908052807595,,74209.38445270654, -avoided_total_core_day_runtime_baseline_regional_q85,108074.97325345456,12831.969944657158,105492.41165120684,75.3136319454067,79128.31050860565,41111.693439467745,123226.95992659115,1865.6853669661166,2030.5631175917783,63848.77170735569,,105414.4219591373,12808.426036900333,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,115623.26091558837,224.5913360558052,,72729.29691765641,,105414.4219591373,12808.426036900333,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,115623.26091558837,224.5913360558052,,72729.29691765641,,105414.4219591373,12808.426036900333,,,,,119673.33427989153,224.5913360558052,,77169.55952280678, -avoided_total_core_day_runtime_baseline_regional_q90,111069.49846510851,22280.354346386892,107432.78724929846,80.1126384071763,80616.9078146925,42443.49442303815,127442.51586342885,1965.8434159107187,4620.860438560096,71249.20938260629,,108341.0283828863,23574.64948799321,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,122373.38318942697,830.4617526396898,,77169.55952280678,,108341.0283828863,23574.64948799321,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,122373.38318942697,830.4617526396898,,77169.55952280678,,108341.0283828863,23574.64948799321,,,,,125073.43209896242,830.4617526396898,,80129.73459290701, -avoided_total_core_day_runtime_baseline_regional_q95,121296.36280587043,33120.887538045274,109373.1628473901,84.91164486894588,82105.50512077933,43775.29540660856,131658.0718002665,2004.023000859087,7211.157759528397,78649.6470578569,,121023.35873465924,34340.87293908609,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,129123.50546326558,1436.332169223571,,81609.82212795713,,121023.35873465924,34340.87293908609,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,129123.50546326558,1436.332169223571,,81609.82212795713,,121023.35873465924,34340.87293908609,,,,,130473.5299180333,1436.332169223571,,83089.90966300726, -avoided_total_core_day_runtime_baseline_regional_q98,129971.84942553143,40312.61284932551,110537.38820624507,87.79104874600765,82998.66350443146,44574.3759967508,134187.4053623691,2026.9307518281084,8765.336152109388,83089.90966300727,,129933.5201361262,40800.607009741834,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,133173.57882756877,1799.8544191739022,,84273.97969104735,,129933.5201361262,40800.607009741834,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,133173.57882756877,1799.8544191739022,,84273.97969104735,,129933.5201361262,40800.607009741834,,,,,133713.58860947585,1799.8544191739022,,84866.0147050674, -avoided_total_core_day_runtime_baseline_regional_q99,132922.7385813178,42709.85461975224,110925.46332586338,88.75085003836158,83296.38296564881,44840.73619346488,135030.51654973664,2034.566668817782,9283.395616303045,84569.99719805739,,132903.57393661523,42953.851699960396,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,134523.60328233647,1921.028502490678,,85162.03221207742,,132903.57393661523,42953.851699960396,103552.03605311521,89.71065133071549,49832.08427366824,45107.096390178966,134523.60328233647,1921.028502490678,,85162.03221207742,,132903.57393661523,42953.851699960396,,,,,134793.60817329,1921.028502490678,,85458.04971908746, -baseline_daily_mean_core_day_runtime_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -baseline_daily_mean_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,732.35677750936,267.56258046660355,1038.3796160575002,143.1660204817893,842.4061837526746,342.6855737329306,675.3198173745117,276.39175743348,342.9483118826065,529.4410233661722,,612.4039347668577,280.25172645099593,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,710.1355460959658,264.4171205918889,,535.7407833519303,,612.4039347668577,280.25172645099593,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,710.1355460959658,264.4171205918889,,535.7407833519303,,612.4039347668577,280.25172645099593,,,,,712.4680890090488,264.4171205918889,,518.2319636565909, -baseline_daily_mean_core_day_runtime_baseline_regional_mean,638.5943284474725,221.83776340433408,885.613313488477,77.85492716661591,691.335801093519,296.1990098065046,554.5268065190072,218.29214028530419,246.9223045191399,463.28338266665423,,537.6310810719674,223.1950924104117,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,586.3015812617834,219.78042129633548,,458.4723490957823,,537.6310810719674,223.1950924104117,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,586.3015812617834,219.78042129633548,,458.4723490957823,,537.6310810719674,223.1950924104117,,,,,568.7340361031481,219.78042129633548,,432.93948688829374, -baseline_daily_mean_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,544.8318793855851,176.1129463420646,732.8470109194539,12.543833851442528,540.2654184343634,249.71244588007855,433.7337956635028,160.1925231371284,150.89629715567332,397.1257419671363,,462.8582273770771,166.13845836982745,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,462.4676164276011,175.14372200078208,,381.2039148396343,,462.8582273770771,166.13845836982745,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,462.4676164276011,175.14372200078208,,381.2039148396343,,462.8582273770771,166.13845836982745,,,,,424.99998319724745,175.14372200078208,,347.64701011999654, -baseline_daily_mean_core_day_runtime_baseline_regional_sem,47.83798421524866,23.32898829707627,77.94199110664448,33.32198638529254,77.07672584650794,23.717634656339815,61.629087171175726,29.64266181029377,48.99286089972785,33.75389831608057,,38.14941515045422,29.110527571726657,0.0,0.0,0.0,0.0,63.18059430315424,22.77382617120071,,39.42267053885104,,38.14941515045422,29.110527571726657,0.0,0.0,0.0,0.0,63.18059430315424,22.77382617120071,,39.42267053885104,,38.14941515045422,29.110527571726657,,,,,73.33370046219423,22.77382617120071,,43.51656977974346, -baseline_daily_mean_core_day_runtime_baseline_regional_q1,336.92808859734254,36.77356459181863,583.1365500845,31.673010196749413,526.8111397943102,240.86719779420721,351.28654495042457,66.93267638884444,155.36557093928036,335.8497986519386,,335.21229918377105,127.6909670792832,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,352.80381102214045,179.37370923232342,,336.8219963715217,,335.21229918377105,127.6909670792832,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,352.80381102214045,179.37370923232342,,336.8219963715217,,335.21229918377105,127.6909670792832,,,,,352.33961381062375,179.37370923232342,,335.6563078572953, -baseline_daily_mean_core_day_runtime_baseline_regional_q2.5,342.3328252500926,45.83812833656121,592.91763742009,33.08674234888818,532.140453912267,243.11073206895344,352.492124929226,70.87722035833357,157.67126800266402,339.637100386583,,338.04335171616395,131.75841934134564,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,356.28529010851565,179.61622948269732,,342.06759468554066,,338.04335171616395,131.75841934134564,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,356.28529010851565,179.61622948269732,,342.06759468554066,,338.04335171616395,131.75841934134564,,,,,355.124797079724,179.61622948269732,,339.1533733999746, -baseline_daily_mean_core_day_runtime_baseline_regional_q5,351.15259161944664,60.945734577798866,609.2194496460735,35.442962602452795,541.022644108862,246.84995586019718,354.501424893895,77.45146030748214,161.51409644163678,345.94926994432336,,342.76177260348544,138.53750644478305,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,362.08775525247427,180.0204298999871,,350.8102585422389,,342.76177260348544,138.53750644478305,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,362.08775525247427,180.0204298999871,,350.8102585422389,,342.76177260348544,138.53750644478305,,,,,359.76676919489086,180.0204298999871,,344.98181597110676, -baseline_daily_mean_core_day_runtime_baseline_regional_q10,365.87257098519194,87.67805578393545,641.8230740980403,40.15540310958203,558.7870245020516,254.32840344268465,358.52002482323303,90.59994020577925,169.19975331958233,358.5736090598043,,355.1247970797239,152.09568065165786,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,373.6926855403916,180.8288307345667,,368.29558625563527,,355.1247970797239,152.09568065165786,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,373.6926855403916,180.8288307345667,,368.29558625563527,,355.1247970797239,152.09568065165786,,,,,369.0507134252247,180.8288307345667,,356.63870111337104, -baseline_daily_mean_core_day_runtime_baseline_regional_q15,385.78432611458516,115.54207995482268,674.4266985500071,44.86784361671127,576.5514048952413,261.806851025172,362.538624752571,117.35790260852377,176.88541019752785,371.19794817528526,,380.655643713142,165.6538548585327,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,385.29761582830895,181.6372315691463,,385.7809139690317,,380.655643713142,165.6538548585327,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,385.29761582830895,181.6372315691463,,385.7809139690317,,380.655643713142,165.6538548585327,,,,,378.33465765555854,181.6372315691463,,368.29558625563527, -baseline_daily_mean_core_day_runtime_baseline_regional_q20,407.5007933432781,142.28879663337807,707.0303230019738,49.5802841238405,594.315785288431,269.28529860765946,370.4830356731255,148.00428858396756,184.57106707547337,383.82228729076616,,407.5007933432781,179.2120290654075,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,396.9025461162263,182.44563240372588,,403.26624168242813,,407.5007933432781,179.2120290654075,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,396.9025461162263,182.44563240372588,,403.26624168242813,,407.5007933432781,179.2120290654075,,,,,387.6186018858925,182.44563240372588,,379.95247139789956, -baseline_daily_mean_core_day_runtime_baseline_regional_q25,466.32027358475233,157.72667206837247,750.6013269449859,54.29272463096973,612.0801656816207,276.76374619014695,380.3903520892883,166.02168569614216,192.2567239534189,400.3401610309459,,436.64597321767053,180.55936378970682,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,463.80732462702554,183.25403323830545,,420.75156939582456,,436.64597321767053,180.55936378970682,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,463.80732462702554,183.25403323830545,,420.75156939582456,,436.64597321767053,180.55936378970682,,,,,396.9025461162263,183.25403323830545,,391.60935654016384, -baseline_daily_mean_core_day_runtime_baseline_regional_q30,517.8973024238892,168.6597543699952,794.172330887998,59.00516513809897,629.8445460748103,284.2421937726344,390.2976685054511,173.93589171770137,199.94238083136443,416.8580347711257,,469.6055718514057,181.90669851400617,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,530.7121031378249,184.06243407288508,,438.23689710922093,,469.6055718514057,181.90669851400617,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,530.7121031378249,184.06243407288508,,438.23689710922093,,469.6055718514057,181.90669851400617,,,,,450.42636892486576,184.06243407288508,,403.26624168242813, -baseline_daily_mean_core_day_runtime_baseline_regional_q35,527.3926989165737,180.82883073456668,837.7433348310101,63.717605645228204,647.6089264679999,291.7206413551218,423.6644575205459,180.0204298999871,205.67464366235262,433.37590851130545,,505.7438527845933,183.25403323830545,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,597.6168816486243,186.46999564905772,,453.1790805181386,,505.7438527845933,183.25403323830545,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,597.6168816486243,186.46999564905772,,453.1790805181386,,505.7438527845933,183.25403323830545,,,,,503.95019173350516,186.46999564905772,,414.9231268246924, -baseline_daily_mean_core_day_runtime_baseline_regional_q40,545.8380063613608,188.69432478674946,881.3143387740221,68.43004615235743,665.3733068611897,299.19908893760925,503.9501917335053,182.44563240372588,207.50011839942616,449.8937822514852,,518.663154037001,184.6013679626048,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,664.5216601594235,192.07587870841658,,463.03497531809893,,518.663154037001,184.6013679626048,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,664.5216601594235,192.07587870841658,,463.03497531809893,,518.663154037001,184.6013679626048,,,,,557.4740145421447,192.07587870841658,,426.5800119669567, -baseline_daily_mean_core_day_runtime_baseline_regional_q45,568.5708581166646,206.28313524137715,903.5846601213541,73.14248665948666,683.1376872543794,306.6775365200967,584.2359259464644,186.46999564905772,209.32559313649972,466.32027358475233,,522.8753379091163,193.9445063948695,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,665.1064442726445,197.6817617677754,,472.8908701180592,,522.8753379091163,193.9445063948695,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,665.1064442726445,197.6817617677754,,472.8908701180592,,522.8753379091163,193.9445063948695,,,,,610.997837350784,197.6817617677754,,438.23689710922093, -baseline_daily_mean_core_day_runtime_baseline_regional_q50,620.5687426767652,217.23598366381833,925.854981468686,77.85492716661591,700.9020676475691,314.1559841025841,664.5216601594235,203.28764482713427,211.15106787357323,482.7467649180194,,529.1645997169601,203.28764482713427,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,665.6912283858655,203.28764482713427,,482.7467649180194,,529.1645997169601,203.28764482713427,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,665.6912283858655,203.28764482713427,,482.7467649180194,,529.1645997169601,203.28764482713427,,,,,664.5216601594235,203.28764482713427,,449.8937822514852, -baseline_daily_mean_core_day_runtime_baseline_regional_q55,665.8081852085097,221.50012788887918,948.1253028160179,82.56736767374514,715.7965680745438,316.2473393962477,665.2234010952886,220.1052940052108,212.97654261064676,499.1732562512865,,537.148180192041,212.63078325939898,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,666.2760124990865,208.89352788649308,,492.6026597179797,,537.148180192041,212.63078325939898,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,666.2760124990865,208.89352788649308,,492.6026597179797,,537.148180192041,212.63078325939898,,,,,664.9894874500003,208.89352788649308,,456.464378784792, -baseline_daily_mean_core_day_runtime_baseline_regional_q60,671.2279028778992,235.89199096050052,970.3956241633499,87.27980818087437,730.6910685015184,318.3386946899112,665.9251420311539,250.51809960126457,214.8020173477203,515.5997475845536,,559.9978694037632,221.97392169166372,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,666.8607966123075,214.49941094585193,,502.4585545179399,,559.9978694037632,221.97392169166372,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,666.8607966123075,214.49941094585193,,502.4585545179399,,559.9978694037632,221.97392169166372,,,,,665.4573147405771,214.49941094585193,,463.03497531809893, -baseline_daily_mean_core_day_runtime_baseline_regional_q65,691.535101440156,277.1455090092791,993.8210908314913,91.9922486880036,745.5855689284931,320.43004998357486,666.626882967019,282.6302997495656,216.62749208479383,520.4675446179772,,589.8017004389043,239.8140328851643,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,668.6804242229707,220.1052940052108,,512.3144493179002,,589.8017004389043,239.8140328851643,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,668.6804242229707,220.1052940052108,,512.3144493179002,,589.8017004389043,239.8140328851643,,,,,665.9251420311539,220.1052940052108,,469.6055718514057, -baseline_daily_mean_core_day_runtime_baseline_regional_q70,705.1918463956524,305.3251893928992,1017.2465574996329,96.70468919513284,760.4800693554678,322.5214052772384,668.3164987008381,299.32977792928256,236.66824957400863,525.3353416514008,,638.1499096698284,257.65414407866484,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,670.500051833634,229.1099661690639,,517.546866397923,,638.1499096698284,257.65414407866484,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,670.500051833634,229.1099661690639,,517.546866397923,,638.1499096698284,257.65414407866484,,,,,666.3929693217307,229.1099661690639,,476.1761683847126, -baseline_daily_mean_core_day_runtime_baseline_regional_q75,750.4343452479129,313.73752772348604,1040.6720241677745,101.41712970226207,775.3745697824424,324.61276057090197,670.500051833634,308.32289512470743,265.8166484392942,530.2031386848244,,665.1064442726445,275.4942552721654,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,672.3196794442972,239.8140328851643,,520.4675446179772,,665.1064442726445,275.4942552721654,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,672.3196794442972,239.8140328851643,,520.4675446179772,,665.1064442726445,275.4942552721654,,,,,666.8607966123075,239.8140328851643,,482.7467649180194, -baseline_daily_mean_core_day_runtime_baseline_regional_q80,832.858128066498,316.02252138483755,1064.097490835916,106.1295702093913,790.2690702094172,326.70411586456555,672.6836049664298,314.4197225371539,294.9650473045799,535.0709357182479,,666.3929693217307,293.33436646566594,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,674.1393070549603,250.51809960126462,,523.3882228380313,,666.3929693217307,293.33436646566594,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,674.1393070549603,250.51809960126462,,523.3882228380313,,666.3929693217307,293.33436646566594,,,,,686.4691078224912,250.51809960126462,,489.31736145132624, -baseline_daily_mean_core_day_runtime_baseline_regional_q85,876.5942487455161,323.6964902275183,1076.6296878673104,110.84201071652053,805.1635706363919,328.79547115822913,683.2156116157869,316.89618772087726,324.1134461698653,541.8003548701935,,669.4082752672359,303.7681591090544,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,696.8300684570268,261.2221663173649,,526.3089010580854,,669.4082752672359,303.7681591090544,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,696.8300684570268,261.2221663173649,,526.3089010580854,,669.4082752672359,303.7681591090544,,,,,706.0774190326749,261.2221663173649,,495.8879579846331, -baseline_daily_mean_core_day_runtime_baseline_regional_q90,961.4874956244173,338.49735151242237,1089.1618848987048,115.55445122364976,820.0580710633666,330.8868264518927,710.4445252982666,322.1609555179191,353.26184503515094,548.529774022139,,673.411456010695,314.20195175244294,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,719.5208298590932,271.9262330334653,,529.2295792781397,,673.411456010695,314.20195175244294,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,719.5208298590932,271.9262330334653,,529.2295792781397,,673.411456010695,314.20195175244294,,,,,725.6857302428587,271.9262330334653,,502.4585545179399, -baseline_daily_mean_core_day_runtime_baseline_regional_q95,1059.4123975022876,358.1436127412813,1101.6940819300992,120.26689173077901,834.9525714903413,332.9781817455563,737.6734389807463,337.18478246157576,382.4102439004364,555.2591931740845,,714.9826775786798,324.6357443958314,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,742.2115912611596,282.63029974956555,,532.1502574981938,,714.9826775786798,324.6357443958314,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,742.2115912611596,282.63029974956555,,532.1502574981938,,714.9826775786798,324.6357443958314,,,,,745.2940414530423,282.63029974956555,,509.0291510512468, -baseline_daily_mean_core_day_runtime_baseline_regional_q98,1093.172187948751,390.1926307559458,1109.2134001489358,123.09435603505655,843.8892717465261,334.2329949217544,754.010787190234,346.1990786277698,399.8992832196078,559.2968446652519,,744.9344826294075,330.8960199818645,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,755.8260481023995,289.0527397792258,,533.9026644302263,,744.9344826294075,330.8960199818645,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,755.8260481023995,289.0527397792258,,533.9026644302263,,744.9344826294075,330.8960199818645,,,,,757.0590281791525,289.0527397792258,,512.9715089712308, -baseline_daily_mean_core_day_runtime_baseline_regional_q99,1103.699233455122,400.8756367608339,1111.7198395552145,124.0368441364824,846.868171831921,334.65126598048715,759.45656992673,349.2038440165011,405.72896299266483,560.6427284956409,,754.9184176463168,332.9827785105422,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,760.3642003828128,291.19355312244585,,534.4868000742371,,754.9184176463168,332.9827785105422,576.6158251941067,124.97933223790824,523.2582637156722,335.0695370392199,760.3642003828128,291.19355312244585,,534.4868000742371,,754.9184176463168,332.9827785105422,,,,,760.9806904211893,291.19355312244585,,514.2856282778922, -baseline_total_core_day_runtime_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -baseline_total_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,770060.2362317529,177799.26041987783,1247175.6639780605,2081.4130426981474,746676.5752126952,183762.9106529326,483344.85131372267,186165.44494739803,308077.63448942674,679034.5364162761,,563387.3170843637,160804.34550195516,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,506744.48366454965,162200.4181793293,,655777.060400222,,563387.3170843637,160804.34550195516,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,506744.48366454965,162200.4181793293,,655777.060400222,,563387.3170843637,160804.34550195516,,,,,499595.86876707093,162200.4181793293,,657956.2107691065, -baseline_total_core_day_runtime_baseline_regional_mean,639479.1535159162,127813.25897160907,1045172.3199522673,890.2205867130194,536639.4386888441,126448.11807967292,401675.41418234684,116256.54732309002,221190.4129543069,562643.5403822652,,478539.85416457156,98043.25900928483,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,417739.02077701926,97120.93675354982,,544507.7512464897,,478539.85416457156,98043.25900928483,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,417739.02077701926,97120.93675354982,,544507.7512464897,,478539.85416457156,98043.25900928483,,,,,399896.2731513571,97120.93675354982,,520186.3817223669, -baseline_total_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,508898.07080007956,77827.25752334032,843168.9759264743,-300.9718692721085,326602.30216499296,69133.32550641325,320005.977050971,46347.649698782,134303.1914191871,446252.54434825433,,393692.3912447795,35282.17251661449,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,328733.5578894889,32041.455327770316,,433238.4420927574,,393692.3912447795,35282.17251661449,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,328733.5578894889,32041.455327770316,,433238.4420927574,,393692.3912447795,35282.17251661449,,,,,300196.6775356432,32041.455327770316,,382416.5526756273, -baseline_total_core_day_runtime_baseline_regional_sem,66623.00138563095,25503.061963402426,103062.93062540462,607.7512530536367,107161.80434890364,29242.241108805953,41668.08016906932,35667.804910361236,44330.215068938676,59383.16124184229,,43289.52189785309,32020.962496260378,0.0,0.0,0.0,0.0,45410.95045282164,33203.817053969135,,56770.05569067976,,43289.52189785309,32020.962496260378,0.0,0.0,0.0,0.0,45410.95045282164,33203.817053969135,,56770.05569067976,,43289.52189785309,32020.962496260378,,,,,50867.14062026219,33203.817053969135,,70290.72910547937, -baseline_total_core_day_runtime_baseline_regional_q1,296140.92112855136,340.14694535769405,754368.118979125,47.920323387677485,310847.9446367322,88421.32824927269,294403.03755530564,4844.869601900129,159628.03181609846,357420.9502231208,,295071.68614225014,4045.7451053340997,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,294426.9743214514,48128.759733713894,,360875.5146307949,,295071.68614225014,4045.7451053340997,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,294426.9743214514,48128.759733713894,,360875.5146307949,,295071.68614225014,4045.7451053340997,,,,,294283.1562823625,48128.759733713894,,358802.9185544927, -baseline_total_core_day_runtime_baseline_regional_q2.5,299790.4766323673,804.2715802512498,758059.74336814,73.70502532620836,317960.73518132814,88561.19079146939,295445.7676992531,5518.885368502897,160065.47928712727,361565.7859549696,,297117.38916661416,7489.796786339176,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,295505.60961461725,48816.29973718714,,370202.1969741546,,297117.38916661416,7489.796786339176,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,295505.60961461725,48816.29973718714,,370202.1969741546,,297117.38916661416,7489.796786339176,,,,,295146.0645168953,48816.29973718714,,365020.70678339916, -baseline_total_core_day_runtime_baseline_regional_q5,305334.39009727974,1577.812638407176,764212.4506831649,116.67952855709315,329815.38608898805,88794.2950284639,297183.65127249877,6642.244979507512,160794.55840550858,368473.8455080509,,300526.8942072209,13229.882921347637,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,297303.33510322706,49962.19974297588,,385746.6675464208,,300526.8942072209,13229.882921347637,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,297303.33510322706,49962.19974297588,,385746.6675464208,,300526.8942072209,13229.882921347637,,,,,296584.24490778317,49962.19974297588,,375383.6871649101, -baseline_total_core_day_runtime_baseline_regional_q10,306304.44464979006,3866.36273626477,776517.8653132145,202.62853501886275,353524.6879043078,89260.5035024529,300659.41841899016,8888.96420151674,162252.71664227117,382289.9646142133,,306304.44464979006,24710.055191364558,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,300898.78608044673,52253.999754553355,,416835.60869095335,,306304.44464979006,24710.055191364558,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,300898.78608044673,52253.999754553355,,416835.60869095335,,306304.44464979006,24710.055191364558,,,,,299460.6056895589,52253.999754553355,,396109.6479279317, -baseline_total_core_day_runtime_baseline_regional_q15,310768.5889122088,7890.422325068192,788823.2799432641,288.5775414806323,377233.98971962754,89726.71197644189,304135.1855654815,15549.328513126646,163710.8748790338,396106.0837203758,,307395.4267184598,36190.22746138148,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,304494.2370576664,54545.799766130825,,447924.5498354859,,307395.4267184598,36190.22746138148,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,304494.2370576664,54545.799766130825,,447924.5498354859,,307395.4267184598,36190.22746138148,,,,,302336.96647133457,54545.799766130825,,416835.60869095335, -baseline_total_core_day_runtime_baseline_regional_q20,331690.7670540081,19950.10949411639,801128.6945733138,374.5265479424019,400943.29153494735,90192.92045043089,305852.9572984268,23470.734278908178,165169.0331157964,409922.20282653824,,311661.5558713164,47670.3997313984,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,308089.688034886,56837.5997777083,,479013.4909800184,,311661.5558713164,47670.3997313984,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,308089.688034886,56837.5997777083,,479013.4909800184,,311661.5558713164,47670.3997313984,,,,,305213.3272531103,56837.5997777083,,437561.56945397507, -baseline_total_core_day_runtime_baseline_regional_q25,368473.8455080509,37330.879397549186,856261.2251144483,460.47555440417153,424652.59335026715,90659.1289244199,306691.731324599,32161.119230624576,166627.19135255902,447920.98562793,,321484.1924215,51490.06641736086,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,312554.522830424,59129.39978928577,,510102.43212455086,,321484.1924215,51490.06641736086,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,312554.522830424,59129.39978928577,,510102.43212455086,,321484.1924215,51490.06641736086,,,,,308089.688034886,59129.39978928577,,458287.5302169967, -baseline_total_core_day_runtime_baseline_regional_q30,437019.3835711017,53781.86642893832,911393.755655583,546.4245608659411,448361.8951655869,91125.33739840891,307530.5053507712,41466.687531088864,168085.34958932165,485919.76842932164,,334561.6369724931,55309.73310332332,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,317019.357625962,61421.19980086325,,541191.3732690834,,334561.6369724931,55309.73310332332,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,317019.357625962,61421.19980086325,,541191.3732690834,,334561.6369724931,55309.73310332332,,,,,311661.5558713164,61421.19980086325,,479013.49098001834, -baseline_total_core_day_runtime_baseline_regional_q35,502593.4557340029,63975.40730841599,966526.2861967175,632.3735673277107,472071.1969809067,91591.5458723979,309875.62195310125,49962.19974297588,169717.63184116903,523918.5512307134,,350351.4215241608,59129.39978928577,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,321484.1924215,63120.1232807762,,564695.0603214427,,350351.4215241608,59129.39978928577,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,321484.1924215,63120.1232807762,,564695.0603214427,,350351.4215241608,59129.39978928577,,,,,315233.4237077468,63120.1232807762,,499739.45174304006, -baseline_total_core_day_runtime_baseline_regional_q40,521451.2963139445,70761.77937954094,1021658.8167378521,718.3225737894803,495780.4987962265,92057.7543463869,315233.42370774684,56837.5997777083,171698.16212318608,561917.334032105,,412893.091297833,62949.06647524823,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,325949.027217038,63633.29369736007,,573028.2391894556,,412893.091297833,62949.06647524823,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,325949.027217038,63633.29369736007,,573028.2391894556,,412893.091297833,62949.06647524823,,,,,318805.2915441772,63633.29369736007,,520465.4125060617, -baseline_total_core_day_runtime_baseline_regional_q45,551622.3066492237,88794.2950284639,1035771.4971647596,804.2715802512498,519489.8006115463,92523.9628203759,320591.2254623924,63120.1232807762,173678.69240520312,575805.9654787933,,492966.71802975674,63804.35050288804,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,369523.3050732159,64146.464113943955,,581361.4180574686,,492966.71802975674,63804.35050288804,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,369523.3050732159,64146.464113943955,,581361.4180574686,,492966.71802975674,63804.35050288804,,,,,322377.1593806076,64146.464113943955,,541191.3732690834, -baseline_total_core_day_runtime_baseline_regional_q50,566702.9808846046,92990.1712943649,1049884.177591667,890.2205867130194,543199.1024268661,92990.1712943649,325949.027217038,64659.63453052784,175659.22268722014,589694.5969254816,,503599.44877354,64659.63453052784,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,413097.58292939386,64659.63453052784,,589694.5969254816,,503599.44877354,64659.63453052784,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,413097.58292939386,64659.63453052784,,589694.5969254816,,503599.44877354,64659.63453052784,,,,,325949.027217038,64659.63453052784,,561917.334032105, -baseline_total_core_day_runtime_baseline_regional_q55,596779.4053820688,108840.48609554855,1063996.8580185743,976.1695931747892,564940.5051207793,103493.76380394632,378238.16064445156,66199.14578027949,177639.75296923716,603583.2283721699,,509700.987661669,65514.91855816764,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,456671.86078557186,65172.80494711173,,598027.7757934945,,509700.987661669,65514.91855816764,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,456671.86078557186,65172.80494711173,,598027.7757934945,,509700.987661669,65514.91855816764,,,,,360808.4495019804,65172.80494711173,,570124.0091022053, -baseline_total_core_day_runtime_baseline_regional_q60,633379.1947674077,149589.44657191052,1078109.5384454818,1062.1185996365587,586681.9078146924,113997.3563135277,430527.294071865,84062.77442531203,179620.2832512542,617471.8598188581,,539931.503981395,66370.20258580745,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,500246.1386417498,65685.97536369562,,606360.9546615075,,539931.503981395,66370.20258580745,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,500246.1386417498,65685.97536369562,,606360.9546615075,,539931.503981395,66370.20258580745,,,,,395667.8717869227,65685.97536369562,,578330.6841723055, -baseline_total_core_day_runtime_baseline_regional_q65,714134.0030911125,166141.13860697148,1081128.6130999776,1148.0676060983283,608423.3105086056,124500.94882310912,482816.4274992787,103966.91774475476,181600.81353327126,624099.9160474205,,563353.0280878549,99284.17603690032,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,501922.7937076449,66199.14578027949,,614694.1335295205,,563353.0280878549,99284.17603690032,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,501922.7937076449,66199.14578027949,,614694.1335295205,,563353.0280878549,99284.17603690032,,,,,430527.2940718651,66199.14578027949,,586537.3592424057, -baseline_total_core_day_runtime_baseline_regional_q70,758001.301372133,176979.5762085648,1084147.6877544736,1234.0166125600979,630164.7132025186,135004.5413326905,501587.4626944659,140869.3659957218,201445.5718919533,630727.9722759828,,568617.2396256045,132198.1494879932,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,503599.44877354,80882.59014940116,,620123.082310283,,568617.2396256045,132198.1494879932,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,503599.44877354,80882.59014940116,,620123.082310283,,568617.2396256045,132198.1494879932,,,,,465386.71635680745,80882.59014940116,,594744.034312506, -baseline_total_core_day_runtime_baseline_regional_q75,781084.3082023201,190143.54334206128,1087166.7624089695,1319.9656190218675,651906.115896432,145508.13384227193,503599.44877354,186270.9667124511,230222.44428896802,637356.0285045451,,582984.4357575427,165112.12293908608,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,505276.10383943503,102651.17149479187,,624099.9160474205,,582984.4357575427,165112.12293908608,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,505276.10383943503,102651.17149479187,,624099.9160474205,,582984.4357575427,165112.12293908608,,,,,500246.1386417498,102651.17149479187,,602950.7093826062, -baseline_total_core_day_runtime_baseline_regional_q80,798484.5625548699,203413.28912280544,1090185.8370634653,1405.9146254836369,673647.518590345,156011.72635185334,505611.4348526141,230409.14942057393,258999.31668598275,643984.0847331075,,608275.2134025074,198026.09639017895,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,506952.75890533015,124419.75284018257,,628076.7497845578,,608275.2134025074,198026.09639017895,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,506952.75890533015,124419.75284018257,,628076.7497845578,,608275.2134025074,198026.09639017895,,,,,514494.6364608207,124419.75284018257,,611157.3844527066, -baseline_total_core_day_runtime_baseline_regional_q85,988579.2984131709,239866.68501998822,1199650.3770076928,1491.8636319454065,695388.9212842581,166515.31886143473,513406.34578850755,272968.0596179386,287776.18908299727,679965.0721701041,,626751.1385388453,201393.0918480705,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,523086.72611327365,146188.33418557316,,632053.5835216952,,626751.1385388453,201393.0918480705,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,523086.72611327365,146188.33418557316,,632053.5835216952,,626751.1385388453,201393.0918480705,,,,,528743.1342798915,146188.33418557316,,619364.0595228067, -baseline_total_core_day_runtime_baseline_regional_q90,1072464.466274719,308182.65534377197,1309114.9169519204,1577.812638407176,717130.3239781713,177018.91137101615,532767.1064380398,307126.04477983044,316553.061480012,715946.0596071009,,641332.8622416826,204760.08730596205,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,539220.6933212172,167956.91553096386,,636030.4172588327,,641332.8622416826,204760.08730596205,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,539220.6933212172,167956.91553096386,,636030.4172588327,,641332.8622416826,204760.08730596205,,,,,542991.6320989624,167956.91553096386,,627570.734592907, -baseline_total_core_day_runtime_baseline_regional_q95,1089582.0221325662,322382.66649717756,1418579.4568961477,1663.7616448689457,738871.7266720845,187522.50388059753,552127.8670875719,311880.79231756716,345329.9338770266,751927.0470440976,,692549.4128271108,208127.0827638536,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,555354.6605291606,189725.49687635445,,640007.2509959701,,692549.4128271108,208127.0827638536,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,555354.6605291606,189725.49687635445,,640007.2509959701,,692549.4128271108,208127.0827638536,,,,,557240.1299180333,189725.49687635445,,635777.4096630072, -baseline_total_core_day_runtime_baseline_regional_q98,1344143.5697340723,353417.15036329586,1484258.1808626843,1715.3310487460076,751916.5682884326,193824.65938634638,563744.3234772913,314733.64084020926,362596.05731523543,773515.6395062956,,728163.9867627134,210147.28003858853,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,565035.0408539268,202786.64568358887,,642393.3512382525,,728163.9867627134,210147.28003858853,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,565035.0408539268,202786.64568358887,,642393.3512382525,,728163.9867627134,210147.28003858853,,,,,565789.2286094759,202786.64568358887,,640701.4147050674, -baseline_total_core_day_runtime_baseline_regional_q99,1436093.7832872237,363761.9783186686,1506151.0888515299,1732.5208500383612,756264.8488272151,195925.37788826268,567616.4756071977,315684.5903477566,368351.43179463834,780711.8369936949,,740035.5114079143,210820.67913016686,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,568261.8342955156,207140.36195266698,,643188.71798568,,740035.5114079143,210820.67913016686,751907.0360531152,1749.7106513307153,306106.08427366824,198026.09639017895,568261.8342955156,207140.36195266698,,643188.71798568,,740035.5114079143,210820.67913016686,,,,,568638.92817329,207140.36195266698,,642342.7497190874, -_daily_mean_core_day_demand_baseline_baseline_regional_n,22.0,19.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,0.0,12.0,6.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,0.0 -_daily_mean_core_day_demand_baseline_baseline_regional_upper_bound_95_perc_conf,27.082984575094855,7.071685989947567,41.17340736623158,6.311579132800059,25.817346198514507,7.036140378343804,16.224503256104008,8.03920728015301,6.87721702884019,34.39796633822631,,16.19818630418533,7.362992685778163,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,17.082377933824986,7.9397371671116135,,15.063635089775563,,16.19818630418533,7.362992685778163,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,17.082377933824986,7.9397371671116135,,15.063635089775563,,16.19818630418533,7.362992685778163,,,,,16.07045543884332,7.9397371671116135,,16.03714154548455, -_daily_mean_core_day_demand_baseline_baseline_regional_mean,21.631037979447257,6.153267805082653,32.84921879298627,5.517770338313343,19.696250135502066,6.392578357999846,13.17852063681609,6.418898214138328,5.627457601140229,21.241521320950543,,14.005567269065802,6.330590804766867,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,13.715394032577569,6.397033110224481,,12.811514384690625,,14.005567269065802,6.330590804766867,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,13.715394032577569,6.397033110224481,,12.811514384690625,,14.005567269065802,6.330590804766867,,,,,12.68690889973805,6.397033110224481,,13.564077965113674, -_daily_mean_core_day_demand_baseline_baseline_regional_lower_bound_95_perc_conf,16.17909138379966,5.234849620217738,24.525030219740962,4.723961543826627,13.575154072489624,5.749016337655888,10.132538017528173,4.7985891481236465,4.377698173440268,8.085076303674773,,11.812948233946273,5.298188923755571,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,10.348410131330153,4.854329053337348,,10.559393679605687,,11.812948233946273,5.298188923755571,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,10.348410131330153,4.854329053337348,,10.559393679605687,,11.812948233946273,5.298188923755571,,,,,9.303362360632779,4.854329053337348,,11.091014384742799, -_daily_mean_core_day_demand_baseline_baseline_regional_sem,2.781605405942652,0.4685807065637318,4.247034986349648,0.4050044869830184,3.123008195414511,0.328347969563244,1.5540727649428152,0.8266882989870823,0.6376323610714085,6.712471947589679,,1.1186831811834332,0.526735653577192,0.0,0.0,0.0,0.0,1.7178489292078651,0.7870939065750678,,1.149041176063744,,1.1186831811834332,0.526735653577192,0.0,0.0,0.0,0.0,1.7178489292078651,0.7870939065750678,,1.149041176063744,,1.1186831811834332,0.526735653577192,,,,,1.7262992546455462,0.7870939065750678,,1.2617671328422833, -_daily_mean_core_day_demand_baseline_baseline_regional_q1,7.262395434672126,2.976231081443963,20.92888383685037,4.956462756766268,13.797897115840962,5.755266445673801,6.793943350457337,2.9138033918545023,4.067484871131791,10.597907026457982,,6.9500940451956,4.066140633645271,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,6.762713211509685,4.023930880657231,,10.580273673243381,,6.9500940451956,4.066140633645271,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,6.762713211509685,4.023930880657231,,10.580273673243381,,6.9500940451956,4.066140633645271,,,,,6.731483072562032,4.023930880657231,,11.460536058380393, -_daily_mean_core_day_demand_baseline_baseline_regional_q2.5,8.24614481152318,3.163514150212344,21.080082043263456,4.973645641915668,13.944292096622327,5.772091326247355,7.0750146009862105,3.0074449262386933,4.1177134048092325,10.664032101012737,,7.465391337831868,4.2259610975648565,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,6.99693925361708,4.120436715094756,,10.619948717976236,,7.465391337831868,4.2259610975648565,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,6.99693925361708,4.120436715094756,,10.619948717976236,,7.465391337831868,4.2259610975648565,,,,,6.918863906247949,4.120436715094756,,11.498103189723677, -_daily_mean_core_day_demand_baseline_baseline_regional_q5,9.740961604072202,3.4756525981596456,21.33207905395193,5.002283783831335,14.188283731257936,5.800132793869947,7.543466685200999,3.163514150212344,4.201427627604968,10.774240558603994,,8.324220158892313,4.492328537430832,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,7.387315990462736,4.281279772490629,,10.686073792530987,,8.324220158892313,4.492328537430832,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,7.387315990462736,4.281279772490629,,10.686073792530987,,8.324220158892313,4.492328537430832,,,,,7.231165295724473,4.281279772490629,,11.560715075295818, -_daily_mean_core_day_demand_baseline_baseline_regional_q10,10.016934600364635,3.729085416185952,21.836073075328876,5.0595600676626695,14.676267000529151,5.85621572911513,8.480370853630575,3.4756525981596456,4.368856073196438,10.994657473786509,,9.812001134725158,5.025063417162784,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,8.16806946415405,4.602965887282378,,10.818323941640497,,9.812001134725158,5.025063417162784,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,8.16806946415405,4.602965887282378,,10.818323941640497,,9.812001134725158,5.025063417162784,,,,,7.855768074677524,4.602965887282378,,11.685938846440097, -_daily_mean_core_day_demand_baseline_baseline_regional_q15,10.686073792530987,3.9042463391311872,22.340067096705823,5.116836351494003,15.164250269800364,5.912298664360312,9.417275022060151,3.6255467620395674,4.536284518787909,11.215074388969024,,10.265337112261799,5.557798296894735,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,8.948822937845364,4.924652002074128,,10.950574090750006,,10.265337112261799,5.557798296894735,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,8.948822937845364,4.924652002074128,,10.950574090750006,,10.265337112261799,5.557798296894735,,,,,8.480370853630575,4.924652002074128,,11.811162617584374, -_daily_mean_core_day_demand_baseline_baseline_regional_q20,11.685938846440095,4.00423697228765,22.844061118082774,5.174112635325338,15.652233539071581,5.968381599605497,9.775117181678784,3.729085416185952,4.70371296437938,11.435491304151538,,10.730157175567491,6.0905331766266855,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,9.729576411536677,5.246338116865877,,11.082824239859516,,10.730157175567491,6.0905331766266855,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,9.729576411536677,5.246338116865877,,11.082824239859516,,10.730157175567491,6.0905331766266855,,,,,9.104973632583626,5.246338116865877,,11.936386388728653, -_daily_mean_core_day_demand_baseline_baseline_regional_q25,12.940871877192423,4.489503341006749,24.046073392044327,5.231388919156672,16.140216808342796,6.024464534850679,9.843428336891943,3.8212253612796463,4.871141409970851,11.748550732012234,,11.215074388969024,6.093941821547649,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,11.054570706616216,5.568024231657626,,11.215074388969024,,11.215074388969024,6.093941821547649,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,11.054570706616216,5.568024231657626,,11.215074388969024,,11.215074388969024,6.093941821547649,,,,,9.729576411536677,5.568024231657626,,12.06161015987293, -_daily_mean_core_day_demand_baseline_baseline_regional_q30,14.099076400947153,5.027080027715988,25.248085666005885,5.288665202988006,16.62820007761401,6.080547470095862,9.911739492105102,3.9042463391311872,5.038569855562321,12.06161015987293,,11.811162617584374,6.097350466468613,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,12.379565001695756,5.889710346449374,,11.347324538078533,,11.811162617584374,6.097350466468613,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,12.379565001695756,5.889710346449374,,11.347324538078533,,11.811162617584374,6.097350466468613,,,,,10.789571847600307,5.889710346449374,,12.18683393101721, -_daily_mean_core_day_demand_baseline_baseline_regional_q35,15.14822951323729,5.328347131090407,26.450097939967442,5.34594148681934,17.116183346885222,6.136630405341045,10.464507595207968,4.281279772490629,5.181178114708981,12.374669587733628,,12.499893358877905,6.100759111389577,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,13.704559296775294,6.173010474122871,,11.498103189723677,,12.499893358877905,6.100759111389577,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,13.704559296775294,6.173010474122871,,11.498103189723677,,12.499893358877905,6.100759111389577,,,,,11.849567283663939,6.173010474122871,,12.31205770216149, -_daily_mean_core_day_demand_baseline_baseline_regional_q40,15.848782022006603,5.749234832433855,27.652110213928996,5.4032177706506745,17.60416661615644,6.192713340586229,11.98618959409026,5.246338116865877,5.274146000966019,12.687729015594325,,13.092757594151283,6.10416775631054,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.029553591854834,6.379538627559868,,11.685938846440095,,13.092757594151283,6.10416775631054,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.029553591854834,6.379538627559868,,11.685938846440095,,13.092757594151283,6.10416775631054,,,,,12.909562719727571,6.379538627559868,,12.437281473305768, -_daily_mean_core_day_demand_baseline_baseline_regional_q45,16.628058413088226,5.802030572565864,28.964092519229904,5.460494054482009,18.092149885427656,6.248796275831412,13.507871592972545,6.173010474122871,5.367113887223056,13.658050155594532,,13.649671889667099,6.154345620002054,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.114322107128016,6.586066780996863,,11.873774503156515,,13.649671889667099,6.154345620002054,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.114322107128016,6.586066780996863,,11.873774503156515,,13.649671889667099,6.154345620002054,,,,,13.969558155791201,6.586066780996863,,12.562505244450048, -_daily_mean_core_day_demand_baseline_baseline_regional_q50,17.640178740139312,6.0905331766266855,30.27607482453081,5.517770338313343,18.58013315469887,6.304879211076595,15.029553591854834,6.792594934433859,5.460081773480093,14.628371295594741,,14.364927026920776,6.204523483693567,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.199090622401199,6.792594934433859,,12.06161015987293,,14.364927026920776,6.204523483693567,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.199090622401199,6.792594934433859,,12.06161015987293,,14.364927026920776,6.204523483693567,,,,,15.029553591854834,6.792594934433859,,12.687729015594325, -_daily_mean_core_day_demand_baseline_baseline_regional_q55,18.67929333595676,6.102804298342154,31.588057129831718,5.5750466221446775,19.402951518211044,6.387271890398754,15.131275810182652,7.412179394744847,5.553049659737131,15.598692435594948,,15.04650729490947,6.254701347385081,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.283859137674382,6.999123087870855,,12.24944581658935,,15.04650729490947,6.254701347385081,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.283859137674382,6.999123087870855,,12.24944581658935,,15.04650729490947,6.254701347385081,,,,,15.097368404073379,6.999123087870855,,13.075857471594409, -_daily_mean_core_day_demand_baseline_baseline_regional_q60,18.81886157540493,6.264736920123383,32.900039435132626,5.632322905976012,20.225769881723217,6.469664569720911,15.232998028510472,7.705952833266835,5.646017545994168,16.569013575595157,,15.232998028510472,6.304879211076595,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.368627652947564,7.20565124130785,,12.437281473305767,,15.232998028510472,6.304879211076595,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.368627652947564,7.20565124130785,,12.437281473305767,,15.232998028510472,6.304879211076595,,,,,15.165183216291926,7.20565124130785,,13.463985927594493, -_daily_mean_core_day_demand_baseline_baseline_regional_q65,20.138492165045047,6.881627966331704,35.76715209604512,5.689599189807346,21.048588245235393,6.55205724904307,15.334720246838291,7.9589998940652,5.738985432251206,17.11686628003376,,15.548685541344703,6.59891493644674,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.701526821105613,7.412179394744847,,12.625117130022186,,15.548685541344703,6.59891493644674,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,15.701526821105613,7.412179394744847,,12.625117130022186,,15.548685541344703,6.59891493644674,,,,,15.232998028510472,7.412179394744847,,13.852114383594575, -_daily_mean_core_day_demand_baseline_baseline_regional_q70,22.239268292430435,7.340135669253578,38.63426475695763,5.7468754736386805,21.871406608747563,6.634449928365228,15.634946987474002,8.093933457587465,5.948544022461919,17.66471898447237,,16.208897798800876,6.8929506618168865,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,16.03442598926366,7.537254792734592,,13.075857471594407,,16.208897798800876,6.8929506618168865,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,16.03442598926366,7.537254792734592,,13.075857471594407,,16.208897798800876,6.8929506618168865,,,,,15.30081284072902,7.537254792734592,,14.240242839594657, -_daily_mean_core_day_demand_baseline_baseline_regional_q75,25.81725287188615,7.5183448940722055,41.50137741787013,5.804151757470015,22.69422497225974,6.716842607687386,16.03442598926366,8.169810272471679,6.216397964649472,18.212571688910977,,16.601816263091308,7.186986387187033,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,16.36732515742171,7.621603813000714,,13.658050155594532,,16.601816263091308,7.186986387187033,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,16.36732515742171,7.621603813000714,,13.658050155594532,,16.601816263091308,7.186986387187033,,,,,15.368627652947564,7.621603813000714,,14.628371295594741, -_daily_mean_core_day_demand_baseline_baseline_regional_q80,27.483351529107317,7.750740171084869,44.36849007878263,5.861428041301348,23.517043335771913,6.799235287009546,16.433904991053318,8.57963529084069,6.4842519068370255,18.76042439334958,,16.673982175582836,7.481022112557178,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,16.700224325579757,7.705952833266835,,14.24024283959466,,16.673982175582836,7.481022112557178,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,16.700224325579757,7.705952833266835,,14.24024283959466,,16.673982175582836,7.481022112557178,,,,,15.634946987474004,7.705952833266835,,15.016499751594825, -_daily_mean_core_day_demand_baseline_baseline_regional_q85,32.11285005195207,8.093933457587465,45.40199927894088,5.9187043251326825,24.339861699284086,6.8816279663317035,16.9159838626993,9.406895563565696,6.752105849024576,28.430979793409975,,17.45538270549815,7.621603813000714,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,17.23962316837861,7.790301853532957,,14.82243552359478,,17.45538270549815,7.621603813000714,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,17.23962316837861,7.790301853532957,,14.82243552359478,,17.45538270549815,7.621603813000714,,,,,15.901266322000442,7.790301853532957,,15.404628207594907, -_daily_mean_core_day_demand_baseline_baseline_regional_q90,43.22164501441765,8.579635290840688,46.43550847909913,5.975980608964018,25.162680062796262,6.9640206456538625,17.56326247405792,10.061995240722855,7.01995979121213,38.10153519347037,,18.642060159655625,7.7621855134442495,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,17.77902201117746,7.874650873799078,,15.404628207594909,,18.642060159655625,7.7621855134442495,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,17.77902201117746,7.874650873799078,,15.404628207594909,,18.642060159655625,7.7621855134442495,,,,,16.16758565652688,7.874650873799078,,15.79275666359499, -_daily_mean_core_day_demand_baseline_baseline_regional_q95,48.29582503938397,10.061995240722855,47.46901767925738,6.033256892795351,25.985498426308435,7.04641332497602,18.21054108541654,10.114532833392529,7.28781373339968,47.77209059353077,,19.744439097885078,7.902767213887786,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,18.31842085397631,7.958999894065199,,15.986820891595032,,19.744439097885078,7.902767213887786,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,18.31842085397631,7.958999894065199,,15.986820891595032,,19.744439097885078,7.902767213887786,,,,,16.433904991053318,7.958999894065199,,16.180885119595075, -_daily_mean_core_day_demand_baseline_baseline_regional_q98,53.68779596563742,10.125040351926465,48.08912319935232,6.067622663094152,26.479189444415738,7.095848932569315,18.598908252231716,10.146055388994336,7.448526098712213,53.57442383356702,,20.39462665869902,7.987116234153908,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,18.642060159655625,8.009609306224872,,16.336136501995107,,20.39462665869902,7.987116234153908,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,18.642060159655625,8.009609306224872,,16.336136501995107,,20.39462665869902,7.987116234153908,,,,,16.59369659176918,8.009609306224872,,16.413762193195122, -_daily_mean_core_day_demand_baseline_baseline_regional_q99,55.56522097961429,10.146055388994336,48.29582503938398,6.079077919860419,26.643753117118173,7.112327468433747,18.728363974503438,10.156562907528269,7.5020968871497224,55.50853491357909,,20.611355845637004,8.015232574242615,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,18.749939928215394,8.026479110278098,,16.452575038795132,,20.611355845637004,8.015232574242615,20.828085032574982,6.0905331766266855,13.70030046198672,6.304879211076595,18.749939928215394,8.026479110278098,,16.452575038795132,,20.611355845637004,8.015232574242615,,,,,16.64696045867447,8.026479110278098,,16.49138788439514, -mean_demand_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -mean_demand_upper_bound_95_perc_conf,27.380895566660342,10.03948416954926,38.630924563275386,5.98774635891169,23.274759886519004,5.614365794191165,13.004348633350942,8.20958157151861,7.149458237945641,33.21586179592171,27.892630742726183,13.26637207188206,6.6847383430920315,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,13.851496450750538,7.986669174935869,,13.295384614967038,4.443672654837137,13.26637207188206,6.6847383430920315,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,13.851496450750538,7.986669174935869,,13.295384614967038,4.443672654837137,13.26637207188206,6.6847383430920315,,,,,12.23215763929885,7.986669174935869,,14.040924504965918,4.443672654837137 -mean_demand_mean,21.060798423511827,6.847218331231796,30.31014953513763,5.866061406297234,17.192476361469303,4.716166805635864,10.085862002748572,6.553200774328067,6.017623030616401,20.11974670816056,11.876095862152294,11.276389406168441,5.739255564287415,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,10.769503389565356,6.545190541468816,,11.608240653111574,4.443672654837137,11.276389406168441,5.739255564287415,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,10.769503389565356,6.545190541468816,,11.608240653111574,4.443672654837137,11.276389406168441,5.739255564287415,,,,,9.572551974976946,6.545190541468816,,12.139069850174335,4.443672654837137 -mean_demand_lower_bound_95_perc_conf,14.74070128036331,3.654952492914331,21.98937450699987,5.744376453682778,11.110192836419603,3.8179678170805635,7.167375372146202,4.896819977137524,4.885787823287162,7.023631620399403,-4.140439018421596,9.286406740454822,4.7937727854827985,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,7.687510328380174,5.103711908001763,,9.92109669125611,4.443672654837137,9.286406740454822,4.7937727854827985,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,7.687510328380174,5.103711908001763,,9.92109669125611,4.443672654837137,9.286406740454822,4.7937727854827985,,,,,6.912946310655043,5.103711908001763,,10.237215195382753,4.443672654837137 -mean_demand_sem,3.2245393587492424,1.6287070603660534,4.245293381702939,0.062084159497171346,3.103205880127398,0.45826479007923493,1.4890237911236583,0.845092243464563,0.5774669425149183,6.681691371306712,8.171701469680556,1.0152972784253156,0.4823891728594982,0.0,0.0,0.0,0.0,1.572445439380195,0.7354482823811493,,0.8607877356405426,0.0,1.0152972784253156,0.4823891728594982,0.0,0.0,0.0,0.0,1.572445439380195,0.7354482823811493,,0.8607877356405426,0.0,1.0152972784253156,0.4823891728594982,,,,,1.3569416654703585,0.7354482823811493,,0.9703340075467262,0.0 -mean_demand_q1,5.29963176788389,1.8782074579473846,18.099156173315468,5.780017151135189,11.554996749161658,3.700617834455686,5.137541314576633,2.8218989872479927,4.857659925674716,10.029301415561516,1.8022889472003165,5.207102753129793,4.326153553593035,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,5.175446802171758,4.3767230978901,,10.023882074106226,4.443672654837137,5.207102753129793,4.326153553593035,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,5.175446802171758,4.3767230978901,,10.023882074106226,4.443672654837137,5.207102753129793,4.326153553593035,,,,,5.15705967443225,4.3767230978901,,10.316494759921126,4.443672654837137 -mean_demand_q2.5,5.623812674498402,2.014973962426684,18.3084037205831,5.782651158946272,11.68252120598881,3.7363764053506485,5.218586541230261,2.891036823665321,4.866755834007339,10.049623946018858,1.8251776855590136,5.392490137613162,4.339421839217369,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,5.313350260218075,4.465845699960032,,10.03607559238063,4.443672654837137,5.392490137613162,4.339421839217369,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,5.313350260218075,4.465845699960032,,10.03607559238063,4.443672654837137,5.392490137613162,4.339421839217369,,,,,5.267382440869303,4.465845699960032,,10.361156697771035,4.443672654837137 -mean_demand_q5,6.009899160932429,2.146951821461105,18.657149632695816,5.787041171964744,11.895061967367395,3.7959740235089203,5.353661918986308,3.006266551027535,4.881915681228377,10.083494830114429,1.8633255828235087,5.70146911175211,4.361535648591259,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,5.543189356961937,4.614383370076583,,10.056398122837972,4.443672654837137,5.70146911175211,4.361535648591259,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,5.543189356961937,4.614383370076583,,10.056398122837972,4.443672654837137,5.70146911175211,4.361535648591259,,,,,5.451253718264392,4.614383370076583,,10.43559326085422,4.443672654837137 -mean_demand_q10,6.436954221332465,2.430833382936989,19.35464145692125,5.795821198001687,12.320143490124563,3.9151692598254635,5.623812674498402,3.2367260057519616,4.912235375670454,10.15123659830557,1.9396213773524988,6.275197649301587,4.40576326733904,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,6.002867550449659,4.911458710309686,,10.097043183752657,4.443672654837137,6.275197649301587,4.40576326733904,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,6.002867550449659,4.911458710309686,,10.097043183752657,4.443672654837137,6.275197649301587,4.40576326733904,,,,,5.8189962730545695,4.911458710309686,,10.58446638702059,4.443672654837137 -mean_demand_q15,8.778341412124014,2.7587980330996635,20.052133281146688,5.80460122403863,12.745225012881729,4.034364496142006,5.893963430010495,3.594232258511068,4.94255507011253,10.21897836649671,2.0159171718814886,6.7604673653942235,4.453619891960345,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,6.4625457439373815,5.20853405054279,,10.137688244667341,4.443672654837137,6.7604673653942235,4.453619891960345,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,6.4625457439373815,5.20853405054279,,10.137688244667341,4.443672654837137,6.7604673653942235,4.453619891960345,,,,,6.1867388278447475,5.20853405054279,,10.733339513186959,4.443672654837137 -mean_demand_q20,10.232526720134938,3.2423574490498845,20.74962510537212,5.813381250075574,13.1703065356389,4.153559732458549,6.171655732963309,3.98803759642294,4.972874764554605,10.286720134687851,2.0922129664104787,8.159635587224379,4.523250551822808,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,6.922223937425104,5.505609390775894,,10.178333305582026,4.443672654837137,8.159635587224379,4.523250551822808,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,6.922223937425104,5.505609390775894,,10.178333305582026,4.443672654837137,8.159635587224379,4.523250551822808,,,,,6.5544813826349255,5.505609390775894,,10.88221263935333,4.443672654837137 -mean_demand_q25,11.335203686099334,3.4823590025526614,21.76148444004789,5.822161276112517,13.595388058396068,4.272754968775092,6.453118809636482,4.201623650748699,5.003194458996681,10.658902950103775,2.168508760939469,10.015753061923288,4.5928812116852695,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,8.025468874593662,5.802684731008997,,10.21897836649671,4.443672654837137,10.015753061923288,4.5928812116852695,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,8.025468874593662,5.802684731008997,,10.21897836649671,4.443672654837137,10.015753061923288,4.5928812116852695,,,,,6.922223937425104,5.802684731008997,,11.031085765519698,4.443672654837137 -mean_demand_q30,11.458971446475633,4.065805510278826,22.773343774723656,5.83094130214946,14.020469581153236,4.391950205091636,6.7345818863096545,4.271034278205567,5.033514153438757,11.031085765519698,2.255950301605309,10.178333305582026,4.665228772606963,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,9.128713811762218,6.099760071242101,,10.259623427411395,4.443672654837137,10.178333305582026,4.665228772606963,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,9.128713811762218,6.099760071242101,,10.259623427411395,4.443672654837137,10.178333305582026,4.665228772606963,,,,,7.804819887159949,6.099760071242101,,11.17995889168607,4.443672654837137 -mean_demand_q35,11.592168825306754,4.329944492342845,23.785203109399426,5.839721328186403,14.445551103910404,4.511145441408178,7.363521912292525,4.614383370076583,5.123975399336809,11.403268580935624,2.3433918422711493,10.496416844970147,4.744368586176735,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,10.231958748930776,6.345461384442352,,10.361156697771035,4.443672654837137,10.496416844970147,4.744368586176735,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,10.231958748930776,6.345461384442352,,10.361156697771035,4.443672654837137,10.496416844970147,4.744368586176735,,,,,8.687415836894795,6.345461384442352,,11.32883201785244,4.443672654837137 -mean_demand_q40,12.549541693107077,4.523250551822808,24.797062444075195,5.848501354223348,14.870632626667573,4.630340677724721,8.687415836894797,5.505609390775894,5.334719748146813,11.775451396351547,2.430833382936989,11.12550697581704,4.823508399746509,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.335203686099334,6.488414643576897,,10.58446638702059,4.443672654837137,11.12550697581704,4.823508399746509,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.335203686099334,6.488414643576897,,10.58446638702059,4.443672654837137,11.12550697581704,4.823508399746509,,,,,9.570011786629642,6.488414643576897,,11.477705144018808,4.443672654837137 -mean_demand_q45,14.097150793775702,4.788902409940805,26.227365904717725,5.857281380260291,15.29571414942474,4.749535914041264,10.011309761497065,6.345461384442352,5.545464096956816,12.42034805213456,2.5182749236028292,11.383609890436393,5.005160649693306,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.365457563809997,6.6313679027114425,,10.807776076270144,4.443672654837137,11.383609890436393,5.005160649693306,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.365457563809997,6.6313679027114425,,10.807776076270144,4.443672654837137,11.383609890436393,5.005160649693306,,,,,10.452607736364486,6.6313679027114425,,11.626578270185178,4.443672654837137 -mean_demand_q50,15.720795672181909,4.8687311503578075,27.657669365360256,5.866061406297234,15.720795672181909,4.8687311503578075,11.335203686099334,6.774321161845988,5.756208445766819,13.065244707917575,2.605716464268669,11.456219196941984,5.323496148142803,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.395711441520659,6.774321161845988,,11.031085765519698,4.443672654837137,11.456219196941984,5.323496148142803,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.395711441520659,6.774321161845988,,11.031085765519698,4.443672654837137,11.456219196941984,5.323496148142803,,,,,11.335203686099334,6.774321161845988,,11.775451396351547,4.443672654837137 -mean_demand_q55,16.995339931700006,5.218506241953987,29.087972826002787,5.874841432334177,16.587381401725295,4.942157083257768,11.371508339352129,7.203180939249624,5.966952794576822,13.710141363700592,2.973307702382363,11.46447594554293,5.641831646592302,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.42596531923132,6.917274420980533,,11.254395454769254,4.443672654837137,11.46447594554293,5.641831646592302,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.42596531923132,6.917274420980533,,11.254395454769254,4.443672654837137,11.46447594554293,5.641831646592302,,,,,11.359406788267863,6.917274420980533,,12.033410058664753,4.443672654837137 -mean_demand_q60,18.011791349913178,5.708152879299643,30.518276286645317,5.88362145837112,17.453967131268683,5.015583016157727,11.407812992604924,7.676423940312606,6.177697143386825,14.355038019483604,3.340898940496056,11.53107463495849,5.8821709763550745,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.456219196941984,7.060227680115079,,11.477705144018808,4.443672654837137,11.53107463495849,5.8821709763550745,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.456219196941984,7.060227680115079,,11.477705144018808,4.443672654837137,11.53107463495849,5.8821709763550745,,,,,11.383609890436393,7.060227680115079,,12.291368720977959,4.443672654837137 -mean_demand_q65,19.685771728054227,5.936301614592782,33.51116303294602,5.892401484408065,18.320552860812068,5.089008949057687,11.444117645857718,8.155214844333006,6.388441492196829,15.288776430132048,3.7084901786097495,11.714357206003282,6.064013179602803,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.85856487044251,7.203180939249624,,11.701014833268363,4.443672654837137,11.714357206003282,6.064013179602803,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,11.85856487044251,7.203180939249624,,11.701014833268363,4.443672654837137,11.714357206003282,6.064013179602803,,,,,11.407812992604924,7.203180939249624,,12.549327383291166,4.443672654837137 -mean_demand_q70,23.659247395167032,6.329986160144703,36.50404977924673,5.901181510445008,19.187138590355453,5.162434881957647,11.778095735742404,8.371214653385927,6.583468572034714,16.22251484078049,4.076081416723443,12.291511594188563,6.245855382850533,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,12.260910543943037,7.357230004299007,,12.033410058664753,4.443672654837137,12.291511594188563,6.245855382850533,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,12.260910543943037,7.357230004299007,,12.033410058664753,4.443672654837137,12.291511594188563,6.245855382850533,,,,,11.432016094773454,7.357230004299007,,12.807286045604371,4.443672654837137 -mean_demand_q75,24.797062444075195,6.854760817047318,39.496936525547426,5.909961536481951,20.05372431989884,5.235860814857607,12.260910543943037,8.45581891495511,6.770637017386539,17.156253251428932,4.443672654837137,13.065601890944093,6.536065729955078,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,12.663256217443564,7.516826972305806,,12.42034805213456,4.443672654837137,13.065601890944093,6.536065729955078,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,12.663256217443564,7.516826972305806,,12.42034805213456,4.443672654837137,13.065601890944093,6.536065729955078,,,,,11.456219196941984,7.516826972305806,,13.065244707917575,4.443672654837137 -mean_demand_q80,26.613388272138558,7.615349800442095,42.48982327184813,5.918741562518894,20.92031004944223,5.309286747757567,12.743725352143674,8.824407262453573,6.957805462738365,18.089991662077374,13.230048452354055,13.8392635680678,6.869623334602353,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,13.065601890944093,7.676423940312606,,12.807286045604371,4.443672654837137,13.8392635680678,6.869623334602353,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,13.065601890944093,7.676423940312606,,12.807286045604371,4.443672654837137,13.8392635680678,6.869623334602353,,,,,11.778095735742406,7.676423940312606,,13.323203370230782,4.443672654837137 -mean_demand_q85,35.30689508072643,8.33361275935518,43.20398052748975,5.927521588555838,21.78689577898561,5.3827126806575265,13.434467748100422,9.547975717363634,7.14497390809019,27.61637524016795,22.01642424987095,14.834882508088363,7.203180939249624,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,13.987766533834922,7.836020908319407,,13.194224039074179,4.443672654837137,14.834882508088363,7.203180939249624,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,13.987766533834922,7.836020908319407,,13.194224039074179,4.443672654837137,14.834882508088363,7.203180939249624,,,,,12.099972274542827,7.836020908319407,,13.581162032543986,4.443672654837137 -mean_demand_q90,44.203800685388025,9.145993242413603,43.91813778313137,5.936301614592781,22.653481508529,5.456138613557487,14.541065319569421,10.150762524799486,7.332142353442015,37.14275881825853,30.80280004738787,16.274415973902652,7.570025961641406,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,14.909931176725753,7.9956178763262065,,13.581162032543988,4.443672654837137,16.274415973902652,7.570025961641406,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,14.909931176725753,7.9956178763262065,,13.581162032543988,4.443672654837137,16.274415973902652,7.570025961641406,,,,,12.42184881334325,7.9956178763262065,,13.839120694857193,4.443672654837137 -mean_demand_q95,54.02571123843464,10.390830579834295,44.632295038772995,5.945081640629725,23.520067238072382,5.529564546457446,15.647662891038411,10.330813566075593,7.519310798793841,46.66914239634911,39.589175844904766,17.236419400892597,7.942418886990606,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,15.832095819616582,8.155214844333006,,13.968100026013794,4.443672654837137,17.236419400892597,7.942418886990606,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,15.832095819616582,8.155214844333006,,13.968100026013794,4.443672654837137,17.236419400892597,7.942418886990606,,,,,12.74372535214367,8.155214844333006,,14.097079357170397,4.443672654837137 -mean_demand_q98,63.37983906059062,28.68591438418531,45.060789392157965,5.95034965625189,24.040018675798418,5.573620106197422,16.31162143391981,10.438844190841257,7.631611866004936,52.38497254320347,44.86100132341492,17.67036244543927,8.165854642200125,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,16.38539460535108,8.250973025137087,,14.20026282209568,4.443672654837137,17.67036244543927,8.165854642200125,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,16.38539460535108,8.250973025137087,,14.20026282209568,4.443672654837137,17.67036244543927,8.165854642200125,,,,,12.936851275423924,8.250973025137087,,14.25185455455832,4.443672654837137 -mean_demand_q99,66.69567586958334,38.53073301330343,45.20362084328629,5.95210566145928,24.213335821707094,5.588305292777415,16.53294094821361,10.47485439909648,7.669045555075301,54.290249258821575,46.6182764829183,17.815010126954824,8.240333227269966,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,16.569827533929246,8.282892418738447,,14.27765042078964,4.443672654837137,17.815010126954824,8.240333227269966,17.959657808470382,5.7782611459278,11.469980444610226,4.8687311503578075,16.569827533929246,8.282892418738447,,14.27765042078964,4.443672654837137,17.815010126954824,8.240333227269966,,,,,13.001226583184007,8.282892418738447,,14.303446287020964,4.443672654837137 -alpha_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -alpha_upper_bound_95_perc_conf,37.372276800325594,41.87789968781318,31.210192572442853,23.280776316757965,39.21741219918877,51.88641502317118,46.84304861804774,38.47291757516586,52.92988067972306,40.09472084654219,53.866237821284116,43.56710594037814,42.40313739580887,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,48.01390802414069,41.565770935075605,,45.929594011932394,21.414718722904595,43.56710594037814,42.40313739580887,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,48.01390802414069,41.565770935075605,,45.929594011932394,21.414718722904595,43.56710594037814,42.40313739580887,,,,,49.07166355984127,41.565770935075605,,38.34891516231045,21.414718722904595 -alpha_mean,33.387160098316144,36.506751779868374,27.911864540893955,13.36735769597091,35.872423190328654,46.295320053167956,42.79198120537935,33.91166954019941,43.20563276713569,29.612251579126987,35.80319495671188,39.255597785418075,34.90040649945314,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,43.83332298643288,35.41071272350585,,36.857722119931786,21.414718722904595,39.255597785418075,34.90040649945314,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,43.83332298643288,35.41071272350585,,36.857722119931786,21.414718722904595,39.255597785418075,34.90040649945314,,,,,45.45028186063162,35.41071272350585,,32.24387973440264,21.414718722904595 -alpha_lower_bound_95_perc_conf,29.402043396306695,31.135603871923568,24.613536509345057,3.4539390751838557,32.527434181468536,40.70422508316473,38.74091379271096,29.350421505232966,33.48138485454832,19.129782311711782,17.740152092139635,34.94408963045801,27.39767560309741,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,39.652737948725076,29.255654511936097,,27.785850227931178,21.414718722904595,34.94408963045801,27.39767560309741,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,39.652737948725076,29.255654511936097,,27.785850227931178,21.414718722904595,34.94408963045801,27.39767560309741,,,,,41.82890016142197,29.255654511936097,,26.138844306494835,21.414718722904595 -alpha_sem,2.0332228071476783,2.740381585686126,1.6828204242596427,5.057866643258701,1.706627045336796,2.852599474491443,2.066871128912444,2.3271673647787985,4.961350975809885,5.348198605824084,9.215838196210328,2.1997490586530954,3.827923926712106,0.0,0.0,0.0,0.0,2.1329515498509215,3.140335822229467,,4.62850606734725,0.0,2.1997490586530954,3.827923926712106,0.0,0.0,0.0,0.0,2.1329515498509215,3.140335822229467,,4.62850606734725,0.0,2.1997490586530954,3.827923926712106,,,,,1.8476437240865564,3.140335822229467,,3.114813993830513,0.0 -alpha_q1,11.205367982747358,3.6060655427668302,23.023072793704497,6.357512164471392,31.821320478919215,41.72086252804412,35.79625272965635,22.751521647669342,30.10193113892946,10.317257316913208,3.438609261879865,26.441012598255845,20.582873319177235,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,36.00077240939361,29.688711076075307,,26.416847657052855,21.414718722904595,26.441012598255845,20.582873319177235,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,36.00077240939361,29.688711076075307,,26.416847657052855,21.414718722904595,26.441012598255845,20.582873319177235,,,,,40.89731006928992,29.688711076075307,,26.368378944020115,21.414718722904595 -alpha_q2.5,13.33820951159928,4.980756805411325,23.098870743407048,6.57209927257852,32.0019902414376,41.79272982593817,35.86783890098205,23.05145876543511,30.452070619997713,11.117932847013904,4.56211610319391,26.69536921870766,20.676791348630328,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,36.37913810032522,29.714372481666274,,26.634956865700183,21.414718722904595,26.69536921870766,20.676791348630328,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,36.37913810032522,29.714372481666274,,26.634956865700183,21.414718722904595,26.69536921870766,20.676791348630328,,,,,41.053168431433996,29.714372481666274,,26.513785083118336,21.414718722904595 -alpha_q5,16.658256219007757,10.506196254542536,23.225200659577958,6.929744452757067,32.30310651230159,41.91250865576157,35.987149186524874,23.551353961711392,31.035636421778133,12.452392063848396,6.434627505383986,27.11929691946069,20.83332139771881,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,37.009747585211215,29.75714149098455,,26.998472213445734,21.414718722904595,27.11929691946069,20.83332139771881,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,37.009747585211215,29.75714149098455,,26.998472213445734,21.414718722904595,27.11929691946069,20.83332139771881,,,,,41.31293236834078,29.75714149098455,,26.756128648282033,21.414718722904595 -alpha_q10,21.464504749807666,21.056935753559497,23.477860491919785,7.645034813114161,32.905339054029554,42.15206631540837,36.225769757610536,24.551144354263947,32.202768025338976,15.121310497517383,10.179650309764138,28.371289647284172,21.14638149589577,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,38.27096655498322,29.842679509621107,,27.725502908936825,21.414718722904595,28.371289647284172,21.14638149589577,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,38.27096655498322,29.842679509621107,,27.725502908936825,21.414718722904595,28.371289647284172,21.14638149589577,,,,,41.83246024215435,29.842679509621107,,27.24081577860943,21.414718722904595 -alpha_q15,23.578924424856517,22.437879084533407,23.73052032426161,8.360325173471253,33.507571595757526,42.39162397505517,36.46439032869619,26.48771921340651,33.369899628899816,17.79022893118637,13.92467311414429,30.431557027742496,21.827562960376767,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,39.53218552475522,29.92821752825766,,28.45253360442792,21.414718722904595,30.431557027742496,21.827562960376767,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,39.53218552475522,29.92821752825766,,28.45253360442792,21.414718722904595,30.431557027742496,21.827562960376767,,,,,42.351988115967906,29.92821752825766,,27.725502908936825,21.414718722904595 -alpha_q20,25.813789245684397,25.30525227747767,23.98318015660344,9.075615533828348,34.10980413748549,42.631181634701974,37.393825314151904,28.69194677728908,34.537031232460656,20.459147364855355,17.669695918524443,32.27667359103849,24.717472622681957,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,40.793404494527216,30.013755546894213,,29.17956429991902,21.414718722904595,32.27667359103849,24.717472622681957,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,40.793404494527216,30.013755546894213,,29.17956429991902,21.414718722904595,32.27667359103849,24.717472622681957,,,,,42.87151598978147,30.013755546894213,,28.210190039264223,21.414718722904595 -alpha_q25,26.787637762917143,28.552292435761363,24.684294558181865,9.790905894185443,34.71203667921346,42.87073929434878,38.668667506792644,29.814166836742253,35.704162836021496,21.912220903130176,21.414718722904595,34.01421474575331,27.607382284987146,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,41.44281433679417,30.09929356553077,,29.90659499541011,21.414718722904595,34.01421474575331,27.607382284987146,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,41.44281433679417,30.09929356553077,,29.90659499541011,21.414718722904595,34.01421474575331,27.607382284987146,,,,,43.39104386359504,30.09929356553077,,28.69487716959162,21.414718722904595 -alpha_q30,28.33768514099301,29.829124549043435,25.38540895976029,10.506196254542534,35.314269220941426,43.11029695399558,39.943509699433385,30.070780892651918,36.871294439582336,23.365294441404995,26.23941630113007,35.054803067564855,29.728628818105697,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,42.09222417906113,30.184831584167323,,30.63362569090121,21.414718722904595,35.054803067564855,29.728628818105697,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,42.09222417906113,30.184831584167323,,30.63362569090121,21.414718722904595,35.054803067564855,29.728628818105697,,,,,43.5557013290264,30.184831584167323,,29.17956429991902,21.414718722904595 -alpha_q35,31.017499302355127,30.353504018133194,26.086523361338717,11.221486614899629,35.9165017626694,43.34985461364238,41.053168431433996,30.40932756223728,38.30863584373414,24.818367979679817,31.064113879355546,36.237462134863186,29.92821752825766,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,42.74163402132808,30.553223251928937,,31.52949142336841,21.414718722904595,36.237462134863186,29.92821752825766,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,42.74163402132808,30.553223251928937,,31.52949142336841,21.414718722904595,36.237462134863186,29.92821752825766,,,,,43.72035879445775,30.553223251928937,,29.664251430246416,21.414718722904595 -alpha_q40,31.467849510835613,32.83280315270554,26.787637762917143,11.936776975256723,36.51873430439736,43.589412273289184,41.83246024215435,30.911739459174054,40.28639684906788,26.271441517954635,35.88881145758102,37.704262693135085,30.12780623840962,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,43.39104386359504,31.48732221794068,,32.763027229787824,21.414718722904595,37.704262693135085,30.12780623840962,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,43.39104386359504,31.48732221794068,,32.763027229787824,21.414718722904595,37.704262693135085,30.12780623840962,,,,,43.88501625988911,31.48732221794068,,30.14893856057381,21.414718722904595 -alpha_q45,32.46091043478466,36.04178320812843,27.01186178563737,12.652067335613816,37.12096684612533,43.82896993293599,42.61175205287469,31.54263722959409,42.2641578544016,27.48315934377313,40.713509035806496,38.652671673145306,31.175955895936767,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,43.59686569538424,32.42142118395242,,33.996563036207235,21.414718722904595,38.652671673145306,31.175955895936767,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,43.59686569538424,32.42142118395242,,33.996563036207235,21.414718722904595,38.652671673145306,31.175955895936767,,,,,44.049673725320474,32.42142118395242,,30.63362569090121,21.414718722904595 -alpha_q50,34.01421474575331,37.64938217528956,27.2360858083576,13.36735769597091,37.7231993878533,44.06852759258279,43.39104386359504,33.20142198788024,44.24191885973534,28.69487716959162,45.53820661403197,39.34188486402468,33.355520149964164,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,43.80268752717343,33.355520149964164,,35.230098842626646,21.414718722904595,39.34188486402468,33.355520149964164,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,43.80268752717343,33.355520149964164,,35.230098842626646,21.414718722904595,39.34188486402468,33.355520149964164,,,,,44.214331190751835,33.355520149964164,,31.118312821228606,21.414718722904595 -alpha_q55,35.22410920711676,39.20966779497947,27.460309831077833,14.082648056328004,37.770199070323876,44.97612299040514,43.63803006174208,34.860206746166384,46.219679865069075,29.90659499541011,46.88194544204976,40.212796642326204,35.53508440399156,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,44.008509358962634,34.28961911597591,,36.46363464904606,21.414718722904595,40.212796642326204,35.53508440399156,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,44.008509358962634,34.28961911597591,,36.46363464904606,21.414718722904595,40.212796642326204,35.53508440399156,,,,,44.53184912171258,34.28961911597591,,31.940670025508215,21.414718722904595 -alpha_q60,36.066689376886764,42.157744103455315,27.68453385379806,14.797938416685097,37.81719875279445,45.88371838822749,43.88501625988911,35.61438304625356,48.197440870402815,31.118312821228606,48.225684270067546,41.312932368340775,37.67153459767245,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,44.214331190751835,35.22371808198764,,37.69717045546546,21.414718722904595,41.312932368340775,37.67153459767245,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,44.214331190751835,35.22371808198764,,37.69717045546546,21.414718722904595,41.312932368340775,37.67153459767245,,,,,44.84936705267334,35.22371808198764,,32.76302722978782,21.414718722904595 -alpha_q65,37.25149184033521,43.90976878415941,28.50097296279175,15.51322877704219,37.864198435265024,46.79131378604984,44.132002458036155,36.255483289065864,50.17520187573655,33.17420583192762,49.56942309808534,42.87151598978148,39.77564924609344,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,44.611228604452776,36.15781704799939,,38.93070626188488,21.414718722904595,42.87151598978148,39.77564924609344,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,44.611228604452776,36.15781704799939,,38.93070626188488,21.414718722904595,42.87151598978148,39.77564924609344,,,,,45.166884983634084,36.15781704799939,,33.58538443406743,21.414718722904595 -alpha_q70,38.099196847617904,45.31580702020406,29.317412071785434,16.228519137399285,37.9111981177356,47.69890918387219,44.53184912171258,36.97462085735018,51.198028842848494,35.230098842626646,50.913161926103115,43.72035879445775,41.87976389451444,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,45.00812601815371,37.34828574517768,,40.47762130527413,21.414718722904595,43.72035879445775,41.87976389451444,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,45.00812601815371,37.34828574517768,,40.47762130527413,21.414718722904595,43.72035879445775,41.87976389451444,,,,,45.48440291459484,37.34828574517768,,34.407741638347034,21.414718722904595 -alpha_q75,39.34188486402468,45.56517429276853,30.13385118077912,16.94380949775638,37.95819780020618,48.606504581694544,45.00812601815371,37.73277708837051,51.74338879084954,37.28599185332566,52.256900754120906,44.214331190751835,43.17575641169853,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,45.40502343185465,38.666939307939245,,42.181225967148315,21.414718722904595,44.214331190751835,43.17575641169853,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,45.40502343185465,38.666939307939245,,42.181225967148315,21.414718722904595,44.214331190751835,43.17575641169853,,,,,45.801920845555586,38.666939307939245,,35.230098842626646,21.414718722904595 -alpha_q80,41.31293236834079,49.78599282964592,30.95029028977281,17.659099858113475,38.00519748267675,49.5140999795169,45.48440291459484,39.575221419943745,52.28874873885059,39.34188486402468,53.22882940159634,45.16688498363409,44.14850007638786,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,45.801920845555586,39.98559287070082,,43.8848306290225,21.414718722904595,45.16688498363409,44.14850007638786,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,45.801920845555586,39.98559287070082,,43.8848306290225,21.414718722904595,45.16688498363409,44.14850007638786,,,,,47.251678458190156,39.98559287070082,,36.05245604690625,21.414718722904595 -alpha_q85,43.72035879445775,52.345658835789436,31.985968806088643,18.374390218470566,38.05219716514733,50.42169537733925,46.52679965187287,42.77302587720812,52.83410868685164,42.181225967148315,54.20075804907178,46.78138653174831,45.12124374107718,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,47.6141178613488,41.30424643346238,,45.588435290896676,21.414718722904595,46.78138653174831,45.12124374107718,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,47.6141178613488,41.30424643346238,,45.588435290896676,21.414718722904595,46.78138653174831,45.12124374107718,,,,,48.70143607082473,41.30424643346238,,36.874813251185856,21.414718722904595 -alpha_q90,45.16688498363409,53.6747643548257,33.021647322404476,19.089680578827657,38.099196847617904,51.329290775161596,48.70143607082473,45.29340060672289,53.37946863485269,45.02056707027195,55.17268669654721,49.7197835903265,47.62548945646485,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,49.426314877142005,42.62289999622395,,47.292039952770864,21.414718722904595,49.7197835903265,47.62548945646485,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,49.426314877142005,42.62289999622395,,47.292039952770864,21.414718722904595,49.7197835903265,47.62548945646485,,,,,50.1511936834593,42.62289999622395,,37.69717045546546,21.414718722904595 -alpha_q95,49.719783590326486,56.3226373533051,34.05732583872032,19.804970939184752,38.146196530088474,52.23688617298395,50.876072489776575,45.44277128911399,53.92482858285374,47.85990817339559,56.14461534402265,51.6398331294029,50.38498551363557,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,51.23851189293522,43.94155355898552,,48.99564461464504,21.414718722904595,51.6398331294029,50.38498551363557,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,51.23851189293522,43.94155355898552,,48.99564461464504,21.414718722904595,51.6398331294029,50.38498551363557,,,,,51.60095129609386,43.94155355898552,,38.51952765974507,21.414718722904595 -alpha_q98,51.92200828526801,58.11300304040154,34.67873294850982,20.23414515539901,38.17439633957082,52.78144341167736,52.18085434114769,45.53239369854866,54.25204455165437,49.563512835269776,56.727772532507906,52.486358596998215,52.040683147938005,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,52.325830102411146,44.73274569664246,,50.01780741176955,21.414718722904595,52.486358596998215,52.040683147938005,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,52.325830102411146,44.73274569664246,,50.01780741176955,21.414718722904595,52.486358596998215,52.040683147938005,,,,,52.4708058636746,44.73274569664246,,39.01294198231284,21.414718722904595 -alpha_q99,52.486358596998215,58.652751691890906,34.88586865177298,20.377203227470428,38.18379627606494,52.96296249124183,52.61578162493806,45.56226783502688,54.36111654125458,50.131381055894494,56.922158262002995,52.76853375286333,52.59258235937215,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,52.68826950556979,44.99647640919477,,50.35852834414438,21.414718722904595,52.76853375286333,52.59258235937215,27.68453385379806,20.520261299541847,38.19319621255905,53.1444815708063,52.68826950556979,44.99647640919477,,50.35852834414438,21.414718722904595,52.76853375286333,52.59258235937215,,,,,52.76075738620152,44.99647640919477,,39.17741342316875,21.414718722904595 -tau_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -tau_upper_bound_95_perc_conf,-0.8936798240678412,4.5996110601462705,-2.661055155012221,0.8017736562547324,1.5066801090099422,0.2689626195395615,2.301027579210758,1.943159732925642,-0.19333756669972277,5.1138320008117155,23.38053413965818,1.6283227210636806,3.2356436599753895,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.6523327380974484,4.562062239397226,,0.6869164033445446,0.8721350070103412,1.6283227210636806,3.2356436599753895,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.6523327380974484,4.562062239397226,,0.6869164033445446,0.8721350070103412,1.6283227210636806,3.2356436599753895,,,,,1.5105440817461022,4.562062239397226,,0.8372087898819794,0.8721350070103412 -tau_mean,-5.641662093225131,1.1835145599910808,-9.164208594710427,0.3360425052145916,-0.4042999347463079,-0.3707461723798933,1.0444002954130822,0.28780971686482165,-0.37172133635408977,-9.246596729941123,5.877847278788346,0.9773115560205498,2.101039301354808,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.4182330483618373,2.9159730776549346,,0.35735589966112985,0.8721350070103412,0.9773115560205498,2.101039301354808,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.4182330483618373,2.9159730776549346,,0.35735589966112985,0.8721350070103412,0.9773115560205498,2.101039301354808,,,,,0.8104377648203599,2.9159730776549346,,0.44418215790364757,0.8721350070103412 -tau_lower_bound_95_perc_conf,-10.38964436238242,-2.232581940164109,-15.667362034408633,-0.12968864582554918,-2.315279978502558,-1.0104549642993481,-0.21222698838459375,-1.3675402991959986,-0.5501051060084567,-23.60702546069396,-11.62483958208149,0.3263003909774189,0.9664349427342263,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.18413335862622615,1.2698839159126434,,0.027795395977715076,0.8721350070103412,0.3263003909774189,0.9664349427342263,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.18413335862622615,1.2698839159126434,,0.027795395977715076,0.8721350070103412,0.3263003909774189,0.9664349427342263,,,,,0.11033144789461757,1.2698839159126434,,0.05115552592531569,0.8721350070103412 -tau_sem,2.422439933243515,1.742906377630199,3.317935428417452,0.23761793420415347,0.9749898182429848,0.32638203669359944,0.6411363692845286,0.8445663347249084,0.09101212737467704,7.326749352424918,8.929942275953998,0.3321485535934341,0.5788797748064192,0.0,0.0,0.0,0.0,0.6296426988446996,0.8398414090521894,,0.16814311412419122,0.0,0.3321485535934341,0.5788797748064192,0.0,0.0,0.0,0.0,0.6296426988446996,0.8398414090521894,,0.16814311412419122,0.0,0.3321485535934341,0.5788797748064192,,,,,0.3571971004723175,0.8398414090521894,,0.20052379182567953,0.0 -tau_q1,-44.88452990086363,-7.3852499563794485,-24.73745585620729,0.0067208501042918325,-2.314349183821494,-0.8146537466349143,-1.1128568831018153,-4.448041135525164,-0.6603015183002162,-46.73626904250467,-7.572171269244974,0.10847245119017229,0.43339312261466667,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.23484549695577936,0.5865034575275594,,0.09977595649772547,0.8721350070103412,0.10847245119017229,0.43339312261466667,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.23484549695577936,0.5865034575275594,,0.09977595649772547,0.8721350070103412,0.10847245119017229,0.43339312261466667,,,,,0.23395495036751682,0.5865034575275594,,0.19370902420858385,0.8721350070103412 -tau_q2.5,-39.05996001284224,-7.053889447208745,-23.69193574358826,0.01680212526072958,-2.2628819270011316,-0.8118353797098055,-0.9842478743353628,-4.0318038260117115,-0.6462307169888422,-43.68930786694483,-7.521192729372557,0.1258654405750659,0.44316095474666894,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.2415245963677486,0.6863963330002969,,0.1041242038439489,0.8721350070103412,0.1258654405750659,0.44316095474666894,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.2415245963677486,0.6863963330002969,,0.1041242038439489,0.8721350070103412,0.1258654405750659,0.44316095474666894,,,,,0.2392982298970922,0.6863963330002969,,0.19401529491364802,0.8721350070103412 -tau_q5,-31.157466407178774,-6.147220044460663,-21.949402222556536,0.03360425052145916,-2.17710316563386,-0.8071381015012908,-0.7698995263912752,-3.3380749768226217,-0.6227793814698853,-38.61103924101177,-7.436228496251864,0.15485375621655528,0.4594406749666727,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.25265642872103056,0.8528844587881927,,0.11137128275432123,0.8721350070103412,0.15485375621655528,0.4594406749666727,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.25265642872103056,0.8528844587881927,,0.11137128275432123,0.8721350070103412,0.15485375621655528,0.4594406749666727,,,,,0.2482036957797178,0.8528844587881927,,0.19452574608875495,0.8721350070103412 -tau_q10,-19.85836199731846,-3.3682892205274655,-18.464335180493087,0.06720850104291833,-2.005545642899317,-0.7977435450842613,-0.3412028305031001,-1.9506172784444427,-0.5758767104319718,-28.45450198914563,-7.266300030010478,0.19554664843896882,0.4920001154066803,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.27492009342759455,1.1858607103639844,,0.1258654405750659,0.8721350070103412,0.19554664843896882,0.4920001154066803,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.27492009342759455,1.1858607103639844,,0.1258654405750659,0.8721350070103412,0.19554664843896882,0.4920001154066803,,,,,0.26601462754496896,1.1858607103639844,,0.19554664843896885,0.8721350070103412 -tau_q15,-9.482536929794495,-1.724410035998887,-14.979268138429639,0.10081275156437748,-1.833988120164774,-0.7883489886672317,0.08749386538507477,-1.4152258474190644,-0.5289740393940582,-18.297964737279496,-7.096371563769091,0.201672062540252,0.5275170473732401,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.29718375813415854,1.5188369619397761,,0.14035959839581058,0.8721350070103412,0.201672062540252,0.5275170473732401,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.29718375813415854,1.5188369619397761,,0.14035959839581058,0.8721350070103412,0.201672062540252,0.5275170473732401,,,,,0.28382555931022013,1.5188369619397761,,0.19656755078918267,0.8721350070103412 -tau_q20,-7.701373767693047,-0.9736513824086993,-11.49420109636619,0.13441700208583665,-1.6624305974302311,-0.7789544322502021,0.2482036957797178,-1.1232819213516292,-0.4820713683561445,-8.141427485413365,-6.926443097527705,0.21438542595019447,0.5807789284991139,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.31944742284072253,1.851813213515568,,0.15485375621655528,0.8721350070103412,0.21438542595019447,0.5807789284991139,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.31944742284072253,1.851813213515568,,0.15485375621655528,0.8721350070103412,0.21438542595019447,0.5807789284991139,,,,,0.30163649107547136,1.851813213515568,,0.19758845313939655,0.8721350070103412 -tau_q25,-5.741109350522288,-0.8553366543375927,-10.518490906840384,0.1680212526072958,-1.4908730746956882,-0.7695598758331725,0.27492009342759455,-0.9410257251116506,-0.43516869731823093,-6.081851332826629,-6.7565146312863185,0.2303927640144666,0.6340408096249877,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.3340228137399187,2.1847894650913595,,0.16934791403729996,0.8721350070103412,0.2303927640144666,0.6340408096249877,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.3340228137399187,2.1847894650913595,,0.16934791403729996,0.8721350070103412,0.2303927640144666,0.6340408096249877,,,,,0.31944742284072253,2.1847894650913595,,0.1986093554896104,0.8721350070103412 -tau_q30,-5.249080268767522,-0.7901190951689667,-9.542780717314578,0.20162550312875496,-1.3193155519611452,-0.7601653194161431,0.3016364910754713,-0.8465197127336374,-0.3882660262803173,-4.022275180239894,-5.8979037551781035,0.2375530377811256,0.692090010087299,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.34859820463911484,2.517765716667151,,0.18384207185804466,0.8721350070103412,0.2375530377811256,0.692090010087299,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.34859820463911484,2.517765716667151,,0.18384207185804466,0.8721350070103412,0.2375530377811256,0.692090010087299,,,,,0.33110773556007944,2.517765716667151,,0.19963025783982427,0.8721350070103412 -tau_q35,-3.536704379654594,-0.7172965896240022,-8.567070527788774,0.23522975365021412,-1.1477580292266023,-0.7507707629991135,0.325277579200401,-0.731312532583954,-0.35272116112515106,-1.9626990276531588,-5.0392928790698885,0.2577507274685964,0.7621075088907042,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.36317359553831097,2.760370352121481,,0.19401529491364802,0.8721350070103412,0.2577507274685964,0.7621075088907042,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.36317359553831097,2.760370352121481,,0.19401529491364802,0.8721350070103412,0.2577507274685964,0.7621075088907042,,,,,0.3427680482794364,2.760370352121481,,0.20065116019003815,0.8721350070103412 -tau_q40,-1.6586220087150298,-0.6676419467845098,-7.591360338262968,0.2688340041716733,-0.9762005064920593,-0.7413762065820839,0.3427680482794364,-0.5747030168909306,-0.33989190773547967,0.09687712493357654,-4.180682002961673,0.30402324899769106,0.8321250076941096,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.37774898643750715,2.822231755332886,,0.19554664843896882,0.8721350070103412,0.30402324899769106,0.8321250076941096,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.37774898643750715,2.822231755332886,,0.19554664843896882,0.8721350070103412,0.30402324899769106,0.8321250076941096,,,,,0.35442836099879327,2.822231755332886,,0.201672062540252,0.8721350070103412 -tau_q45,-0.7461876132742684,-0.5042207274078652,-7.128797591327798,0.30243825469313246,-0.8046429837575164,-0.7319816501650543,0.3602585173584718,-0.42399132022221503,-0.3270626543458084,0.12103405463481769,-3.3220711268534573,0.3427680482794364,1.1522772386164415,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.4727642365512531,2.8840931585442915,,0.1970780019642896,0.8721350070103412,0.3427680482794364,1.1522772386164415,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.4727642365512531,2.8840931585442915,,0.1970780019642896,0.8721350070103412,0.3427680482794364,1.1522772386164415,,,,,0.36608867371815024,2.8840931585442915,,0.20269296489046587,0.8721350070103412 -tau_q50,0.09687712493357654,-0.3569975789217082,-6.666234844392628,0.3360425052145916,-0.6330854610229735,-0.7225870937480249,0.37774898643750715,-0.3204621757479604,-0.31423340095613705,0.14519098433605881,-2.4634602507452423,0.37774898643750715,1.8059424456973434,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.567779486664999,2.9459545617556966,,0.1986093554896104,0.8721350070103412,0.37774898643750715,1.8059424456973434,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.567779486664999,2.9459545617556966,,0.1986093554896104,0.8721350070103412,0.37774898643750715,1.8059424456973434,,,,,0.37774898643750715,2.9459545617556966,,0.20371386724067972,0.8721350070103412 -tau_q55,0.19554664843896885,-0.25165739399303266,-6.203672097457458,0.3696467557360508,-0.3928922804054306,-0.6076402609205558,0.49176728657400237,-0.21693303127370572,-0.30140414756646566,0.16934791403729996,-1.7963411991941252,0.6041328589791538,2.459607652778246,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.662794736778745,3.007815964967102,,0.2001407090149312,0.8721350070103412,0.6041328589791538,2.459607652778246,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.662794736778745,3.007815964967102,,0.2001407090149312,0.8721350070103412,0.6041328589791538,2.459607652778246,,,,,0.45376118652850395,3.007815964967102,,0.27687525678978403,0.8721350070103412 -tau_q60,0.21438542595019444,-0.1954138117972872,-5.741109350522288,0.4032510062575099,-0.15269909978788826,-0.49269342809308686,0.6057855867104973,0.08470540708568686,-0.2885748941767943,0.1935048437385411,-1.129222147643009,0.7556063499173657,2.822231755332886,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.7578099868924909,3.0696773681785077,,0.201672062540252,0.8721350070103412,0.7556063499173657,2.822231755332886,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.7578099868924909,3.0696773681785077,,0.201672062540252,0.8721350070103412,0.7556063499173657,2.822231755332886,,,,,0.5297733866195007,3.0696773681785077,,0.35003664633888815,0.8721350070103412 -tau_q65,0.23755303778112563,-0.01887364909962822,-5.675623752682897,0.43685525677896914,0.08749408082965454,-0.3777465952656178,0.7198038868469927,0.411107507180723,-0.275745640787123,0.19605709961407575,-0.46210309609189193,0.7572590776487096,2.966575029492832,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.1600549061485212,3.1315387713899128,,0.2032034160655728,0.8721350070103412,0.7572590776487096,2.966575029492832,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.1600549061485212,3.1315387713899128,,0.2032034160655728,0.8721350070103412,0.7572590776487096,2.966575029492832,,,,,0.6057855867104974,3.1315387713899128,,0.42319803588799243,0.8721350070103412 -tau_q70,0.3040232489976908,0.44548662906381226,-5.610138154843505,0.47045950730042824,0.32768726144719684,-0.26279976243814895,1.079605922297314,1.185860710363984,-0.2631959497911379,0.1986093554896104,0.20501595545922396,0.8288170972281831,3.1109183036527774,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.5622998254045515,3.362150813203937,,0.2768752567897837,0.8721350070103412,0.8288170972281831,3.1109183036527774,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.5622998254045515,3.362150813203937,,0.2768752567897837,0.8721350070103412,0.8288170972281831,3.1109183036527774,,,,,0.6817977868014942,3.362150813203937,,0.49635942543709655,0.8721350070103412 -tau_q75,0.37774898643750715,0.5959966088207922,-5.544652557004113,0.5040637578218874,0.5678804420647396,-0.14785292961067986,1.5622998254045515,2.1847894650913595,-0.25078603999199595,0.20116161136514504,0.8721350070103412,0.935327762731722,3.15744964140842,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.964544744660582,3.677138174319272,,0.38661734111344026,0.8721350070103412,0.935327762731722,3.15744964140842,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.964544744660582,3.677138174319272,,0.38661734111344026,0.8721350070103412,0.935327762731722,3.15744964140842,,,,,0.7578099868924909,3.677138174319272,,0.5695208149862009,0.8721350070103412 -tau_q80,0.7556063499173657,0.8321250076941098,-5.479166959164722,0.5376680083433466,0.8080736226822826,-0.03290609678321077,2.044993728511789,2.822231755332886,-0.23837613019285397,0.20371386724067972,9.766354651899523,1.4354389121841615,3.16485620460234,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.366789663916612,3.9921255354346066,,0.4963594254370969,0.8721350070103412,1.4354389121841615,3.16485620460234,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.366789663916612,3.9921255354346066,,0.4963594254370969,0.8721350070103412,1.4354389121841615,3.16485620460234,,,,,1.0796059222973153,3.9921255354346066,,0.6426822045353051,0.8721350070103412 -tau_q85,0.8288170972281831,2.780990819858615,-3.9206113592051453,0.5712722588648057,1.0482668032998248,0.0820407360442581,2.5758316441318727,3.0078159649671017,-0.2259662203937121,0.38661734111344026,18.66057429678868,1.8884350089052844,3.1722627677962607,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.8893946144547655,4.30711289654994,,0.6061015097607528,0.8721350070103412,1.8884350089052844,3.1722627677962607,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.8893946144547655,4.30711289654994,,0.6061015097607528,0.8721350070103412,1.8884350089052844,3.1722627677962607,,,,,1.4014018577021392,4.30711289654994,,0.7158435940844093,0.8721350070103412 -tau_q90,1.4354389121841615,3.1606238827772426,-2.362055759245569,0.6048765093862649,1.2884599839173676,0.1969875688717272,3.2029575847776584,3.362150813203937,-0.21355631059457014,0.5695208149862009,27.55479394167786,2.2472010001637805,3.796947087745557,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,3.411999564992919,4.622100257665275,,0.7158435940844095,0.8721350070103412,2.2472010001637805,3.796947087745557,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,3.411999564992919,4.622100257665275,,0.7158435940844095,0.8721350070103412,2.2472010001637805,3.796947087745557,,,,,1.723197793106964,4.622100257665275,,0.7890049836335136,0.8721350070103412 -tau_q95,2.2472010001637788,4.628448740402919,-0.803500159285992,0.638480759907724,1.52865316453491,0.31193440169919606,3.83008352542344,4.307112896549938,-0.20114640079542823,0.7524242888589614,36.44901358656702,3.2029575847776544,4.524511033820749,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,3.9346045155310723,4.937087618780608,,0.8255856784080654,0.8721350070103412,3.2029575847776544,4.524511033820749,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,3.9346045155310723,4.937087618780608,,0.8255856784080654,0.8721350070103412,3.2029575847776544,4.524511033820749,,,,,2.0449937285117876,4.937087618780608,,0.8621663731826178,0.8721350070103412 -tau_q98,3.45380796103597,24.495830940644886,0.13163320068975604,0.6586433102205995,1.6727690729054356,0.3809025013956775,4.2063590898109116,4.874090146557543,-0.19370045491594304,0.862166373182618,41.785545373500526,3.955508713552598,4.961049401465865,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,4.248167485853965,5.12608003544981,,0.8914309290022594,0.8721350070103412,3.955508713552598,4.961049401465865,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,4.248167485853965,5.12608003544981,,0.8914309290022594,0.8721350070103412,3.955508713552598,4.961049401465865,,,,,2.2380712897546826,5.12608003544981,,0.9060632069120803,0.8721350070103412 -tau_q99,3.9555087135525944,34.919532086050474,0.4433443206816703,0.6653641603248914,1.7208077090289442,0.4038918679611713,4.331784277940067,5.063082563226743,-0.19121847295611466,0.89874706795717,43.56438930247837,4.20635908981091,5.106562190680904,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,4.352688475961595,5.189077507672876,,0.9133793458669905,0.8721350070103412,4.20635908981091,5.106562190680904,0.7550554406735845,0.6720850104291832,1.7688463451524528,0.42688123452666515,4.352688475961595,5.189077507672876,,0.9133793458669905,0.8721350070103412,4.20635908981091,5.106562190680904,,,,,2.302430476835647,5.189077507672876,,0.9206954848219011,0.8721350070103412 -mean_sq_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -mean_sq_err_upper_bound_95_perc_conf,15542.66984279803,2165.165370018461,22929.017321025873,3463.021056571969,8215.497434238674,2037.301092852556,10674.879969064752,3455.9281166225473,989.3878989786399,10160.08320129085,3462.1727309857815,7164.531452490453,4530.092330362681,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,11983.085439997894,6307.53778482519,,551.1942941194977,1021.8245553837385,7164.531452490453,4530.092330362681,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,11983.085439997894,6307.53778482519,,551.1942941194977,1021.8245553837385,7164.531452490453,4530.092330362681,,,,,12134.400356480197,6307.53778482519,,537.4369226391458,1021.8245553837385 -mean_sq_err_mean,10481.19795913553,1474.0461688080466,16615.907185664535,1451.434906077282,5333.918213063767,977.9911024875663,5672.420201612813,2023.1187807091585,527.2110849916031,4769.7858869588135,1824.127141263932,4080.563898812414,3240.4377273021355,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,6300.244943723203,4374.466125332369,,374.4525005460508,1021.8245553837385,4080.563898812414,3240.4377273021355,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,6300.244943723203,4374.466125332369,,374.4525005460508,1021.8245553837385,4080.563898812414,3240.4377273021355,,,,,5522.5673881285875,4374.466125332369,,327.3135550109087,1021.8245553837385 -mean_sq_err_lower_bound_95_perc_conf,5419.726075473031,782.9269675976321,10302.797050303197,-560.151244417405,2452.33899188886,-81.31888787742321,669.9604341608738,590.3094447957694,65.03427100456628,-620.5114273732233,186.08155154208225,996.5963451343746,1950.7831242415896,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,617.4044474485108,2441.394465839549,,197.71070697260387,1021.8245553837385,996.5963451343746,1950.7831242415896,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,617.4044474485108,2441.394465839549,,197.71070697260387,1021.8245553837385,996.5963451343746,1950.7831242415896,,,,,-1089.265580223022,2441.394465839549,,117.19018738267164,1021.8245553837385 -mean_sq_err_sem,2582.38361411352,352.6118373522523,3220.9745588578257,1026.3194645381056,1470.1934801912791,540.4642807984641,2552.275391557112,731.0251713843822,235.80449693216167,2750.1516909857332,835.7375457764539,1573.4528335092039,657.9870423778295,0.0,0.0,0.0,0.0,2899.4084164666797,986.2610507616431,,90.17438447624845,0.0,1573.4528335092039,657.9870423778295,0.0,0.0,0.0,0.0,2899.4084164666797,986.2610507616431,,90.17438447624845,0.0,1573.4528335092039,657.9870423778295,,,,,3373.3841675263316,986.2610507616431,,107.20579981032505,0.0 -mean_sq_err_q1,115.90645657776395,12.143309137594876,6098.664115831906,29.02869812154564,1845.7983025312046,257.2806393692157,160.6047675334406,56.1835099214155,86.46177429938757,121.73408443222561,296.6003582297013,114.00825008053526,1104.369825491469,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,158.18673661296006,2303.8735045473136,,117.88446809265798,1021.8245553837385,114.00825008053526,1104.369825491469,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,158.18673661296006,2303.8735045473136,,117.88446809265798,1021.8245553837385,114.00825008053526,1104.369825491469,,,,,155.7687056924795,2303.8735045473136,,115.95965992287418,1021.8245553837385 -mean_sq_err_q2.5,121.60107606945004,30.35827284398719,6111.255071148609,72.5717453038641,2000.4290836247862,261.01538246155485,182.36704581776576,61.966513400597194,95.66578554843109,136.17014570560417,303.43192323726794,116.85555982637831,1228.187730653065,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,176.32196851656434,2355.4273337947616,,126.54610485668515,1021.8245553837385,116.85555982637831,1228.187730653065,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,176.32196851656434,2355.4273337947616,,126.54610485668515,1021.8245553837385,116.85555982637831,1228.187730653065,,,,,170.27689121536292,2355.4273337947616,,121.73408443222561,1021.8245553837385 -mean_sq_err_q5,131.56206125028135,48.391976881805284,6132.239996676446,145.1434906077282,2258.147052114089,267.2399542821201,218.6375096249743,71.60485253256667,111.00580429683693,160.2302478279018,314.8178649165456,121.60107606945004,1434.5509059223914,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,206.54735502257148,2441.350382540507,,140.98216613006372,1021.8245553837385,121.60107606945004,1434.5509059223914,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,206.54735502257148,2441.350382540507,,140.98216613006372,1021.8245553837385,121.60107606945004,1434.5509059223914,,,,,194.45720042016865,2441.350382540507,,131.35812528114465,1021.8245553837385 -mean_sq_err_q10,209.49429343100934,69.12672978746622,6174.2098477321215,290.2869812154564,2773.5829890926934,279.68909792325064,291.1784372393915,90.88153079650563,141.68584179364862,208.350452072497,337.58974827510093,131.56206125028135,1847.2772564610445,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,266.99812803458576,2613.1964800319984,,169.85428867682083,1021.8245553837385,131.56206125028135,1847.2772564610445,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,266.99812803458576,2613.1964800319984,,169.85428867682083,1021.8245553837385,131.56206125028135,1847.2772564610445,,,,,242.81781882978004,2613.1964800319984,,150.60620697898275,1021.8245553837385 -mean_sq_err_q15,354.5761486598435,93.68129004964538,6216.179698787797,435.4304718231846,3289.0189260712987,292.13824156438113,363.7193648538085,122.23585289443866,172.3658792904603,256.4706563170922,360.3616316336562,142.46295182048823,2204.465779043346,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,327.4489010466,2785.04257752349,,198.72641122357797,1021.8245553837385,142.46295182048823,2204.465779043346,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,327.4489010466,2785.04257752349,,198.72641122357797,1021.8245553837385,142.46295182048823,2204.465779043346,,,,,291.1784372393914,2785.04257752349,,169.85428867682083,1021.8245553837385 -mean_sq_err_q20,490.27540453290453,188.80545293760875,6258.149549843472,580.5739624309128,3804.454863049903,304.5873852055117,587.3268652151949,157.04093037351288,203.045916787272,304.59086056168746,383.1335149922116,209.49429343100934,2228.42733388754,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,387.89967405861427,2956.8886750149813,,227.59853377033514,1021.8245553837385,209.49429343100934,2228.42733388754,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,387.89967405861427,2956.8886750149813,,227.59853377033514,1021.8245553837385,209.49429343100934,2228.42733388754,,,,,339.5390556490029,2956.8886750149813,,189.1023703746589,1021.8245553837385 -mean_sq_err_q25,565.2397608877322,254.38933026942485,9316.553163026509,725.717453038641,4319.890800028508,317.03652884664217,886.4676519500651,252.02734962301724,233.7259542840837,357.41047970913485,405.90539835076686,304.59086056168746,2252.388888731734,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,637.1836630043397,3128.7347725064733,,256.4706563170922,1021.8245553837385,304.59086056168746,2252.388888731734,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,637.1836630043397,3128.7347725064733,,256.4706563170922,1021.8245553837385,304.59086056168746,2252.388888731734,,,,,387.89967405861427,3128.7347725064733,,208.350452072497,1021.8245553837385 -mean_sq_err_q30,1456.5707269003094,278.8456422178805,12374.956776209547,870.8609436463692,4835.3267370071135,329.4856724877727,1185.6084386849357,395.15884228886557,264.40599178089536,410.23009885658223,529.0892297573612,354.5761486598435,2272.5438815210555,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,886.4676519500651,3300.5808699979643,,285.3427788638494,1021.8245553837385,354.5761486598435,2272.5438815210555,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,886.4676519500651,3300.5808699979643,,285.3427788638494,1021.8245553837385,354.5761486598435,2272.5438815210555,,,,,587.3268652151946,3300.5808699979643,,227.59853377033508,1021.8245553837385 -mean_sq_err_q35,1807.815368661482,300.7696081074207,15433.360389392583,1016.0044342540973,5350.762673985718,341.9348161289032,1437.0792417524124,522.6628243605819,292.02410043570336,463.0497180040296,652.2730611639555,413.49360667718673,2283.1824691731954,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,1135.7516408957906,3456.672171649307,,315.1547843911769,1021.8245553837385,413.49360667718673,2283.1824691731954,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,1135.7516408957906,3456.672171649307,,315.1547843911769,1021.8245553837385,413.49360667718673,2283.1824691731954,,,,,786.7540563717749,3456.672171649307,,246.84661546817318,1021.8245553837385 -mean_sq_err_q40,4126.835186674602,389.9315075716836,18491.76400257562,1161.1479248618257,5866.198610964323,354.38395977003375,1593.210077485102,618.9117852440337,313.518351406504,515.869337151477,775.4568925705498,490.27540453290453,2293.821056825335,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,1385.035629841516,3581.2538816203514,,346.8465558796454,1021.8245553837385,490.27540453290453,2293.821056825335,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,1385.035629841516,3581.2538816203514,,346.8465558796454,1021.8245553837385,490.27540453290453,2293.821056825335,,,,,986.1812475283555,3581.2538816203514,,266.09469716601126,1021.8245553837385 -mean_sq_err_q45,5993.764945528086,421.4796691141051,18726.722222350996,1306.2914154695538,6381.634547942927,366.8331034111643,1749.340913217791,730.1567855923477,335.0126023773046,528.2119430855408,898.6407239771443,535.6175066459791,2390.345684127187,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,2440.712758670472,3705.8355915913953,,378.5383273681138,1021.8245553837385,535.6175066459791,2390.345684127187,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,2440.712758670472,3705.8355915913953,,378.5383273681138,1021.8245553837385,535.6175066459791,2390.345684127187,,,,,1185.6084386849357,3705.8355915913953,,285.34277886384933,1021.8245553837385 -mean_sq_err_q50,6258.149549843472,490.5798373994313,18961.680442126373,1451.434906077282,6897.070484921533,379.2822470522948,1905.47174895048,961.3701016595605,356.5068533481052,540.5545490196046,1021.8245553837385,565.2397608877322,2601.3850309619893,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,3496.3898874994284,3830.417301562439,,410.23009885658223,1021.8245553837385,565.2397608877322,2601.3850309619893,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,3496.3898874994284,3830.417301562439,,410.23009885658223,1021.8245553837385,565.2397608877322,2601.3850309619893,,,,,1385.035629841516,3830.417301562439,,304.59086056168746,1021.8245553837385 -mean_sq_err_q55,6990.050995764084,799.6738586134263,19196.63866190175,1596.5783966850104,6943.560740342808,571.344047324007,3016.153467812539,1192.5834177267734,378.0011043189058,552.8971549536684,1228.3620213307813,1057.117282260003,2812.424377796792,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,4552.067016328385,3954.9990115334836,,441.9218703450507,1021.8245553837385,1057.117282260003,2812.424377796792,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,4552.067016328385,3954.9990115334836,,441.9218703450507,1021.8245553837385,1057.117282260003,2812.424377796792,,,,,2229.5773329046815,3954.9990115334836,,330.655750594292,1021.8245553837385 -mean_sq_err_q60,8045.3144204616265,1139.6940938607067,19431.59688167713,1741.7218872927383,6990.050995764083,763.4058475957187,4126.835186674595,1638.7659857268172,399.49535528970637,565.2397608877322,1434.8994872778235,2229.577332904678,3005.3248367221095,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,5607.74414515734,4079.580721504527,,473.61364183351907,1021.8245553837385,2229.577332904678,3005.3248367221095,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,5607.74414515734,4079.580721504527,,473.61364183351907,1021.8245553837385,2229.577332904678,3005.3248367221095,,,,,3074.119035967846,4079.580721504527,,356.7206406268964,1021.8245553837385 -mean_sq_err_q65,9741.310229998824,1305.7817584410284,20117.195155002908,1886.8653779004667,7036.541251185359,955.4676478674307,5237.516905536656,2111.8197102184663,420.989606260507,2691.5114437789593,1641.436953224866,4763.202442094178,3184.6211297153145,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,6752.966289292075,4204.162431475572,,505.30541332198754,1021.8245553837385,4763.202442094178,3184.6211297153145,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,6752.966289292075,4204.162431475572,,505.30541332198754,1021.8245553837385,4763.202442094178,3184.6211297153145,,,,,3918.660739031011,4204.162431475572,,382.7855306595009,1021.8245553837385 -mean_sq_err_q70,16478.18960603206,2083.8180480511387,20802.79342832869,2032.0088685081946,7083.031506606634,1147.5294481391425,6523.921860465124,2613.1964800319984,516.8894075727138,4817.783126670187,1847.9744191719083,5867.9063070317925,3363.9174227085196,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,7898.188433426809,4577.873262634885,,520.8063795251026,1021.8245553837385,5867.9063070317925,3363.9174227085196,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,7898.188433426809,4577.873262634885,,520.8063795251026,1021.8245553837385,5867.9063070317925,3363.9174227085196,,,,,4763.202442094175,4577.873262634885,,408.85042069210533,1021.8245553837385 -mean_sq_err_q75,18491.76400257562,2235.2734924144524,21488.391701654466,2177.152359115923,7129.521762027909,1339.5912484108546,7898.188433426809,3128.7347725064733,649.9919840556247,6944.054809561414,2054.511885118951,6258.149549843472,3622.7811182773657,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,9043.410577561543,5076.148654388336,,528.2119430855408,1021.8245553837385,6258.149549843472,3622.7811182773657,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,9043.410577561543,5076.148654388336,,528.2119430855408,1021.8245553837385,6258.149549843472,3622.7811182773657,,,,,5607.74414515734,5076.148654388336,,434.91531072470985,1021.8245553837385 -mean_sq_err_q80,19101.160847057537,2293.821056825335,22173.989974980243,2322.2958497236514,7176.012017449186,1531.6530486825668,9272.455006388493,3581.2538816203514,783.0945605385355,9070.326492452641,2712.879085276804,6920.443643417962,3913.4717748764688,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,10188.632721696276,5574.424046141787,,535.6175066459791,1021.8245553837385,6920.443643417962,3913.4717748764688,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,10188.632721696276,5574.424046141787,,535.6175066459791,1021.8245553837385,6920.443643417962,3913.4717748764688,,,,,8503.407498040857,5574.424046141787,,460.9802007573144,1021.8245553837385 -mean_sq_err_q85,19693.38249283624,2954.0973244383354,23442.91062105768,2467.4393403313793,7222.502272870461,1723.7148489542785,11178.375540484136,3954.999011533483,916.1971370214455,11315.38957611849,3371.246285434655,7927.304975646683,4204.162431475572,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,12662.989768665935,6072.699437895234,,543.0230702064174,1021.8245553837385,7927.304975646683,4204.162431475572,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,12662.989768665935,6072.699437895234,,543.0230702064174,1021.8245553837385,7927.304975646683,4204.162431475572,,,,,11399.070850924367,6072.699437895234,,487.04509078991885,1021.8245553837385 -mean_sq_err_q90,21338.818348818113,3747.3628282484115,24711.831267135112,2612.5828309391077,7268.992528291736,1915.7766492259907,14147.603996847734,4577.873262634885,1049.2997135043563,13560.45265978434,4029.6134855925084,9623.300785183881,5242.240451639485,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,15137.346815635592,6570.974829648686,,550.4286337668557,1021.8245553837385,9623.300785183881,5242.240451639485,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,15137.346815635592,6570.974829648686,,550.4286337668557,1021.8245553837385,9623.300785183881,5242.240451639485,,,,,14294.734203807884,6570.974829648686,,513.1099808225233,1021.8245553837385 -mean_sq_err_q95,26234.53604242802,5016.150420575524,25980.751913212545,2757.7263215468356,7315.4827837130115,2107.8384494977026,17116.83245321131,6072.699437895231,1182.4022899872664,15805.515743450189,4687.98068575036,14147.603996847716,6404.883032397533,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,17611.703862605253,7069.250221402133,,557.8341973272939,1021.8245553837385,14147.603996847716,6404.883032397533,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,17611.703862605253,7069.250221402133,,557.8341973272939,1021.8245553837385,14147.603996847716,6404.883032397533,,,,,17190.397556691394,7069.250221402133,,539.1748708551278,1021.8245553837385 -mean_sq_err_q98,43687.362224265424,6412.513194986952,26742.10430085901,2844.8124159114727,7343.376936965777,2223.07552966073,18898.369527029474,6969.595143051446,1262.263835877013,17152.553593649704,5083.001005845071,17710.678144484038,7102.468580852363,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,19096.31809078705,7368.215456454204,,562.277535463557,1021.8245553837385,17710.678144484038,7102.468580852363,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,19096.31809078705,7368.215456454204,,562.277535463557,1021.8245553837385,17710.678144484038,7102.468580852363,,,,,18927.795568421505,7368.215456454204,,554.8138048746905,1021.8245553837385 -mean_sq_err_q99,51273.98822348482,6990.019404071264,26995.888430074494,2873.841114033018,7352.674988050032,2261.487889715072,19492.215218302186,7268.560378103515,1288.884351173595,17601.56621038287,5214.674445876642,18898.369527029463,7334.997097003974,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,19591.189500180983,7467.870534804893,,563.7586481756446,1021.8245553837385,18898.369527029463,7334.997097003974,6258.149549843472,2902.869812154564,7361.973039134286,2299.9002497694146,19591.189500180983,7467.870534804893,,563.7586481756446,1021.8245553837385,18898.369527029463,7334.997097003974,,,,,19506.928238998207,7467.870534804893,,560.0267828812114,1021.8245553837385 -root_mean_sq_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -root_mean_sq_err_upper_bound_95_perc_conf,106.64447279382605,39.760055457906034,151.3860176797053,64.2748915777378,93.00141406840069,44.01025736208757,93.70955074758307,52.87069489724513,30.436605000426383,88.22331041387267,55.40017699737724,71.28630478155745,65.37561414058061,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,101.52435672134598,78.65108882203556,,23.752378107399682,31.96599060538776,71.28630478155745,65.37561414058061,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,101.52435672134598,78.65108882203556,,23.752378107399682,31.96599060538776,71.28630478155745,65.37561414058061,,,,,98.78891062943075,78.65108882203556,,23.365434836955203,31.96599060538776 -root_mean_sq_err_mean,83.33036074179337,31.4576375601082,124.4190702397603,26.93914350974509,70.19877849999938,27.798204457714622,61.456988267617305,37.194703042319716,20.70050536866209,50.68649460445766,37.52957717037984,49.02280188645325,54.86823291156283,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,64.42453471613804,64.55725972882428,,18.632065835706328,31.96599060538776,49.02280188645325,54.86823291156283,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,64.42453471613804,64.55725972882428,,18.632065835706328,31.96599060538776,49.02280188645325,54.86823291156283,,,,,57.12169020290446,64.55725972882428,,17.271835399100986,31.96599060538776 -root_mean_sq_err_lower_bound_95_perc_conf,60.01624868976069,23.155219662310365,97.45212279981529,-10.39660455824762,47.39614293159807,11.586151553341672,29.204425787651545,21.518711187394306,10.964405736897797,13.149678795042647,19.65897734338244,26.75929899134905,44.36085168254505,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,27.324712710930108,50.463430635612994,,13.511753564012974,31.96599060538776,26.75929899134905,44.36085168254505,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,27.324712710930108,50.463430635612994,,13.511753564012974,31.96599060538776,26.75929899134905,44.36085168254505,,,,,15.454469776378168,50.463430635612994,,11.17823596124677,31.96599060538776 -root_mean_sq_err_sem,11.894955128588107,4.235927498876445,13.75864665303317,19.04885105509832,11.63399773898026,8.271455563455588,16.455389020390694,7.997955028023169,4.967397771308312,19.151436637456637,9.117652972957856,11.358930048522552,5.360908790315197,0.0,0.0,0.0,0.0,18.928480614902007,7.19072912918943,,2.6124042202517117,0.0,11.358930048522552,5.360908790315197,0.0,0.0,0.0,0.0,18.928480614902007,7.19072912918943,,2.6124042202517117,0.0,11.358930048522552,5.360908790315197,,,,,21.25878593190117,7.19072912918943,,3.108979305027661,0.0 -root_mean_sq_err_q1,10.761565139594328,1.7768681368561563,78.09359709581283,0.5387828701949018,42.571847817177016,16.032428144050087,12.54352951859336,7.460751656814546,9.199923700858353,10.931419468401801,17.211662518090375,10.67488408901897,33.01244026790705,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,12.467448249642732,47.96331229690727,,10.794132896418526,31.96599060538776,10.67488408901897,33.01244026790705,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,12.467448249642732,47.96331229690727,,10.794132896418526,31.96599060538776,10.67488408901897,33.01244026790705,,,,,12.391366980692107,47.96331229690727,,10.725489610426887,31.96599060538776 -root_mean_sq_err_q2.5,11.021608291320401,4.442170342140391,78.1737184034161,1.3469571754872547,43.81093216405507,16.137818201276232,13.228260939149003,7.8011468117089615,9.556112762710516,11.446244113339088,17.395126988355784,10.804905664882007,34.582114761685986,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,13.038057766772436,48.449309007710696,,11.103027683380898,31.96599060538776,10.804905664882007,34.582114761685986,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,13.038057766772436,48.449309007710696,,11.103027683380898,31.96599060538776,10.804905664882007,34.582114761685986,,,,,12.84785459439587,48.449309007710696,,10.931419468401801,31.96599060538776 -root_mean_sq_err_q5,11.465844482235195,6.9540222191397465,78.3072539160882,2.6939143509745094,45.87607274218518,16.31346829665314,14.369479973408408,8.368472069866321,10.14976119913079,12.304285188234562,17.700901105464798,11.021608291320401,37.19823891798421,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,13.989073628655273,49.2593035257164,,11.617852328318182,31.96599060538776,11.021608291320401,37.19823891798421,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,13.989073628655273,49.2593035257164,,11.617852328318182,31.96599060538776,11.021608291320401,37.19823891798421,,,,,13.60866728390214,49.2593035257164,,11.274635898359993,31.96599060538776 -root_mean_sq_err_q10,14.233237797976724,8.271007217194786,78.57432494143242,5.387828701949019,50.00635389844538,16.664768487406956,16.651918041927217,9.503122586181039,11.337058071971338,14.02036733802551,18.31244933968282,11.465844482235195,42.430487230580674,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,15.891105352420947,50.87929256172782,,12.647501618192752,31.96599060538776,11.465844482235195,42.430487230580674,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,15.891105352420947,50.87929256172782,,12.647501618192752,31.96599060538776,11.465844482235195,42.430487230580674,,,,,15.130292662914677,50.87929256172782,,11.961068758276372,31.96599060538776 -root_mean_sq_err_q15,18.79811393501434,9.675986863454902,78.84139596677663,8.081743052923526,54.13663505470558,17.016068678160774,18.934356110446025,10.937928873756839,12.524354944811886,15.736449487816458,18.92399757390085,11.931742549225998,46.95147364807973,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,17.79313707618662,52.49928159773923,,13.67715090806732,31.96599060538776,11.931742549225998,46.95147364807973,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,17.79313707618662,52.49928159773923,,13.67715090806732,31.96599060538776,11.931742549225998,46.95147364807973,,,,,16.651918041927217,52.49928159773923,,12.64750161819275,31.96599060538776 -root_mean_sq_err_q20,22.109239476408348,13.694839776718029,79.10846699212084,10.775657403898038,58.26691621096579,17.36736886891459,23.199348404743255,12.458493953121524,13.711651817652433,17.452531637607407,19.53554580811887,14.233237797976724,47.204888694994295,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,19.695168799952295,54.119270633750645,,14.70680019794189,31.96599060538776,14.233237797976724,47.204888694994295,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,19.695168799952295,54.119270633750645,,14.70680019794189,31.96599060538776,14.233237797976724,47.204888694994295,,,,,18.173543420939758,54.119270633750645,,13.333934478109132,31.96599060538776 -root_mean_sq_err_q25,23.77477152125194,15.949582184621967,93.32745664116169,13.469571754872545,62.397197367226,17.718669059668407,28.455617811929677,15.387984726465044,14.898948690492979,18.767588014586146,20.147094042336896,17.452531637607407,47.458303741908864,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,24.075393305940985,55.739259669762056,,15.736449487816458,31.96599060538776,17.452531637607407,47.458303741908864,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,24.075393305940985,55.739259669762056,,15.736449487816458,31.96599060538776,17.452531637607407,47.458303741908864,,,,,19.695168799952295,55.739259669762056,,14.02036733802551,31.96599060538776 -root_mean_sq_err_q30,38.12201177631064,16.694655070694978,107.54644629020255,16.163486105847053,66.5274785234862,18.069969250422226,33.71188721911611,19.44461605499163,16.086245563333527,20.082644391564884,22.510873354947066,18.79811393501434,47.671110566115196,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,28.455617811929677,57.359248705773474,,16.766098777691028,31.96599060538776,18.79811393501434,47.671110566115196,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,28.455617811929677,57.359248705773474,,16.766098777691028,31.96599060538776,18.79811393501434,47.671110566115196,,,,,23.199348404743247,57.359248705773474,,14.706800197941888,31.96599060538776 -root_mean_sq_err_q35,42.50815878215213,17.32793458546584,121.76543593924342,18.857400456821562,70.6577596797464,18.42126944117604,37.85963109916564,22.80794933650876,17.06848252544119,21.397700768543622,24.874652667557243,20.298686469066304,47.78239683355092,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,32.83584231791837,58.77522717309735,,17.71554291300315,31.96599060538776,20.298686469066304,47.78239683355092,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,32.83584231791837,58.77522717309735,,17.71554291300315,31.96599060538776,20.298686469066304,47.78239683355092,,,,,26.703528009534203,58.77522717309735,,15.393233057858268,31.96599060538776 -root_mean_sq_err_q40,62.39160739395879,19.743939624997253,135.98442558828427,21.551314807796075,74.7880408360066,18.77256963192986,39.79032392494139,24.784686524006958,17.640599666083084,22.71275714552236,27.238431980167416,22.109239476408348,47.89368310098664,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,37.21606682390706,59.78318450304615,,18.504576739190398,31.96599060538776,22.109239476408348,47.89368310098664,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,37.21606682390706,59.78318450304615,,18.504576739190398,31.96599060538776,22.109239476408348,47.89368310098664,,,,,30.20770761432516,59.78318450304615,,16.079665917774648,31.96599060538776 -root_mean_sq_err_q45,77.40912083371573,20.528451970688963,136.8376348961854,24.24522915877058,78.91832199226681,19.123869822683677,41.72101675071713,26.959885882267265,18.212716806724977,22.978260739454754,29.60221129277759,23.13756289581419,48.84542701865952,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,46.63326826933097,60.79114183299495,,19.29361056537764,31.96599060538776,23.13756289581419,48.84542701865952,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,46.63326826933097,60.79114183299495,,19.29361056537764,31.96599060538776,23.13756289581419,48.84542701865952,,,,,33.71188721911611,60.79114183299495,,16.766098777691028,31.96599060538776 -root_mean_sq_err_q50,79.10846699212084,22.149036940676027,137.6908442040865,26.93914350974509,83.04860314852702,19.47517001343749,43.65170957649288,30.72278260662449,18.78483394736687,23.243764333387148,31.96599060538776,23.77477152125194,50.917781136648614,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,56.05046971475487,61.79909916294376,,20.082644391564884,31.96599060538776,23.77477152125194,50.917781136648614,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,56.05046971475487,61.79909916294376,,20.082644391564884,31.96599060538776,23.77477152125194,50.917781136648614,,,,,37.21606682390706,61.79909916294376,,17.452531637607407,31.96599060538776 -root_mean_sq_err_q55,83.59927067193084,28.169047553975634,138.54405351198758,29.633057860719603,83.32393691022894,22.32338053747445,53.02165848522582,34.48567933098172,19.356951088008763,23.509267927319545,34.638137232567615,31.83954870284502,52.990135254637714,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,65.46767116017877,62.807056492892556,,20.871678217752127,31.96599060538776,31.83954870284502,52.990135254637714,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,65.46767116017877,62.807056492892556,,20.871678217752127,31.96599060538776,31.83954870284502,52.990135254637714,,,,,44.749827980246195,62.807056492892556,,18.084755625971862,31.96599060538776 -root_mean_sq_err_q60,89.57646914103906,33.72866362236795,139.3972628198887,32.326972211694105,83.59927067193084,25.171591061511403,62.391607393958736,39.99799317609484,19.929068228650657,23.77477152125194,37.31028385974746,44.74982798024616,54.7904778948817,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,74.88487260560267,63.815013822841365,,21.660712043939366,31.96599060538776,44.74982798024616,54.7904778948817,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,74.88487260560267,63.815013822841365,,21.660712043939366,31.96599060538776,44.74982798024616,54.7904778948817,,,,,52.283589136585306,63.815013822841365,,18.716979614336314,31.96599060538776 -root_mean_sq_err_q65,98.65855905109498,36.13327822496408,141.7752808018228,35.02088656266862,83.87460443363275,28.01980158554836,71.7615563026917,45.728984161302456,20.50118536929255,41.64064406700858,39.982430486927306,67.35111144926357,56.38681192681684,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,81.3983437747785,64.82297115279016,,22.449745870126616,31.96599060538776,67.35111144926357,56.38681192681684,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,81.3983437747785,64.82297115279016,,22.449745870126616,31.96599060538776,67.35111144926357,56.38681192681684,,,,,59.81735029292443,64.82297115279016,,19.34920360270077,31.96599060538776 -root_mean_sq_err_q70,127.66970552017482,45.6444332927337,144.15329878375687,37.714800913643124,84.14993819533467,30.868012109585315,80.0956495409433,50.87929256172781,22.249690899918296,59.50651661276522,42.654577114107155,76.57431036020994,57.98314595875199,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,87.91181494395431,67.34221384646624,,22.818958583095316,31.96599060538776,76.57431036020994,57.98314595875199,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,87.91181494395431,67.34221384646624,,22.818958583095316,31.96599060538776,76.57431036020994,57.98314595875199,,,,,67.35111144926354,67.34221384646624,,19.98142759106522,31.96599060538776 -root_mean_sq_err_q75,135.98442558828427,47.27729299411274,146.53131676569095,40.40871526461763,84.42527195703657,33.71622263362227,87.91181494395431,55.739259669762056,24.586390625535984,77.37238915852186,45.326723741287005,79.10846699212084,60.11917027969575,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,94.42528611313014,70.61709922200598,,22.978260739454754,31.96599060538776,79.10846699212084,60.11917027969575,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,94.42528611313014,70.61709922200598,,22.978260739454754,31.96599060538776,79.10846699212084,60.11917027969575,,,,,74.88487260560267,70.61709922200598,,20.61365157942967,31.96599060538776 -root_mean_sq_err_q80,138.20566511828275,47.89368310098664,148.90933474762502,43.10262961559215,84.70060571873847,36.56443315765923,95.72798034696532,59.78318450304615,26.923090351153665,95.2382617042785,50.885123911357766,83.12455125617602,62.47107071624296,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,100.93875728230597,73.8919845975457,,23.13756289581419,31.96599060538776,83.12455125617602,62.47107071624296,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,100.93875728230597,73.8919845975457,,23.13756289581419,31.96599060538776,83.12455125617602,62.47107071624296,,,,,88.25295826051628,73.8919845975457,,21.245875567794126,31.96599060538776 -root_mean_sq_err_q85,140.32847804400149,54.334382457185924,152.95068816069352,45.79654396656665,84.97593948044039,39.41264368169619,105.01741164209244,62.807056492892556,29.25979007677134,105.01680692311942,56.44352408142851,88.82930406889807,64.82297115279016,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,111.13539318177214,77.16686997308541,,23.29686505217363,31.96599060538776,88.82930406889807,64.82297115279016,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,111.13539318177214,77.16686997308541,,23.29686505217363,31.96599060538776,88.82930406889807,64.82297115279016,,,,,101.62104391542988,77.16686997308541,,21.87809955615858,31.96599060538776 -root_mean_sq_err_q90,146.0357212006433,61.127127609644575,156.99204157376204,48.49045831754116,85.2512732421423,42.26085420573314,117.25337472145188,67.34221384646624,31.596489802389023,114.79535214196032,62.00192425149927,97.91139397895401,71.7087276805192,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,121.33202908123833,80.44175534862515,,23.456167208533067,31.96599060538776,97.91139397895401,71.7087276805192,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,121.33202908123833,80.44175534862515,,23.456167208533067,31.96599060538776,97.91139397895401,71.7087276805192,,,,,114.9891295703435,80.44175534862515,,22.510323544523033,31.96599060538776 -root_mean_sq_err_q95,161.84166566944424,70.73079429298046,161.03339498683056,51.18437266851567,85.5266070038442,45.10906472977009,129.48933780081126,77.1668699730854,33.93318952800669,124.57389736080124,67.56032442157002,117.2533747214518,79.35012689011188,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,131.5286649807045,83.71664072416486,,23.6154693648925,31.96599060538776,117.2533747214518,79.35012689011188,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,131.5286649807045,83.71664072416486,,23.6154693648925,31.96599060538776,117.2533747214518,79.35012689011188,,,,,128.35721522525708,83.71664072416486,,23.142547532887487,31.96599060538776 -root_mean_sq_err_q98,205.39415318106376,79.7776693155114,163.4582070346717,52.80072127910037,85.69180726086536,46.817991044192276,136.83091564842692,83.06166364905692,35.3352093633773,130.44102449210578,70.89536452361247,131.93653041668315,83.9349664158675,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,137.64664652038425,85.6815719494887,,23.711050658708164,31.96599060538776,131.93653041668315,83.9349664158675,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,137.64664652038425,85.6815719494887,,23.711050658708164,31.96599060538776,131.93653041668315,83.9349664158675,,,,,136.37806661820525,85.6815719494887,,23.521881925906154,31.96599060538776 -root_mean_sq_err_q99,224.00310923390887,83.38459770760797,164.26647771728537,53.33950414929528,85.74687401320574,47.38763314899966,139.2781082642988,85.02659487438075,35.802549308500836,132.39673353587398,72.00704455762661,136.83091564842687,85.46324625778604,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,139.68597370027746,86.33654902459664,,23.74291108998005,31.96599060538776,136.83091564842687,85.46324625778604,79.10846699212084,53.87828701949018,85.80194076554612,47.957275253807055,139.68597370027746,86.33654902459664,,23.74291108998005,31.96599060538776,136.83091564842687,85.46324625778604,,,,,139.05168374918796,86.33654902459664,,23.64832672357905,31.96599060538776 -cv_root_mean_sq_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -cv_root_mean_sq_err_upper_bound_95_perc_conf,0.16741456700837926,0.24954420065097857,0.17124905826514306,0.5420773988483911,0.18412276200351932,0.17419295884023595,0.21111926793797342,0.2735688833737242,0.12023894435604947,0.1929321488836481,0.4771399460845569,0.1534981723778343,0.36595486394285925,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.2106926201363279,0.3824732456805505,,0.06578657856693589,0.33591835440718537,0.1534981723778343,0.36595486394285925,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.2106926201363279,0.3824732456805505,,0.06578657856693589,0.33591835440718537,0.1534981723778343,0.36595486394285925,,,,,0.21814221515715967,0.3824732456805505,,0.0727414937566112,0.33591835440718537 -cv_root_mean_sq_err_mean,0.1379703936410376,0.19378437391429698,0.15287075593587748,0.22719759586532004,0.1245600376726652,0.1227984175437654,0.146928416758966,0.196267585609535,0.08149889897520585,0.11501781097436192,0.3359569670881804,0.10974245039098889,0.2994211978350181,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.13814730042597737,0.2954578920482048,,0.04710203385824904,0.33591835440718537,0.10974245039098889,0.2994211978350181,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.13814730042597737,0.2954578920482048,,0.04710203385824904,0.33591835440718537,0.10974245039098889,0.2994211978350181,,,,,0.13207097015174182,0.2954578920482048,,0.04789319855571391,0.33591835440718537 -cv_root_mean_sq_err_lower_bound_95_perc_conf,0.10852622027369598,0.1380245471776154,0.1344924536066119,-0.08768220711775102,0.06499731334181108,0.07140387624729486,0.0827375655799586,0.11896628784534577,0.042758853594362226,0.03710347306507575,0.19477398809180393,0.06598672840414348,0.23288753172717688,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.06560198071562685,0.20844253841585905,,0.028417489149562204,0.33591835440718537,0.06598672840414348,0.23288753172717688,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.06560198071562685,0.20844253841585905,,0.028417489149562204,0.33591835440718537,0.06598672840414348,0.23288753172717688,,,,,0.04599972514632397,0.20844253841585905,,0.023044903354816626,0.33591835440718537 -cv_root_mean_sq_err_sem,0.01502253743231716,0.028448891192184484,0.009376684861870191,0.1606529607056485,0.030389145066762307,0.026221704743097214,0.032750434275003786,0.03943943763479042,0.019765329275940623,0.03975221321902356,0.0720321321410084,0.022324347952472148,0.03394574801420469,0.0,0.0,0.0,0.0,0.037012918219566586,0.04439558858793149,,0.009532930973819817,0.0,0.022324347952472148,0.03394574801420469,0.0,0.0,0.0,0.0,0.037012918219566586,0.04439558858793149,,0.009532930973819817,0.0,0.022324347952472148,0.03394574801420469,,,,,0.04391390051296829,0.04439558858793149,,0.01267770163311086,0.0 -cv_root_mean_sq_err_q1,0.02762462134599815,0.005932050240054932,0.12211498931048521,0.004543951917306401,0.07113368673561511,0.07937986784555703,0.04032989629749664,0.024405909472264672,0.049669670281175776,0.024674011357860706,0.1283785581227515,0.02566377123555313,0.18741230229795466,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.040282136699938846,0.21593736855232273,,0.02428557526475967,0.33591835440718537,0.02566377123555313,0.18741230229795466,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.040282136699938846,0.21593736855232273,,0.02428557526475967,0.33591835440718537,0.02566377123555313,0.18741230229795466,,,,,0.040234377102381064,0.21593736855232273,,0.024091357218209153,0.33591835440718537 -cv_root_mean_sq_err_q2.5,0.03350717167733319,0.014830125600137332,0.12300934668668709,0.011359879793266003,0.07224467208073929,0.08013895107343742,0.04075973267551673,0.026791406911113994,0.0502346685786277,0.026130646706989592,0.1326915901156659,0.028605046401220656,0.19051347527287243,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.04064033368162226,0.217523669838539,,0.025159556474237003,0.33591835440718537,0.028605046401220656,0.19051347527287243,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.04064033368162226,0.217523669838539,,0.025159556474237003,0.33591835440718537,0.028605046401220656,0.19051347527287243,,,,,0.04052093468772779,0.217523669838539,,0.024674011357860706,0.33591835440718537 -cv_root_mean_sq_err_q5,0.04065961612575192,0.028116683266030278,0.12449994231369023,0.022719759586532006,0.0740963143226129,0.08140408978657142,0.041476126638883545,0.03076723597586286,0.05117633240771422,0.028558372288871064,0.13987997677052322,0.03350717167733319,0.19568209689773536,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.04123732865109461,0.220167505315566,,0.026616191823365887,0.33591835440718537,0.03350717167733319,0.19568209689773536,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.04123732865109461,0.220167505315566,,0.026616191823365887,0.33591835440718537,0.03350717167733319,0.19568209689773536,,,,,0.04099853066330567,0.220167505315566,,0.025645101590613298,0.33591835440718537 -cv_root_mean_sq_err_q10,0.04376625137443772,0.0457701745478243,0.12748113356769647,0.04543951917306401,0.07779959880636014,0.08393436721283941,0.042908914565617184,0.03871889410536059,0.05305966006588727,0.033413823452634016,0.15425675008023787,0.04065961612575192,0.2060193401474612,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.042431318590039305,0.22545517626962008,,0.02952946252162366,0.33591835440718537,0.04065961612575192,0.2060193401474612,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.042431318590039305,0.22545517626962008,,0.02952946252162366,0.33591835440718537,0.04065961612575192,0.2060193401474612,,,,,0.041953722614461425,0.22545517626962008,,0.02758728205611848,0.33591835440718537 -cv_root_mean_sq_err_q15,0.04478299498709899,0.05904694014549413,0.13046232482170272,0.06815927875959601,0.08150288329010738,0.08646464463910739,0.044341702492350824,0.0473616027701774,0.054942987724060324,0.03826927461639697,0.1686335233899525,0.04250844836655791,0.21602982337851084,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.043625308528984004,0.2307428472236742,,0.03244273321988143,0.33591835440718537,0.04250844836655791,0.21602982337851084,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.043625308528984004,0.2307428472236742,,0.03244273321988143,0.33591835440718537,0.04250844836655791,0.21602982337851084,,,,,0.042908914565617184,0.2307428472236742,,0.029529462521623657,0.33591835440718537 -cv_root_mean_sq_err_q20,0.052477693011350086,0.06261820958520212,0.13344351607570898,0.09087903834612802,0.08520616777385462,0.08899492206537536,0.05054998210667086,0.056201754445085364,0.05682631538223337,0.04312472578015992,0.18301029669966712,0.04376625137443772,0.22407974649750334,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0448192984679287,0.23603051817772827,,0.0353560039181392,0.33591835440718537,0.04376625137443772,0.22407974649750334,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0448192984679287,0.23603051817772827,,0.0353560039181392,0.33591835440718537,0.04376625137443772,0.22407974649750334,,,,,0.043864106516772944,0.23603051817772827,,0.03147164298712884,0.33591835440718537 -cv_root_mean_sq_err_q25,0.07039302983886567,0.07140048634402643,0.13581893699961956,0.11359879793266002,0.08890945225760186,0.09152519949164334,0.05914600756478408,0.08056349993935405,0.05870964304040642,0.043525679276583545,0.19738707000938174,0.04472853976585443,0.23212966961649584,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.05198265301635639,0.24131818913178238,,0.03826927461639697,0.33591835440718537,0.04472853976585443,0.23212966961649584,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.05198265301635639,0.24131818913178238,,0.03826927461639697,0.33591835440718537,0.04472853976585443,0.23212966961649584,,,,,0.0448192984679287,0.24131818913178238,,0.033413823452634016,0.33591835440718537 -cv_root_mean_sq_err_q30,0.07414856308168631,0.07851985281720708,0.13819435792353016,0.13631855751919203,0.0926127367413491,0.09405547691791133,0.0677420330228973,0.11734252048911128,0.060592970698579475,0.04392663277300718,0.22509332688894246,0.04478299498709899,0.239104750636862,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.05914600756478408,0.24660586008583646,,0.04118254531465474,0.33591835440718537,0.04478299498709899,0.239104750636862,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.05914600756478408,0.24660586008583646,,0.04118254531465474,0.33591835440718537,0.04478299498709899,0.239104750636862,,,,,0.050549982106670846,0.24660586008583646,,0.0353560039181392,0.33591835440718537 -cv_root_mean_sq_err_q35,0.08908151912765941,0.10630924830676579,0.14056977884744076,0.15903831710572403,0.09631602122509633,0.0965857543441793,0.082978340175191,0.15281456254816717,0.062040944249321654,0.0443275862694308,0.2527995837685032,0.04673389710378404,0.2433927264106624,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.06630936211321177,0.251205862034402,,0.04320491647944464,0.33591835440718537,0.04673389710378404,0.2433927264106624,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.06630936211321177,0.251205862034402,,0.04320491647944464,0.33591835440718537,0.04673389710378404,0.2433927264106624,,,,,0.056280665745413,0.251205862034402,,0.03729818438364438,0.33591835440718537 -cv_root_mean_sq_err_q40,0.11588160050634562,0.12568101589276343,0.14294519977135134,0.18175807669225605,0.10001930570884357,0.09911603177044728,0.11149521071584578,0.18567264762582028,0.06261820958520212,0.04472853976585443,0.28050584064806394,0.052477693011350086,0.24768070218446278,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.07347271666163946,0.25443052597199045,,0.04344548857729882,0.33591835440718537,0.052477693011350086,0.24768070218446278,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.07347271666163946,0.25443052597199045,,0.04344548857729882,0.33591835440718537,0.052477693011350086,0.24768070218446278,,,,,0.06201134938415516,0.25443052597199045,,0.039240364849149556,0.33591835440718537 -cv_root_mean_sq_err_q45,0.131058563072504,0.13708762762780669,0.1469855040645129,0.20447783627878804,0.10372259019259081,0.10164630919671527,0.1400120812565005,0.21577787165896037,0.06319547492108257,0.05275939201485925,0.30821209752762463,0.06202446165297905,0.2533556379927943,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0972367754455184,0.25765518990957886,,0.043686060675153,0.33591835440718537,0.06202446165297905,0.2533556379927943,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0972367754455184,0.25765518990957886,,0.043686060675153,0.33591835440718537,0.06202446165297905,0.2533556379927943,,,,,0.0677420330228973,0.25765518990957886,,0.041182545314654734,0.33591835440718537 -cv_root_mean_sq_err_q50,0.14294519977135134,0.14915711063735615,0.15102580835767448,0.22719759586532004,0.10742587467633805,0.10417658662298325,0.16852895179715519,0.22386020733599635,0.06377274025696303,0.06079024426386407,0.33591835440718537,0.07347271666163946,0.26087985384716733,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.12100083422939732,0.26087985384716733,,0.04392663277300718,0.33591835440718537,0.07347271666163946,0.26087985384716733,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.12100083422939732,0.26087985384716733,,0.04392663277300718,0.33591835440718537,0.07347271666163946,0.26087985384716733,,,,,0.07347271666163946,0.26087985384716733,,0.04312472578015992,0.33591835440718537 -cv_root_mean_sq_err_q55,0.1602349713608953,0.18895751855642118,0.15506611265083606,0.24991735545185206,0.11626940805898343,0.11229341332548588,0.17785480068507792,0.23194254301303233,0.06435000559284348,0.06882109651286888,0.36053564300177265,0.07550025592178002,0.2684040697015404,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.14476489301327625,0.2641045177847558,,0.04416720487086136,0.33591835440718537,0.07550025592178002,0.2684040697015404,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.14476489301327625,0.2641045177847558,,0.04416720487086136,0.33591835440718537,0.07550025592178002,0.2684040697015404,,,,,0.10614390718199516,0.2641045177847558,,0.046497448078331304,0.33591835440718537 -cv_root_mean_sq_err_q60,0.16626109413595358,0.20788272862065982,0.15910641694399763,0.27263711503838406,0.1251129414416288,0.1204102400279885,0.18718064957300065,0.23975673780837078,0.06492727092872394,0.0768519487618737,0.3851529315963598,0.09330284239829843,0.2844866577927401,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.16852895179715519,0.2673291817223442,,0.044407776968715534,0.33591835440718537,0.09330284239829843,0.2844866577927401,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.16852895179715519,0.2673291817223442,,0.044407776968715534,0.33591835440718537,0.09330284239829843,0.2844866577927401,,,,,0.1388150977023508,0.2673291817223442,,0.049870170376502675,0.33591835440718537 -cv_root_mean_sq_err_q65,0.16971993024309207,0.23104450571558394,0.1619582916764274,0.29535687462491605,0.1339564748242742,0.12852706673049114,0.19650649846092338,0.2475374149934971,0.0655045362646044,0.11873186367099062,0.4097702201909471,0.1426555233075729,0.3069880250615599,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.18560388116372084,0.2705538456599327,,0.04464834906656971,0.33591835440718537,0.1426555233075729,0.3069880250615599,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.18560388116372084,0.2705538456599327,,0.04464834906656971,0.33591835440718537,0.1426555233075729,0.3069880250615599,,,,,0.1714862882227065,0.2705538456599327,,0.05324289267467405,0.33591835440718537 -cv_root_mean_sq_err_q70,0.18586017188738826,0.24032988657223353,0.16481016640885715,0.31807663421144805,0.14280000820691957,0.13664389343299374,0.20705782565820163,0.2565803019303827,0.07404297330264367,0.1606117785801075,0.4343875087855343,0.16287543088526063,0.3294893923303797,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.20267881053028652,0.2889850628889131,,0.04794088066545635,0.33591835440718537,0.16287543088526063,0.3294893923303797,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.20267881053028652,0.2889850628889131,,0.04794088066545635,0.33591835440718537,0.16287543088526063,0.3294893923303797,,,,,0.20415747874306212,0.2889850628889131,,0.05661561497284543,0.33591835440718537 -cv_root_mean_sq_err_q75,0.19586120850279187,0.26087985384716733,0.1676620411412869,0.34079639379798005,0.15164354158956495,0.14476072013549637,0.21822189201015774,0.2662542937431481,0.08656199619176244,0.2024916934892244,0.45900479738012157,0.16852895179715519,0.36323677233963214,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.21975373989685218,0.3150195567635897,,0.05275939201485925,0.33591835440718537,0.16852895179715519,0.36323677233963214,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.21975373989685218,0.3150195567635897,,0.05275939201485925,0.33591835440718537,0.16852895179715519,0.36323677233963214,,,,,0.23682866926341783,0.3150195567635897,,0.05998833727101681,0.33591835440718537 -cv_root_mean_sq_err_q80,0.2038136775171293,0.280493444514313,0.17051391587371667,0.3635161533845121,0.16048707497221035,0.152877546837999,0.22938595836211384,0.2738449113579249,0.09908101908088121,0.24437160839834132,0.47959811994077817,0.18492830582053724,0.4014825574450577,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.23682866926341783,0.3410540506382663,,0.05757790336426215,0.33591835440718537,0.18492830582053724,0.4014825574450577,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.23682866926341783,0.3410540506382663,,0.05757790336426215,0.33591835440718537,0.18492830582053724,0.4014825574450577,,,,,0.24250110094144892,0.3410540506382663,,0.0633610595691882,0.33591835440718537 -cv_root_mean_sq_err_q85,0.22709622484020053,0.34684572158016386,0.17530962087798907,0.38623591297104404,0.16933060835485572,0.1609943735405016,0.23966488510243336,0.278831311225216,0.11160004196999992,0.24761048680246445,0.5001914425014348,0.20405470065491702,0.43972834255048315,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.2439192088609567,0.3670885445129428,,0.06239641471366503,0.33591835440718537,0.20405470065491702,0.43972834255048315,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.2439192088609567,0.3670885445129428,,0.06239641471366503,0.33591835440718537,0.20405470065491702,0.43972834255048315,,,,,0.24817353261948,0.3670885445129428,,0.06673378186735957,0.33591835440718537 -cv_root_mean_sq_err_q90,0.24135443274437196,0.4488732923744395,0.18010532588226144,0.4089556725575761,0.17817414173750112,0.16911120024300427,0.24817353261948,0.2989578626234953,0.12411906485911868,0.2508493652065876,0.5207847650620914,0.22863517711129266,0.44795297581507276,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.25100974845849555,0.3931230383876194,,0.06721492606306793,0.33591835440718537,0.22863517711129266,0.44795297581507276,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.25100974845849555,0.3931230383876194,,0.06721492606306793,0.33591835440718537,0.22863517711129266,0.44795297581507276,,,,,0.25384596429751105,0.3931230383876194,,0.07010650416553095,0.33591835440718537 -cv_root_mean_sq_err_q95,0.25473601929153533,0.4576219156852771,0.18490103088653384,0.43167543214410803,0.1870176751201465,0.17722802694550688,0.25668218013652655,0.37207494438023375,0.13663808774823738,0.2540882436107108,0.541378087622748,0.24817353261947994,0.45117408377285645,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.25810028805603435,0.4191575322622959,,0.0720334374124708,0.33591835440718537,0.24817353261947994,0.45117408377285645,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.25810028805603435,0.4191575322622959,,0.0720334374124708,0.33591835440718537,0.24817353261947994,0.45117408377285645,,,,,0.25951839597554216,0.4191575322622959,,0.07347922646370232,0.33591835440718537 -cv_root_mean_sq_err_q98,0.26141624894697835,0.5084287715256975,0.18777845388909725,0.44530728789602725,0.19232379514973372,0.18209812296700845,0.26178736864675456,0.41594519343427716,0.14414950148170863,0.25603157065318466,0.553734081159142,0.2583839096399359,0.45310674854752664,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.2623546118145577,0.43477822858710186,,0.07492454422211255,0.33591835440718537,0.2583839096399359,0.45310674854752664,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.2623546118145577,0.43477822858710186,,0.07492454422211255,0.33591835440718537,0.2583839096399359,0.45310674854752664,,,,,0.2629218549823608,0.43477822858710186,,0.07550285984260514,0.33591835440718537 -cv_root_mean_sq_err_q99,0.26330353830027575,0.5352000908545509,0.18873759488995176,0.4498512398133337,0.1940925018262628,0.183721488307509,0.26348909815016386,0.4305686097856248,0.1466533060595324,0.2566793463340093,0.5578527456712734,0.26178736864675456,0.45375097013908333,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.26377271973406546,0.43998512736203715,,0.07588824649199312,0.33591835440718537,0.26178736864675456,0.45375097013908333,0.15910641694399763,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.26377271973406546,0.43998512736203715,,0.07588824649199312,0.33591835440718537,0.26178736864675456,0.45375097013908333,,,,,0.264056341317967,0.43998512736203715,,0.07617740430223943,0.33591835440718537 -mean_abs_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -mean_abs_err_upper_bound_95_perc_conf,82.96919317759232,30.660466343919285,120.58625458779899,46.62643760404585,70.81723369569744,33.236589877840814,70.78864951438824,41.15919039013396,22.797804831392597,68.1934336680545,44.55173896130552,53.17818031095768,50.59345377733765,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,76.61224108193657,62.03551571115041,,15.13622783739873,27.047882821695403,53.17818031095768,50.59345377733765,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,76.61224108193657,62.03551571115041,,15.13622783739873,27.047882821695403,53.17818031095768,50.59345377733765,,,,,73.9451419977504,62.03551571115041,,14.730891678628641,27.047882821695403 -mean_abs_err_mean,63.75130987869102,24.071857033834917,96.86528593686704,19.542254574547112,49.95498185159513,20.067038006528804,45.832481575598955,28.714208866828265,15.193498219580478,37.77458099749195,30.077800397248524,35.84551012297709,42.222353649796624,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,47.79452935557409,49.9549564471951,,11.855109118191455,27.047882821695403,35.84551012297709,42.222353649796624,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,47.79452935557409,49.9549564471951,,11.855109118191455,27.047882821695403,35.84551012297709,42.222353649796624,,,,,41.825974086264644,49.9549564471951,,10.912043144533087,27.047882821695403 -mean_abs_err_lower_bound_95_perc_conf,44.53342657978972,17.483247723750548,73.14431728593509,-7.541928454951627,29.09273000749281,6.897486135216797,20.876313636809666,16.269227343522573,7.5891916077683605,7.355728326929402,15.603861833191528,18.5128399349965,33.8512535222556,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,18.976817629211606,37.87439718323979,,8.573990398984181,27.047882821695403,18.5128399349965,33.8512535222556,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,18.976817629211606,37.87439718323979,,8.573990398984181,27.047882821695403,18.5128399349965,33.8512535222556,,,,,9.706806174778883,37.87439718323979,,7.093194610437532,27.047882821695403 -mean_abs_err_sem,9.805042499439436,3.3615353622879436,12.10253502598569,13.818460729336092,10.644006042909346,6.71915911801633,12.73273874428025,6.349480369033516,3.879748271332713,15.519822791103342,7.384662532682141,8.843199075500301,4.270969452827054,0.0,0.0,0.0,0.0,14.702914146103309,6.1635506448751585,,1.6740401628608543,0.0,8.843199075500301,4.270969452827054,0.0,0.0,0.0,0.0,14.702914146103309,6.1635506448751585,,1.6740401628608543,0.0,8.843199075500301,4.270969452827054,,,,,16.38733056708457,6.1635506448751585,,1.948392109232426,0.0 -mean_abs_err_q1,7.2867035931926525,1.369896105647835,54.72504676277948,0.39084509149094226,25.698612361115163,11.269460282846117,9.521192423462852,5.623590814274039,6.319608371409958,7.202059727504055,14.754451993919242,7.158998586016448,27.626625175833034,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,9.472957356471333,36.65936676752922,,7.1337532680385305,27.047882821695403,7.158998586016448,27.626625175833034,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,9.472957356471333,36.65936676752922,,7.1337532680385305,27.047882821695403,7.158998586016448,27.626625175833034,,,,,9.424722289479813,36.65936676752922,,7.099600038305767,27.047882821695403 -mean_abs_err_q2.5,7.669818614721267,3.4247402641195874,55.012973002490256,0.9771127287273557,26.613996728250918,11.30543568137857,9.955308026386529,5.762939198544282,6.61696005380606,7.458208950499774,14.76596003941398,7.350556096780755,28.494738707039478,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,9.83472035890773,37.0198653601371,,7.2874428018359625,27.047882821695403,7.350556096780755,28.494738707039478,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,9.83472035890773,37.0198653601371,,7.2874428018359625,27.047882821695403,7.350556096780755,28.494738707039478,,,,,9.714132691428931,37.0198653601371,,7.202059727504055,27.047882821695403 -mean_abs_err_q5,8.322757981882972,5.34738939032618,55.49285006867489,1.9542254574547113,28.13963734014385,11.365394678932658,10.67883403125932,5.995186505661353,7.112546191132897,7.885124322159305,14.785140115238544,7.669818614721267,29.941594592383552,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,10.437658696301723,37.620696347816896,,7.54359202483168,27.047882821695403,7.669818614721267,29.941594592383552,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,10.437658696301723,37.620696347816896,,7.54359202483168,27.047882821695403,7.669818614721267,29.941594592383552,,,,,10.196483361344127,37.620696347816896,,7.372825876167868,27.047882821695403 -mean_abs_err_q10,9.717715833754838,5.885101106458418,56.45260420104416,3.9084509149094226,31.190918563929703,11.485312674040834,12.125886041004907,6.459681119895494,8.10371846578657,8.738955065478367,14.823500266887667,8.322757981882972,32.83530636307171,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,11.643535371089712,38.82235832317649,,8.055890470823117,27.047882821695403,8.322757981882972,32.83530636307171,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,11.643535371089712,38.82235832317649,,8.055890470823117,27.047882821695403,8.322757981882972,32.83530636307171,,,,,11.161184701174516,38.82235832317649,,7.7143581734954925,27.047882821695403 -mean_abs_err_q15,12.611819853246008,6.518749322400696,57.41235833341342,5.862676372364134,34.242199787715556,11.605230669149009,13.572938050750492,7.593582084426811,9.094890740440244,9.592785808797428,14.861860418536793,9.004526011606044,35.37080091967277,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,12.8494120458777,40.02402029853607,,8.568188916814554,27.047882821695403,9.004526011606044,35.37080091967277,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,12.8494120458777,40.02402029853607,,8.568188916814554,27.047882821695403,9.004526011606044,35.37080091967277,,,,,12.125886041004906,40.02402029853607,,8.055890470823117,27.047882821695403 -mean_abs_err_q20,14.55850337546639,9.855256913894618,58.37211246578269,7.816901829818845,37.29348101150141,11.725148664257187,15.786772159231687,8.91874200618589,10.086063015093917,10.44661655211649,14.900220570185919,9.717715833754838,35.75699219175128,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,14.055288720665688,41.22568227389567,,9.080487362805991,27.047882821695403,9.717715833754838,35.75699219175128,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,14.055288720665688,41.22568227389567,,9.080487362805991,27.047882821695403,9.717715833754838,35.75699219175128,,,,,13.090587380835297,41.22568227389567,,8.397422768150742,27.047882821695403 -mean_abs_err_q25,15.258219302642525,11.505223991161785,70.78421920452905,9.771127287273556,40.34476223528726,11.845066659365363,18.38399731708068,11.245773775249353,11.07723528974759,11.506039173879008,14.938580721835043,10.44661655211649,36.14318346382979,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,16.219643018873185,42.427344249255256,,9.592785808797428,27.047882821695403,10.44661655211649,36.14318346382979,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,16.219643018873185,42.427344249255256,,9.592785808797428,27.047882821695403,10.44661655211649,36.14318346382979,,,,,14.055288720665688,42.427344249255256,,8.738955065478367,27.047882821695403 -mean_abs_err_q30,23.187835954068138,12.308719567624813,83.19632594327541,11.725352744728267,43.39604345907312,11.96498465447354,20.981222474929677,14.374303022156315,12.068407564401264,12.565461795641527,17.360441141807115,12.611819853246008,36.42822900529715,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,18.38399731708068,43.62900622461485,,10.105084254788865,27.047882821695403,12.611819853246008,36.42822900529715,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,18.38399731708068,43.62900622461485,,10.105084254788865,27.047882821695403,12.611819853246008,36.42822900529715,,,,,15.786772159231685,43.62900622461485,,9.080487362805991,27.047882821695403 -mean_abs_err_q35,28.677091628114066,12.897009598617775,95.60843268202177,13.679578202182977,46.44732468285898,12.084902649581716,23.847454811720926,17.027289982228922,12.81309933972741,13.624884417404045,19.782301561779185,14.181092384365861,36.460410220236575,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,20.548351615288176,44.667574219294565,,10.658501076468994,27.047882821695403,14.181092384365861,36.460410220236575,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,20.548351615288176,44.667574219294565,,10.658501076468994,27.047882821695403,14.181092384365861,36.460410220236575,,,,,17.518255597797683,44.667574219294565,,9.422019660133616,27.047882821695403 -mean_abs_err_q40,46.343935520082695,14.543148540622372,108.02053942076815,15.63380365963769,49.49860590664483,12.204820644689892,27.251701506396692,18.729192368632802,13.064830116398506,14.684307039166564,22.20416198175126,14.55850337546639,36.49259143517601,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,22.712705913495675,45.37995425261453,,11.294154649526506,27.047882821695403,14.55850337546639,36.49259143517601,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,22.712705913495675,45.37995425261453,,11.294154649526506,27.047882821695403,14.55850337546639,36.49259143517601,,,,,19.249739036363682,45.37995425261453,,9.76355195746124,27.047882821695403 -mean_abs_err_q45,55.325468395435195,14.881040494361356,108.72485341120706,17.5880291170924,52.54988713043068,12.324738639798069,30.65594820107245,20.680843925123675,13.3165608930696,14.827785105035554,24.626022401723333,14.913871944556949,36.89700996809146,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,30.91541981267615,46.0923342859345,,11.929808222584015,27.047882821695403,14.913871944556949,36.89700996809146,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,30.91541981267615,46.0923342859345,,11.929808222584015,27.047882821695403,14.913871944556949,36.89700996809146,,,,,20.981222474929677,46.0923342859345,,10.105084254788865,27.047882821695403 -mean_abs_err_q50,55.60116835421654,16.45998918676096,109.429167401646,19.542254574547112,55.60116835421654,12.444656634906245,34.06019489574821,24.63048884231055,13.568291669740695,14.971263170904544,27.047882821695403,15.258219302642525,37.79774492497495,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,39.11813371185663,46.80471431925447,,12.565461795641527,27.047882821695403,15.258219302642525,37.79774492497495,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,39.11813371185663,46.80471431925447,,12.565461795641527,27.047882821695403,15.258219302642525,37.79774492497495,,,,,22.712705913495675,46.80471431925447,,10.44661655211649,27.047882821695403 -mean_abs_err_q55,60.53277418946834,22.28376098942511,110.13348139208492,21.496480032001823,56.958593627215976,14.851289041501191,40.499204880089025,28.58013375949743,13.82002244641179,15.114741236773535,28.439572548447323,19.73091126915442,38.69847988185845,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,47.32084761103711,47.51709435257444,,13.201115368699039,27.047882821695403,19.73091126915442,38.69847988185845,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,47.32084761103711,47.51709435257444,,13.201115368699039,27.047882821695403,19.73091126915442,38.69847988185845,,,,,29.274877032840063,47.51709435257444,,10.927776827169094,27.047882821695403 -mean_abs_err_q60,70.63072479534188,27.328774502094944,110.83779538252384,23.450705489456535,58.316018900215404,17.25792144809613,46.938214864429824,31.979003665827165,14.071753223082883,15.258219302642525,29.831262275199236,29.076783918057643,40.15363016091296,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,55.52356151021758,48.229474385894406,,13.836768941756548,27.047882821695403,29.076783918057643,40.15363016091296,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,55.52356151021758,48.229474385894406,,13.836768941756548,27.047882821695403,29.076783918057643,40.15363016091296,,,,,35.83704815218444,48.229474385894406,,11.408937102221696,27.047882821695403 -mean_abs_err_q65,75.70785556608814,28.868688437502502,112.30337131528243,25.404930946911247,59.67344417321484,19.66455385469108,53.37722484877065,35.30902669579977,14.323483999753979,29.647084567491493,31.222952001951157,48.16901793174366,42.02459193159575,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,61.051997558193506,48.94185441921437,,14.47242251481406,27.047882821695403,48.16901793174366,42.02459193159575,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,61.051997558193506,48.94185441921437,,14.47242251481406,27.047882821695403,48.16901793174366,42.02459193159575,,,,,42.39921927152882,48.94185441921437,,11.890097377274301,27.047882821695403 -mean_abs_err_q70,100.45394050429447,34.26819131195345,113.76894724804103,27.359156404365955,61.03086944621427,22.071186261286016,59.94631034859831,38.82235832317649,15.718258395016035,44.035949832340464,32.61464172870308,54.92928216587041,43.89555370227854,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,66.58043360616944,51.24051926507033,,14.74169826551416,27.047882821695403,54.92928216587041,43.89555370227854,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,66.58043360616944,51.24051926507033,,14.74169826551416,27.047882821695403,54.92928216587041,43.89555370227854,,,,,48.9613903908732,51.24051926507033,,12.371257652326904,27.047882821695403 -mean_abs_err_q75,106.4133691501475,35.86733255520228,115.23452318079964,29.313381861820666,62.388294719213704,24.477818667880964,66.58043360616944,42.427344249255256,17.684554599573584,58.42481509718943,34.006331455455,55.52356151021758,45.61741426372119,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,72.10886965414535,54.3323265171943,,14.827785105035554,27.047882821695403,55.52356151021758,45.61741426372119,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,72.10886965414535,54.3323265171943,,14.827785105035554,27.047882821695403,55.52356151021758,45.61741426372119,,,,,55.52356151021758,54.3323265171943,,12.852417927379507,27.047882821695403 -mean_abs_err_q80,107.68933369649805,36.49259143517601,116.70009911355824,31.26760731927538,63.74571999221314,26.88445107447591,73.21455686374055,45.37995425261453,19.65085080413113,72.8136803620384,39.134950569097555,63.71467725461358,47.27963434146778,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,77.63730570212128,57.42413376931828,,14.913871944556949,27.047882821695403,63.71467725461358,47.27963434146778,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,77.63730570212128,57.42413376931828,,14.913871944556949,27.047882821695403,63.71467725461358,47.27963434146778,,,,,65.94015566126018,57.42413376931828,,13.333578202432111,27.047882821695403 -mean_abs_err_q85,109.14744180547042,39.619069655003585,120.7070926607346,33.22183277673009,65.10314526521256,29.29108348107085,80.63422835845219,47.51709435257443,21.61714700868867,81.21360255906568,44.2635696827401,70.86779800779294,48.94185441921437,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,85.12961234294859,60.51594102144224,,14.999958784078343,27.047882821695403,70.86779800779294,48.94185441921437,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,85.12961234294859,60.51594102144224,,14.999958784078343,27.047882821695403,70.86779800779294,48.94185441921437,,,,,76.35674981230275,60.51594102144224,,13.814738477484715,27.047882821695403 -mean_abs_err_q90,114.35517762114448,46.32979429704117,124.71408620791095,35.1760582341848,66.46057053821201,31.697715887665797,89.62499632744499,51.24051926507033,23.58344321324622,89.61352475609294,49.392188796382655,75.94492877853921,55.362928934568956,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,92.62191898377591,63.607748273566216,,15.086045623599738,27.047882821695403,75.94492877853921,55.362928934568956,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,92.62191898377591,63.607748273566216,,15.086045623599738,27.047882821695403,75.94492877853921,55.362928934568956,,,,,86.77334396334535,63.607748273566216,,14.295898752537319,27.047882821695403 -mean_abs_err_q95,129.52247846452255,56.50839324566373,128.72107975508732,37.13028369163951,67.81799581121143,34.10434829426073,98.61576429643773,60.51594102144222,25.549739417803757,98.01344695312022,54.5208079100252,89.62499632744493,62.577145856191535,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,100.11422562460322,66.69955552569017,,15.17213246312113,27.047882821695403,89.62499632744493,62.577145856191535,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,100.11422562460322,66.69955552569017,,15.17213246312113,27.047882821695403,89.62499632744493,62.577145856191535,,,,,97.18993811438793,66.69955552569017,,14.777059027589921,27.047882821695403 -mean_abs_err_q98,168.22824153725824,64.51755618565802,131.12527588339316,38.30281896611234,68.6324509750111,35.54832773821771,104.01022507783343,66.08119407526539,26.729517140538288,103.0534002713366,57.59797937821073,100.4139178902363,66.90567600916509,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,104.60960960909962,68.55463987696456,,15.223784566833967,27.047882821695403,100.4139178902363,66.90567600916509,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,104.60960960909962,68.55463987696456,,15.223784566833967,27.047882821695403,100.4139178902363,66.90567600916509,,,,,103.43989460501349,68.55463987696456,,15.065755192621484,27.047882821695403 -mean_abs_err_q99,184.6129345687941,67.15445948173607,131.92667459282842,38.69366405760328,68.90393602961099,36.02965421953669,105.80837867163197,67.93627842653976,27.122776381449793,104.73338471074206,58.62370320093925,104.01022507783338,68.34851939348961,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,106.10807093726507,69.17300132738934,,15.241001934738247,27.047882821695403,104.01022507783338,68.34851939348961,54.53309593630563,39.084509149094224,69.17542108421087,36.51098070085568,106.10807093726507,69.17300132738934,,15.241001934738247,27.047882821695403,104.01022507783338,68.34851939348961,,,,,105.52321343522202,69.17300132738934,,15.161987247632004,27.047882821695403 -mean_abs_pct_err_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -mean_abs_pct_err_upper_bound_95_perc_conf,0.12820987569179496,0.19319358583444576,0.13406652851470327,0.3932350159377361,0.146193153885873,0.13186939201684733,0.15959790686468614,0.213404525567498,0.09045545144327946,0.14783889650912146,0.3810497354805864,0.11413574673256102,0.2840361241606564,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.15793677704689862,0.3032983912239151,,0.041904595756670035,0.28423584301907734,0.11413574673256102,0.2840361241606564,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.15793677704689862,0.3032983912239151,,0.041904595756670035,0.28423584301907734,0.11413574673256102,0.2840361241606564,,,,,0.16255926303872065,0.3032983912239151,,0.046214493714445457,0.28423584301907734 -mean_abs_pct_err_mean,0.10427645323797063,0.14889426353656227,0.11778419519670387,0.16481419520702384,0.09071139255612744,0.08830034122511098,0.10992400493275956,0.1513148567210276,0.059817636993279535,0.08501416542711115,0.2683421734974515,0.08000200328071286,0.23138983278002656,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.10228566730766374,0.22927060534496324,,0.02994846675134572,0.28423584301907734,0.08000200328071286,0.23138983278002656,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.10228566730766374,0.22927060534496324,,0.02994846675134572,0.28423584301907734,0.08000200328071286,0.23138983278002656,,,,,0.09681790511441832,0.22927060534496324,,0.030291954197904692,0.28423584301907734 -mean_abs_pct_err_lower_bound_95_perc_conf,0.08034303078414631,0.10459494123867877,0.10150186187870447,-0.0636066255236884,0.035229631226381855,0.04473129043337462,0.06025010300083298,0.08922518787455719,0.029179822543279613,0.02218943434510083,0.15563461151431657,0.045868259828864694,0.17874354139939674,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.04663455756842885,0.15524281946601134,,0.01799233774602141,0.28423584301907734,0.045868259828864694,0.17874354139939674,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.04663455756842885,0.15524281946601134,,0.01799233774602141,0.28423584301907734,0.045868259828864694,0.17874354139939674,,,,,0.031076547190115975,0.15524281946601134,,0.014369414681363928,0.28423584301907734 -mean_abs_pct_err_sem,0.012210929823379752,0.022601695049940564,0.00830731291734663,0.11654123506668992,0.028307021086604888,0.022229107546804263,0.02534382751628907,0.031678402472688987,0.015631537984693838,0.03205343422551547,0.05750385815466068,0.017415175230534777,0.026860352745219286,0.0,0.0,0.0,0.0,0.02839342333634433,0.03776927850966934,,0.006100065819043018,0.0,0.017415175230534777,0.026860352745219286,0.0,0.0,0.0,0.0,0.02839342333634433,0.03776927850966934,,0.006100065819043018,0.0,0.017415175230534777,0.026860352745219286,,,,,0.03354150914505222,0.03776927850966934,,0.008123744651296309,0.0 -mean_abs_pct_err_q1,0.018157871129948495,0.0045354093848365236,0.09164845546928256,0.003296283904140477,0.042897093701072406,0.05086031502479632,0.028915902867825125,0.018511571069683565,0.03455946225322864,0.01624401335063386,0.10982181489170649,0.016949118848276094,0.14258257894461263,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.02885935007295748,0.16305359252894325,,0.016042554637021793,0.28423584301907734,0.016949118848276094,0.14258257894461263,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.02885935007295748,0.16305359252894325,,0.016042554637021793,0.28423584301907734,0.016949118848276094,0.14258257894461263,,,,,0.028802797278089837,0.16305359252894325,,0.01594182528021576,0.28423584301907734 -mean_abs_pct_err_q2.5,0.021784127974965706,0.01133852346209131,0.09278164136280298,0.008240709760351192,0.043785604793109924,0.05155009871310698,0.029424878021633936,0.02011310430015205,0.03491589718605593,0.016999483526679113,0.11210530874419308,0.0187622472707847,0.14479547396183262,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.029283496034464826,0.16436022196237332,,0.016495836742648946,0.28423584301907734,0.0187622472707847,0.14479547396183262,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.029283496034464826,0.16436022196237332,,0.016495836742648946,0.28423584301907734,0.0187622472707847,0.14479547396183262,,,,,0.029142114047295713,0.16436022196237332,,0.01624401335063386,0.28423584301907734 -mean_abs_pct_err_q5,0.026365959017489487,0.02100284498374565,0.09467028451867034,0.016481419520702385,0.04526645661317247,0.05269973819362474,0.03027316994464862,0.022782326350932858,0.035509955407434735,0.018258600486754532,0.11591113183167073,0.021784127974965706,0.14848363232386597,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.029990405970310392,0.1665379376847568,,0.017251306918694198,0.28423584301907734,0.021784127974965706,0.14848363232386597,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.029990405970310392,0.1665379376847568,,0.017251306918694198,0.28423584301907734,0.021784127974965706,0.14848363232386597,,,,,0.02970764199597217,0.1665379376847568,,0.016747660134664027,0.28423584301907734 -mean_abs_pct_err_q10,0.02871315342383907,0.03231593992438731,0.09844757083040506,0.03296283904140477,0.048228160253297556,0.05499901715466026,0.03196975379067799,0.028120770452494465,0.03669807185019235,0.02077683440690537,0.12352277800662605,0.026365959017489487,0.1558599490479327,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03140422584200153,0.17089336912952374,,0.0187622472707847,0.28423584301907734,0.026365959017489487,0.1558599490479327,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03140422584200153,0.17089336912952374,,0.0187622472707847,0.28423584301907734,0.026365959017489487,0.1558599490479327,,,,,0.03083869789332508,0.17089336912952374,,0.017754953702724365,0.28423584301907734 -mean_abs_pct_err_q15,0.03210632111589781,0.04145053762122282,0.10222485714213977,0.04944425856210715,0.05118986389342263,0.05729829611569577,0.033666337636707365,0.03468969333050413,0.03788618829294997,0.02329506832705621,0.13113442418158133,0.028023929328336812,0.16302661551936212,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03281804571369268,0.1752488005742907,,0.0202731876228752,0.28423584301907734,0.028023929328336812,0.16302661551936212,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03281804571369268,0.1752488005742907,,0.0202731876228752,0.28423584301907734,0.028023929328336812,0.16302661551936212,,,,,0.03196975379067799,0.1752488005742907,,0.0187622472707847,0.28423584301907734 -mean_abs_pct_err_q20,0.03799131966829066,0.04565846894813319,0.10600214345387449,0.06592567808280954,0.05415156753354772,0.059597575076731295,0.03635346973520846,0.041610181573213244,0.03907430473570758,0.025813302247207046,0.13874607035653666,0.02871315342383907,0.16893538047496787,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03423186558538382,0.17960423201905762,,0.021784127974965706,0.28423584301907734,0.02871315342383907,0.16893538047496787,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03423186558538382,0.17960423201905762,,0.021784127974965706,0.28423584301907734,0.02871315342383907,0.16893538047496787,,,,,0.033100809688030905,0.17960423201905762,,0.019769540838845037,0.28423584301907734 -mean_abs_pct_err_q25,0.04230475297304739,0.04997449373557077,0.10692144591236781,0.08240709760351192,0.05711327117367279,0.06189685403776681,0.03953587595994543,0.057374026301773184,0.0402624211784652,0.026589477788322484,0.14635771653149196,0.0289180044116688,0.1748441454305736,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03688387077266462,0.18395966346382456,,0.02329506832705621,0.28423584301907734,0.0289180044116688,0.1748441454305736,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03688387077266462,0.18395966346382456,,0.02329506832705621,0.28423584301907734,0.0289180044116688,0.1748441454305736,,,,,0.03423186558538382,0.18395966346382456,,0.02077683440690537,0.28423584301907734 -mean_abs_pct_err_q30,0.04573634782358629,0.05763544486382753,0.10784074837086113,0.0988885171242143,0.06007497481379788,0.06419613299880234,0.04271828218468239,0.08021255621901376,0.04145053762122282,0.027365653329437925,0.17393334182900902,0.03210632111589781,0.1802800942318683,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03953587595994543,0.18831509490859152,,0.02480600867914671,0.28423584301907734,0.03210632111589781,0.1802800942318683,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03953587595994543,0.18831509490859152,,0.02480600867914671,0.28423584301907734,0.03210632111589781,0.1802800942318683,,,,,0.03635346973520846,0.18831509490859152,,0.021784127974965706,0.28423584301907734 -mean_abs_pct_err_q35,0.058362032017661256,0.07535160752145764,0.10876005082935446,0.11536993664491668,0.06303667845392295,0.06649541195983785,0.053318345528445374,0.10544988234192984,0.04260791089916911,0.02814182887055336,0.2015089671265261,0.03517172910611052,0.18453400264738543,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.042187881147226235,0.19198345796980532,,0.025968537355430133,0.28423584301907734,0.03517172910611052,0.18453400264738543,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.042187881147226235,0.19198345796980532,,0.025968537355430133,0.28423584301907734,0.03517172910611052,0.18453400264738543,,,,,0.0384750738850331,0.19198345796980532,,0.02279142154302604,0.28423584301907734 -mean_abs_pct_err_q40,0.08330451467388068,0.09396139850904911,0.10967935328784778,0.13185135616561908,0.06599838209404804,0.06879469092087337,0.07875372311026055,0.1354848008761969,0.04370379784749278,0.0289180044116688,0.2290845924240432,0.03799131966829066,0.18878791106290255,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.044839886334507036,0.19427768426391287,,0.026434242680099397,0.28423584301907734,0.03799131966829066,0.18878791106290255,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.044839886334507036,0.19427768426391287,,0.026434242680099397,0.28423584301907734,0.03799131966829066,0.18878791106290255,,,,,0.040596678034857746,0.19427768426391287,,0.023798715111086378,0.28423584301907734 -mean_abs_pct_err_q45,0.10298031440448673,0.10444111280885307,0.1102660180662399,0.14833277568632147,0.06896008573417312,0.07109396988190889,0.10418910069207564,0.16363431672157883,0.04479968479581645,0.034019051753727436,0.2566602177215603,0.041294664447213233,0.19351294216587703,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.06603603431935295,0.19657191055802042,,0.02689994800476866,0.28423584301907734,0.041294664447213233,0.19351294216587703,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.06603603431935295,0.19657191055802042,,0.02689994800476866,0.28423584301907734,0.041294664447213233,0.19351294216587703,,,,,0.04271828218468239,0.19657191055802042,,0.024806008679146712,0.28423584301907734 -mean_abs_pct_err_q50,0.10967935328784778,0.11315756552016083,0.11085268284463201,0.16481419520702384,0.0719217893742982,0.0733932488429444,0.12962447827389073,0.17670061105587967,0.04589557174414011,0.03912009909578607,0.28423584301907734,0.044839886334507036,0.19886613685212795,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.08723218230419888,0.19886613685212795,,0.027365653329437925,0.28423584301907734,0.044839886334507036,0.19886613685212795,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.08723218230419888,0.19886613685212795,,0.027365653329437925,0.28423584301907734,0.044839886334507036,0.19886613685212795,,,,,0.044839886334507036,0.19886613685212795,,0.025813302247207046,0.28423584301907734 -mean_abs_pct_err_q55,0.1149848068866866,0.14268243587930707,0.11143934762302411,0.18129561472772623,0.08052037396897208,0.08016465551862989,0.13746334399672389,0.1897669053901805,0.04699145869246378,0.04422114643784471,0.29626225710985427,0.04752927080174482,0.20421933153837887,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1084283302890448,0.20116036314623548,,0.027831358654107186,0.28423584301907734,0.04752927080174482,0.20421933153837887,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1084283302890448,0.20116036314623548,,0.027831358654107186,0.28423584301907734,0.04752927080174482,0.20421933153837887,,,,,0.0718348764167031,0.20116036314623548,,0.028164191400476678,0.28423584301907734 -mean_abs_pct_err_q60,0.1279417822062171,0.1558525903565907,0.11202601240141623,0.1977770342484286,0.0891189585636459,0.08693606219431538,0.14530220971955699,0.19216464317683893,0.04808734564078744,0.049322193779903344,0.3082886712006312,0.06139362568149219,0.2220580148698046,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.12962447827389073,0.203454589440343,,0.02829706397877645,0.28423584301907734,0.06139362568149219,0.2220580148698046,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.12962447827389073,0.203454589440343,,0.02829706397877645,0.28423584301907734,0.06139362568149219,0.2220580148698046,,,,,0.09882986649889908,0.203454589440343,,0.030515080553746306,0.28423584301907734 -mean_abs_pct_err_q65,0.13319738509367496,0.17737647326869038,0.11791434004444493,0.214258453769131,0.09771754315831976,0.09370746887000087,0.15314107544239014,0.19322881139504205,0.04918323258911111,0.0853800588148182,0.32031508529140806,0.09760792138625893,0.2492608146851114,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.14217206789178985,0.20574881573445056,,0.028762769303445714,0.28423584301907734,0.09760792138625893,0.2492608146851114,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.14217206789178985,0.20574881573445056,,0.028762769303445714,0.28423584301907734,0.09760792138625893,0.2492608146851114,,,,,0.12582485658109516,0.20574881573445056,,0.03286596970701594,0.28423584301907734 -mean_abs_pct_err_q70,0.14913613728000064,0.19169167952430421,0.12380266768747364,0.23073987328983336,0.10631612775299361,0.10047887554568635,0.16056619189576504,0.1974625412438561,0.05590943196671315,0.12143792384973304,0.332341499382185,0.11765740328226493,0.2764636145004182,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.15471965750968897,0.22157896619279843,,0.030958423348492248,0.28423584301907734,0.11765740328226493,0.2764636145004182,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.15471965750968897,0.22157896619279843,,0.030958423348492248,0.28423584301907734,0.11765740328226493,0.2764636145004182,,,,,0.15281984666329113,0.22157896619279843,,0.03521685886028556,0.28423584301907734 -mean_abs_pct_err_q75,0.15575403068333452,0.20004854598346475,0.12969099533050235,0.24722129281053576,0.11491471234766745,0.10725028222137184,0.16778443371441087,0.20328105190797557,0.06545078755895445,0.15749578888464788,0.3443679134729619,0.12962447827389073,0.2955839798678199,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.16726724712758806,0.24417707873326663,,0.034019051753727436,0.28423584301907734,0.12962447827389073,0.2955839798678199,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.16726724712758806,0.24417707873326663,,0.034019051753727436,0.28423584301907734,0.12962447827389073,0.2955839798678199,,,,,0.1798148367454872,0.24417707873326663,,0.0375677480135552,0.28423584301907734 -mean_abs_pct_err_q80,0.16228907560592687,0.21378866446779338,0.13557932297353106,0.26370271233123815,0.12351329694234131,0.11402168889705733,0.17500267553305668,0.20833233449131314,0.07499214315119576,0.19355365391956272,0.36718431253977174,0.14659437250217838,0.3114713714560596,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1798148367454872,0.26677519127373484,,0.037079680158962625,0.28423584301907734,0.14659437250217838,0.3114713714560596,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1798148367454872,0.26677519127373484,,0.037079680158962625,0.28423584301907734,0.14659437250217838,0.3114713714560596,,,,,0.18317713955800863,0.26677519127373484,,0.039918637166824825,0.28423584301907734 -mean_abs_pct_err_q85,0.1809960168440488,0.2887750977585743,0.13981582744430282,0.2801841318519405,0.13211188153701514,0.12079309557274281,0.18149598815174792,0.21242458197367328,0.08453349874343699,0.19434960834910237,0.39000071160658145,0.1622890756059268,0.3273587630442992,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.18401771526113897,0.2893733038142029,,0.04014030856419779,0.28423584301907734,0.1622890756059268,0.3273587630442992,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.18401771526113897,0.2893733038142029,,0.04014030856419779,0.28423584301907734,0.1622890756059268,0.3273587630442992,,,,,0.18653944237053005,0.2893733038142029,,0.04226952632009445,0.28423584301907734 -mean_abs_pct_err_q90,0.18923930714849416,0.3355241996376134,0.14405233191507458,0.29666555137264294,0.14071046613168903,0.1275645022484283,0.18653944237053005,0.22976346115751878,0.09407485433567829,0.195145562778642,0.41281711067339133,0.1754333964605971,0.33789016572051556,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1882205937767908,0.31197141635467107,,0.04320093696943299,0.28423584301907734,0.1754333964605971,0.33789016572051556,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1882205937767908,0.31197141635467107,,0.04320093696943299,0.28423584301907734,0.1754333964605971,0.33789016572051556,,,,,0.18990174518305147,0.31197141635467107,,0.04462041547336409,0.28423584301907734 -mean_abs_pct_err_q95,0.196011811430388,0.35332772304681365,0.14828883638584633,0.31314697089334526,0.14930905072636286,0.1343359089241138,0.19158289658931218,0.29346555129656293,0.10361620992791953,0.19594151720818165,0.43563350974020104,0.18653944237053005,0.34752890357806143,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.19242347229244255,0.33456952889513913,,0.046261565374668155,0.28423584301907734,0.18653944237053005,0.34752890357806143,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.19242347229244255,0.33456952889513913,,0.046261565374668155,0.28423584301907734,0.18653944237053005,0.34752890357806143,,,,,0.1932640479955729,0.33456952889513913,,0.04697130462663371,0.28423584301907734 -mean_abs_pct_err_q98,0.19668413363950038,0.4057831297738811,0.15083073906830938,0.32303582260576674,0.15446820148316717,0.13839875292952508,0.19460896912058148,0.3316868053799897,0.10934102328326432,0.19641908986590542,0.44932334918028694,0.19259158743306865,0.35331214629258895,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.19494519940183364,0.34812839641942006,,0.04809794241780927,0.28423584301907734,0.19259158743306865,0.35331214629258895,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.19494519940183364,0.34812839641942006,,0.04809794241780927,0.28423584301907734,0.19259158743306865,0.35331214629258895,,,,,0.1952814296830858,0.34812839641942006,,0.04838183811859549,0.28423584301907734 -mean_abs_pct_err_q99,0.19671080263861082,0.43211651929044576,0.15167803996246376,0.3263321065099072,0.15618791840210194,0.13975303426466218,0.1956176599643379,0.34442722340779847,0.11124929440171256,0.19657828075181336,0.4538866289936489,0.19460896912058148,0.3552398938640981,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.195785775104964,0.35264801892751363,,0.0487100680988563,0.28423584301907734,0.19460896912058148,0.3552398938640981,0.10967935328784778,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.195785775104964,0.35264801892751363,,0.0487100680988563,0.28423584301907734,0.19460896912058148,0.3552398938640981,,,,,0.19595389024559004,0.35264801892751363,,0.048852015949249414,0.28423584301907734 -total_core_cooling_runtime_n,,28.0,,2.0,,3.0,,10.0,4.0,,6.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 -total_core_cooling_runtime_upper_bound_95_perc_conf,,132607.2420963531,,1973.181619748451,,141798.9990331115,,190678.81863473562,320172.91882325185,,2558.479914949386,,134056.59903780508,,1660.0,,152919.0,,167300.7993872021,,,2379.0,,134056.59903780508,,1660.0,,152919.0,,167300.7993872021,,,2379.0,,134056.59903780508,,,,,,167300.7993872021,,,2379.0 -total_core_cooling_runtime_mean,,91852.53571428571,,848.5,,94181.66666666667,,119189.4,236115.0,,1745.5,,85210.375,,1660.0,,152919.0,,99970.75,,,2379.0,,85210.375,,1660.0,,152919.0,,99970.75,,,2379.0,,85210.375,,,,,,99970.75,,,2379.0 -total_core_cooling_runtime_lower_bound_95_perc_conf,,51097.829332218316,,-276.1816197484511,,46564.33430022184,,47699.981365264364,152057.08117674815,,932.5200850506138,,36364.15096219492,,1660.0,,152919.0,,32640.700612797897,,,2379.0,,36364.15096219492,,1660.0,,152919.0,,32640.700612797897,,,2379.0,,36364.15096219492,,,,,,32640.700612797897,,,2379.0 -total_core_cooling_runtime_sem,,20793.21754187112,,573.8171529328832,,24294.557329818792,,36474.19318098757,42886.69327716932,,414.785670892544,,24921.542876431162,,0.0,,0.0,,34352.066013878626,,,0.0,,24921.542876431162,,0.0,,0.0,,34352.066013878626,,,0.0,,24921.542876431162,,,,,,34352.066013878626,,,0.0 -total_core_cooling_runtime_q1,,9.99,,53.230000000000004,,56869.96,,4174.75,160466.74000000002,,40.85,,1710.33,,1660.0,,152919.0,,52347.52999999999,,,2379.0,,1710.33,,1660.0,,152919.0,,52347.52999999999,,,2379.0,,1710.33,,,,,,52347.52999999999,,,2379.0 -total_core_cooling_runtime_q2.5,,24.975,,77.57499999999999,,57366.399999999994,,5588.875,162282.85000000003,,102.125,,1785.825,,1660.0,,152919.0,,52903.325000000004,,,2379.0,,1785.825,,1660.0,,152919.0,,52903.325000000004,,,2379.0,,1785.825,,,,,,52903.325000000004,,,2379.0 -total_core_cooling_runtime_q5,,310.00000000000006,,118.15,,58193.8,,7945.750000000001,165309.7,,204.25,,1911.6499999999999,,1660.0,,152919.0,,53829.649999999994,,,2379.0,,1911.6499999999999,,1660.0,,152919.0,,53829.649999999994,,,2379.0,,1911.6499999999999,,,,,,53829.649999999994,,,2379.0 -total_core_cooling_runtime_q10,,1407.1000000000001,,199.3,,59848.600000000006,,12659.500000000002,171363.40000000002,,408.5,,2163.3,,1660.0,,152919.0,,55682.299999999996,,,2379.0,,2163.3,,1660.0,,152919.0,,55682.299999999996,,,2379.0,,2163.3,,,,,,55682.299999999996,,,2379.0 -total_core_cooling_runtime_q15,,1993.3500000000001,,280.45,,61503.399999999994,,17671.449999999997,177417.09999999998,,612.75,,4858.9000000000015,,1660.0,,152919.0,,57534.95,,,2379.0,,4858.9000000000015,,1660.0,,152919.0,,57534.95,,,2379.0,,4858.9000000000015,,,,,,57534.95,,,2379.0 -total_core_cooling_runtime_q20,,2356.8,,361.6,,63158.200000000004,,22768.6,183470.80000000002,,817.0,,22218.200000000004,,1660.0,,152919.0,,59387.6,,,2379.0,,22218.200000000004,,1660.0,,152919.0,,59387.6,,,2379.0,,22218.200000000004,,,,,,59387.6,,,2379.0 -total_core_cooling_runtime_q25,,2814.75,,442.75,,64813.0,,31769.75,189524.5,,1106.5,,39577.5,,1660.0,,152919.0,,61240.25,,,2379.0,,39577.5,,1660.0,,152919.0,,61240.25,,,2379.0,,39577.5,,,,,,61240.25,,,2379.0 -total_core_cooling_runtime_q30,,3467.199999999999,,523.9,,66467.8,,43894.09999999999,195578.19999999998,,1396.0,,53212.1,,1660.0,,152919.0,,63092.9,,,2379.0,,53212.1,,1660.0,,152919.0,,63092.9,,,2379.0,,53212.1,,,,,,63092.9,,,2379.0 -total_core_cooling_runtime_q35,,7740.399999999996,,605.05,,68122.59999999999,,53829.649999999994,199834.1,,1685.5,,57534.95,,1660.0,,152919.0,,64358.9,,,2379.0,,57534.95,,1660.0,,152919.0,,64358.9,,,2379.0,,57534.95,,,,,,64358.9,,,2379.0 -total_core_cooling_runtime_q40,,13040.800000000003,,686.2,,69777.40000000001,,59387.6,200494.4,,1975.0,,61857.8,,1660.0,,152919.0,,64451.6,,,2379.0,,61857.8,,1660.0,,152919.0,,64451.6,,,2379.0,,61857.8,,,,,,64451.6,,,2379.0 -total_core_cooling_runtime_q45,,29075.450000000008,,767.35,,71432.2,,64358.9,201154.7,,2066.75,,64420.7,,1660.0,,152919.0,,64544.3,,,2379.0,,64420.7,,1660.0,,152919.0,,64544.3,,,2379.0,,64420.7,,,,,,64544.3,,,2379.0 -total_core_cooling_runtime_q50,,54258.0,,848.5,,73087.0,,64637.0,201815.0,,2158.5,,64637.0,,1660.0,,152919.0,,64637.0,,,2379.0,,64637.0,,1660.0,,152919.0,,64637.0,,,2379.0,,64637.0,,,,,,64637.0,,,2379.0 -total_core_cooling_runtime_q55,,63159.65000000001,,929.6500000000001,,81070.2,,64915.1,202475.3,,2250.25,,64853.3,,1660.0,,152919.0,,64729.7,,,2379.0,,64853.3,,1660.0,,152919.0,,64729.7,,,2379.0,,64853.3,,,,,,64729.7,,,2379.0 -total_core_cooling_runtime_q60,,66574.2,,1010.8,,89053.4,,84775.19999999998,203135.59999999998,,2342.0,,76925.20000000001,,1660.0,,152919.0,,64822.4,,,2379.0,,76925.20000000001,,1660.0,,152919.0,,64822.4,,,2379.0,,76925.20000000001,,,,,,64822.4,,,2379.0 -total_core_cooling_runtime_q65,,95874.60000000003,,1091.95,,97036.6,,107083.05000000003,203795.9,,2351.25,,97888.79999999999,,1660.0,,152919.0,,64915.1,,,2379.0,,97888.79999999999,,1660.0,,152919.0,,64915.1,,,2379.0,,97888.79999999999,,,,,,64915.1,,,2379.0 -total_core_cooling_runtime_q70,,123809.7,,1173.1,,105019.79999999999,,145752.89999999997,221771.79999999993,,2360.5,,118852.39999999997,,1660.0,,152919.0,,80314.59999999995,,,2379.0,,118852.39999999997,,1660.0,,152919.0,,80314.59999999995,,,2379.0,,118852.39999999997,,,,,,80314.59999999995,,,2379.0 -total_core_cooling_runtime_q75,,154503.25,,1254.25,,113003.0,,192603.75,248405.5,,2369.75,,131861.25,,1660.0,,152919.0,,103367.5,,,2379.0,,131861.25,,1660.0,,152919.0,,103367.5,,,2379.0,,131861.25,,,,,,103367.5,,,2379.0 -total_core_cooling_runtime_q80,,183470.80000000005,,1335.4,,120986.2,,235780.4,275039.20000000007,,2379.0,,141688.2,,1660.0,,152919.0,,126420.40000000005,,,2379.0,,141688.2,,1660.0,,152919.0,,126420.40000000005,,,2379.0,,141688.2,,,,,,126420.40000000005,,,2379.0 -total_core_cooling_runtime_q85,,203795.90000000002,,1416.55,,128969.4,,274364.29999999993,301672.89999999997,,2524.25,,151515.15,,1660.0,,152919.0,,149473.3,,,2379.0,,151515.15,,1660.0,,152919.0,,149473.3,,,2379.0,,151515.15,,,,,,149473.3,,,2379.0 -total_core_cooling_runtime_q90,,244354.60000000006,,1497.7,,136952.6,,307051.1,328306.60000000003,,2669.5,,172632.9,,1660.0,,152919.0,,172526.20000000004,,,2379.0,,172632.9,,1660.0,,152919.0,,172526.20000000004,,,2379.0,,172632.9,,,,,,172526.20000000004,,,2379.0 -total_core_cooling_runtime_q95,,321775.14999999997,,1578.85,,144935.8,,319098.05,354940.29999999993,,2814.75,,195632.44999999995,,1660.0,,152919.0,,195579.09999999995,,,2379.0,,195632.44999999995,,1660.0,,152919.0,,195579.09999999995,,,2379.0,,195632.44999999995,,,,,,195579.09999999995,,,2379.0 -total_core_cooling_runtime_q98,,354342.3400000001,,1627.54,,149725.72,,326326.22,370920.52,,2901.9,,209432.17999999996,,1660.0,,152919.0,,209410.84,,,2379.0,,209432.17999999996,,1660.0,,152919.0,,209410.84,,,2379.0,,209432.17999999996,,,,,,209410.84,,,2379.0 -total_core_cooling_runtime_q99,,367958.17,,1643.77,,151322.36,,328735.61000000004,376247.25999999995,,2930.95,,214032.09,,1660.0,,152919.0,,214021.41999999995,,,2379.0,,214032.09,,1660.0,,152919.0,,214021.41999999995,,,2379.0,,214032.09,,,,,,214021.41999999995,,,2379.0 -total_core_heating_runtime_n,25.0,,6.0,,3.0,,7.0,,,6.0,,13.0,,1.0,,1.0,,6.0,,,4.0,,13.0,,1.0,,1.0,,6.0,,,4.0,,13.0,,0.0,,0.0,,5.0,,,3.0, -total_core_heating_runtime_upper_bound_95_perc_conf,744766.30205373,,1167387.5650452639,,670660.8588889218,,385345.6467706498,,,637633.7583036548,,469572.2645693753,,648355.0,,256274.0,,407987.00727599673,,,592457.5413401714,,469572.2645693753,,648355.0,,256274.0,,407987.00727599673,,,592457.5413401714,,469572.2645693753,,,,,,383804.6908616224,,,574918.0986734884, -total_core_heating_runtime_mean,604741.56,,961124.1666666666,,469261.3333333333,,306837.71428571426,,,524104.3333333333,,389141.76923076925,,648355.0,,256274.0,,327398.6666666667,,,494637.75,,389141.76923076925,,648355.0,,256274.0,,327398.6666666667,,,494637.75,,389141.76923076925,,,,,,302797.8,,,464186.6666666667, -total_core_heating_runtime_lower_bound_95_perc_conf,464716.8179462701,,754860.7682880695,,267861.8077777449,,228329.7818007787,,,410574.9083630117,,308711.2738921632,,648355.0,,256274.0,,246810.32605733664,,,396817.9586598286,,308711.2738921632,,648355.0,,256274.0,,246810.32605733664,,,396817.9586598286,,308711.2738921632,,,,,,221790.90913837758,,,353455.23465984507, -total_core_heating_runtime_sem,71441.1949253724,,105236.42774418222,,102754.85997734104,,40055.06759435488,,,57923.17600526612,,41035.96700949288,,0.0,,0.0,,41116.50031088267,,,49908.056806209905,,41035.96700949288,,0.0,,0.0,,41116.50031088267,,,49908.056806209905,,41035.96700949288,,,,,,41330.04635797061,,,56495.628574908995, -total_core_heating_runtime_q1,189589.6,,653387.2,,260340.62,,185001.4,,,332462.8,,209239.08,,648355.0,,256274.0,,209875.55,,,334446.36,,209239.08,,648355.0,,256274.0,,209875.55,,,334446.36,,209239.08,,,,,,209692.84,,,332683.24, -total_core_heating_runtime_q2.5,198766.0,,660935.5,,266440.55,,187295.5,,,337421.5,,209654.7,,648355.0,,256274.0,,211245.875,,,342380.4,,209654.7,,648355.0,,256274.0,,211245.875,,,342380.4,,209654.7,,,,,,210789.10000000003,,,337972.6, -total_core_heating_runtime_q5,209423.80000000002,,673516.0,,276607.1,,191119.0,,,345686.0,,210347.40000000002,,648355.0,,256274.0,,213529.75,,,355603.80000000005,,210347.40000000002,,648355.0,,256274.0,,213529.75,,,355603.80000000005,,210347.40000000002,,,,,,212616.2,,,346788.2, -total_core_heating_runtime_q10,217655.8,,698677.0,,296940.2,,198766.0,,,362215.0,,214463.4,,648355.0,,256274.0,,218097.5,,,382050.6,,214463.4,,648355.0,,256274.0,,218097.5,,,382050.6,,214463.4,,,,,,216270.40000000002,,,364419.4, -total_core_heating_runtime_q15,241376.8,,723838.0,,317273.3,,206413.0,,,378744.0,,224040.6,,648355.0,,256274.0,,222665.25,,,408497.4,,224040.6,,648355.0,,256274.0,,222665.25,,,408497.4,,224040.6,,,,,,219924.59999999998,,,382050.6, -total_core_heating_runtime_q20,255180.40000000002,,748999.0,,337606.4,,212616.2,,,395273.0,,236662.2,,648355.0,,256274.0,,227233.0,,,434944.19999999995,,236662.2,,648355.0,,256274.0,,227233.0,,,434944.19999999995,,236662.2,,,,,,223578.80000000002,,,399681.8, -total_core_heating_runtime_q25,329157.0,,793746.5,,357939.5,,218097.5,,,422822.0,,250806.0,,648355.0,,256274.0,,233126.25,,,461391.0,,250806.0,,648355.0,,256274.0,,233126.25,,,461391.0,,250806.0,,,,,,227233.0,,,417313.0, -total_core_heating_runtime_q30,392153.0,,838494.0,,378272.6,,223578.8,,,450371.0,,254086.8,,648355.0,,256274.0,,239019.5,,,487837.8,,254086.8,,648355.0,,256274.0,,239019.5,,,487837.8,,254086.8,,,,,,231947.6,,,434944.19999999995, -total_core_heating_runtime_q35,411409.79999999993,,883241.5,,398605.7,,229590.3,,,477920.0,,270850.6,,648355.0,,256274.0,,244912.75,,,508092.25,,270850.6,,648355.0,,256274.0,,244912.75,,,508092.25,,270850.6,,,,,,236662.2,,,452575.4, -total_core_heating_runtime_q40,444487.80000000005,,927989.0,,418938.8,,236662.2,,,505469.0,,314580.4,,648355.0,,256274.0,,250806.0,,,515962.0,,314580.4,,648355.0,,256274.0,,250806.0,,,515962.0,,314580.4,,,,,,241376.80000000002,,,470206.6, -total_core_heating_runtime_q45,457764.60000000003,,937690.75,,439271.9,,243734.1,,,518585.25,,354043.4,,648355.0,,256274.0,,285947.75,,,523831.75,,354043.4,,648355.0,,256274.0,,285947.75,,,523831.75,,354043.4,,,,,,246091.40000000002,,,487837.80000000005, -total_core_heating_runtime_q50,505469.0,,947392.5,,459605.0,,250806.0,,,531701.5,,391373.0,,648355.0,,256274.0,,321089.5,,,531701.5,,391373.0,,648355.0,,256274.0,,321089.5,,,531701.5,,391373.0,,,,,,250806.0,,,505469.0, -total_core_heating_runtime_q55,563545.4,,957094.25,,482835.0,,292976.10000000003,,,544817.75,,417918.2,,648355.0,,256274.0,,356231.25,,,539571.25,,417918.2,,648355.0,,256274.0,,356231.25,,,539571.25,,417918.2,,,,,,278919.4,,,510715.5, -total_core_heating_runtime_q60,610936.5999999999,,966796.0,,506065.0,,335146.19999999995,,,557934.0,,438572.6,,648355.0,,256274.0,,391373.0,,,547441.0,,438572.6,,648355.0,,256274.0,,391373.0,,,547441.0,,438572.6,,,,,,307032.8,,,515962.0, -total_core_heating_runtime_q65,674485.0,,977912.75,,529295.0,,377316.30000000005,,,564948.25,,447445.4,,648355.0,,256274.0,,402433.5,,,555310.75,,447445.4,,648355.0,,256274.0,,402433.5,,,555310.75,,447445.4,,,,,,335146.2,,,521208.5, -total_core_heating_runtime_q70,737580.1999999998,,989029.5,,552525.0,,400221.39999999997,,,571962.5,,472429.3999999999,,648355.0,,256274.0,,413494.0,,,560739.7,,472429.3999999999,,648355.0,,256274.0,,413494.0,,,560739.7,,472429.3999999999,,,,,,363259.6,,,526455.0, -total_core_heating_runtime_q75,770802.0,,1000146.25,,575755.0,,413494.0,,,578976.75,,505469.0,,648355.0,,256274.0,,424554.5,,,564948.25,,505469.0,,648355.0,,256274.0,,424554.5,,,564948.25,,505469.0,,,,,,391373.0,,,531701.5, -total_core_heating_runtime_q80,935750.4000000001,,1011263.0,,598985.0,,426766.6,,,585991.0,,536948.0,,648355.0,,256274.0,,435615.0,,,569156.8,,536948.0,,648355.0,,256274.0,,435615.0,,,569156.8,,536948.0,,,,,,400221.39999999997,,,536948.0, -total_core_heating_runtime_q85,975512.8,,1124283.0,,622215.0,,437093.80000000005,,,632193.75,,563545.4,,648355.0,,256274.0,,439312.0,,,573365.35,,563545.4,,648355.0,,256274.0,,439312.0,,,573365.35,,563545.4,,,,,,409069.80000000005,,,542194.5, -total_core_heating_runtime_q90,1002193.0,,1237303.0,,645445.0,,441530.2,,,678396.5,,580379.6,,648355.0,,256274.0,,443009.0,,,577573.9,,580379.6,,648355.0,,256274.0,,443009.0,,,577573.9,,580379.6,,,,,,417918.19999999995,,,547441.0, -total_core_heating_runtime_q95,1363581.3999999987,,1350323.0,,668674.9999999999,,445966.6,,,724599.25,,610936.5999999999,,648355.0,,256274.0,,446706.0,,,581782.45,,610936.5999999999,,648355.0,,256274.0,,446706.0,,,581782.45,,610936.5999999999,,,,,,426766.6,,,552687.5, -total_core_heating_runtime_q98,1457735.6400000001,,1418135.0,,682613.0,,448628.44,,,752320.9,,633387.64,,648355.0,,256274.0,,448924.2,,,584307.58,,633387.64,,648355.0,,256274.0,,448924.2,,,584307.58,,633387.64,,,,,,432075.64,,,555835.4, -total_core_heating_runtime_q99,1460539.32,,1440739.0000000002,,687259.0,,449515.72,,,761561.4500000001,,640871.32,,648355.0,,256274.0,,449663.60000000003,,,585149.29,,640871.32,,648355.0,,256274.0,,449663.60000000003,,,585149.29,,640871.32,,,,,,433845.32,,,556884.7, -total_auxiliary_heating_core_day_runtime_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -total_auxiliary_heating_core_day_runtime_upper_bound_95_perc_conf,203822.7004924778,,439102.0,,144794.0,,164473.7759400351,,,3865.198700533085,,109357.73323170206,,,,,,164473.7759400351,,,3865.198700533085,,109357.73323170206,,,,,,164473.7759400351,,,3865.198700533085,,109357.73323170206,,,,,,217524.77373590902,,,3865.198700533085, -total_auxiliary_heating_core_day_runtime_mean,105583.5,,439102.0,,144794.0,,79046.66666666667,,,2722.5,,48517.0,,,,,,79046.66666666667,,,2722.5,,48517.0,,,,,,79046.66666666667,,,2722.5,,48517.0,,,,,,96094.5,,,2722.5, -total_auxiliary_heating_core_day_runtime_lower_bound_95_perc_conf,7344.299507522213,,439102.0,,144794.0,,-6380.442606701748,,,1579.8012994669155,,-12323.733231702063,,,,,,-6380.442606701748,,,1579.8012994669155,,-12323.733231702063,,,,,,-6380.442606701748,,,1579.8012994669155,,-12323.733231702063,,,,,,-25335.773735909024,,,1579.8012994669155, -total_auxiliary_heating_core_day_runtime_sem,50122.04106759071,,0.0,,0.0,,43585.259833351236,,,583.0095410883084,,31041.190424337787,,,,,,43585.259833351236,,,583.0095410883084,,31041.190424337787,,,,,,43585.259833351236,,,583.0095410883084,,31041.190424337787,,,,,,61954.221293831135,,,583.0095410883084, -total_auxiliary_heating_core_day_runtime_q1,2013.4299999999998,,439102.0,,144794.0,,9207.460000000001,,,1914.49,,1963.96,,,,,,9207.460000000001,,,1914.49,,1963.96,,,,,,9207.460000000001,,,1914.49,,1963.96,,,,,,10230.33,,,1914.49, -total_auxiliary_heating_core_day_runtime_q2.5,2186.575,,439102.0,,144794.0,,10301.65,,,1939.225,,2062.9,,,,,,10301.65,,,1939.225,,2062.9,,,,,,10301.65,,,1939.225,,2062.9,,,,,,12858.825,,,1939.225, -total_auxiliary_heating_core_day_runtime_q5,2475.1499999999996,,439102.0,,144794.0,,12125.3,,,1980.4499999999998,,2227.8,,,,,,12125.3,,,1980.4499999999998,,2227.8,,,,,,12125.3,,,1980.4499999999998,,2227.8,,,,,,17239.65,,,1980.4499999999998, -total_auxiliary_heating_core_day_runtime_q10,3052.3,,439102.0,,144794.0,,15772.600000000002,,,2062.9,,2557.6000000000004,,,,,,15772.600000000002,,,2062.9,,2557.6000000000004,,,,,,15772.600000000002,,,2062.9,,2557.6000000000004,,,,,,26001.300000000003,,,2062.9, -total_auxiliary_heating_core_day_runtime_q15,3793.55,,439102.0,,144794.0,,19419.899999999998,,,2145.35,,2887.3999999999996,,,,,,19419.899999999998,,,2145.35,,2887.3999999999996,,,,,,19419.899999999998,,,2145.35,,2887.3999999999996,,,,,,34762.95,,,2145.35, -total_auxiliary_heating_core_day_runtime_q20,5519.400000000001,,439102.0,,144794.0,,23067.2,,,2227.8,,3217.2000000000003,,,,,,23067.2,,,2227.8,,3217.2000000000003,,,,,,23067.2,,,2227.8,,3217.2000000000003,,,,,,43524.600000000006,,,2227.8, -total_auxiliary_heating_core_day_runtime_q25,7245.25,,439102.0,,144794.0,,26714.5,,,2310.25,,3547.0,,,,,,26714.5,,,2310.25,,3547.0,,,,,,26714.5,,,2310.25,,3547.0,,,,,,52286.25,,,2310.25, -total_auxiliary_heating_core_day_runtime_q30,9448.900000000001,,439102.0,,144794.0,,30361.8,,,2392.7,,4533.2,,,,,,30361.8,,,2392.7,,4533.2,,,,,,30361.8,,,2392.7,,4533.2,,,,,,61047.899999999994,,,2392.7, -total_auxiliary_heating_core_day_runtime_q35,12847.049999999997,,439102.0,,144794.0,,34009.1,,,2475.1499999999996,,5519.4,,,,,,34009.1,,,2475.1499999999996,,5519.4,,,,,,34009.1,,,2475.1499999999996,,5519.4,,,,,,69809.55,,,2475.1499999999996, -total_auxiliary_heating_core_day_runtime_q40,16245.2,,439102.0,,144794.0,,37656.4,,,2557.6000000000004,,6505.6,,,,,,37656.4,,,2557.6000000000004,,6505.6,,,,,,37656.4,,,2557.6000000000004,,6505.6,,,,,,78571.20000000001,,,2557.6000000000004, -total_auxiliary_heating_core_day_runtime_q45,22201.6,,439102.0,,144794.0,,41303.700000000004,,,2640.05,,7491.8,,,,,,41303.700000000004,,,2640.05,,7491.8,,,,,,41303.700000000004,,,2640.05,,7491.8,,,,,,87332.84999999999,,,2640.05, -total_auxiliary_heating_core_day_runtime_q50,31569.0,,439102.0,,144794.0,,44951.0,,,2722.5,,8478.0,,,,,,44951.0,,,2722.5,,8478.0,,,,,,44951.0,,,2722.5,,8478.0,,,,,,96094.5,,,2722.5, -total_auxiliary_heating_core_day_runtime_q55,40936.40000000001,,439102.0,,144794.0,,58827.000000000015,,,2804.95,,15772.600000000006,,,,,,58827.000000000015,,,2804.95,,15772.600000000006,,,,,,58827.000000000015,,,2804.95,,15772.600000000006,,,,,,104856.15000000001,,,2804.95, -total_auxiliary_heating_core_day_runtime_q60,64919.60000000002,,439102.0,,144794.0,,72703.0,,,2887.3999999999996,,23067.199999999997,,,,,,72703.0,,,2887.3999999999996,,23067.199999999997,,,,,,72703.0,,,2887.3999999999996,,23067.199999999997,,,,,,113617.79999999999,,,2887.3999999999996, -total_auxiliary_heating_core_day_runtime_q65,99864.64999999998,,439102.0,,144794.0,,86579.0,,,2969.8500000000004,,30361.800000000003,,,,,,86579.0,,,2969.8500000000004,,30361.800000000003,,,,,,86579.0,,,2969.8500000000004,,30361.800000000003,,,,,,122379.45000000001,,,2969.8500000000004, -total_auxiliary_heating_core_day_runtime_q70,134809.69999999995,,439102.0,,144794.0,,100454.99999999999,,,3052.2999999999997,,37656.399999999994,,,,,,100454.99999999999,,,3052.2999999999997,,37656.399999999994,,,,,,100454.99999999999,,,3052.2999999999997,,37656.399999999994,,,,,,131141.1,,,3052.2999999999997, -total_auxiliary_heating_core_day_runtime_q75,154523.25,,439102.0,,144794.0,,114331.0,,,3134.75,,44951.0,,,,,,114331.0,,,3134.75,,44951.0,,,,,,114331.0,,,3134.75,,44951.0,,,,,,139902.75,,,3134.75, -total_auxiliary_heating_core_day_runtime_q80,168144.2,,439102.0,,144794.0,,128207.00000000001,,,3217.2000000000003,,72703.00000000003,,,,,,128207.00000000001,,,3217.2000000000003,,72703.00000000003,,,,,,128207.00000000001,,,3217.2000000000003,,72703.00000000003,,,,,,148664.40000000002,,,3217.2000000000003, -total_auxiliary_heating_core_day_runtime_q85,181765.15000000002,,439102.0,,144794.0,,142083.0,,,3299.6499999999996,,100454.99999999999,,,,,,142083.0,,,3299.6499999999996,,100454.99999999999,,,,,,142083.0,,,3299.6499999999996,,100454.99999999999,,,,,,157426.05000000002,,,3299.6499999999996, -total_auxiliary_heating_core_day_runtime_q90,260328.29999999993,,439102.0,,144794.0,,155959.00000000003,,,3382.1000000000004,,128207.00000000001,,,,,,155959.00000000003,,,3382.1000000000004,,128207.00000000001,,,,,,155959.00000000003,,,3382.1000000000004,,128207.00000000001,,,,,,166187.69999999998,,,3382.1000000000004, -total_auxiliary_heating_core_day_runtime_q95,349715.14999999985,,439102.0,,144794.0,,169835.0,,,3464.5499999999997,,155958.99999999997,,,,,,169835.0,,,3464.5499999999997,,155958.99999999997,,,,,,169835.0,,,3464.5499999999997,,155958.99999999997,,,,,,174949.34999999998,,,3464.5499999999997, -total_auxiliary_heating_core_day_runtime_q98,403347.25999999983,,439102.0,,144794.0,,178160.6,,,3514.02,,172610.2,,,,,,178160.6,,,3514.02,,172610.2,,,,,,178160.6,,,3514.02,,172610.2,,,,,,180206.34,,,3514.02, -total_auxiliary_heating_core_day_runtime_q99,421224.62999999995,,439102.0,,144794.0,,180935.8,,,3530.5099999999998,,178160.6,,,,,,180935.8,,,3530.5099999999998,,178160.6,,,,,,180935.8,,,3530.5099999999998,,178160.6,,,,,,181958.66999999998,,,3530.5099999999998, -total_emergency_heating_core_day_runtime_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -total_emergency_heating_core_day_runtime_upper_bound_95_perc_conf,3008.336569776574,,4487.0,,2104.0,,2022.406339219803,,,3205.366640435656,,2480.892895442685,,,,,,2022.406339219803,,,3205.366640435656,,2480.892895442685,,,,,,2022.406339219803,,,3205.366640435656,,2480.892895442685,,,,,,1450.7185858225128,,,3205.366640435656, -total_emergency_heating_core_day_runtime_mean,2359.375,,4487.0,,2104.0,,1653.3333333333333,,,2453.5,,1973.4,,,,,,1653.3333333333333,,,2453.5,,1973.4,,,,,,1653.3333333333333,,,2453.5,,1973.4,,,,,,1423.0,,,2453.5, -total_emergency_heating_core_day_runtime_lower_bound_95_perc_conf,1710.413430223426,,4487.0,,2104.0,,1284.2603274468636,,,1701.6333595643441,,1465.907104557315,,,,,,1284.2603274468636,,,1701.6333595643441,,1465.907104557315,,,,,,1284.2603274468636,,,1701.6333595643441,,1465.907104557315,,,,,,1395.2814141774872,,,1701.6333595643441, -total_emergency_heating_core_day_runtime_sem,331.10284172274174,,0.0,,0.0,,188.302554023709,,,383.605428793702,,258.92494665443115,,,,,,188.302554023709,,,383.605428793702,,258.92494665443115,,,,,,188.302554023709,,,383.605428793702,,258.92494665443115,,,,,,14.14213562373095,,,383.605428793702, -total_emergency_heating_core_day_runtime_q1,1405.8,,4487.0,,2104.0,,1403.8,,,1921.85,,1404.6,,,,,,1403.8,,,1921.85,,1404.6,,,,,,1403.8,,,1921.85,,1404.6,,,,,,1403.4,,,1921.85, -total_emergency_heating_core_day_runtime_q2.5,1410.0,,4487.0,,2104.0,,1405.0,,,1938.125,,1407.0,,,,,,1405.0,,,1938.125,,1407.0,,,,,,1405.0,,,1938.125,,1407.0,,,,,,1404.0,,,1938.125, -total_emergency_heating_core_day_runtime_q5,1417.0,,4487.0,,2104.0,,1407.0,,,1965.2499999999998,,1411.0,,,,,,1407.0,,,1965.2499999999998,,1411.0,,,,,,1407.0,,,1965.2499999999998,,1411.0,,,,,,1405.0,,,1965.2499999999998, -total_emergency_heating_core_day_runtime_q10,1431.0,,4487.0,,2104.0,,1411.0,,,2019.5,,1419.0,,,,,,1411.0,,,2019.5,,1419.0,,,,,,1411.0,,,2019.5,,1419.0,,,,,,1407.0,,,2019.5, -total_emergency_heating_core_day_runtime_q15,1466.4,,4487.0,,2104.0,,1415.0,,,2073.75,,1427.0,,,,,,1415.0,,,2073.75,,1427.0,,,,,,1415.0,,,2073.75,,1427.0,,,,,,1409.0,,,2073.75, -total_emergency_heating_core_day_runtime_q20,1630.2,,4487.0,,2104.0,,1419.0,,,2128.0,,1435.0,,,,,,1419.0,,,2128.0,,1435.0,,,,,,1419.0,,,2128.0,,1435.0,,,,,,1411.0,,,2128.0, -total_emergency_heating_core_day_runtime_q25,1794.0,,4487.0,,2104.0,,1423.0,,,2182.25,,1443.0,,,,,,1423.0,,,2182.25,,1443.0,,,,,,1423.0,,,2182.25,,1443.0,,,,,,1413.0,,,2182.25, -total_emergency_heating_core_day_runtime_q30,1930.3,,4487.0,,2104.0,,1427.0,,,2236.5,,1536.6,,,,,,1427.0,,,2236.5,,1536.6,,,,,,1427.0,,,2236.5,,1536.6,,,,,,1415.0,,,2236.5, -total_emergency_heating_core_day_runtime_q35,1997.85,,4487.0,,2104.0,,1431.0,,,2290.75,,1630.2,,,,,,1431.0,,,2290.75,,1630.2,,,,,,1431.0,,,2290.75,,1630.2,,,,,,1417.0,,,2290.75, -total_emergency_heating_core_day_runtime_q40,2065.4,,4487.0,,2104.0,,1435.0,,,2345.0,,1723.8,,,,,,1435.0,,,2345.0,,1723.8,,,,,,1435.0,,,2345.0,,1723.8,,,,,,1419.0,,,2345.0, -total_emergency_heating_core_day_runtime_q45,2105.5,,4487.0,,2104.0,,1439.0,,,2399.25,,1817.4,,,,,,1439.0,,,2399.25,,1817.4,,,,,,1439.0,,,2399.25,,1817.4,,,,,,1421.0,,,2399.25, -total_emergency_heating_core_day_runtime_q50,2109.0,,4487.0,,2104.0,,1443.0,,,2453.5,,1911.0,,,,,,1443.0,,,2453.5,,1911.0,,,,,,1443.0,,,2453.5,,1911.0,,,,,,1423.0,,,2453.5, -total_emergency_heating_core_day_runtime_q55,2112.5,,4487.0,,2104.0,,1510.1,,,2507.75,,1951.6000000000001,,,,,,1510.1,,,2507.75,,1951.6000000000001,,,,,,1510.1,,,2507.75,,1951.6000000000001,,,,,,1425.0,,,2507.75, -total_emergency_heating_core_day_runtime_q60,2174.6,,4487.0,,2104.0,,1577.2,,,2562.0,,1992.1999999999998,,,,,,1577.2,,,2562.0,,1992.1999999999998,,,,,,1577.2,,,2562.0,,1992.1999999999998,,,,,,1427.0,,,2562.0, -total_emergency_heating_core_day_runtime_q65,2280.65,,4487.0,,2104.0,,1644.3,,,2616.25,,2032.8,,,,,,1644.3,,,2616.25,,2032.8,,,,,,1644.3,,,2616.25,,2032.8,,,,,,1429.0,,,2616.25, -total_emergency_heating_core_day_runtime_q70,2386.7,,4487.0,,2104.0,,1711.4,,,2670.5,,2073.4,,,,,,1711.4,,,2670.5,,2073.4,,,,,,1711.4,,,2670.5,,2073.4,,,,,,1431.0,,,2670.5, -total_emergency_heating_core_day_runtime_q75,2561.75,,4487.0,,2104.0,,1778.5,,,2724.75,,2114.0,,,,,,1778.5,,,2724.75,,2114.0,,,,,,1778.5,,,2724.75,,2114.0,,,,,,1433.0,,,2724.75, -total_emergency_heating_core_day_runtime_q80,2764.4,,4487.0,,2104.0,,1845.6,,,2779.0,,2290.4,,,,,,1845.6,,,2779.0,,2290.4,,,,,,1845.6,,,2779.0,,2290.4,,,,,,1435.0,,,2779.0, -total_emergency_heating_core_day_runtime_q85,2967.05,,4487.0,,2104.0,,1912.7,,,2833.25,,2466.7999999999997,,,,,,1912.7,,,2833.25,,2466.7999999999997,,,,,,1912.7,,,2833.25,,2466.7999999999997,,,,,,1437.0,,,2833.25, -total_emergency_heating_core_day_runtime_q90,3443.3,,4487.0,,2104.0,,1979.8,,,2887.5,,2643.2000000000003,,,,,,1979.8,,,2887.5,,2643.2000000000003,,,,,,1979.8,,,2887.5,,2643.2000000000003,,,,,,1439.0,,,2887.5, -total_emergency_heating_core_day_runtime_q95,3965.1499999999987,,4487.0,,2104.0,,2046.9,,,2941.75,,2819.5999999999995,,,,,,2046.9,,,2941.75,,2819.5999999999995,,,,,,2046.9,,,2941.75,,2819.5999999999995,,,,,,1441.0,,,2941.75, -total_emergency_heating_core_day_runtime_q98,4278.259999999999,,4487.0,,2104.0,,2087.16,,,2974.3,,2925.44,,,,,,2087.16,,,2974.3,,2925.44,,,,,,2087.16,,,2974.3,,2925.44,,,,,,1442.1999999999998,,,2974.3, -total_emergency_heating_core_day_runtime_q99,4382.63,,4487.0,,2104.0,,2100.58,,,2985.15,,2960.72,,,,,,2100.58,,,2985.15,,2960.72,,,,,,2100.58,,,2985.15,,2960.72,,,,,,1442.6,,,2985.15, -daily_mean_core_cooling_runtime_n,,27.0,,2.0,,3.0,,10.0,4.0,,5.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 -daily_mean_core_cooling_runtime_upper_bound_95_perc_conf,,224.5205600445085,,134.3118303737669,,273.0440095564078,,282.8747126135376,362.8474529469675,,127.47469478790248,,240.56568742784947,,118.57142857142857,,258.74619289340103,,270.65349040338674,,,95.16,,240.56568742784947,,118.57142857142857,,258.74619289340103,,270.65349040338674,,,95.16,,240.56568742784947,,,,,,270.65349040338674,,,95.16 -daily_mean_core_cooling_runtime_mean,,188.16560463195657,,77.78571428571428,,219.62798521872128,,222.66124989549576,266.1881109423295,,112.45134865900381,,196.7422891631598,,118.57142857142857,,258.74619289340103,,226.05948575632073,,,95.16,,196.7422891631598,,118.57142857142857,,258.74619289340103,,226.05948575632073,,,95.16,,196.7422891631598,,,,,,226.05948575632073,,,95.16 -daily_mean_core_cooling_runtime_lower_bound_95_perc_conf,,151.81064921940464,,21.259598197661674,,166.21196088103477,,162.4477871774539,169.5287689376915,,97.42800253010515,,152.91889089847012,,118.57142857142857,,258.74619289340103,,181.4654811092547,,,95.16,,152.91889089847012,,118.57142857142857,,258.74619289340103,,181.4654811092547,,,95.16,,152.91889089847012,,,,,,181.4654811092547,,,95.16 -daily_mean_core_cooling_runtime_sem,,18.5484466390571,,28.839855146965615,,27.25307364167679,,30.721154447980545,49.31599081869286,,7.664972514744218,,22.358876665657988,,0.0,,0.0,,22.752043187278577,,,0.0,,22.358876665657988,,0.0,,0.0,,22.752043187278577,,,0.0,,22.358876665657988,,,,,,22.752043187278577,,,0.0 -daily_mean_core_cooling_runtime_q1,,45.25914893617021,,37.815714285714286,,155.0960885885886,,71.02654182454096,147.8575907667714,,95.3036,,96.79879999999999,,118.57142857142857,,258.74619289340103,,190.6058213348621,,,95.16,,96.79879999999999,,118.57142857142857,,258.74619289340103,,190.6058213348621,,,95.16,,96.79879999999999,,,,,,190.6058213348621,,,95.16 -daily_mean_core_cooling_runtime_q2.5,,57.647872340425536,,39.03928571428571,,157.90688813813813,,74.41741839113962,152.279099755873,,95.519,,99.25699999999999,,118.57142857142857,,258.74619289340103,,190.82833632835758,,,95.16,,99.25699999999999,,118.57142857142857,,258.74619289340103,,190.82833632835758,,,95.16,,99.25699999999999,,,,,,190.82833632835758,,,95.16 -daily_mean_core_cooling_runtime_q5,,74.72664640324214,,41.07857142857143,,162.59155405405406,,80.06887933547071,159.64828140437564,,95.878,,103.35399999999998,,118.57142857142857,,258.74619289340103,,191.19919465085002,,,95.16,,103.35399999999998,,118.57142857142857,,258.74619289340103,,191.19919465085002,,,95.16,,103.35399999999998,,,,,,191.19919465085002,,,95.16 -daily_mean_core_cooling_runtime_q10,,91.78410524026962,,45.15714285714286,,171.9608858858859,,91.37180122413291,174.38664470138093,,96.596,,111.54799999999999,,118.57142857142857,,258.74619289340103,,191.9409112958349,,,95.16,,111.54799999999999,,118.57142857142857,,258.74619289340103,,191.9409112958349,,,95.16,,111.54799999999999,,,,,,191.9409112958349,,,95.16 -daily_mean_core_cooling_runtime_q15,,95.03235616438356,,49.23571428571428,,181.33021771771772,,113.49078213436141,189.12500799838625,,97.314,,122.1657310431504,,118.57142857142857,,258.74619289340103,,192.6826279408198,,,95.16,,122.1657310431504,,118.57142857142857,,258.74619289340103,,192.6826279408198,,,95.16,,122.1657310431504,,,,,,192.6826279408198,,,95.16 -daily_mean_core_cooling_runtime_q20,,99.41379310344828,,53.31428571428572,,190.69954954954954,,138.70006562218032,203.86337129539152,,98.032,,147.3258483452032,,118.57142857142857,,258.74619289340103,,193.4243445858047,,,95.16,,147.3258483452032,,118.57142857142857,,258.74619289340103,,193.4243445858047,,,95.16,,147.3258483452032,,,,,,193.4243445858047,,,95.16 -daily_mean_core_cooling_runtime_q25,,110.32019704433498,,57.39285714285714,,200.0688813813814,,160.04251321404112,218.6017345923968,,98.75,,172.48596564725597,,118.57142857142857,,258.74619289340103,,194.16606123078958,,,95.16,,172.48596564725597,,118.57142857142857,,258.74619289340103,,194.16606123078958,,,95.16,,172.48596564725597,,,,,,194.16606123078958,,,95.16 -daily_mean_core_cooling_runtime_q30,,124.94355400696864,,61.47142857142857,,209.4382132132132,,178.29149208913552,233.34009788940213,,99.41379310344827,,190.95195576918837,,118.57142857142857,,258.74619289340103,,194.90777787577449,,,95.16,,190.95195576918837,,118.57142857142857,,258.74619289340103,,194.90777787577449,,,95.16,,190.95195576918837,,,,,,194.90777787577449,,,95.16 -daily_mean_core_cooling_runtime_q35,,130.71666666666667,,65.55,,218.80754504504503,,191.19919465085,243.85256349487577,,100.07758620689654,,192.6826279408198,,118.57142857142857,,258.74619289340103,,196.38933349259437,,,95.16,,192.6826279408198,,118.57142857142857,,258.74619289340103,,196.38933349259437,,,95.16,,192.6826279408198,,,,,,196.38933349259437,,,95.16 -daily_mean_core_cooling_runtime_q40,,139.66396724294813,,69.62857142857143,,228.1768768768769,,193.4243445858047,245.91323371728618,,100.74137931034483,,194.41330011245122,,118.57142857142857,,258.74619289340103,,199.35056705308423,,,95.16,,194.41330011245122,,118.57142857142857,,258.74619289340103,,199.35056705308423,,,95.16,,194.41330011245122,,,,,,199.35056705308423,,,95.16 -daily_mean_core_cooling_runtime_q45,,148.40590956394763,,73.70714285714286,,237.54620870870872,,196.38933349259437,247.97390393969653,,101.40517241379311,,195.67532961550796,,118.57142857142857,,258.74619289340103,,202.31180061357406,,,95.16,,195.67532961550796,,118.57142857142857,,258.74619289340103,,202.31180061357406,,,95.16,,195.67532961550796,,,,,,202.31180061357406,,,95.16 -daily_mean_core_cooling_runtime_q50,,153.22222222222223,,77.78571428571428,,246.91554054054055,,205.27303417406392,250.03457416210694,,102.06896551724138,,196.3125022271318,,118.57142857142857,,258.74619289340103,,205.27303417406392,,,95.16,,196.3125022271318,,118.57142857142857,,258.74619289340103,,205.27303417406392,,,95.16,,196.3125022271318,,,,,,205.27303417406392,,,95.16 -daily_mean_core_cooling_runtime_q55,,191.94091129583492,,81.86428571428573,,248.0986057758266,,214.15673485553347,252.09524438451731,,107.67739463601532,,196.94967483875567,,118.57142857142857,,258.74619289340103,,208.23426773455378,,,95.16,,196.94967483875567,,118.57142857142857,,258.74619289340103,,208.23426773455378,,,95.16,,196.94967483875567,,,,,,208.23426773455378,,,95.16 -daily_mean_core_cooling_runtime_q60,,196.4945515447386,,85.94285714285714,,249.28167101111262,,250.38004629393396,254.15591460692772,,113.28582375478928,,200.80696159393872,,118.57142857142857,,258.74619289340103,,211.19550129504364,,,95.16,,200.80696159393872,,118.57142857142857,,258.74619289340103,,211.19550129504364,,,95.16,,200.80696159393872,,,,,,211.19550129504364,,,95.16 -daily_mean_core_cooling_runtime_q65,,213.3517063196437,,90.02142857142857,,250.46473624639867,,290.0208090769509,256.2165848293381,,118.89425287356322,,207.0793339567912,,118.57142857142857,,258.74619289340103,,214.15673485553347,,,95.16,,207.0793339567912,,118.57142857142857,,258.74619289340103,,214.15673485553347,,,95.16,,207.0793339567912,,,,,,214.15673485553347,,,95.16 -daily_mean_core_cooling_runtime_q70,,243.9156468446993,,94.1,,251.64780148168472,,307.38095266990285,273.19046514690075,,124.50268199233717,,213.35170631964365,,118.57142857142857,,258.74619289340103,,223.95287110525604,,,95.16,,213.35170631964365,,118.57142857142857,,258.74619289340103,,223.95287110525604,,,95.16,,213.35170631964365,,,,,,223.95287110525604,,,95.16 -daily_mean_core_cooling_runtime_q75,,251.90950772200773,,98.17857142857143,,252.83086671697077,,313.60078666782243,297.6209505120396,,130.11111111111111,,226.04440775512285,,118.57142857142857,,258.74619289340103,,237.16645869959507,,,95.16,,226.04440775512285,,118.57142857142857,,258.74619289340103,,237.16645869959507,,,95.16,,226.04440775512285,,,,,,237.16645869959507,,,95.16 -daily_mean_core_cooling_runtime_q80,,258.3776492954158,,102.25714285714287,,254.01393195225683,,318.5282861189802,322.0514358771785,,131.32222222222222,,241.30524081965268,,118.57142857142857,,258.74619289340103,,250.38004629393402,,,95.16,,241.30524081965268,,118.57142857142857,,258.74619289340103,,250.38004629393402,,,95.16,,241.30524081965268,,,,,,250.38004629393402,,,95.16 -daily_mean_core_cooling_runtime_q85,,304.6165820041608,,106.33571428571427,,255.19699718754288,,321.84036738668556,346.4819212423173,,132.53333333333333,,256.5660738841825,,118.57142857142857,,258.74619289340103,,263.59363388827296,,,95.16,,256.5660738841825,,118.57142857142857,,258.74619289340103,,263.59363388827296,,,95.16,,256.5660738841825,,,,,,263.59363388827296,,,95.16 -daily_mean_core_cooling_runtime_q90,,320.00032223796035,,110.41428571428571,,256.3800624228289,,328.8096039981471,370.91240660745615,,133.74444444444444,,272.09265402676766,,118.57142857142857,,258.74619289340103,,276.8072214826119,,,95.16,,272.09265402676766,,118.57142857142857,,258.74619289340103,,276.8072214826119,,,95.16,,272.09265402676766,,,,,,276.8072214826119,,,95.16 -daily_mean_core_cooling_runtime_q95,,355.1686444176249,,114.49285714285715,,257.563127658115,,348.5788843127554,395.34289197259494,,134.95555555555555,,287.66352534902876,,118.57142857142857,,258.74619289340103,,290.02080907695085,,,95.16,,287.66352534902876,,118.57142857142857,,258.74619289340103,,290.02080907695085,,,95.16,,287.66352534902876,,,,,,290.02080907695085,,,95.16 -daily_mean_core_cooling_runtime_q98,,393.03226672834137,,116.94,,258.2729667992866,,360.44045250152044,410.0011831916782,,135.6822222222222,,297.0060481423854,,118.57142857142857,,258.74619289340103,,297.94896163355423,,,95.16,,297.0060481423854,,118.57142857142857,,258.74619289340103,,297.94896163355423,,,95.16,,297.0060481423854,,,,,,297.94896163355423,,,95.16 -daily_mean_core_cooling_runtime_q99,,406.4028220330375,,117.75571428571429,,258.5095798463438,,364.3943085644421,414.887280264706,,135.92444444444445,,300.1202224068377,,118.57142857142857,,258.74619289340103,,300.59167915242205,,,95.16,,300.1202224068377,,118.57142857142857,,258.74619289340103,,300.59167915242205,,,95.16,,300.1202224068377,,,,,,300.59167915242205,,,95.16 -daily_mean_core_heating_runtime_n,25.0,,6.0,,3.0,,7.0,,,6.0,,13.0,,1.0,,1.0,,6.0,,,4.0,,13.0,,1.0,,1.0,,6.0,,,4.0,,13.0,,0.0,,0.0,,5.0,,,3.0, -daily_mean_core_heating_runtime_upper_bound_95_perc_conf,674.5390648868926,,970.2669933646017,,756.3053234819345,,535.247277738518,,,496.2899361271436,,493.280338363654,,497.20475460122697,,438.07521367521366,,566.0107256219163,,,487.9146466030139,,493.280338363654,,497.20475460122697,,438.07521367521366,,566.0107256219163,,,487.9146466030139,,493.280338363654,,,,,,544.4248330243414,,,451.94652467935924, -daily_mean_core_heating_runtime_mean,575.6713508473744,,814.6486564547491,,601.397378547712,,423.7842207943081,,,431.4076697419949,,427.66052292026023,,497.20475460122697,,438.07521367521366,,457.9683608909359,,,417.13819167588275,,427.66052292026023,,497.20475460122697,,438.07521367521366,,457.9683608909359,,,417.13819167588275,,427.66052292026023,,,,,,429.7740011542295,,,386.92053517500716, -daily_mean_core_heating_runtime_lower_bound_95_perc_conf,476.8036368078562,,659.0303195448965,,446.48943361348955,,312.32116385009823,,,366.52540335684614,,362.0407074768665,,497.20475460122697,,438.07521367521366,,349.9259961599555,,,346.3617367487516,,362.0407074768665,,497.20475460122697,,438.07521367521366,,349.9259961599555,,,346.3617367487516,,362.0407074768665,,,,,,315.12316928411764,,,321.8945456706551, -daily_mean_core_heating_runtime_sem,50.44271124465212,,79.39711066829213,,79.03466578276658,,56.868906604188716,,,33.10319713527996,,33.4794976752009,,0.0,,0.0,,55.12365547498999,,,36.11043618731183,,33.4794976752009,,0.0,,0.0,,55.12365547498999,,,36.11043618731183,,33.4794976752009,,,,,,58.49532238271014,,,33.17652525732249, -daily_mean_core_heating_runtime_q1,210.52041345621427,,504.45486289192684,,441.17448359525775,,221.73964965973315,,,312.3954688336009,,215.3526944373889,,497.20475460122697,,438.07521367521366,,270.3187314734089,,,312.218309000584,,215.3526944373889,,497.20475460122697,,438.07521367521366,,270.3187314734089,,,312.218309000584,,215.3526944373889,,,,,,270.1917593722755,,,311.26490023597825, -daily_mean_core_heating_runtime_q2.5,214.3851871838428,,515.3300253279767,,445.8233884753239,,226.33005382752125,,,316.95154802385173,,226.4658896367793,,497.20475460122697,,438.07521367521366,,271.27102223190934,,,316.5086484413095,,226.4658896367793,,497.20475460122697,,438.07521367521366,,271.27102223190934,,,316.5086484413095,,226.4658896367793,,,,,,270.95359197907584,,,314.1251265297953, -daily_mean_core_heating_runtime_q5,228.88027836518128,,533.4552960547264,,453.57156327543424,,233.98072744050137,,,324.54501334093663,,244.9878816357633,,497.20475460122697,,438.07521367521366,,272.8581734960767,,,323.65921417585196,,244.9878816357633,,497.20475460122697,,438.07521367521366,,272.8581734960767,,,323.65921417585196,,244.9878816357633,,,,,,272.2233129904098,,,318.89217035282365, -daily_mean_core_heating_runtime_q10,274.7627550130776,,569.705837508226,,469.0679128756548,,249.2820746664616,,,339.73194397510633,,272.2233129904098,,497.20475460122697,,438.07521367521366,,276.0324760244115,,,337.960345644937,,272.2233129904098,,497.20475460122697,,438.07521367521366,,276.0324760244115,,,337.960345644937,,272.2233129904098,,,,,,274.7627550130776,,,328.4262579988803, -daily_mean_core_heating_runtime_q15,298.56728205649256,,605.9563789617254,,484.56426247587535,,264.5834218924218,,,354.918874609276,,279.84163905841325,,497.20475460122697,,438.07521367521366,,279.2067785527463,,,352.261477114022,,279.84163905841325,,497.20475460122697,,438.07521367521366,,279.2067785527463,,,352.261477114022,,279.84163905841325,,,,,,277.3021970357454,,,337.960345644937, -daily_mean_core_heating_runtime_q20,357.9562607361099,,642.2069204152249,,500.06061207609594,,272.2233129904098,,,370.1058052434457,,293.1718817313554,,497.20475460122697,,438.07521367521366,,282.3810810810811,,,366.5626085831071,,293.1718817313554,,497.20475460122697,,438.07521367521366,,282.3810810810811,,,366.5626085831071,,293.1718817313554,,,,,,279.84163905841325,,,347.4944332909937, -daily_mean_core_heating_runtime_q25,404.69895916733384,,686.0333228902384,,515.5569616763165,,276.0324760244115,,,378.7540937244177,,309.35808270676694,,497.20475460122697,,438.07521367521366,,334.7473908973909,,,380.8637400521921,,309.35808270676694,,497.20475460122697,,438.07521367521366,,334.7473908973909,,,380.8637400521921,,309.35808270676694,,,,,,282.3810810810811,,,357.0285209370504, -daily_mean_core_heating_runtime_q30,439.80108367035507,,729.859725365252,,531.0533112765371,,279.84163905841325,,,387.40238220538976,,366.562608583107,,497.20475460122697,,438.07521367521366,,387.1137007137007,,,395.1648715212771,,366.562608583107,,497.20475460122697,,438.07521367521366,,387.1137007137007,,,395.1648715212771,,366.562608583107,,,,,,324.27412893412895,,,366.5626085831071, -daily_mean_core_heating_runtime_q35,464.7612663290805,,773.6861278402654,,546.5496608767576,,303.327605007605,,,396.0506706863618,,411.3742100689098,,497.20475460122697,,438.07521367521366,,439.48001053001053,,,406.7992393915132,,411.3742100689098,,497.20475460122697,,438.07521367521366,,439.48001053001053,,,406.7992393915132,,411.3742100689098,,,,,,366.1671767871768,,,376.09669622916374, -daily_mean_core_heating_runtime_q40,495.06138089926435,,817.5125303152789,,562.0460104769782,,366.1671767871769,,,404.69895916733384,,431.3999627736377,,497.20475460122697,,438.07521367521366,,491.84632034632034,,,413.10008006405127,,431.3999627736377,,497.20475460122697,,438.07521367521366,,491.84632034632034,,,413.10008006405127,,431.3999627736377,,,,,,408.0602246402247,,,385.63078387522046, -daily_mean_core_heating_runtime_q45,504.6642067341989,,830.6852528219677,,577.5423600771987,,429.00674856674857,,,415.20036028823057,,441.52695366549653,,497.20475460122697,,438.07521367521366,,495.51700770160073,,,419.4009207365893,,441.52695366549653,,497.20475460122697,,438.07521367521366,,495.51700770160073,,,419.4009207365893,,441.52695366549653,,,,,,449.9532724932725,,,395.1648715212772, -daily_mean_core_heating_runtime_q50,507.7911611785095,,843.8579753286565,,593.0387096774193,,491.84632034632034,,,425.7017614091273,,446.70456365092076,,497.20475460122697,,438.07521367521366,,499.1876950568811,,,425.7017614091273,,446.70456365092076,,497.20475460122697,,438.07521367521366,,499.1876950568811,,,425.7017614091273,,446.70456365092076,,,,,,491.84632034632034,,,404.69895916733384, -daily_mean_core_heating_runtime_q55,558.4376991394782,,857.0306978353453,,611.0426599387276,,496.2511451726568,,,436.20316253002403,,473.78961766816053,,497.20475460122697,,438.07521367521366,,502.8583824121615,,,432.0026020816654,,473.78961766816053,,497.20475460122697,,438.07521367521366,,502.8583824121615,,,432.0026020816654,,473.78961766816053,,,,,,494.78287023054463,,,408.8995196156925, -daily_mean_core_heating_runtime_q60,595.1950912498767,,870.2034203420342,,629.046610200036,,500.6559699989932,,,446.70456365092076,,492.9180071973017,,497.20475460122697,,438.07521367521366,,506.52906976744185,,,438.3034427542034,,492.9180071973017,,497.20475460122697,,438.07521367521366,,506.52906976744185,,,438.3034427542034,,492.9180071973017,,,,,,497.719420114769,,,413.1000800640512, -daily_mean_core_heating_runtime_q65,598.7359611881059,,907.4128368442693,,647.0505604613444,,505.0607948253297,,,461.97621303281795,,496.1330677502457,,497.20475460122697,,438.07521367521366,,529.504218227722,,,444.6042834267414,,496.1330677502457,,497.20475460122697,,438.07521367521366,,529.504218227722,,,444.6042834267414,,496.1330677502457,,,,,,500.6559699989932,,,417.3006405124099, -daily_mean_core_heating_runtime_q70,633.5535682470734,,944.6222533465045,,665.0545107226527,,524.909188535666,,,477.24786241471514,,500.93448066771293,,497.20475460122697,,438.07521367521366,,552.4793666880023,,,452.8132234036796,,500.93448066771293,,497.20475460122697,,438.07521367521366,,552.4793666880023,,,452.8132234036796,,500.93448066771293,,,,,,503.59251988321756,,,421.5012009607686, -daily_mean_core_heating_runtime_q75,773.0782122905028,,981.8316698487397,,683.0584609839611,,552.4793666880023,,,492.51951179661233,,506.52906976744185,,497.20475460122697,,438.07521367521366,,575.4545151482824,,,461.97621303281795,,506.52906976744185,,497.20475460122697,,438.07521367521366,,575.4545151482824,,,461.97621303281795,,506.52906976744185,,,,,,506.52906976744185,,,425.7017614091273, -daily_mean_core_heating_runtime_q80,821.4254349211478,,1019.041086350975,,701.0624112452695,,580.0495448403386,,,507.7911611785095,,507.28632461408245,,497.20475460122697,,438.07521367521366,,598.4296636085627,,,471.13920266195623,,507.28632461408245,,497.20475460122697,,438.07521367521366,,598.4296636085627,,,471.13920266195623,,507.28632461408245,,,,,,524.9091885356661,,,429.902321857486, -daily_mean_core_heating_runtime_q85,850.3276001435876,,1024.71162143917,,719.0663615065778,,598.4807132051533,,,518.2902325101304,,525.9188616645201,,497.20475460122697,,438.07521367521366,,598.557287600039,,,480.30219229109457,,525.9188616645201,,497.20475460122697,,438.07521367521366,,598.557287600039,,,480.30219229109457,,525.9188616645201,,,,,,543.2893073038902,,,434.1028823058447, -daily_mean_core_heating_runtime_q90,959.5060199473988,,1030.3821565273652,,737.0703117678862,,598.6338619949248,,,528.7893038417512,,580.3019631225521,,497.20475460122697,,438.07521367521366,,598.6849115915154,,,489.4651819202329,,580.3019631225521,,497.20475460122697,,438.07521367521366,,598.6849115915154,,,489.4651819202329,,580.3019631225521,,,,,,561.6694260721144,,,438.3034427542034, -daily_mean_core_heating_runtime_q95,1037.186798633199,,1036.0526916155602,,755.0742620291945,,598.7870107846966,,,539.2883751733721,,598.6338619949249,,497.20475460122697,,438.07521367521366,,598.8125355829918,,,498.6281715493712,,598.6338619949249,,497.20475460122697,,438.07521367521366,,598.8125355829918,,,498.6281715493712,,598.6338619949249,,,,,,580.0495448403385,,,442.5040032025621, -daily_mean_core_heating_runtime_q98,1071.8936033632572,,1039.4550126684771,,765.8766321859796,,598.8789000585595,,,545.5878179723445,,598.8176405426508,,497.20475460122697,,438.07521367521366,,598.8891099778775,,,504.12596532685416,,598.8176405426508,,497.20475460122697,,438.07521367521366,,598.8891099778775,,,504.12596532685416,,598.8176405426508,,,,,,591.0776161012731,,,445.02433947157726, -daily_mean_core_heating_runtime_q99,1085.8183925907192,,1040.5891196861162,,769.4774222382412,,598.9095298165138,,,547.6876322386687,,598.8789000585595,,497.20475460122697,,438.07521367521366,,598.9146347761729,,,505.95856325268187,,598.8789000585595,,497.20475460122697,,438.07521367521366,,598.9146347761729,,,505.95856325268187,,598.8789000585595,,,,,,594.7536398549178,,,445.86445156124904, -core_mean_indoor_temperature_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -core_mean_indoor_temperature_upper_bound_95_perc_conf,66.40970551222273,73.00788879171138,66.28137821033806,72.34795267858965,66.795749105521,74.67029711858436,66.7606613925693,73.52853498983288,74.1261690778584,66.7888063869137,71.47426202832797,66.72165480088029,73.56295931291069,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.96261379637855,73.6424232682196,,66.97257479862732,71.77541666666667,66.72165480088029,73.56295931291069,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.96261379637855,73.6424232682196,,66.97257479862732,71.77541666666667,66.72165480088029,73.56295931291069,,,,,66.87989414649707,73.6424232682196,,66.72470044575539,71.77541666666667 -core_mean_indoor_temperature_mean,66.14806009141678,72.43149523386582,65.99730337753637,71.28714888291462,66.64144389712241,74.35370158161162,66.06453491688885,72.78208537223493,72.63304626495496,66.23393687840972,70.78821951671193,66.30132654726638,72.81920596222568,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.23389355587732,73.26702985322898,,66.20855099058114,71.77541666666667,66.30132654726638,72.81920596222568,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.23389355587732,73.26702985322898,,66.20855099058114,71.77541666666667,66.30132654726638,72.81920596222568,,,,,66.07485504904794,73.26702985322898,,65.92803187984087,71.77541666666667 -core_mean_indoor_temperature_lower_bound_95_perc_conf,65.88641467061083,71.85510167602025,65.71322854473468,70.2263450872396,66.48713868872383,74.03710604463888,65.36840844120839,72.03563575463698,71.1399234520515,65.67906736990574,70.1021770050959,65.88099829365248,72.07545261154067,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.50517331537608,72.89163643823835,,65.44452718253497,71.77541666666667,65.88099829365248,72.07545261154067,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.50517331537608,72.89163643823835,,65.44452718253497,71.77541666666667,65.88099829365248,72.07545261154067,,,,,65.26981595159882,72.89163643823835,,65.13136331392636,71.77541666666667 -core_mean_indoor_temperature_sem,0.13349256163569032,0.29407834583957165,0.14493613918453951,0.5412264263648119,0.07872714714213487,0.16152833519017146,0.3551665692247209,0.3808416416316047,0.7617973535221679,0.28309668801223575,0.35002168960001695,0.21445319061933818,0.3794659952474546,0.0,0.0,0.0,0.0,0.37179604107206,0.1915272525462382,,0.38980806532968093,0.0,0.21445319061933818,0.3794659952474546,0.0,0.0,0.0,0.0,0.37179604107206,0.1915272525462382,,0.38980806532968093,0.0,0.21445319061933818,0.3794659952474546,,,,,0.41073423339241283,0.1915272525462382,,0.40646355403802037,0.0 -core_mean_indoor_temperature_q1,64.99978292401994,69.89304407833566,65.48807985713671,70.53704732548438,66.4588513762038,73.97090657901298,65.053177323717,71.12667368646488,70.68888502840701,65.02583148177513,69.78816596931661,65.00169769623196,71.12434141156464,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.14549889529108,72.82588582256751,,65.01864454972767,71.77541666666667,65.00169769623196,71.12434141156464,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.14549889529108,72.82588582256751,,65.01864454972767,71.77541666666667,65.00169769623196,71.12434141156464,,,,,65.1420565353545,72.82588582256751,,65.00724153495443,71.77541666666667 -core_mean_indoor_temperature_q2.5,65.02280405193795,70.07896436250581,65.50387873948046,70.56000961805877,66.46610711964257,73.98769015248745,65.06036868485552,71.15424132638492,70.75939845602423,65.08792544632594,69.81676908995816,65.027590982468,71.19784990810842,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.17131659481544,72.831770704474,,65.06995811620729,71.77541666666667,65.027590982468,71.19784990810842,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.17131659481544,72.831770704474,,65.06995811620729,71.77541666666667,65.027590982468,71.19784990810842,,,,,65.162710694974,72.831770704474,,65.04145057927417,71.77541666666667 -core_mean_indoor_temperature_q5,65.06436388548802,70.32859286883755,65.53021021005333,70.59828010568276,66.4782000253739,74.01566277494487,65.07235428675304,71.20018739291834,70.87692083538623,65.19141538724395,69.8644409576941,65.07074645952807,71.32036406901472,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.21434609402272,72.8415788409848,,65.15548072700665,71.77541666666667,65.07074645952807,71.32036406901472,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.21434609402272,72.8415788409848,,65.15548072700665,71.77541666666667,65.07074645952807,71.32036406901472,,,,,65.19713429433982,72.8415788409848,,65.09846565314041,71.77541666666667 -core_mean_indoor_temperature_q10,65.26598149307144,70.52788169868555,65.58287315119911,70.67482108093076,66.50238583683651,74.07160801985972,65.0963254905481,71.29207952598516,71.11196559411025,65.39839526907997,69.95978469316597,65.1971342943398,71.5653923908273,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.30040509243726,72.86119511400639,,65.32652594860537,71.77541666666667,65.1971342943398,71.5653923908273,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.30040509243726,72.86119511400639,,65.32652594860537,71.77541666666667,65.1971342943398,71.5653923908273,,,,,65.26598149307144,72.86119511400639,,65.21249580087289,71.77541666666667 -core_mean_indoor_temperature_q15,65.47553759705107,70.6308861434146,65.63553609234489,70.75136205617873,66.52657164829913,74.12755326477456,65.12029669434315,71.40413765732673,71.34701035283426,65.60537515091599,70.05512842863784,65.40367589053471,71.78927376510306,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.3864640908518,72.88081138702798,,65.49757117020408,71.77541666666667,65.40367589053471,71.78927376510306,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.3864640908518,72.88081138702798,,65.49757117020408,71.77541666666667,65.40367589053471,71.78927376510306,,,,,65.33482869180307,72.88081138702798,,65.32652594860537,71.77541666666667 -core_mean_indoor_temperature_q20,65.63282760276275,71.081927649732,65.68819903349066,70.82790303142673,66.55075745976177,74.18349850968941,65.1971342943398,71.52195750246109,71.58205511155828,65.81235503275201,70.15047216410971,65.56626043488072,71.88627345415779,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.47252308926635,72.90042766004957,,65.6686163918028,71.77541666666667,65.56626043488072,71.88627345415779,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.47252308926635,72.90042766004957,,65.6686163918028,71.77541666666667,65.56626043488072,71.88627345415779,,,,,65.40367589053471,72.90042766004957,,65.44055609633784,71.77541666666667 -core_mean_indoor_temperature_q25,65.68819903349066,71.21039762992575,65.75363340485022,70.90444400667471,66.57494327122438,74.23944375460425,65.30040509243726,71.70200697997964,71.8170998702823,65.89045052024719,70.24581589958159,65.7068664533023,71.98327314321251,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.53110893027534,72.92004393307116,,65.83966161340152,71.77541666666667,65.7068664533023,71.98327314321251,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.53110893027534,72.92004393307116,,65.83966161340152,71.77541666666667,65.7068664533023,71.98327314321251,,,,,65.47252308926635,72.92004393307116,,65.55458624407032,71.77541666666667 -core_mean_indoor_temperature_q30,65.72796416919223,71.52195750246109,65.81906777620978,70.98098498192267,66.59912908268701,74.2953889995191,65.40367589053471,71.93184016340555,72.0521446290063,65.96854600774236,70.30304806850248,65.95758877096054,72.12949902865134,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.58969477128431,72.93966020609275,,66.01070683500024,71.77541666666667,65.95758877096054,72.12949902865134,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.58969477128431,72.93966020609275,,66.01070683500024,71.77541666666667,65.95758877096054,72.12949902865134,,,,,65.51939176207354,72.93966020609275,,65.6686163918028,71.77541666666667 -core_mean_indoor_temperature_q35,65.86462282107567,71.63445361247948,65.88450214756935,71.05752595717067,66.62331489414964,74.35133424443396,65.49595742566994,72.19559732803054,72.23771438809612,66.04664149523754,70.36028023742338,66.16445207625941,72.39879040505039,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.6482806122933,72.98595931445743,,66.15224629116517,71.77541666666667,66.16445207625941,72.39879040505039,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.6482806122933,72.98595931445743,,66.15224629116517,71.77541666666667,66.16445207625941,72.39879040505039,,,,,65.56626043488072,72.98595931445743,,65.78264653953528,71.77541666666667 -core_mean_indoor_temperature_q40,65.94717171278181,71.88627345415779,65.94993651892891,71.13406693241865,66.64750070561226,74.40727948934881,65.56626043488072,72.52720245505371,72.32433414791754,66.12473698273271,70.41751240634427,66.2835973568395,72.66808178144944,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.7068664533023,73.08562409350827,,66.23477421646257,71.77541666666667,66.2835973568395,72.66808178144944,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.7068664533023,73.08562409350827,,66.23477421646257,71.77541666666667,66.2835973568395,72.66808178144944,,,,,65.61312910768791,73.08562409350827,,65.89667668726776,71.77541666666667 -core_mean_indoor_temperature_q45,66.06869194994783,72.07531119060098,65.98704759112232,71.21060790766664,66.67168651707487,74.46322473426365,65.63656344409151,72.82850132563706,72.41095390773896,66.26228352489503,70.47474457526516,66.32643366888526,72.8415788409848,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.86292871414268,73.1852888725591,,66.31730214175995,71.77541666666667,66.32643366888526,72.8415788409848,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,65.86292871414268,73.1852888725591,,66.31730214175995,71.77541666666667,66.32643366888526,72.8415788409848,,,,,65.6599977804951,73.1852888725591,,66.01070683500024,71.77541666666667 -core_mean_indoor_temperature_q50,66.12473698273271,72.1476518631955,66.02415866331575,71.28714888291462,66.6958723285375,74.5191699791785,65.7068664533023,72.88735014470184,72.49757366756036,66.39983006705734,70.53197674418605,66.33111549666386,72.88735014470184,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.01899097498307,73.28495365160992,,66.39983006705734,71.77541666666667,66.33111549666386,72.88735014470184,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.01899097498307,73.28495365160992,,66.39983006705734,71.77541666666667,66.33111549666386,72.88735014470184,,,,,65.7068664533023,73.28495365160992,,66.12473698273271,71.77541666666667 -core_mean_indoor_temperature_q55,66.21493002495224,72.38208065446514,66.06126973550916,71.3636898581626,66.70372961057559,74.52547470482328,65.89414116631076,72.94619896376662,72.58419342738176,66.53737660921966,70.74933960552947,66.4815995292194,72.93312144841889,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.17505323582347,73.38461843066077,,66.48235799235474,71.77541666666667,66.4815995292194,72.93312144841889,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.17505323582347,73.38461843066077,,66.48235799235474,71.77541666666667,66.4815995292194,72.93312144841889,,,,,65.8317162619746,73.38461843066077,,66.17975559959764,71.77541666666667 -core_mean_indoor_temperature_q60,66.32643366888524,72.80770002089727,66.09838080770257,71.4402308334106,66.7115868926137,74.53177943046806,66.08141587931922,73.19124236496846,72.67081318720318,66.67492315138198,70.96670246687289,66.60052240434821,73.08562409350827,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.33111549666386,73.4842832097116,,66.56488591765212,71.77541666666667,66.60052240434821,73.08562409350827,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.33111549666386,73.4842832097116,,66.56488591765212,71.77541666666667,66.60052240434821,73.08562409350827,,,,,65.95656607064691,73.4842832097116,,66.23477421646257,71.77541666666667 -core_mean_indoor_temperature_q65,66.40485472701229,72.93966020609277,66.12074421042661,71.51677180865858,66.7194441746518,74.53808415611284,66.2686905923277,73.45956008893742,72.7574329470246,66.69545793238194,71.18406532821629,66.65632296462354,73.31817524462687,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.50560814500393,73.58394798876243,,66.6474138429495,71.77541666666667,66.65632296462354,73.31817524462687,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.50560814500393,73.58394798876243,,66.6474138429495,71.77541666666667,66.65632296462354,73.31817524462687,,,,,66.08141587931922,73.58394798876243,,66.2897928333275,71.77541666666667 -core_mean_indoor_temperature_q70,66.55634061685407,73.56263338056421,66.14310761315066,71.59331278390655,66.72730145668989,74.54438888175763,66.47070961533592,73.56945040571611,72.99719174507224,66.71599271338192,71.40142818955971,66.71473195039657,73.55072639574549,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.68010079334402,73.62307757777474,,66.71244166852397,71.77541666666667,66.71473195039657,73.55072639574549,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.68010079334402,73.62307757777474,,66.71244166852397,71.77541666666667,66.71473195039657,73.55072639574549,,,,,66.20626568799155,73.62307757777474,,66.34481145019242,71.77541666666667 -core_mean_indoor_temperature_q75,66.67492315138198,73.64670956175613,66.16547101587472,71.66985375915453,66.73515873872799,74.55069360740242,66.68010079334402,73.60012701889964,73.31352006223302,66.73652749438189,71.61879105090313,66.77444514891846,73.63193957176776,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.85459344168412,73.63193957176776,,66.76871944423698,71.77541666666667,66.77444514891846,73.63193957176776,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,66.85459344168412,73.63193957176776,,66.76871944423698,71.77541666666667,66.77444514891846,73.63193957176776,,,,,66.33111549666386,73.63193957176776,,66.39983006705734,71.77541666666667 -core_mean_indoor_temperature_q80,66.70811031790637,73.90302393237059,66.18783441859875,71.74639473440253,66.74301602076608,74.5569983330472,66.88949197135213,73.62898557377008,73.6298483793938,66.75706227538186,71.65011617405584,66.9272297135819,73.65261755775147,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.0290860900242,73.64080156576077,,66.82499721994996,71.77541666666667,66.9272297135819,73.65261755775147,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.0290860900242,73.64080156576077,,66.82499721994996,71.77541666666667,66.9272297135819,73.65261755775147,,,,,66.61198901941088,73.64080156576077,,66.45484868392228,71.77541666666667 -core_mean_indoor_temperature_q85,66.7640154247965,74.49997734274544,66.2863563683465,71.82293570965051,66.75087330280418,74.56330305869199,67.09972579206168,73.65557155574913,73.94617669655457,66.83032378723688,71.68144129720855,67.03329053657974,73.67329554373518,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.2056853451179,73.6496635597538,,66.88127499566295,71.77541666666667,67.03329053657974,73.67329554373518,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.2056853451179,73.6496635597538,,66.88127499566295,71.77541666666667,67.03329053657974,73.67329554373518,,,,,66.89286254215793,73.6496635597538,,66.50986730078719,71.77541666666667 -core_mean_indoor_temperature_q90,66.9272297135819,74.54438888175764,66.38487831809425,71.89947668489849,66.75873058484227,74.56960778433677,67.31164489817412,73.82098014311512,74.26250501371536,66.9035852990919,71.71276642036125,67.0459038762464,73.9480398499009,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.38228460021162,73.65852555374681,,66.93755277137596,71.77541666666667,67.0459038762464,73.9480398499009,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.38228460021162,73.65852555374681,,66.93755277137596,71.77541666666667,67.0459038762464,73.9480398499009,,,,,67.17373606490496,73.65852555374681,,66.56488591765212,71.77541666666667 -core_mean_indoor_temperature_q95,67.0459038762464,74.80127832431373,66.48340026784201,71.97601766014647,66.76658786688036,74.57591250998155,67.52356400428658,74.47226784933534,74.57883333087612,66.97684681094692,71.74409154351396,67.32425823784078,74.26512854276362,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.55888385530533,73.66738754773984,,66.99383054708895,71.77541666666667,67.32425823784078,74.26512854276362,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.55888385530533,73.66738754773984,,66.99383054708895,71.77541666666667,67.32425823784078,74.26512854276362,,,,,67.45460958765199,73.66738754773984,,66.61990453451705,71.77541666666667 -core_mean_indoor_temperature_q98,67.40650321235243,75.00479072364587,66.54251343769066,72.02194224529528,66.77130223610322,74.57969534536842,67.65071546795406,74.86304047306747,74.7686303211726,67.02080371805994,71.76288661740558,67.57099316137572,74.45538175848125,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.66484340836155,73.67270474413566,,67.02759721251675,71.77541666666667,67.57099316137572,74.45538175848125,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.66484340836155,73.67270474413566,,67.02759721251675,71.77541666666667,67.57099316137572,74.45538175848125,,,,,67.62313370130022,73.67270474413566,,66.65291570463602,71.77541666666667 -core_mean_indoor_temperature_q99,67.57099316137572,75.06417313960071,66.56221782764021,72.03725044034486,66.77287369251084,74.58095629049738,67.69309928917654,74.9932980143115,74.83189598460476,67.03545602043094,71.76915164203614,67.65323813588738,74.51879949705379,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.70016325938029,73.67447714293426,,67.03885276765935,71.77541666666667,67.65323813588738,74.51879949705379,66.58192221758976,72.05255863539446,66.77444514891846,74.58221723562633,67.70016325938029,73.67447714293426,,67.03885276765935,71.77541666666667,67.65323813588738,74.51879949705379,,,,,67.67930840584962,73.67447714293426,,66.663919428009,71.77541666666667 -core_mean_outdoor_temperature_n,25.0,27.0,6.0,2.0,3.0,3.0,7.0,10.0,4.0,6.0,5.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,1.0,1.0,1.0,1.0,6.0,4.0,0.0,4.0,1.0,13.0,8.0,0.0,0.0,0.0,0.0,5.0,4.0,0.0,3.0,1.0 -core_mean_outdoor_temperature_upper_bound_95_perc_conf,53.95561223552272,78.05349551656977,48.66976715121681,76.90432036372182,54.512422446648245,79.64143560506918,59.22473062006146,80.19675657632008,80.49092154074634,57.69421474920996,74.13717973564815,56.77566495825915,77.29174155792415,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,58.61393089044726,78.4867703492348,,56.84396019531385,74.50577510000001,56.77566495825915,77.29174155792415,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,58.61393089044726,78.4867703492348,,56.84396019531385,74.50577510000001,56.77566495825915,77.29174155792415,,,,,59.76123954318241,78.4867703492348,,56.03686225017234,74.50577510000001 -core_mean_outdoor_temperature_mean,50.83967909858354,76.81948369222937,44.702763349886055,76.6456807142857,50.03979720846049,78.73490699852954,55.18192342305547,77.98981042167169,78.75717468847847,55.595090190796206,73.19074489126436,54.30175793963464,75.39894955416716,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,54.290927486641664,75.59487145647637,,54.42083034746812,74.50577510000001,54.30175793963464,75.39894955416716,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,54.290927486641664,75.59487145647637,,54.42083034746812,74.50577510000001,54.30175793963464,75.39894955416716,,,,,55.90927506000635,75.59487145647637,,53.5237120382475,74.50577510000001 -core_mean_outdoor_temperature_lower_bound_95_perc_conf,47.723745961644354,75.58547186788897,40.7357595485553,76.38704106484958,45.56717197027274,77.8283783919899,51.13911622604949,75.7828642670233,77.0234278362106,53.49596563238245,72.24431004688057,51.82785092101013,73.50615755041017,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,49.96792408283607,72.70297256371794,,51.99770049962239,74.50577510000001,51.82785092101013,73.50615755041017,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,49.96792408283607,72.70297256371794,,51.99770049962239,74.50577510000001,51.82785092101013,73.50615755041017,,,,,52.05731057683029,72.70297256371794,,51.010561826322665,74.50577510000001 -core_mean_outdoor_temperature_sem,1.5897618045608064,0.6295978695614292,2.0239815312912017,0.1319590048143487,2.2819516521366086,0.462514595173282,2.0626567331663197,1.1259929360451004,0.8845647205448285,1.0709819175580397,0.48287492060397014,1.2621974584818934,0.9657102059984692,0.0,0.0,0.0,0.0,2.205613981533466,1.4754586187543008,,1.2362907386968016,0.0,1.2621974584818934,0.9657102059984692,0.0,0.0,0.0,0.0,2.205613981533466,1.4754586187543008,,1.2362907386968016,0.0,1.2621974584818934,0.9657102059984692,,,,,1.96528800162044,1.4754586187543008,,1.28221949588002,0.0 -core_mean_outdoor_temperature_q1,29.823388806485276,71.43696952821264,35.507055360297755,76.46279486428571,44.81302400500144,77.98349059077492,46.44760467909701,72.98391894971601,76.10601290328857,50.685838421849844,71.46192456999998,46.45179783790936,71.60020952466861,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,46.40620216921722,72.95984484500009,,50.609341861356505,74.50577510000001,46.45179783790936,71.60020952466861,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,46.40620216921722,72.95984484500009,,50.609341861356505,74.50577510000001,46.45179783790936,71.60020952466861,,,,,50.47127376790182,72.95984484500009,,50.57109358110983,74.50577510000001 -core_mean_outdoor_temperature_q2.5,32.33501511700552,71.4695439455316,36.07907187436904,76.46839341071428,45.01304407884438,77.99583770410426,46.82022726801521,73.03808568532679,76.21339864026679,50.972700523699885,71.53193155,46.83071016504607,71.75235771621401,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,46.71672099331571,72.97790042353702,,50.78145912246653,74.50577510000001,46.83071016504607,71.75235771621401,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,46.71672099331571,72.97790042353702,,50.78145912246653,74.50577510000001,46.83071016504607,71.75235771621401,,,,,50.669023508057315,72.97790042353702,,50.685838421849844,74.50577510000001 -core_mean_outdoor_temperature_q5,36.651088388440336,71.82375505288019,37.03243273115453,76.47772432142858,45.34641086858262,78.01641622631982,47.441264916212205,73.12836357801145,76.39237486856382,51.45080402678329,71.64860985,47.462230710273914,72.00593803545634,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,47.23425236681321,73.0079930544319,,51.06832122431656,74.50577510000001,47.462230710273914,72.00593803545634,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,47.23425236681321,73.0079930544319,,51.06832122431656,74.50577510000001,47.462230710273914,72.00593803545634,,,,,50.998606408316455,73.0079930544319,,50.87707982308321,74.50577510000001 -core_mean_outdoor_temperature_q10,43.47796745047016,72.80149917558529,38.93915444472549,76.49638614285715,46.01314444805911,78.05757327075095,48.68334021260618,73.30891936338075,76.75032732515787,52.40701103295008,71.88196645,48.71129460468847,72.513098673941,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,48.26931511380819,73.06817831622168,,51.642045428016644,74.50577510000001,48.71129460468847,72.513098673941,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,48.26931511380819,73.06817831622168,,51.642045428016644,74.50577510000001,48.71129460468847,72.513098673941,,,,,51.65777220883474,73.06817831622168,,51.25956262554993,74.50577510000001 -core_mean_outdoor_temperature_q15,44.63421510081339,73.30891936338075,40.84587615829646,76.51504796428571,46.67987802753559,78.09873031518205,49.92541550900017,74.12552198007884,77.10827978175192,53.36321803911687,72.11532305,49.932404107020744,72.96786954657206,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,49.30437786080318,73.12836357801145,,52.215769631716725,74.50577510000001,49.932404107020744,72.96786954657206,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,49.30437786080318,73.12836357801145,,52.215769631716725,74.50577510000001,49.932404107020744,72.96786954657206,,,,,52.31693800935303,73.12836357801145,,51.642045428016644,74.50577510000001 -core_mean_outdoor_temperature_q20,44.86865683549079,73.69403438505748,42.75259787186742,76.53370978571428,47.34661160701208,78.13988735961318,50.99860640831646,75.12385226287088,77.46623223834598,54.31942504528367,72.34867965,50.401503172925494,73.10830182408152,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,50.33944060779817,73.18854883980121,,52.78949383541679,74.50577510000001,50.401503172925494,73.10830182408152,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,50.33944060779817,73.18854883980121,,52.78949383541679,74.50577510000001,50.401503172925494,73.10830182408152,,,,,52.976103809871326,73.18854883980121,,52.02452823048336,74.50577510000001 -core_mean_outdoor_temperature_q25,46.19918961981822,74.01955199186992,43.29342383442231,76.55237160714285,48.01334518648855,78.1810444040443,51.98735510909389,75.60475850361061,77.82418469494003,54.67884729617334,72.58203625,50.49459702061649,73.24873410159098,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,51.16339785844603,73.24873410159098,,53.36321803911687,74.50577510000001,50.49459702061649,73.24873410159098,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,51.16339785844603,73.24873410159098,,53.36321803911687,74.50577510000001,50.49459702061649,73.24873410159098,,,,,53.635269610389614,73.24873410159098,,52.40701103295008,74.50577510000001 -core_mean_outdoor_temperature_q30,46.79295940746088,74.45694304341464,43.83424979697719,76.57103342857143,48.680078765965035,78.22220144847543,52.97610380987132,75.67172551070848,78.18213715153409,55.038269547063,72.80026313793104,52.37900057448036,73.46471609411654,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,51.98735510909389,73.30891936338075,,53.936942242816954,74.50577510000001,52.37900057448036,73.46471609411654,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,51.98735510909389,73.30891936338075,,53.936942242816954,74.50577510000001,52.37900057448036,73.46471609411654,,,,,53.65852228831169,73.30891936338075,,52.789493835416806,74.50577510000001 -core_mean_outdoor_temperature_q35,49.11833110546589,75.58243616791131,44.375075759532066,76.58969525,49.34681234544151,78.26335849290653,53.64689594935065,75.86330425753074,78.49427481241781,55.39769179795267,73.01849002586208,53.65852228831169,73.86957237418233,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,52.81131235974175,73.46740923678392,,54.391309495461606,74.50577510000001,53.65852228831169,73.86957237418233,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,52.81131235974175,73.46740923678392,,54.391309495461606,74.50577510000001,53.65852228831169,73.86957237418233,,,,,53.68177496623377,73.46740923678392,,53.17197663788352,74.50577510000001 -core_mean_outdoor_temperature_q40,50.43253445548916,75.84359107405216,44.91590172208696,76.60835707142857,50.013545924918006,78.30451553733766,53.681774966233775,76.30410648380173,78.7147828818809,55.75711404884233,73.23671691379312,53.72828032207793,74.27442865424813,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.635269610389614,73.82250833341391,,54.606962845995405,74.50577510000001,53.72828032207793,74.27442865424813,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.635269610389614,73.82250833341391,,54.606962845995405,74.50577510000001,53.72828032207793,74.27442865424813,,,,,53.70502764415585,73.82250833341391,,53.554459440350236,74.50577510000001 -core_mean_outdoor_temperature_q45,50.66130072453852,76.33167047359093,45.2907099749023,76.62701889285714,50.680279504394484,78.34567258176878,53.716653983116885,76.74735902302534,78.93529095134397,56.09588185541425,73.45494380172414,53.88800030096175,74.68736436231606,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.664335457792205,74.17760743004388,,54.8226161965292,74.50577510000001,53.88800030096175,74.68736436231606,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.664335457792205,74.17760743004388,,54.8226161965292,74.50577510000001,53.88800030096175,74.68736436231606,,,,,53.72828032207793,74.17760743004388,,53.936942242816954,74.50577510000001 -core_mean_outdoor_temperature_q50,51.34701308387096,76.6959306849315,45.66551822771765,76.6456807142857,51.34701308387096,78.3868296261999,53.751533,77.21021406587,79.15579902080705,56.43464966198616,73.67317068965518,54.09270125240436,75.11107264105354,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.69340130519481,74.53270652667385,,55.038269547063,74.50577510000001,54.09270125240436,75.11107264105354,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.69340130519481,74.53270652667385,,55.038269547063,74.50577510000001,54.09270125240436,75.11107264105354,,,,,53.751533,74.53270652667385,,54.31942504528367,74.50577510000001 -core_mean_outdoor_temperature_q55,53.658522288311694,77.09995848404255,46.040326480533,76.66434253571427,51.6215819007243,78.5324098823299,55.392941479391894,77.67306910871467,79.37630709027013,56.77341746855807,73.69403438505748,54.22873552813195,75.53478091979102,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.7224671525974,74.88780562330382,,55.2539228975968,74.50577510000001,54.22873552813195,75.53478091979102,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.7224671525974,74.88780562330382,,55.2539228975968,74.50577510000001,54.22873552813195,75.53478091979102,,,,,54.8458053195946,74.88780562330382,,54.46319394563954,74.50577510000001 -core_mean_outdoor_temperature_q60,53.88800030096174,77.87495448785663,46.41513473334834,76.68300435714285,51.89615071757765,78.67799013845992,57.03434995878378,78.78120446005136,79.5968151597332,57.11218527512999,73.71489808045978,54.606962845995405,75.93955593139995,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.751533,75.24290471993379,,55.4695762481306,74.50577510000001,54.606962845995405,75.93955593139995,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,53.751533,75.24290471993379,,55.4695762481306,74.50577510000001,54.606962845995405,75.93955593139995,,,,,55.94007763918919,75.24290471993379,,54.606962845995405,74.50577510000001 -core_mean_outdoor_temperature_q65,54.22873552813195,77.98767778072079,46.88741557598902,76.70166617857143,52.17071953443098,78.82357039458992,58.67575843817568,79.96999984994956,79.81732322919628,57.22471127025198,73.73576177586207,55.4695762481306,76.33013099266248,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,55.11937339949325,75.59800381656376,,55.6852295986644,74.50577510000001,55.4695762481306,76.33013099266248,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,55.11937339949325,75.59800381656376,,55.6852295986644,74.50577510000001,55.4695762481306,76.33013099266248,,,,,57.034349958783785,75.59800381656376,,54.75073174635127,74.50577510000001 -core_mean_outdoor_temperature_q70,55.46957624813059,78.39361812547928,47.359696418629696,76.720328,52.44528835128432,78.96915065071994,59.48389548668604,80.93323513065233,79.97001115714858,57.337237265373986,73.75662547126437,56.29914253935739,76.72070605392499,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,56.48721379898649,76.18135966188794,,55.89262117147109,74.50577510000001,56.29914253935739,76.72070605392499,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,56.48721379898649,76.18135966188794,,55.89262117147109,74.50577510000001,56.29914253935739,76.72070605392499,,,,,58.12862227837838,76.18135966188794,,54.89450064670713,74.50577510000001 -core_mean_outdoor_temperature_q75,57.11218527512999,79.1317021550484,47.83197726127037,76.73898982142856,52.719857168137665,79.11473090684996,59.87539681975565,81.7836903567574,80.0887890143455,57.449763260495985,73.77748916666667,57.11218527512999,77.11803899190073,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,57.85505419847973,76.87884388155922,,56.09588185541425,74.50577510000001,57.11218527512999,77.11803899190073,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,57.85505419847973,76.87884388155922,,56.09588185541425,74.50577510000001,57.11218527512999,77.11803899190073,,,,,59.222894597972974,76.87884388155922,,55.038269547063,74.50577510000001 -core_mean_outdoor_temperature_q80,57.714817504351736,79.88118717271384,48.304258103911046,76.75765164285713,52.994425984991004,79.26031116297996,60.26689815282525,82.32865914995956,80.2075668715424,57.562289255617976,73.92314635333334,58.37861086883578,77.51807508056179,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,59.222894597972974,77.5763281012305,,56.29914253935739,74.50577510000001,58.37861086883578,77.51807508056179,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,59.222894597972974,77.5763281012305,,56.29914253935739,74.50577510000001,58.37861086883578,77.51807508056179,,,,,59.897763175152576,77.5763281012305,,55.18203844741886,74.50577510000001 -core_mean_outdoor_temperature_q85,58.68411613876123,80.39790631195707,48.90393774056304,76.7763134642857,53.26899480184434,79.40589141910996,60.73483288577158,82.4917699020331,80.32634472873931,57.752949566535165,74.06880354,59.397717188220895,77.91811116922284,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,60.06648031944747,78.27381232090178,,56.50240322330054,74.50577510000001,59.397717188220895,77.91811116922284,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,60.06648031944747,78.27381232090178,,56.50240322330054,74.50577510000001,59.397717188220895,77.91811116922284,,,,,60.57263175233217,78.27381232090178,,55.325807347774735,74.50577510000001 -core_mean_outdoor_temperature_q90,59.74736236871675,81.31207317314656,49.503617377215036,76.79497528571427,53.543563618697675,79.55147167523998,61.35563441847138,82.62235407284217,80.44512258593622,57.94360987745236,74.21446072666667,59.92218495896468,78.69256092129677,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,60.910066040921976,78.97129654057306,,56.70566390724369,74.50577510000001,59.92218495896468,78.69256092129677,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,60.910066040921976,78.97129654057306,,56.70566390724369,74.50577510000001,59.92218495896468,78.69256092129677,,,,,61.24750032951177,78.97129654057306,,55.4695762481306,74.50577510000001 -core_mean_outdoor_temperature_q95,60.441720743073176,82.50989331893015,50.103297013867035,76.81363710714284,53.81813243555102,79.69705193137,61.97643595117117,82.63909520922562,80.56390044313312,58.13427018836955,74.36011791333334,61.09709952307594,79.5294129506062,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,61.75365176239647,79.66878076024435,,56.90892459118684,74.50577510000001,61.09709952307594,79.5294129506062,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,61.75365176239647,79.66878076024435,,56.90892459118684,74.50577510000001,61.09709952307594,79.5294129506062,,,,,61.92236890669137,79.66878076024435,,55.61334514848647,74.50577510000001 -core_mean_outdoor_temperature_q98,61.603955031551294,82.63649103245486,50.46310479585823,76.8248342,53.982873725663026,79.78440008504799,62.34891687079105,82.64913989105568,80.63516715745126,58.248666374919864,74.44751222533334,61.99718229955296,80.03152416819185,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,62.25980319528117,80.0872712920471,,57.03088100155273,74.50577510000001,61.99718229955296,80.03152416819185,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,62.25980319528117,80.0872712920471,,57.03088100155273,74.50577510000001,61.99718229955296,80.03152416819185,,,,,62.32729005299913,80.0872712920471,,55.699606488699985,74.50577510000001 -core_mean_outdoor_temperature_q99,62.100596257711125,82.64616368903195,50.58304072318863,76.8285665642857,54.03778748903369,79.813516136274,62.47307717733101,82.65248811833237,80.65892272889066,58.28679843710329,74.47664366266667,62.29720989171196,80.19889457405375,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,62.42852033957607,80.22676813598136,,57.07153313834136,74.50577510000001,62.29720989171196,80.19889457405375,48.304258103911046,76.83229892857142,54.09270125240436,77.9752591818887,62.42852033957607,80.22676813598136,,57.07153313834136,74.50577510000001,62.29720989171196,80.19889457405375,,,,,62.46226376843505,80.22676813598136,,55.72836026877116,74.50577510000001 +regional_average_baseline_heating_comfort_temperature_n,23.0,,6.0,,3.0,,8.0,,,6.0,,14.0,,2.0,,1.0,,7.0,,,4.0,,14.0,,2.0,,1.0,,7.0,,,4.0,,14.0,,1.0,,0.0,,6.0,,,3.0, +regional_average_baseline_heating_comfort_temperature_upper_bound_95_perc_conf,68.55733333161405,,68.0,,69.0,,69.0,,,67.0,,68.74701678950112,,68.0,,69.0,,69.0,,,67.0,,68.74701678950112,,68.0,,69.0,,69.0,,,67.0,,68.74701678950112,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_mean,68.21739130434783,,68.0,,69.0,,69.0,,,67.0,,68.28571428571429,,68.0,,69.0,,69.0,,,67.0,,68.28571428571429,,68.0,,69.0,,69.0,,,67.0,,68.28571428571429,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_lower_bound_95_perc_conf,67.87744927708161,,68.0,,69.0,,69.0,,,67.0,,67.82441178192747,,68.0,,69.0,,69.0,,,67.0,,67.82441178192747,,68.0,,69.0,,69.0,,,67.0,,67.82441178192747,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_sem,0.1734398098297028,,0.0,,0.0,,0.0,,,0.0,,0.23535842029940396,,0.0,,0.0,,0.0,,,0.0,,0.23535842029940396,,0.0,,0.0,,0.0,,,0.0,,0.23535842029940396,,0.0,,,,0.0,,,0.0, +regional_average_baseline_heating_comfort_temperature_q1,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q2.5,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q5,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q10,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q15,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q20,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,69.0,,69.0,,,67.0,,67.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q25,67.5,,68.0,,69.0,,69.0,,,67.0,,67.25,,68.0,,69.0,,69.0,,,67.0,,67.25,,68.0,,69.0,,69.0,,,67.0,,67.25,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q30,68.0,,68.0,,69.0,,69.0,,,67.0,,67.9,,68.0,,69.0,,69.0,,,67.0,,67.9,,68.0,,69.0,,69.0,,,67.0,,67.9,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q35,68.0,,68.0,,69.0,,69.0,,,67.0,,68.0,,68.0,,69.0,,69.0,,,67.0,,68.0,,68.0,,69.0,,69.0,,,67.0,,68.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q40,68.0,,68.0,,69.0,,69.0,,,67.0,,68.2,,68.0,,69.0,,69.0,,,67.0,,68.2,,68.0,,69.0,,69.0,,,67.0,,68.2,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q45,68.0,,68.0,,69.0,,69.0,,,67.0,,68.85,,68.0,,69.0,,69.0,,,67.0,,68.85,,68.0,,69.0,,69.0,,,67.0,,68.85,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q50,68.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q55,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q60,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q65,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q70,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q75,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q80,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q85,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q90,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q95,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q98,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +regional_average_baseline_heating_comfort_temperature_q99,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,69.0,,69.0,,,67.0,,69.0,,68.0,,,,69.0,,,67.0, +percent_savings_baseline_percentile_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +percent_savings_baseline_percentile_upper_bound_95_perc_conf,25.507345149144278,56.92956281541275,22.923520640773624,46.81483463202802,22.367661418093224,55.41275199110982,36.37258581266467,56.36010982888415,58.40139401900949,25.999178190095186,73.60286585958288,30.588648842836808,56.73465611109715,36.81218524363605,46.221477600218776,21.2697080431114,35.354096919418375,34.4385114332142,53.08981195083448,,27.754264480232287,57.22739523628662,30.588648842836808,56.73465611109715,36.81218524363605,46.221477600218776,21.2697080431114,35.354096919418375,34.4385114332142,53.08981195083448,,27.754264480232287,57.22739523628662,30.588648842836808,56.73465611109715,19.357681874196228,,,,35.9963443263843,53.08981195083448,,26.79475272061381,57.22739523628662 +percent_savings_baseline_percentile_mean,21.33884589785924,51.88083257454826,15.45536797714856,44.68400157688142,17.11990778853598,45.37177789929507,30.33597427671434,50.500035245233285,50.08802509418882,19.75711279679865,53.81769304347115,27.045308186948926,48.90451399535016,26.67328147488898,46.221477600218776,21.2697080431114,35.354096919418375,28.589737604325745,45.45610553172099,,24.142132327030865,57.22739523628662,27.045308186948926,48.90451399535016,26.67328147488898,46.221477600218776,21.2697080431114,35.354096919418375,28.589737604325745,45.45610553172099,,24.142132327030865,57.22739523628662,27.045308186948926,48.90451399535016,19.357681874196228,,,,30.49943022206107,45.45610553172099,,22.893988030872972,57.22739523628662 +percent_savings_baseline_percentile_lower_bound_95_perc_conf,17.170346646574203,46.832102333683764,7.987215313523494,42.553168521734825,11.872154158978734,35.330803807480315,24.29936274076401,44.63996066158242,41.77465616936816,13.515047403502114,34.03252022735943,23.501967531061045,41.07437187960316,16.53437770614191,46.221477600218776,21.2697080431114,35.354096919418375,22.740963775437287,37.822399112607506,,20.530000173829443,57.22739523628662,23.501967531061045,41.07437187960316,16.53437770614191,46.221477600218776,21.2697080431114,35.354096919418375,22.740963775437287,37.822399112607506,,20.530000173829443,57.22739523628662,23.501967531061045,41.07437187960316,19.357681874196228,,,,25.00251611773783,37.822399112607506,,18.993223341132133,57.22739523628662 +percent_savings_baseline_percentile_sem,2.1267853322882844,2.5758827759512712,3.8102819712372784,1.0871597220135703,2.677425321202676,5.12294596521161,3.079903844872617,2.9898339712504387,4.241514757561565,3.184727241477825,10.094475926587616,1.8078268652489193,3.994970467217853,5.172910086095444,0.0,0.0,0.0,2.9840682800451312,3.894748173017084,,1.8429245679599093,0.0,1.8078268652489193,3.994970467217853,5.172910086095444,0.0,0.0,0.0,2.9840682800451312,3.894748173017084,,1.8429245679599093,0.0,1.8078268652489193,3.994970467217853,0.0,,,,2.804548012409815,3.894748173017084,,1.9901860661943058,0.0 +percent_savings_baseline_percentile_q1,4.1733431754049235,16.51787972652985,6.447523395000645,43.17727507401081,10.822852031571268,35.523730228952985,17.455845134417203,32.82964862843831,38.084294172319794,5.293307014621971,12.479950035123139,17.256269055081354,35.40003408152899,19.50399386621008,46.221477600218776,21.2697080431114,35.354096919418375,17.409521814916715,36.13176455579113,,18.2368774594062,57.22739523628662,17.256269055081354,35.40003408152899,19.50399386621008,46.221477600218776,21.2697080431114,35.354096919418375,17.409521814916715,36.13176455579113,,18.2368774594062,57.22739523628662,17.256269055081354,35.40003408152899,19.357681874196228,,,,21.874154507921617,36.13176455579113,,18.1653197893077,57.22739523628662 +percent_savings_baseline_percentile_q2.5,4.417004721584988,25.37148958871263,6.601189093725182,43.223399354710935,11.08673675842608,35.778180193254904,17.942239989172325,33.35976420576981,38.561246226513965,6.242268134907347,15.276665360195857,17.443299790832704,35.46893982469492,19.723461854230866,46.221477600218776,21.2697080431114,35.354096919418375,17.826431690421106,36.313898250837,,18.55888697484947,57.22739523628662,17.443299790832704,35.46893982469492,19.723461854230866,46.221477600218776,21.2697080431114,35.354096919418375,17.826431690421106,36.313898250837,,18.55888697484947,57.22739523628662,17.443299790832704,35.46893982469492,19.357681874196228,,,,22.039515497860208,36.313898250837,,18.379992799603208,57.22739523628662 +percent_savings_baseline_percentile_q5,5.081769599786528,33.48348878010436,6.8572985915994105,43.3002731558778,11.526544636517436,36.202263467091434,18.75289808043086,34.243290167988945,39.35616631683757,7.82387000204964,19.937857568650386,17.755017683751618,35.58378272997147,20.0892418342655,46.221477600218776,21.2697080431114,35.354096919418375,18.521281482928423,36.61745440924677,,19.09556950058825,57.22739523628662,17.755017683751618,35.58378272997147,20.0892418342655,46.221477600218776,21.2697080431114,35.354096919418375,18.521281482928423,36.61745440924677,,19.09556950058825,57.22739523628662,17.755017683751618,35.58378272997147,19.357681874196228,,,,22.315117147757856,36.61745440924677,,18.73778115009573,57.22739523628662 +percent_savings_baseline_percentile_q10,7.369517587347868,35.81346854052457,7.369517587347868,43.454020758211534,12.406160392700142,37.0504300147645,20.37421426294793,36.01034209242722,40.94600649748479,10.987073736334228,29.260241985559446,18.556395419144906,35.81346854052457,20.820801794334777,46.221477600218776,21.2697080431114,35.354096919418375,19.91098106794305,37.224566726066314,,20.168934552065814,57.22739523628662,18.556395419144906,35.81346854052457,20.820801794334777,46.221477600218776,21.2697080431114,35.354096919418375,19.91098106794305,37.224566726066314,,20.168934552065814,57.22739523628662,18.556395419144906,35.81346854052457,19.357681874196228,,,,22.86632044755315,37.224566726066314,,19.453357851080774,57.22739523628662 +percent_savings_baseline_percentile_q15,9.545876301036408,37.88089770627537,7.881736583096325,43.60776836054527,13.28577614888285,37.89859656243756,21.874154507921617,38.03404981515904,42.535846678132,14.150277470618814,38.5826264024685,19.548884491087744,36.21271286470041,21.552361754404053,46.221477600218776,21.2697080431114,35.354096919418375,21.30068065295768,37.83167904288586,,21.242299603543376,57.22739523628662,19.548884491087744,36.21271286470041,21.552361754404053,46.221477600218776,21.2697080431114,35.354096919418375,21.30068065295768,37.83167904288586,,21.242299603543376,57.22739523628662,19.548884491087744,36.21271286470041,19.357681874196228,,,,23.417523747348444,37.83167904288586,,20.16893455206581,57.22739523628662 +percent_savings_baseline_percentile_q20,10.646928880334725,41.29326474415214,8.393955578844782,43.76151596287901,14.16539190506556,38.74676311011062,22.645839127635032,40.05775753789086,44.125686858779225,17.3134812049034,47.90501081937756,20.887302809328368,37.629308270612675,22.28392171447333,46.221477600218776,21.2697080431114,35.354096919418375,22.204876487798796,38.438791359705405,,22.31566465502094,57.22739523628662,20.887302809328368,37.629308270612675,22.28392171447333,46.221477600218776,21.2697080431114,35.354096919418375,22.204876487798796,38.438791359705405,,22.31566465502094,57.22739523628662,20.887302809328368,37.629308270612675,19.357681874196228,,,,23.96872704714374,38.438791359705405,,20.884511253050853,57.22739523628662 +percent_savings_baseline_percentile_q25,12.011712243660758,43.66345318549776,8.777929152908658,43.91526356521275,15.045007661248267,39.59492965778368,23.417523747348444,44.35511265183839,45.71552703942644,17.490662015955223,57.22739523628662,21.51681094553698,39.045903676524944,23.015481674542603,46.221477600218776,21.2697080431114,35.354096919418375,22.86632044755315,39.045903676524944,,23.389029706498498,57.22739523628662,21.51681094553698,39.045903676524944,23.015481674542603,46.221477600218776,21.2697080431114,35.354096919418375,22.86632044755315,39.045903676524944,,23.389029706498498,57.22739523628662,21.51681094553698,39.045903676524944,19.357681874196228,,,,24.481109116448334,39.045903676524944,,21.600087954035896,57.22739523628662 +percent_savings_baseline_percentile_q30,15.924170880615588,46.435855907580745,9.161902726972533,44.06901116754648,15.924623417430976,40.44309620545675,24.173679874865577,48.65246776578592,47.305367220073656,17.667842827007043,57.61710258730575,22.204876487798796,40.67412954412365,23.747041634611875,46.221477600218776,21.2697080431114,35.354096919418375,23.527764407307505,39.653015993344496,,24.462394757976064,57.22739523628662,22.204876487798796,40.67412954412365,23.747041634611875,46.221477600218776,21.2697080431114,35.354096919418375,23.527764407307505,39.653015993344496,,24.462394757976064,57.22739523628662,22.204876487798796,40.67412954412365,19.357681874196228,,,,24.99349118575293,39.653015993344496,,22.31566465502094,57.22739523628662 +percent_savings_baseline_percentile_q35,17.268006378156,48.494503865214824,9.545876301036408,44.222758769880215,16.804239173613684,41.29126275312981,24.89101477189201,49.434591810225,48.5950511436446,17.845023638058866,58.00680993832488,23.748245727225623,42.831431565938416,24.47860159468115,46.221477600218776,21.2697080431114,35.354096919418375,24.173679874865577,40.56570545372952,,25.193162295240402,57.22739523628662,23.748245727225623,42.831431565938416,24.47860159468115,46.221477600218776,21.2697080431114,35.354096919418375,24.173679874865577,40.56570545372952,,25.193162295240402,57.22739523628662,23.748245727225623,42.831431565938416,19.357681874196228,,,,25.505873255057523,40.56570545372952,,23.031241356005978,57.22739523628662 +percent_savings_baseline_percentile_q40,18.02220444911069,49.90386623688846,9.929849875100285,44.37650637221395,17.683854929796393,42.13942930080287,25.60834966891844,50.21671585466409,49.28442255306302,18.02220444911069,58.39651728934402,24.69427369423416,44.988733587753195,25.210161554750428,46.221477600218776,21.2697080431114,35.354096919418375,24.78853835803109,42.08954920124551,,25.238734804078305,57.22739523628662,24.69427369423416,44.988733587753195,25.210161554750428,46.221477600218776,21.2697080431114,35.354096919418375,24.78853835803109,42.08954920124551,,25.238734804078305,57.22739523628662,24.69427369423416,44.988733587753195,19.357681874196228,,,,26.018255324362116,42.08954920124551,,23.74681805699102,57.22739523628662 +percent_savings_baseline_percentile_q45,19.379033016187623,51.28656501994728,11.12657737215456,44.53025397454769,18.5634706859791,42.987595848475934,27.242631579976173,50.60388999171622,49.97379396248142,19.811146201573294,58.786224640363145,25.26911647663691,46.820763338385575,25.941721514819704,46.221477600218776,21.2697080431114,35.354096919418375,25.403396841196603,43.613392948761486,,25.28430731291621,57.22739523628662,25.26911647663691,46.820763338385575,25.941721514819704,46.221477600218776,21.2697080431114,35.354096919418375,25.403396841196603,43.613392948761486,,25.28430731291621,57.22739523628662,25.26911647663691,46.820763338385575,19.357681874196228,,,,28.058882417052217,43.613392948761486,,24.46239475797606,57.22739523628662 +percent_savings_baseline_percentile_q50,20.356397242636604,54.250338355931504,12.323304869208835,44.68400157688142,19.44308644216181,43.83576239614899,30.099509509742315,50.99106412876836,50.66316537189984,21.600087954035896,59.17593199138228,25.48178818454712,48.21909672744143,26.67328147488898,46.221477600218776,21.2697080431114,35.354096919418375,26.018255324362116,45.13723669627747,,25.329879821754112,57.22739523628662,25.48178818454712,48.21909672744143,26.67328147488898,46.221477600218776,21.2697080431114,35.354096919418375,26.018255324362116,45.13723669627747,,25.329879821754112,57.22739523628662,25.48178818454712,48.21909672744143,19.357681874196228,,,,30.099509509742315,45.13723669627747,,25.177971458961103,57.22739523628662 +percent_savings_baseline_percentile_q55,21.640362396749772,56.60097520889203,13.52003236626311,44.83774917921515,19.62574860225677,45.14473359476588,32.95638743950846,53.26533538533508,51.35253678131825,23.389029706498498,60.56962484131709,25.857315182417615,49.61743011649729,27.404841434958257,46.221477600218776,21.2697080431114,35.354096919418375,28.467007835590238,46.66108044379346,,25.37545233059201,57.22739523628662,25.857315182417615,49.61743011649729,27.404841434958257,46.221477600218776,21.2697080431114,35.354096919418375,28.467007835590238,46.66108044379346,,25.37545233059201,57.22739523628662,25.857315182417615,49.61743011649729,19.357681874196228,,,,32.14013660243241,46.66108044379346,,25.208353131519708,57.22739523628662 +percent_savings_baseline_percentile_q60,23.96872704714374,56.9858585531116,14.716759863317385,44.99149678154889,19.808410762351727,46.45370479338276,34.87755244523579,55.5396066419018,52.041908190736656,25.177971458961103,61.9633176912519,26.765579280819086,51.28129401211163,28.136401395027526,46.221477600218776,21.2697080431114,35.354096919418375,30.915760346818352,48.184924191309435,,25.42102483942992,57.22739523628662,26.765579280819086,51.28129401211163,28.136401395027526,46.221477600218776,21.2697080431114,35.354096919418375,30.915760346818352,48.184924191309435,,25.42102483942992,57.22739523628662,26.765579280819086,51.28129401211163,19.357681874196228,,,,34.180763695122515,48.184924191309435,,25.23873480407831,57.22739523628662 +percent_savings_baseline_percentile_q65,25.253925640357608,58.29909045158924,15.876990366037095,45.14524438388263,19.991072922446687,47.76267599199965,36.09693275793403,56.16394109307252,52.73127960015507,25.253925640357608,63.357010541186725,28.49679680151226,53.144305787644825,28.867961355096806,46.221477600218776,21.2697080431114,35.354096919418375,33.36451285804648,49.708767938825424,,25.466597348267822,57.22739523628662,28.49679680151226,53.144305787644825,28.867961355096806,46.221477600218776,21.2697080431114,35.354096919418375,33.36451285804648,49.708767938825424,,25.466597348267822,57.22739523628662,28.49679680151226,53.144305787644825,19.357681874196228,,,,35.05174963276411,49.708767938825424,,25.269116476636906,57.22739523628662 +percent_savings_baseline_percentile_q70,25.750021754454618,61.05109234622698,17.037220868756805,45.298991986216365,20.173735082541647,49.07164719061653,37.316313070632255,56.78827554424324,53.79090741264161,25.329879821754112,64.75070339112153,32.76841790356629,55.00731756317803,29.59952131516608,46.221477600218776,21.2697080431114,35.354096919418375,34.87755244523579,50.74900493338785,,25.722265887642862,57.22739523628662,32.76841790356629,55.00731756317803,29.59952131516608,46.221477600218776,21.2697080431114,35.354096919418375,34.87755244523579,50.74900493338785,,25.722265887642862,57.22739523628662,32.76841790356629,55.00731756317803,19.357681874196228,,,,35.922735570405706,50.74900493338785,,25.29949814919551,57.22739523628662 +percent_savings_baseline_percentile_q75,27.419487742718935,61.35906102554514,18.197451371476518,45.4527395885501,20.356397242636604,50.38061838923342,38.09858407728832,59.03810704207278,55.035663426662225,25.405834003150616,66.14439624105634,34.084822385352126,55.961553790498,30.331081275235356,46.221477600218776,21.2697080431114,35.354096919418375,35.922735570405706,51.54743855147352,,26.082982442286475,57.22739523628662,34.084822385352126,55.961553790498,30.331081275235356,46.221477600218776,21.2697080431114,35.354096919418375,35.922735570405706,51.54743855147352,,26.082982442286475,57.22739523628662,34.084822385352126,55.961553790498,19.357681874196228,,,,36.793721508047305,51.54743855147352,,25.329879821754112,57.22739523628662 +percent_savings_baseline_percentile_q80,33.98888107558173,61.773503112564285,19.357681874196228,45.60648719088383,20.539059402731564,51.68958958785031,38.70601136152751,61.28793853990233,56.28041944068284,25.48178818454712,68.10057071222292,34.2179428106862,56.552279798532695,31.062641235304632,46.221477600218776,21.2697080431114,35.354096919418375,36.96791869557563,52.34587216955917,,26.443698996930088,57.22739523628662,34.2179428106862,56.552279798532695,31.062641235304632,46.221477600218776,21.2697080431114,35.354096919418375,36.96791869557563,52.34587216955917,,26.443698996930088,57.22739523628662,34.2179428106862,56.552279798532695,19.357681874196228,,,,37.6647074456889,52.34587216955917,,25.360261494312713,57.22739523628662 +percent_savings_baseline_percentile_q85,34.22723758957712,62.485988840344184,23.015481674542603,45.76023479321757,20.721721562826524,52.998560786467195,39.3134386457667,61.43018351118795,57.525175454703444,26.082982442286475,70.0567451833895,34.348069715159106,57.14300580656737,31.794201195373905,46.221477600218776,21.2697080431114,35.354096919418375,37.838258098328666,53.144305787644825,,26.804415551573705,57.22739523628662,34.348069715159106,57.14300580656737,31.794201195373905,46.221477600218776,21.2697080431114,35.354096919418375,37.838258098328666,53.144305787644825,,26.804415551573705,57.22739523628662,34.348069715159106,57.14300580656737,19.357681874196228,,,,38.09858407728832,53.144305787644825,,25.390643166871318,57.22739523628662 +percent_savings_baseline_percentile_q90,36.01568335931492,67.03523807625035,26.67328147488898,45.91398239555131,20.90438372292148,54.30753198508407,40.34803907549096,61.57242848247356,58.76993146872406,26.68417670002583,72.01291965455607,36.34548817658972,61.24179268939869,32.52576115544318,46.221477600218776,21.2697080431114,35.354096919418375,38.35891005624797,53.942739405730485,,27.165132106217317,57.22739523628662,36.34548817658972,61.24179268939869,32.52576115544318,46.221477600218776,21.2697080431114,35.354096919418375,38.35891005624797,53.942739405730485,,27.165132106217317,57.22739523628662,36.34548817658972,61.24179268939869,19.357681874196228,,,,38.53246070888774,53.942739405730485,,25.421024839429915,57.22739523628662 +percent_savings_baseline_percentile_q95,38.96633734048716,70.08552221075853,30.331081275235356,46.067729997885046,21.08704588301644,55.61650318370096,41.45383502946273,61.73999067421583,60.01468748274467,27.28537095776519,73.96909412572263,38.1853594036082,65.9252563846961,33.257321115512454,46.221477600218776,21.2697080431114,35.354096919418375,38.87956201416728,54.74117302381614,,27.52584866086093,57.22739523628662,38.1853594036082,65.9252563846961,33.257321115512454,46.221477600218776,21.2697080431114,35.354096919418375,38.87956201416728,54.74117302381614,,27.52584866086093,57.22739523628662,38.1853594036082,65.9252563846961,19.357681874196228,,,,38.96633734048716,54.74117302381614,,25.451406511988516,57.22739523628662 +percent_savings_baseline_percentile_q98,40.97992247776054,73.05433239776555,32.525761155443185,46.159978559285285,21.196643179073416,56.40188590287109,42.117312601845796,61.8405279892612,60.76154109115704,27.646087512408805,75.14279880842258,38.91427214469523,68.73533460187456,33.696257091554024,46.221477600218776,21.2697080431114,35.354096919418375,39.19195318891886,55.22023319466753,,27.7422785936471,57.22739523628662,38.91427214469523,68.73533460187456,33.696257091554024,46.221477600218776,21.2697080431114,35.354096919418375,39.19195318891886,55.22023319466753,,27.7422785936471,57.22739523628662,38.91427214469523,68.73533460187456,19.357681874196228,,,,39.226663319446814,55.22023319466753,,25.46963551552368,57.22739523628662 +percent_savings_baseline_percentile_q99,41.76977673059752,74.48980049732738,33.257321115512454,46.190728079752034,21.233175611092406,56.663680142594465,42.33847179264014,61.87404042760965,61.010492293961164,27.766326363956672,75.5340337026559,39.157243058390904,69.67202734093405,33.842569083567874,46.221477600218776,21.2697080431114,35.354096919418375,39.29608358050272,55.37991991828466,,27.81442190457582,57.22739523628662,39.157243058390904,69.67202734093405,33.842569083567874,46.221477600218776,21.2697080431114,35.354096919418375,39.29608358050272,55.37991991828466,,27.81442190457582,57.22739523628662,39.157243058390904,69.67202734093405,19.357681874196228,,,,39.3134386457667,55.37991991828466,,25.4757118500354,57.22739523628662 +avoided_daily_mean_core_day_runtime_baseline_percentile_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +avoided_daily_mean_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,152.60599969263004,257.39812569004664,187.84090695814564,116.15616056832675,141.43955353725414,209.16870643161903,189.34948901305216,274.50777235107563,415.45377485281244,148.40492267801403,258.69336044925194,181.2499560471075,289.8305548481975,273.60354452845917,101.90957998062292,118.3500234051929,141.50530111213845,193.11632102501852,277.59894073707505,,171.99942483544035,127.31885188589219,181.2499560471075,289.8305548481975,273.60354452845917,101.90957998062292,118.3500234051929,141.50530111213845,193.11632102501852,277.59894073707505,,171.99942483544035,127.31885188589219,181.2499560471075,289.8305548481975,164.8281732299273,,,,198.34424446227908,277.59894073707505,,131.9618592281713,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_mean,132.34734654543655,214.90285408434934,137.60388031504107,64.99457789267287,117.8671910693618,178.90434381391347,170.17960803607923,220.8792994862296,290.2866305331299,106.81844115761508,170.99553175197747,158.9345470838769,205.68255017913137,210.418531545707,101.90957998062292,118.3500234051929,141.50530111213845,171.34420898805524,200.2311785469393,,134.1347326230862,127.31885188589219,158.9345470838769,205.68255017913137,210.418531545707,101.90957998062292,118.3500234051929,141.50530111213845,171.34420898805524,200.2311785469393,,134.1347326230862,127.31885188589219,158.9345470838769,205.68255017913137,164.8281732299273,,,,179.26486047445204,200.2311785469393,,113.39132536884608,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,112.08869339824307,172.40758247865205,87.3668536719365,13.832995217018976,94.29482860146945,148.6399811962079,151.0097270591063,167.25082662138357,165.11948621344732,65.23195963721615,83.29770305470302,136.6191381206463,121.53454551006521,147.23351856295483,101.90957998062292,118.3500234051929,141.50530111213845,149.57209695109196,122.86341635680357,,96.27004041073204,127.31885188589219,136.6191381206463,121.53454551006521,147.23351856295483,101.90957998062292,118.3500234051929,141.50530111213845,149.57209695109196,122.86341635680357,,96.27004041073204,127.31885188589219,136.6191381206463,121.53454551006521,164.8281732299273,,,,160.185476486625,122.86341635680357,,94.82079150952086,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_sem,10.336047524078305,21.681261023314946,25.631136042400296,26.102848303905045,12.026715544843038,15.441001335564065,9.78055151886374,27.36146574737043,63.86078791820539,21.217592612448435,44.74379015167064,11.385412736342143,42.9326554434011,32.237251521812325,0.0,0.0,0.0,11.108220427022085,39.4733480561917,,19.318720516507227,0.0,11.385412736342143,42.9326554434011,32.237251521812325,0.0,0.0,0.0,11.108220427022085,39.4733480561917,,19.318720516507227,0.0,11.385412736342143,42.9326554434011,0.0,,,,9.734379585626044,39.4733480561917,,9.474762173125113,0.0 +avoided_daily_mean_core_day_runtime_baseline_percentile_q1,31.645467798498025,18.861619406275835,70.09396888603926,28.817875846481808,92.64135219672794,142.52950930435932,126.00663807812185,107.480742359949,93.51341980797784,29.40732446234305,19.926902817135208,99.2660671873749,102.27853935832795,165.7399803962429,101.90957998062292,118.3500234051929,141.50530111213845,125.69430407691507,108.27825676588978,,98.43209898056114,127.31885188589219,99.2660671873749,102.27853935832795,165.7399803962429,101.90957998062292,118.3500234051929,141.50530111213845,125.69430407691507,108.27825676588978,,98.43209898056114,127.31885188589219,99.2660671873749,102.27853935832795,164.8281732299273,,,,155.6246496335673,108.27825676588978,,98.35628368903261,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q2.5,38.79910509678546,23.975691106784087,71.67554525278142,29.92532590912031,93.42835233576258,144.06582159269064,129.28614509079296,107.9312135495448,101.8762984811923,33.20374675639802,26.63889963393252,100.85818830947389,102.83197842488548,167.10769114571627,101.90957998062292,118.3500234051929,141.50530111213845,128.50531008777602,109.92499956439676,,98.7732677924395,127.31885188589219,100.85818830947389,102.83197842488548,167.10769114571627,101.90957998062292,118.3500234051929,141.50530111213845,128.50531008777602,109.92499956439676,,98.7732677924395,127.31885188589219,100.85818830947389,102.83197842488548,164.8281732299273,,,,156.48107379839067,109.92499956439676,,98.58372956361818,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q5,51.7244529566908,49.0300828487787,74.31150586401834,31.771076013517813,94.74001923415366,146.62634207324285,134.75199011191148,108.68199886553779,115.8144296032164,39.53111724648964,37.82556099526137,103.51172351297222,103.75437686914802,169.38720906150527,101.90957998062292,118.3500234051929,141.50530111213845,133.19032010587762,112.66957089524169,,99.34188247890341,127.31885188589219,103.51172351297222,103.75437686914802,169.38720906150527,101.90957998062292,118.3500234051929,141.50530111213845,133.19032010587762,112.66957089524169,,99.34188247890341,127.31885188589219,103.51172351297222,103.75437686914802,164.8281732299273,,,,157.90844740642962,112.66957089524169,,98.9628060212608,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q10,73.26746241429193,97.71815619418649,79.58342708649218,35.46257622231282,97.3633530309358,151.74738303434725,145.68368015414853,110.18356949752378,143.6906918472646,52.18585822667288,60.198883717919074,107.02479989642265,105.59917375767316,173.94624489308325,101.90957998062292,118.3500234051929,141.50530111213845,142.5603401420808,118.15871355693157,,100.47911185183128,127.31885188589219,107.02479989642265,105.59917375767316,173.94624489308325,101.90957998062292,118.3500234051929,141.50530111213845,142.5603401420808,118.15871355693157,,100.47911185183128,127.31885188589219,107.02479989642265,105.59917375767316,164.8281732299273,,,,160.76319462250748,118.15871355693157,,99.72095893654604,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q15,86.96928719533973,107.3305852967504,84.85534830896601,39.154076431107825,99.98668682771793,156.86842399545162,155.4023852494465,116.78205093061534,171.56695409131277,64.84059920685613,82.57220644057676,109.82945605805256,108.18734941616883,178.50528072466122,101.90957998062292,118.3500234051929,141.50530111213845,151.930360178284,123.64785621862144,,101.61634122475914,127.31885188589219,109.82945605805256,108.18734941616883,178.50528072466122,101.90957998062292,118.3500234051929,141.50530111213845,151.930360178284,123.64785621862144,,101.61634122475914,127.31885188589219,109.82945605805256,108.18734941616883,164.8281732299273,,,,163.61794183858535,123.64785621862144,,100.47911185183126,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q20,92.11668543737152,115.46235464399703,90.12726953143986,42.84557663990283,102.61002062450007,161.98946495655602,157.84318066310982,123.3805323637069,199.443216335361,77.49534018703936,104.94552916323448,116.45656399471727,115.23579769448796,183.0643165562392,101.90957998062292,118.3500234051929,141.50530111213845,157.33749796321405,129.13699888031132,,102.753570597687,127.31885188589219,116.45656399471727,115.23579769448796,183.0643165562392,101.90957998062292,118.3500234051929,141.50530111213845,157.33749796321405,129.13699888031132,,102.753570597687,127.31885188589219,116.45656399471727,115.23579769448796,164.8281732299273,,,,166.47268905466325,129.13699888031132,,101.23726476711651,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q25,96.14178711841927,126.33427200534587,91.45899342922169,46.537076848697836,105.2333544212822,167.11050591766042,160.28397607677317,133.57762250426228,227.31947857940915,82.67266841677342,127.31885188589219,121.08516173743368,122.2842459728071,187.62335238781714,101.90957998062292,118.3500234051929,141.50530111213845,160.76319462250748,134.6261415420012,,103.89079997061485,127.31885188589219,121.08516173743368,122.2842459728071,187.62335238781714,101.90957998062292,118.3500234051929,141.50530111213845,160.76319462250748,134.6261415420012,,103.89079997061485,127.31885188589219,121.08516173743368,122.2842459728071,164.8281732299273,,,,167.5101311760971,134.6261415420012,,101.99541768240175,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q30,101.41391410339092,141.73224226540637,92.7907173270035,50.22857705749284,107.85668821806433,172.2315468787648,162.4719301404886,143.77471264481767,255.19574082345733,87.84999664650746,140.4410667140658,126.29286820408652,128.73749680851682,192.1823882193951,101.90957998062292,118.3500234051929,141.50530111213845,164.18889128180095,140.1152842036911,,105.0280293435427,127.31885188589219,126.29286820408652,128.73749680851682,192.1823882193951,101.90957998062292,118.3500234051929,141.50530111213845,164.18889128180095,140.1152842036911,,105.0280293435427,127.31885188589219,126.29286820408652,128.73749680851682,164.8281732299273,,,,168.54757329753096,140.1152842036911,,102.75357059768699,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q35,105.49543046932253,145.59891161233622,94.12244122478535,53.92007726628785,110.48002201484648,177.3525878398692,164.0277808293343,149.90304306779382,279.750599655367,93.02732487624151,153.56328154223945,134.94685667452873,133.70275403770302,196.74142405097308,101.90957998062292,118.3500234051929,141.50530111213845,166.8876659032368,148.79073229637038,,107.30603018297327,127.31885188589219,134.94685667452873,133.70275403770302,196.74142405097308,101.90957998062292,118.3500234051929,141.50530111213845,166.8876659032368,148.79073229637038,,107.30603018297327,127.31885188589219,134.94685667452873,133.70275403770302,164.8281732299273,,,,169.58501541896482,148.79073229637038,,103.51172351297222,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q40,108.88272635281474,154.39079641825444,95.45416512256716,57.61157747508285,113.10335581162862,182.4736288009736,165.58363151818,156.03137349077,297.6626516629997,98.20465310597557,166.68549637041315,147.50547641090495,138.6680112668892,201.30045988255108,101.90957998062292,118.3500234051929,141.50530111213845,168.13259644895743,163.8387912510286,,111.8655739554093,127.31885188589219,147.50547641090495,138.6680112668892,201.30045988255108,101.90957998062292,118.3500234051929,141.50530111213845,168.13259644895743,163.8387912510286,,111.8655739554093,127.31885188589219,147.50547641090495,138.6680112668892,164.8281732299273,,,,170.6224575403987,163.8387912510286,,104.26987642825746,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q45,119.71759257131328,192.74784301871907,109.1319237177456,61.30307768387786,115.72668960841077,187.59466976207796,167.09515432752357,199.82725787768817,315.5747036706323,100.10003539418865,179.8077111985868,157.9860421022244,141.84571284204034,205.85949571412903,101.90957998062292,118.3500234051929,141.50530111213845,169.37752699467808,178.88685020568676,,116.42511772784533,127.31885188589219,157.9860421022244,141.84571284204034,205.85949571412903,101.90957998062292,118.3500234051929,141.50530111213845,169.37752699467808,178.88685020568676,,116.42511772784533,127.31885188589219,157.9860421022244,141.84571284204034,164.8281732299273,,,,171.80199059317638,178.88685020568676,,105.0280293435427,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q50,130.00172040570462,195.1541652317742,122.80968231292402,64.99457789267287,118.3500234051929,192.71571072318235,168.54757329753096,243.62314226460632,333.48675567826484,101.99541768240175,192.92992602676043,164.8281732299273,142.64000687847806,210.418531545707,101.90957998062292,118.3500234051929,141.50530111213845,170.6224575403987,193.9349091603449,,120.98466150028136,127.31885188589219,164.8281732299273,142.64000687847806,210.418531545707,101.90957998062292,118.3500234051929,141.50530111213845,170.6224575403987,193.9349091603449,,120.98466150028136,127.31885188589219,164.8281732299273,142.64000687847806,164.8281732299273,,,,172.9815236459541,193.9349091603449,,105.78618225882794,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q55,141.39693345957443,201.72497733097492,136.48744090810246,68.68607810146787,120.82850750122572,193.69334161150607,169.99999226753837,243.85912397023924,351.3988076858975,103.89079997061485,193.81962170876594,165.97933430724245,143.43430091491578,214.97756737728497,101.90957998062292,118.3500234051929,141.50530111213845,172.03789720373194,208.9829681150031,,125.54420527271739,127.31885188589219,165.97933430724245,143.43430091491578,214.97756737728497,101.90957998062292,118.3500234051929,141.50530111213845,172.03789720373194,208.9829681150031,,125.54420527271739,127.31885188589219,165.97933430724245,143.43430091491578,164.8281732299273,,,,174.16105669873178,208.9829681150031,,108.82587810711863,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q60,150.1651995032809,243.71753494685947,150.1651995032809,72.37757831026288,123.3069915972585,194.67097249982982,171.56608398262085,244.09510567587213,369.31085969353006,105.78618225882794,194.70931739077145,168.13259644895743,163.8387912510286,219.53660320886294,101.90957998062292,118.3500234051929,141.50530111213845,173.45333686706516,224.03102706966123,,130.1037490451534,127.31885188589219,168.13259644895743,163.8387912510286,219.53660320886294,101.90957998062292,118.3500234051929,141.50530111213845,173.45333686706516,224.03102706966123,,130.1037490451534,127.31885188589219,168.13259644895743,163.8387912510286,164.8281732299273,,,,175.34058975150947,224.03102706966123,,111.8655739554093,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q65,156.79712548582552,260.42175116319504,153.8309429349425,76.06907851905788,125.78547569329132,195.64860338815356,173.2174302565096,274.98478665469383,387.2229117011627,113.38542187955466,195.59901307277696,171.09427076150976,198.9509288118976,224.09563904044091,101.90957998062292,118.3500234051929,141.50530111213845,174.8687765303984,239.07908602431942,,134.66329281758942,127.31885188589219,171.09427076150976,198.9509288118976,224.09563904044091,101.90957998062292,118.3500234051929,141.50530111213845,174.8687765303984,239.07908602431942,,134.66329281758942,127.31885188589219,171.09427076150976,198.9509288118976,164.8281732299273,,,,176.0400863809028,239.07908602431942,,114.90526980369998,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q70,163.42778730108714,282.2137201143196,157.49668636660408,79.76057872785289,128.26395978932413,196.62623427647728,174.8687765303984,305.87446763351556,394.49772047501835,120.98466150028136,196.48870875478246,174.39696330928732,234.06306637276663,228.65467487201886,101.90957998062292,118.3500234051929,141.50530111213845,175.90018705502413,250.27304187163645,,142.20132210614193,127.31885188589219,174.39696330928732,234.06306637276663,228.65467487201886,101.90957998062292,118.3500234051929,141.50530111213845,175.90018705502413,250.27304187163645,,142.20132210614193,127.31885188589219,174.39696330928732,234.06306637276663,164.8281732299273,,,,176.73958301029614,250.27304187163645,,117.94496565199067,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q75,166.06156009847928,308.56456280131306,161.1624297982657,83.4520789366479,130.74244388535692,197.603865164801,176.0400863809028,311.2546579691106,396.45390763198554,128.58390112100807,197.37840443678797,176.73958301029614,259.539946165283,233.21371070359683,101.90957998062292,118.3500234051929,141.50530111213845,176.73958301029614,259.539946165283,,151.22859415275272,127.31885188589219,176.73958301029614,259.539946165283,233.21371070359683,101.90957998062292,118.3500234051929,141.50530111213845,176.73958301029614,259.539946165283,,151.22859415275272,127.31885188589219,176.73958301029614,259.539946165283,164.8281732299273,,,,177.4390796396895,259.539946165283,,120.98466150028136,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q80,170.6224575403987,319.7928822045882,164.8281732299273,87.14357914544291,133.22092798138974,198.58149605312474,177.0193816620535,316.63484830470566,398.41009478895273,136.18314074173477,222.28237117699902,181.7838518924276,281.16272285045824,237.77274653517483,101.90957998062292,118.3500234051929,141.50530111213845,177.57897896556818,268.80685045892955,,160.25586619936348,127.31885188589219,181.7838518924276,281.16272285045824,237.77274653517483,101.90957998062292,118.3500234051929,141.50530111213845,177.57897896556818,268.80685045892955,,160.25586619936348,127.31885188589219,181.7838518924276,281.16272285045824,164.8281732299273,,,,178.13857626908285,268.80685045892955,,124.02435734857204,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q85,176.0400863809028,329.48028794774507,187.62335238781714,90.8350793542379,135.69941207742255,199.55912694144845,177.9986769432042,323.2570957528018,400.3662819459199,151.22859415275272,247.18633791721004,194.54231657413416,302.78549953563345,242.33178236675278,101.90957998062292,118.3500234051929,141.50530111213845,183.32083364624518,278.073754752576,,169.28313824597424,127.31885188589219,194.54231657413416,302.78549953563345,242.33178236675278,101.90957998062292,118.3500234051929,141.50530111213845,183.32083364624518,278.073754752576,,169.28313824597424,127.31885188589219,194.54231657413416,302.78549953563345,164.8281732299273,,,,191.09421971198873,278.073754752576,,127.06405319686273,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q90,187.25176532744467,362.2684184381029,210.418531545707,94.52657956303291,138.17789617345534,200.53675782977223,193.68534840056992,329.87934320089784,402.3224691028871,166.27404756377064,272.09030465742114,216.52267177874643,356.2527136234529,246.89081819833075,101.90957998062292,118.3500234051929,141.50530111213845,198.86760577773228,287.3406590462225,,178.310410292585,127.31885188589219,216.52267177874643,356.2527136234529,246.89081819833075,101.90957998062292,118.3500234051929,141.50530111213845,198.86760577773228,287.3406590462225,,178.310410292585,127.31885188589219,216.52267177874643,356.2527136234529,164.8281732299273,,,,204.04986315489464,287.3406590462225,,130.1037490451534,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q95,221.56210112698145,401.67040671723134,233.21371070359683,98.21807977182792,140.65638026948818,201.51438871809592,211.8232492206381,339.4470571197281,404.2786562598543,181.31950097478858,296.9942713976321,237.77547198694046,415.02733394504645,251.44985402990872,101.90957998062292,118.3500234051929,141.50530111213845,214.4143779092193,296.607563339869,,187.33768233919577,127.31885188589219,237.77547198694046,415.02733394504645,251.44985402990872,101.90957998062292,118.3500234051929,141.50530111213845,214.4143779092193,296.607563339869,,187.33768233919577,127.31885188589219,237.77547198694046,415.02733394504645,164.8281732299273,,,,217.00550659780052,296.607563339869,,133.1434448934441,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q98,242.98501995109655,437.31571440773814,246.89081819833078,100.43297989710491,142.14347072710783,202.10096725109017,222.70598971267907,345.1876854710262,405.45236855403465,190.34677302139937,311.9366514417588,248.7155227116682,450.29210613800257,254.18527552885553,101.90957998062292,118.3500234051929,141.50530111213845,223.74244118811157,302.16770591605695,,192.75404556716222,127.31885188589219,248.7155227116682,450.29210613800257,254.18527552885553,101.90957998062292,118.3500234051929,141.50530111213845,223.74244118811157,302.16770591605695,,192.75404556716222,127.31885188589219,248.7155227116682,450.29210613800257,164.8281732299273,,,,224.77889266354407,302.16770591605695,,134.9672624024185,127.31885188589219 +avoided_daily_mean_core_day_runtime_baseline_percentile_q99,249.4969549062916,455.5588343371891,251.44985402990875,101.17127993886393,142.6391675463144,202.2964934287549,226.33356987669274,347.10122825479226,405.8436059854281,193.35586370360295,316.9174447898009,252.36220628657745,462.04703020232137,255.09708269517108,101.90957998062292,118.3500234051929,141.50530111213845,226.85179561440896,304.0210867747862,,194.55949997648435,127.31885188589219,252.36220628657745,462.04703020232137,255.09708269517108,101.90957998062292,118.3500234051929,141.50530111213845,226.85179561440896,304.0210867747862,,194.55949997648435,127.31885188589219,252.36220628657745,462.04703020232137,164.8281732299273,,,,227.37002135212524,304.0210867747862,,135.57520157207662,127.31885188589219 +avoided_total_core_day_runtime_baseline_percentile_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +avoided_total_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,146513.43893579807,136509.99915060122,214905.15401743597,1696.624998061838,107224.4156808283,84300.23249353362,157031.39946223807,171318.5584004879,347576.83500360325,173762.59199445558,5516.2372727608445,176172.243991201,164338.73670265463,385849.71522894735,1426.734119728721,69234.76369203784,83629.63295727383,160007.94130546553,165123.45767879905,,202260.27706804592,3182.9712971473045,176172.243991201,164338.73670265463,385849.71522894735,1426.734119728721,69234.76369203784,83629.63295727383,160007.94130546553,165123.45767879905,,202260.27706804592,3182.9712971473045,176172.243991201,164338.73670265463,64282.987559671645,,,,168570.50013198913,165123.45767879905,,163486.70058989007,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_mean,123164.0774554462,93614.64081902191,140701.98954432833,727.4068477667219,87536.23901392137,71797.67952203489,131030.6508947919,104389.69607991214,249850.71174749604,125392.95210758726,2973.17157320126,141479.62805419817,94144.74122586519,199059.28996952513,1426.734119728721,69234.76369203784,83629.63295727383,130329.17391528857,91250.4885954971,,157978.00245010096,3182.9712971473045,141479.62805419817,94144.74122586519,199059.28996952513,1426.734119728721,69234.76369203784,83629.63295727383,130329.17391528857,91250.4885954971,,157978.00245010096,3182.9712971473045,141479.62805419817,94144.74122586519,64282.987559671645,,,,136531.89195910413,91250.4885954971,,135102.28414639438,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,99814.71597509431,50719.2824874426,66498.8250712207,-241.8113025283942,67848.06234701443,59295.126550536144,105029.90232734574,37460.83375933638,152124.5884913888,77023.31222071894,430.1058736416753,106787.01211719534,23950.74574907575,12268.864710102935,1426.734119728721,69234.76369203784,83629.63295727383,100650.40652511161,17377.519512195155,,113695.72783215599,3182.9712971473045,106787.01211719534,23950.74574907575,12268.864710102935,1426.734119728721,69234.76369203784,83629.63295727383,100650.40652511161,17377.519512195155,,113695.72783215599,3182.9712971473045,106787.01211719534,23950.74574907575,64282.987559671645,,,,104493.28378621914,17377.519512195155,,106717.86770289869,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_sem,11912.939530791778,21885.386903866995,37858.75738423859,494.4990562730184,10044.988095360679,6378.853556887113,13265.688044615388,34147.37873498764,49860.26696740165,24678.387697381793,1297.4824997752983,17700.314253572873,35813.262998361955,95301.23737725623,0.0,0.0,0.0,15142.228260294367,37690.29034862344,,22592.99725405356,0.0,17700.314253572873,35813.262998361955,95301.23737725623,0.0,0.0,0.0,15142.228260294367,37690.29034862344,,22592.99725405356,0.0,17700.314253572873,35813.262998361955,0.0,,,,16346.228659635204,37690.29034862344,,14481.845124232494,0.0 +avoided_total_core_day_runtime_baseline_percentile_q1,43424.91463439523,7.862281225322387,64500.41541784435,42.06612124396279,69498.95708752604,57397.364471276116,73138.27341945417,6462.120762255377,100635.76502687561,39934.89671508139,13.907014445343302,64976.23621820292,1549.6707221480217,66978.5136078687,1426.734119728721,69234.76369203784,83629.63295727383,72923.49285780964,36741.72941923594,,112859.53133757203,3182.9712971473045,64976.23621820292,1549.6707221480217,66978.5136078687,1426.734119728721,69234.76369203784,83629.63295727383,72923.49285780964,36741.72941923594,,112859.53133757203,3182.9712971473045,64976.23621820292,1549.6707221480217,64282.987559671645,,,,73496.72594563285,36741.72941923594,,112758.52019951232,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q2.5,52041.26729794573,19.655703063305968,64826.55720510341,63.04593940282277,69895.24718075832,57927.635617097316,75393.4693167217,8387.360256063015,106623.34367560028,43316.22249966113,34.767536113358254,66016.1092059998,1734.075625776973,71021.80268016431,1426.734119728721,69234.76369203784,83629.63295727383,74856.51791261039,37031.534506628115,,113314.08145884072,3182.9712971473045,66016.1092059998,1734.075625776973,71021.80268016431,1426.734119728721,69234.76369203784,83629.63295727383,74856.51791261039,37031.534506628115,,113314.08145884072,3182.9712971473045,66016.1092059998,1734.075625776973,64282.987559671645,,,,76289.6006321684,37031.534506628115,,113061.55361369145,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q5,61563.96186104008,128.10386104558012,65370.12685053518,98.01230300092273,70555.73066947881,58811.42086013267,79152.12914550092,11596.092745742411,116602.6414234747,48951.76547396069,69.53507222671651,67749.23085232798,2041.4171318252252,77760.617800657,1426.734119728721,69234.76369203784,83629.63295727383,78078.22633727829,37514.54298561506,,114071.6649942885,3182.9712971473045,67749.23085232798,2041.4171318252252,77760.617800657,1426.734119728721,69234.76369203784,83629.63295727383,78078.22633727829,37514.54298561506,,114071.6649942885,3182.9712971473045,67749.23085232798,2041.4171318252252,64282.987559671645,,,,80944.3917763943,37514.54298561506,,113566.60930398997,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q10,66457.26614139872,1003.0443990779559,66457.26614139872,167.94503019712263,71876.69764691978,60578.99134620336,86669.44880305938,18013.557725101207,136561.2369192236,60222.851422559805,139.07014445343302,70194.78201039971,2656.10014392173,91238.24804164235,1426.734119728721,69234.76369203784,83629.63295727383,84521.6431866141,38480.55994358896,,115586.83206518408,3182.9712971473045,70194.78201039971,2656.10014392173,91238.24804164235,1426.734119728721,69234.76369203784,83629.63295727383,84521.6431866141,38480.55994358896,,115586.83206518408,3182.9712971473045,70194.78201039971,2656.10014392173,64282.987559671645,,,,90253.97406484612,38480.55994358896,,114576.72068458704,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q15,69083.95894980984,1777.9815552124378,67544.40543226225,237.87775739332253,73197.66462436074,62346.561832274034,93900.87930186292,25946.743246852355,156519.83241497245,71493.93737115891,208.6052166801495,73782.61510438776,4851.249033671999,104715.87828262769,1426.734119728721,69234.76369203784,83629.63295727383,90965.06003594991,39446.57690156286,,117101.99913607967,3182.9712971473045,73782.61510438776,4851.249033671999,104715.87828262769,1426.734119728721,69234.76369203784,83629.63295727383,90965.06003594991,39446.57690156286,,117101.99913607967,3182.9712971473045,73782.61510438776,4851.249033671999,64282.987559671645,,,,99563.55635329794,39446.57690156286,,115586.83206518408,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q20,71634.80948794249,3588.3476311800478,68631.54472312579,307.8104845895225,74518.6316018017,64114.132318344724,99416.974848137,33879.9287686035,176478.42791072137,82765.02331975804,278.14028890686603,88817.25441950465,16529.193189344853,118193.50852361304,1426.734119728721,69234.76369203784,83629.63295727383,96264.92025026609,40412.593859536755,,118617.16620697525,3182.9712971473045,88817.25441950465,16529.193189344853,118193.50852361304,1426.734119728721,69234.76369203784,83629.63295727383,96264.92025026609,40412.593859536755,,118617.16620697525,3182.9712971473045,88817.25441950465,16529.193189344853,64282.987559671645,,,,108873.13864174976,40412.593859536755,,116596.94344578114,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q25,82524.58092977514,5178.627766383617,76258.86942865881,377.74321178572234,75839.59857924268,65881.70280441541,104933.07039441112,35214.22739812233,196437.02340647022,90212.89197066677,504.6728233353315,100993.00214707246,28207.137345017698,131671.1387645984,1426.734119728721,69234.76369203784,83629.63295727383,100993.00214707246,41378.61081751065,,120132.33327787084,3182.9712971473045,100993.00214707246,28207.137345017698,131671.1387645984,1426.734119728721,69234.76369203784,83629.63295727383,100993.00214707246,41378.61081751065,,120132.33327787084,3182.9712971473045,100993.00214707246,28207.137345017698,64282.987559671645,,,,113220.00862628609,41378.61081751065,,117607.0548263782,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q30,87938.94448607661,9321.936413644647,83886.19413419184,447.67593898192223,77160.56555668364,67649.2732904861,110611.8866355643,36548.526027641165,216395.61890221908,97660.76062157548,731.205357763797,109223.48090829176,37192.537332957094,145148.76900558372,1426.734119728721,69234.76369203784,83629.63295727383,105721.08404387884,42344.62777548455,,121647.50034876642,3182.9712971473045,109223.48090829176,37192.537332957094,145148.76900558372,1426.734119728721,69234.76369203784,83629.63295727383,105721.08404387884,42344.62777548455,,121647.50034876642,3182.9712971473045,109223.48090829176,37192.537332957094,64282.987559671645,,,,117566.8786108224,42344.62777548455,,118617.16620697525,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q35,97633.84907204221,16277.855961280447,91513.51883972486,517.6086661781221,78481.5325341246,69416.8437765568,116697.50461391514,38616.79539291521,233998.50543782592,105108.62927248419,957.7378921922624,110449.67884118878,39446.576901562854,158626.39924656908,1426.734119728721,69234.76369203784,83629.63295727383,110611.88663556428,44085.67203224955,,125029.36828221663,3182.9712971473045,110449.67884118878,39446.576901562854,158626.39924656908,1426.734119728721,69234.76369203784,83629.63295727383,110611.88663556428,44085.67203224955,,125029.36828221663,3182.9712971473045,110449.67884118878,39446.576901562854,64282.987559671645,,,,121913.74859535872,44085.67203224955,,119627.2775875723,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q40,108873.13864174976,25350.67885685054,99140.8435452579,587.5413933743222,79802.49951156556,71184.41426262747,122783.122592266,40685.064758189255,246889.97405314876,112556.49792339292,1184.270426620728,111783.83874381965,41700.61647016862,172104.02948755445,1426.734119728721,69234.76369203784,83629.63295727383,115828.13061700788,47376.77088659679,,132144.63794077613,3182.9712971473045,111783.83874381965,41700.61647016862,172104.02948755445,1426.734119728721,69234.76369203784,83629.63295727383,115828.13061700788,47376.77088659679,,132144.63794077613,3182.9712971473045,111783.83874381965,41700.61647016862,64282.987559671645,,,,126260.61857989505,47376.77088659679,,120637.38896816937,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q45,110701.01745166452,35481.0871240261,102227.4907615412,657.474120570522,81123.46648900653,72951.98474869817,127712.67425560807,41836.85191949487,259781.44266847154,115081.77637488555,1683.945644252372,115586.83206518408,46279.73793514771,185581.6597285398,1426.734119728721,69234.76369203784,83629.63295727383,121044.37459845145,50667.86974094401,,139259.90759933562,3182.9712971473045,115586.83206518408,46279.73793514771,185581.6597285398,1426.734119728721,69234.76369203784,83629.63295727383,121044.37459845145,50667.86974094401,,139259.90759933562,3182.9712971473045,115586.83206518408,46279.73793514771,64282.987559671645,,,,132995.25783277408,50667.86974094401,,121647.50034876642,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q50,111208.47614683493,40685.064758189255,105314.1379778245,727.4068477667219,82444.4334664475,74719.55523476885,131100.80416560514,42988.63908080048,272672.9112837943,117607.0548263782,2183.6208618840164,122657.61172936347,53958.96859529123,199059.28996952513,1426.734119728721,69234.76369203784,83629.63295727383,126260.61857989505,53958.96859529123,,146375.17725789512,3182.9712971473045,122657.61172936347,53958.96859529123,199059.28996952513,1426.734119728721,69234.76369203784,83629.63295727383,126260.61857989505,53958.96859529123,,146375.17725789512,3182.9712971473045,122657.61172936347,53958.96859529123,64282.987559671645,,,,139729.89708565315,53958.96859529123,,122657.61172936347,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q55,112289.23154514248,47824.81338537704,108400.7851941078,797.3395749629218,85292.94210813064,75610.56300701934,134488.93407560218,49033.856961521145,285564.37989911716,120132.33327787084,2683.29607951566,125179.71652473557,61638.19925543477,212536.9202105105,1426.734119728721,69234.76369203784,83629.63295727383,134342.1856833499,57250.06744963846,,153490.4469164546,3182.9712971473045,125179.71652473557,61638.19925543477,212536.9202105105,1426.734119728721,69234.76369203784,83629.63295727383,134342.1856833499,57250.06744963846,,153490.4469164546,3182.9712971473045,125179.71652473557,61638.19925543477,64282.987559671645,,,,146464.5363385322,57250.06744963846,,127401.12483506982,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q60,122657.61172936347,56650.895267697946,111487.4324103911,867.2723021591216,88141.45074981375,76501.57077926984,139392.6269193344,55079.07484224181,298455.84851443995,122657.61172936347,3182.9712971473045,137036.04138450153,68669.36507928037,226014.55045149583,1426.734119728721,69234.76369203784,83629.63295727383,142423.75278680475,60541.16630398569,,160605.71657501408,3182.9712971473045,137036.04138450153,68669.36507928037,226014.55045149583,1426.734119728721,69234.76369203784,83629.63295727383,142423.75278680475,60541.16630398569,,160605.71657501408,3182.9712971473045,137036.04138450153,68669.36507928037,64282.987559671645,,,,153199.17559141124,60541.16630398569,,132144.63794077613,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q65,124235.13199051293,66887.34953477935,125323.9584698296,937.2050293553217,90989.95939149687,77392.57855152035,145432.99196336803,60004.1864760119,311347.3171297628,134516.39449362928,3351.87810299428,154185.9328791605,75214.4822759025,239492.1806924812,1426.734119728721,69234.76369203784,83629.63295727383,150505.31989025965,63832.26515833291,,167720.98623357358,3182.9712971473045,154185.9328791605,75214.4822759025,239492.1806924812,1426.734119728721,69234.76369203784,83629.63295727383,150505.31989025965,63832.26515833291,,167720.98623357358,3182.9712971473045,154185.9328791605,75214.4822759025,64282.987559671645,,,,155666.06881078437,63832.26515833291,,136888.15104648244,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q70,131100.80416560514,80065.60186827183,139160.48452926808,1007.1377565515215,93838.46803318,78283.58632377084,151473.35700740165,64929.29810978199,319821.3238508503,146375.17725789512,3520.7849088412568,161093.23389340527,81759.59947252464,252969.8109334665,1426.734119728721,69234.76369203784,83629.63295727383,155172.69016690974,80489.91741518021,,175743.98424390613,3182.9712971473045,161093.23389340527,81759.59947252464,252969.8109334665,1426.734119728721,69234.76369203784,83629.63295727383,155172.69016690974,80489.91741518021,,175743.98424390613,3182.9712971473045,161093.23389340527,81759.59947252464,64282.987559671645,,,,158132.9620301575,80489.91741518021,,141631.66415218878,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q75,148884.62913138722,96644.04592772583,152997.0105887066,1077.0704837477215,96686.97667486314,79174.59409602135,155666.06881078437,142732.39463677336,326086.59962482017,158233.96002216093,3689.6917146882324,166579.74562766525,117856.09750889655,266447.4411744519,1426.734119728721,69234.76369203784,83629.63295727383,158132.9620301575,103830.84637327767,,184220.84643012524,3182.9712971473045,166579.74562766525,117856.09750889655,266447.4411744519,1426.734119728721,69234.76369203784,83629.63295727383,158132.9620301575,103830.84637327767,,184220.84643012524,3182.9712971473045,166579.74562766525,117856.09750889655,64282.987559671645,,,,160599.85524953064,103830.84637327767,,146375.17725789512,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q80,163066.7484689038,224201.8343913462,166833.53664814506,1147.0032109439214,99535.48531654626,80065.60186827184,159119.71931790677,220535.49116376473,332351.87539879006,170092.74278642674,3858.5985205352085,175305.56642608592,165773.14788116844,279925.07141543727,1426.734119728721,69234.76369203784,83629.63295727383,161093.2338934053,127171.77533137513,,192697.70861634437,3182.9712971473045,175305.56642608592,165773.14788116844,279925.07141543727,1426.734119728721,69234.76369203784,83629.63295727383,161093.2338934053,127171.77533137513,,192697.70861634437,3182.9712971473045,175305.56642608592,165773.14788116844,64282.987559671645,,,,163066.7484689038,127171.77533137513,,151118.69036360143,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q85,167648.33818271547,285873.57948717027,208584.05058095345,1216.9359381401212,102383.99395822937,80956.60964052234,162573.36982502916,267149.8851637143,338617.15117275994,184220.84643012524,5227.711116900769,193550.44916489298,213690.1982534402,293402.7016564226,1426.734119728721,69234.76369203784,83629.63295727383,166375.75972048566,150512.7042894725,,201174.57080256345,3182.9712971473045,193550.44916489298,213690.1982534402,293402.7016564226,1426.734119728721,69234.76369203784,83629.63295727383,166375.75972048566,150512.7042894725,,201174.57080256345,3182.9712971473045,193550.44916489298,213690.1982534402,64282.987559671645,,,,171339.27659785846,150512.7042894725,,155862.20346930774,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q90,183124.80188557465,314140.3179979052,250334.56451376184,1286.868665336321,105232.50259991252,81847.61741277284,172993.78222364944,313764.2791636639,344882.42694672977,198348.95007382374,6596.82371326633,214425.83881062147,244349.83492987027,306880.33189740794,1426.734119728721,69234.76369203784,83629.63295727383,176302.79347523133,173853.63324756993,,209651.43298878253,3182.9712971473045,214425.83881062147,244349.83492987027,306880.33189740794,1426.734119728721,69234.76369203784,83629.63295727383,176302.79347523133,173853.63324756993,,209651.43298878253,3182.9712971473045,214425.83881062147,244349.83492987027,64282.987559671645,,,,179611.80472681316,173853.63324756993,,160605.71657501408,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q95,218993.0832670962,316268.2910176653,292085.0784465702,1356.801392532521,108081.01124159562,82738.62518502334,184575.32160418597,315224.2243182629,351147.70272069966,212477.05371752224,7965.936309631891,258774.287866668,272133.2359903267,320357.96213839325,1426.734119728721,69234.76369203784,83629.63295727383,186229.82722997692,197194.5622056673,,218128.2951750016,3182.9712971473045,258774.287866668,272133.2359903267,320357.96213839325,1426.734119728721,69234.76369203784,83629.63295727383,186229.82722997692,197194.5622056673,,218128.2951750016,3182.9712971473045,258774.287866668,272133.2359903267,64282.987559671645,,,,187884.33285576786,197194.5622056673,,165349.2296807204,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q98,280220.3748702997,334604.8454424572,317135.3868062553,1398.761028850241,109790.11642660551,83273.22984837364,191524.2452325079,316100.19141102233,354906.8681850816,220953.91590374135,8787.40386745123,303811.0705742943,288803.2766266006,328444.54028298444,1426.734119728721,69234.76369203784,83629.63295727383,192186.0474828243,211199.11958052576,,223214.4124867331,3182.9712971473045,303811.0705742943,288803.2766266006,328444.54028298444,1426.734119728721,69234.76369203784,83629.63295727383,192186.0474828243,211199.11958052576,,223214.4124867331,3182.9712971473045,303811.0705742943,288803.2766266006,64282.987559671645,,,,192847.8497331407,211199.11958052576,,168195.3375441442,3182.9712971473045 +avoided_total_core_day_runtime_baseline_percentile_q99,307027.98362483917,346008.91196856333,325485.489592817,1412.747574289481,110359.81815494213,83451.43140282373,193840.55310861522,316392.1804419421,356159.9233398756,223779.53663248106,9061.22638672434,318823.33147683647,294359.9568386919,331140.06633118156,1426.734119728721,69234.76369203784,83629.63295727383,194171.45423377343,215867.3053721452,,224909.78492397693,3182.9712971473045,318823.33147683647,294359.9568386919,331140.06633118156,1426.734119728721,69234.76369203784,83629.63295727383,194171.45423377343,215867.3053721452,,224909.78492397693,3182.9712971473045,318823.33147683647,294359.9568386919,64282.987559671645,,,,194502.3553589316,215867.3053721452,,169144.04016528546,3182.9712971473045 +baseline_daily_mean_core_day_runtime_baseline_percentile_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +baseline_daily_mean_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,794.1883471293976,472.21168532493607,1067.3707940524746,250.46799094209365,862.5491096390488,437.32440779815636,691.400528077723,539.4958113082304,766.3539023717791,613.0206282088852,366.65116970213234,679.0827060847939,510.5030245130126,870.4504592878629,220.4810085520515,556.4252370804065,400.2514940055395,714.530779173249,540.8788676737302,,651.756081152551,222.47885188589214,679.0827060847939,510.5030245130126,870.4504592878629,220.4810085520515,556.4252370804065,400.2514940055395,714.530779173249,540.8788676737302,,651.756081152551,222.47885188589214,679.0827060847939,510.5030245130126,851.4871475889016,,,,707.4154698027537,540.8788676737302,,568.4855201084441,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_mean,704.6186586039753,403.4911156937361,959.6612124270819,142.78029217838716,719.2645696170736,398.5323290326348,596.3430872803369,441.4804357548621,556.4747414754594,538.22611089961,283.44688041098135,604.8721511316276,402.4248393422912,802.3503960258076,220.4810085520515,556.4252370804065,400.2514940055395,627.1482738079867,426.29066430326,,551.272924298969,222.47885188589214,604.8721511316276,402.4248393422912,802.3503960258076,220.4810085520515,556.4252370804065,400.2514940055395,627.1482738079867,426.29066430326,,551.272924298969,222.47885188589214,604.8721511316276,402.4248393422912,851.4871475889016,,,,611.2129095019607,426.29066430326,,500.3118605438533,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,615.048970078553,334.77054606253614,851.951630801689,35.09259341468065,575.9800295950984,359.7402502671132,501.2856464829508,343.4650602014938,346.59558057913966,463.43159359033484,200.24259111983037,530.6615961784612,294.3466541715698,734.2503327637523,220.4810085520515,556.4252370804065,400.2514940055395,539.7657684427244,311.70246093278985,,450.789767445387,222.47885188589214,530.6615961784612,294.3466541715698,734.2503327637523,220.4810085520515,556.4252370804065,400.2514940055395,539.7657684427244,311.70246093278985,,450.789767445387,222.47885188589214,530.6615961784612,294.3466541715698,851.4871475889016,,,,515.0103492011676,311.70246093278985,,432.1382009792625,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_sem,45.698820676235854,35.061515117959175,54.95386817622084,54.94270345087067,73.104357154069,19.79187692118449,48.498694284380655,50.00784467008586,107.08120453893864,38.160468014936306,42.451168005689276,37.86252803732979,55.14193120955173,34.74493023574248,0.0,0.0,0.0,44.58291090064405,58.4633690665664,,51.266916762031634,0.0,37.86252803732979,55.14193120955173,34.74493023574248,0.0,0.0,0.0,44.58291090064405,58.4633690665664,,51.266916762031634,0.0,37.86252803732979,55.14193120955173,0.0,,,,49.08293892897606,58.4633690665664,,34.78247936968921,0.0 +baseline_daily_mean_core_day_runtime_baseline_percentile_q1,332.79666338965455,86.81019467105064,758.127319619023,66.6335901321961,560.0202038196572,356.60498687217984,385.2090191260605,182.78098365065335,241.3710105747492,416.76710898883937,148.63996948380188,330.59109372710793,220.6208575854203,754.1963794939754,220.4810085520515,556.4252370804065,400.2514940055395,445.5032053933851,299.47632481284984,,418.9164000138991,222.47885188589214,330.59109372710793,220.6208575854203,754.1963794939754,220.4810085520515,556.4252370804065,400.2514940055395,445.5032053933851,299.47632481284984,,418.9164000138991,222.47885188589214,330.59109372710793,220.6208575854203,851.4871475889016,,,,445.4234146143628,299.47632481284984,,417.6590216644643,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q2.5,356.75172248822133,119.4061229705424,765.497832353487,68.96461162340603,565.4126539285332,357.94110443748673,391.9623754349692,188.52816871013488,254.1553982370653,419.20137502370613,153.25489963393252,351.2377983318547,220.8306311354736,755.6704820408683,220.4810085520515,556.4252370804065,400.2514940055395,446.22132240458564,302.23395267299924,,424.57460258635547,222.47885188589214,351.2377983318547,220.8306311354736,755.6704820408683,220.4810085520515,556.4252370804065,400.2514940055395,446.22132240458564,302.23395267299924,,424.57460258635547,222.47885188589214,351.2377983318547,220.8306311354736,851.4871475889016,,,,446.02184545703,302.23395267299924,,421.43115671276854,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q5,389.3161524314898,157.24851152993094,777.7820202442606,72.84964744208924,574.40007077666,360.1679670463317,403.21796928315024,198.10681047593744,275.462711007592,423.2584850818174,160.94644988415024,385.6489726730994,221.1802537188957,758.127319619023,220.4810085520515,556.4252370804065,400.2514940055395,447.4181840899199,306.8299991065815,,434.0049402071159,222.47885188589214,385.6489726730994,221.1802537188957,758.127319619023,220.4810085520515,556.4252370804065,400.2514940055395,447.4181840899199,306.8299991065815,,434.0049402071159,222.47885188589214,385.6489726730994,221.1802537188957,851.4871475889016,,,,447.01923019480853,306.8299991065815,,427.7180484599423,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q10,430.08436284242316,205.76972388857948,802.3503960258076,80.61971907945568,592.3749044729134,364.6216922640214,425.7291569795124,217.26409400754252,318.0773365486456,431.37270519803997,176.32955038458573,427.0963432670575,221.87949888573996,763.0409947753324,220.4810085520515,556.4252370804065,400.2514940055395,449.8119074605885,316.02209197374617,,452.865615448637,222.47885188589214,427.0963432670575,221.87949888573996,763.0409947753324,220.4810085520515,556.4252370804065,400.2514940055395,449.8119074605885,316.02209197374617,,452.865615448637,222.47885188589214,427.0963432670575,221.87949888573996,851.4871475889016,,,,449.0139996703656,316.02209197374617,,440.29183195428965,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q15,446.9569742526766,220.58090071874352,826.9187718073546,88.3897907168221,610.3497381691666,369.07541748171116,445.4234146143628,257.45100012347973,360.691962089699,439.48692531426246,191.7126508850212,445.82236850947425,226.23680460356837,767.9546699316418,220.4810085520515,556.4252370804065,400.2514940055395,452.205630831257,325.2141848409108,,471.72629069015807,222.47885188589214,445.82236850947425,226.23680460356837,767.9546699316418,220.4810085520515,556.4252370804065,400.2514940055395,452.205630831257,325.2141848409108,,471.72629069015807,222.47885188589214,445.82236850947425,226.23680460356837,851.4871475889016,,,,451.0087691459227,325.2141848409108,,452.86561544863696,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q20,453.00353862147983,226.6265453181507,851.4871475889016,96.15986235418855,628.32457186542,373.52914269940095,448.2160918801428,297.6379062394169,403.3065876307526,447.601145430485,207.09575138545668,451.40772304103416,252.54247362730206,772.8683450879512,220.4810085520515,556.4252370804065,400.2514940055395,491.7828350045183,334.40627770807544,,490.5869659316792,222.47885188589214,451.40772304103416,252.54247362730206,772.8683450879512,220.4810085520515,556.4252370804065,400.2514940055395,491.7828350045183,334.40627770807544,,490.5869659316792,222.47885188589214,451.40772304103416,252.54247362730206,851.4871475889016,,,,453.00353862147983,334.40627770807544,,465.4393989429844,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q25,541.8888791210256,235.5595779389693,865.5253106533559,103.92993399155498,646.2994055616734,377.9828679170907,451.0087691459227,328.27821579663237,445.9212131718061,470.9213840501309,222.47885188589214,496.94281926527424,278.8481426510357,777.7820202442606,220.4810085520515,556.4252370804065,400.2514940055395,549.951779579076,343.59837057524004,,509.4476411732002,222.47885188589214,496.94281926527424,278.8481426510357,777.7820202442606,220.4810085520515,556.4252370804065,400.2514940055395,549.951779579076,343.59837057524004,,509.4476411732002,222.47885188589214,496.94281926527424,278.8481426510357,851.4871475889016,,,,501.47765910027783,343.59837057524004,,478.01318243733175,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q30,550.6672269186514,292.27572404802606,879.5634737178102,111.70000562892142,664.2742392579269,382.4365931347804,472.39318681299903,358.91852535384777,488.5358387128596,494.2416226697768,236.3190667140658,541.6875232786342,303.76596815086003,782.6956954005699,220.4810085520515,556.4252370804065,400.2514940055395,608.1207241536335,352.79046344240464,,528.3083164147213,222.47885188589214,541.6875232786342,303.76596815086003,782.6956954005699,220.4810085520515,556.4252370804065,400.2514940055395,608.1207241536335,352.79046344240464,,528.3083164147213,222.47885188589214,541.6875232786342,303.76596815086003,851.4871475889016,,,,549.951779579076,352.79046344240464,,490.5869659316792,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q35,571.6041763485761,313.7961304282338,893.6016367822644,119.47007726628786,682.2490729541802,386.8903183524702,540.2569554833162,376.22292961761025,524.2552255358986,517.5618612894227,250.15928154223946,544.5065050721134,325.2141848409108,787.6093705568794,220.4810085520515,556.4252370804065,400.2514940055395,649.4879623264659,362.9474671519039,,541.08345575146,222.47885188589214,544.5065050721134,325.2141848409108,787.6093705568794,220.4810085520515,556.4252370804065,400.2514940055395,649.4879623264659,362.9474671519039,,541.08345575146,222.47885188589214,544.5065050721134,325.2141848409108,851.4871475889016,,,,598.4259000578741,362.9474671519039,,503.1607494260265,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q40,646.9000205366721,351.28040768360444,907.6397998467187,127.24014890365427,700.2239066504336,391.34404357015995,608.1207241536337,393.5273338813728,546.1841349229089,540.8820999090686,263.9994963704131,551.8188289510024,346.6624015309616,792.5230457131888,220.4810085520515,556.4252370804065,400.2514940055395,657.2517876958475,375.0342925460722,,541.6875232786342,222.47885188589214,551.8188289510024,346.6624015309616,792.5230457131888,220.4810085520515,556.4252370804065,400.2514940055395,657.2517876958475,375.0342925460722,,541.6875232786342,222.47885188589214,551.8188289510024,346.6624015309616,851.4871475889016,,,,646.9000205366721,375.0342925460722,,515.7345329203739,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q45,675.751490335089,364.10984663297654,935.8220048463678,135.01022054102071,718.1987403466869,395.79776878784975,650.7819332213628,416.51234759817135,568.113044309919,541.8888791210256,277.83971119858677,583.5676721172862,365.1184706516015,797.4367208694982,220.4810085520515,556.4252370804065,400.2514940055395,665.0156130652289,387.12111794024054,,542.2915908058084,222.47885188589214,583.5676721172862,365.1184706516015,797.4367208694982,220.4810085520515,556.4252370804065,400.2514940055395,665.0156130652289,387.12111794024054,,542.2915908058084,222.47885188589214,583.5676721172862,365.1184706516015,851.4871475889016,,,,653.3698750111566,387.12111794024054,,528.3083164147213,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q50,694.4118808004204,396.88941394345613,964.0042098460169,142.78029217838716,736.1735740429403,400.2514940055395,659.8397294856412,439.49736131496985,590.0419536969291,542.8956583329825,291.6799260267604,646.9000205366721,379.5850096796936,802.3503960258076,220.4810085520515,556.4252370804065,400.2514940055395,672.7794384346104,399.2079433344088,,542.8956583329825,222.47885188589214,646.9000205366721,379.5850096796936,802.3503960258076,220.4810085520515,556.4252370804065,400.2514940055395,672.7794384346104,399.2079433344088,,542.8956583329825,222.47885188589214,646.9000205366721,379.5850096796936,851.4871475889016,,,,659.8397294856412,399.2079433344088,,540.8820999090686,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q55,718.109373624186,408.27200973589726,992.1864148456659,150.5503638157536,749.0757064114337,404.18946973135786,668.8975257499196,459.97258270032034,611.9708630839393,543.9024375449394,300.05295504209926,665.0156130652289,394.05154870778574,807.264071182117,220.4810085520515,556.4252370804065,400.2514940055395,676.3459007151847,411.29476872857714,,543.4997258601566,222.47885188589214,665.0156130652289,394.05154870778574,807.264071182117,220.4810085520515,556.4252370804065,400.2514940055395,676.3459007151847,411.29476872857714,,543.4997258601566,222.47885188589214,665.0156130652289,394.05154870778574,851.4871475889016,,,,666.3095839601258,411.29476872857714,,541.2848115938514,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q60,736.1735740429403,427.0732351870615,1020.368619845315,158.32043545312,761.9778387799271,408.1274454571762,675.1570799549932,480.4478040856709,633.8997724709495,544.9092167568963,308.4259840574381,677.534721475376,408.1006674674256,812.1777463384265,220.4810085520515,556.4252370804065,400.2514940055395,679.9123629957589,423.3815941227454,,544.1037933873307,222.47885188589214,677.534721475376,408.1006674674256,812.1777463384265,220.4810085520515,556.4252370804065,400.2514940055395,679.9123629957589,423.3815941227454,,544.1037933873307,222.47885188589214,677.534721475376,408.1006674674256,851.4871475889016,,,,672.7794384346104,423.3815941227454,,541.6875232786342,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q65,756.1358215128416,439.57100078678405,1037.2966326321161,166.09050709048645,774.8799711484205,412.06542118299456,679.3179526156632,498.5413261951883,655.8286818579597,552.8478682604971,316.7990130727769,686.6164929893039,421.8367210257262,817.0914214947358,220.4810085520515,556.4252370804065,400.2514940055395,683.4788252763333,435.46841951691374,,544.707860914505,222.47885188589214,686.6164929893039,421.8367210257262,817.0914214947358,220.4810085520515,556.4252370804065,400.2514940055395,683.4788252763333,435.46841951691374,,544.707860914505,222.47885188589214,686.6164929893039,421.8367210257262,851.4871475889016,,,,675.751490335089,435.46841951691374,,542.090234963417,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q70,808.1947501260638,476.36614880347605,1054.2246454189171,173.8605787278529,787.7821035169138,416.0033969088129,683.4788252763333,516.6348483047057,678.1211837924108,560.7865197640978,325.1720420881158,700.2584216587577,435.5727745840268,822.0050966510452,220.4810085520515,556.4252370804065,400.2514940055395,692.2862087580482,456.45851161395336,,560.8339066376382,222.47885188589214,700.2584216587577,435.5727745840268,822.0050966510452,220.4810085520515,556.4252370804065,400.2514940055395,692.2862087580482,456.45851161395336,,560.8339066376382,222.47885188589214,700.2584216587577,435.5727745840268,851.4871475889016,,,,678.7235422355675,456.45851161395336,,542.4929466481997,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q75,861.767960193131,516.7125334969197,1071.1526582057184,181.63065036521934,800.6842358854072,419.9413726346312,694.1908494384292,562.8718563047555,700.5954820005825,568.7251712676984,333.54507110345463,713.4582876042293,481.9002370624288,826.9187718073546,220.4810085520515,556.4252370804065,400.2514940055395,703.7140528403336,481.9002370624288,,584.7209414587512,222.47885188589214,713.4582876042293,481.9002370624288,826.9187718073546,220.4810085520515,556.4252370804065,400.2514940055395,703.7140528403336,481.9002370624288,,584.7209414587512,222.47885188589214,713.4582876042293,481.9002370624288,851.4871475889016,,,,681.6955941360461,481.9002370624288,,542.8956583329825,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q80,907.6397998467187,572.2435542123081,1088.0806709925193,189.40072200258575,813.5863682539006,423.87934836044957,707.5233342010954,609.1088643048055,723.0697802087541,576.6638227712992,351.62949761378064,728.8510966078568,541.2642631088713,831.832446963664,220.4810085520515,556.4252370804065,400.2514940055395,715.141896922619,507.3419625109042,,608.6079762798643,222.47885188589214,728.8510966078568,541.2642631088713,831.832446963664,220.4810085520515,556.4252370804065,400.2514940055395,715.141896922619,507.3419625109042,,608.6079762798643,222.47885188589214,728.8510966078568,541.2642631088713,851.4871475889016,,,,684.6676460365247,507.3419625109042,,543.2983700177653,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q85,961.367326295401,645.0442567560932,1100.3548512009702,197.17079363995217,826.488500622394,427.8173240862679,720.8558189637617,628.0222287528517,745.5440784169257,608.5368959695534,369.7139241241066,750.1683259808565,600.6282891553137,836.7461221199734,220.4810085520515,556.4252370804065,400.2514940055395,726.9746489460508,532.7836879593794,,632.4950111009771,222.47885188589214,750.1683259808565,600.6282891553137,836.7461221199734,220.4810085520515,556.4252370804065,400.2514940055395,726.9746489460508,532.7836879593794,,632.4950111009771,222.47885188589214,750.1683259808565,600.6282891553137,851.4871475889016,,,,704.7263226932,532.7836879593794,,543.701081702548,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q90,1054.2246454189171,665.5042337487494,1112.6290314094208,204.9408652773186,839.3906329908874,431.75529981208626,735.4030275498676,646.9355932008979,768.0183766250974,640.4099691678076,387.7983506344326,760.226869383021,627.6836159379056,841.6597972762828,220.4810085520515,556.4252370804065,400.2514940055395,739.617216851776,558.2254134078548,,656.3820459220901,222.47885188589214,760.226869383021,627.6836159379056,841.6597972762828,220.4810085520515,556.4252370804065,400.2514940055395,739.617216851776,558.2254134078548,,656.3820459220901,222.47885188589214,760.226869383021,627.6836159379056,851.4871475889016,,,,724.7849993498753,558.2254134078548,,544.1037933873308,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q95,1124.9032116178714,701.1445542614813,1124.9032116178714,212.71093691468505,852.2927653593808,435.6932755379046,750.1526901065467,682.1492644334099,790.4926748332689,672.2830423660619,405.8827771447585,790.8777911409286,649.3541595098558,846.5734724325922,220.4810085520515,556.4252370804065,400.2514940055395,752.2597847575009,583.66713885633,,680.269080743203,222.47885188589214,790.8777911409286,649.3541595098558,846.5734724325922,220.4810085520515,556.4252370804065,400.2514940055395,752.2597847575009,583.66713885633,,680.269080743203,222.47885188589214,790.8777911409286,649.3541595098558,851.4871475889016,,,,744.8436760065507,583.66713885633,,544.5065050721136,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q98,1141.4366580197884,761.3407928586606,1132.267719742942,217.3729798971049,860.0340447804767,438.0560609733956,759.0024876405542,703.2774671729172,803.977253758172,691.4068862850144,416.7334330509541,827.2434050097124,662.3564856530259,849.5216775263779,220.4810085520515,556.4252370804065,400.2514940055395,759.8453255009359,598.9321741254153,,694.6013016358708,222.47885188589214,827.2434050097124,662.3564856530259,849.5216775263779,220.4810085520515,556.4252370804065,400.2514940055395,759.8453255009359,598.9321741254153,,694.6013016358708,222.47885188589214,827.2434050097124,662.3564856530259,851.4871475889016,,,,756.8788820005559,598.9321741254153,,544.7481320829831,222.47885188589214 +baseline_daily_mean_core_day_runtime_baseline_percentile_q99,1143.5662911165216,787.1538829500506,1134.7225557846323,218.9269942245782,862.6144712541756,438.8436561185593,761.9524201518901,710.3202014194196,808.4721133998063,697.7815009246652,420.35031835301936,839.365276299307,666.6905943674159,850.5044125576397,220.4810085520515,556.4252370804065,400.2514940055395,762.3738390820811,604.0205192151103,,699.3787086000933,222.47885188589214,839.365276299307,666.6905943674159,850.5044125576397,220.4810085520515,556.4252370804065,400.2514940055395,762.3738390820811,604.0205192151103,,699.3787086000933,222.47885188589214,839.365276299307,666.6905943674159,851.4871475889016,,,,760.890617331891,604.0205192151103,,544.8286744199397,222.47885188589214 +baseline_total_core_day_runtime_baseline_percentile_n,26.0,29.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,6.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +baseline_total_core_day_runtime_baseline_percentile_upper_bound_95_perc_conf,829231.8755367217,263941.63999520725,1289150.8251198928,3669.80661781029,764442.5178825061,222448.93915530824,524271.97169825854,348050.11252517963,656086.7181537808,765496.7022762262,7875.861795189265,620471.600298584,290937.1446255058,1107638.9548150415,3086.734119728721,325508.76369203784,236548.63295727383,544924.7154603947,331613.6519458299,,783531.6651902485,5561.971297147304,620471.600298584,290937.1446255058,1107638.9548150415,3086.734119728721,325508.76369203784,236548.63295727383,544924.7154603947,331613.6519458299,,783531.6651902485,5561.971297147304,620471.600298584,290937.1446255058,332079.98755967163,,,,540944.526067373,331613.6519458299,,725396.9829864696,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_mean,693782.1928400615,183037.77875005637,991794.1562109949,1575.906847766722,556797.5723472546,165979.34618870157,446729.15089479194,214689.1506253667,485965.71174749604,649497.2854409205,4718.67157320126,521770.5613875315,179355.11622586515,657135.2899695251,3086.734119728721,325508.76369203784,236548.63295727383,464917.1739152886,191221.2385954971,,652615.7524501008,5561.971297147304,521770.5613875315,179355.11622586515,657135.2899695251,3086.734119728721,325508.76369203784,236548.63295727383,464917.1739152886,191221.2385954971,,652615.7524501008,5561.971297147304,521770.5613875315,179355.11622586515,332079.98755967163,,,,451817.39195910416,191221.2385954971,,599288.9508130611,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_lower_bound_95_perc_conf,558332.5101434013,102133.91750490548,694437.487302097,-517.992922276846,349152.6268120031,109509.7532220949,369186.33009132533,81328.18872555377,315844.70534121135,533497.8686056148,1561.4813512132555,423069.522476479,67773.08782622451,206631.62512400863,3086.734119728721,325508.76369203784,236548.63295727383,384909.63237018243,50828.82524516428,,521699.8397099531,5561.971297147304,423069.522476479,67773.08782622451,206631.62512400863,3086.734119728721,325508.76369203784,236548.63295727383,384909.63237018243,50828.82524516428,,521699.8397099531,5561.971297147304,423069.522476479,67773.08782622451,332079.98755967163,,,,362690.25785083533,50828.82524516428,,473180.91863965255,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_sem,69106.98096768376,41277.480227117805,151712.58617800914,1068.316209205902,105941.29874247528,28811.01681969728,39562.66367523806,68041.30709174128,86796.43183994117,59183.3759363805,1610.811337748982,50357.67291380231,56929.60632634727,229848.80859465126,0.0,0.0,0.0,40820.17425770721,71628.78232159838,,66793.83303068762,0.0,50357.67291380231,56929.60632634727,229848.80859465126,0.0,0.0,0.0,40820.17425770721,71628.78232159838,,66793.83303068762,0.0,50357.67291380231,56929.60632634727,0.0,,,,45473.027606259624,71628.78232159838,,64340.83274153496,0.0 +baseline_total_core_day_runtime_baseline_percentile_q1,304004.10455378564,18.222281225322387,356357.5154178443,95.2961212439628,330409.27881586266,130153.40447127612,300305.9721063786,10741.620762255377,261234.5650268756,443529.7241932111,100.0635213310364,302091.7351560549,3260.0007221480214,338581.0936078687,3086.734119728721,325508.76369203784,236548.63295727383,301049.0980334596,101669.18941923595,,448728.9452692839,5561.971297147304,302091.7351560549,3260.0007221480214,338581.0936078687,3086.734119728721,325508.76369203784,236548.63295727383,301049.0980334596,101669.18941923595,,448728.9452692839,5561.971297147304,302091.7351560549,3260.0007221480214,332079.98755967163,,,,300685.54994254006,101669.18941923595,,446390.46282065357,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q2.5,311708.5471525504,45.55570306330597,392773.8072051034,140.62093940282278,337760.0515015999,130187.23561709732,302463.2160340327,14238.110256063017,269236.3436756003,446254.06359793857,250.158803327591,306927.62365822354,3519.900625776973,348332.7526801643,3086.734119728721,325508.76369203784,236548.63295727383,304321.0308517354,101931.18450662812,,459252.11628812045,5561.971297147304,306927.62365822354,3519.900625776973,348332.7526801643,3086.734119728721,325508.76369203784,236548.63295727383,304321.0308517354,101931.18450662812,,459252.11628812045,5561.971297147304,306927.62365822354,3519.900625776973,332079.98755967163,,,,303412.16062443657,101931.18450662812,,453405.91016654455,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q5,320033.70480710134,839.5559161311251,453467.62685053516,216.16230300092275,350011.33931116195,130243.62086013268,306058.6225801229,20065.59274574241,282572.6414234747,450794.6292724842,500.317606655182,314987.4378285046,3953.067131825225,364585.51780065696,3086.734119728721,325508.76369203784,236548.63295727383,309774.2522155283,102367.84298561508,,476790.734652848,5561.971297147304,314987.4378285046,3953.067131825225,364585.51780065696,3086.734119728721,325508.76369203784,236548.63295727383,309774.2522155283,102367.84298561508,,476790.734652848,5561.971297147304,314987.4378285046,3953.067131825225,332079.98755967163,,,,307956.51176093065,102367.84298561508,,465098.32240969635,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q10,323702.3068332488,2496.3663164496384,574855.2661413987,367.2450301971227,374513.91493028606,130356.39134620337,313249.4356723034,31720.557725101207,309245.2369192236,459875.76062157546,1000.635213310364,323341.015461491,4819.400143921729,397091.04804164235,3086.734119728721,325508.76369203784,236548.63295727383,320680.69494311407,103241.15994358895,,511867.9713823031,5561.971297147304,323341.015461491,4819.400143921729,397091.04804164235,3086.734119728721,325508.76369203784,236548.63295727383,320680.69494311407,103241.15994358895,,511867.9713823031,5561.971297147304,323341.015461491,4819.400143921729,332079.98755967163,,,,317045.2140339188,103241.15994358895,,488483.1468959997,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q15,330437.18159276317,3581.781555212438,696242.9054322622,518.3277573933225,399016.4905494101,130469.16183227405,320203.4711927442,43500.243246852355,335917.8324149725,468956.8919706667,1500.952819965546,326165.88607880124,10358.599033672002,429596.5782826276,3086.734119728721,325508.76369203784,236548.63295727383,331587.1376706998,104114.47690156286,,546945.2081117581,5561.971297147304,326165.88607880124,10358.599033672002,429596.5782826276,3086.734119728721,325508.76369203784,236548.63295727383,331587.1376706998,104114.47690156286,,546945.2081117581,5561.971297147304,326165.88607880124,10358.599033672002,332079.98755967163,,,,326133.91630690696,104114.47690156286,,511867.97138230305,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q20,335222.61857989506,5724.947631180046,817630.5447231258,669.4104845895225,423519.0661685342,130581.93231834474,325736.84128274716,55279.9287686035,362590.4279107214,478038.023319758,2001.270426620728,330765.74278614484,43934.99318934487,462102.108523613,3086.734119728721,325508.76369203784,236548.63295727383,350952.6445576968,104987.79385953676,,582022.4448412133,5561.971297147304,330765.74278614484,43934.99318934487,462102.108523613,3086.734119728721,325508.76369203784,236548.63295727383,350952.6445576968,104987.79385953676,,582022.4448412133,5561.971297147304,330765.74278614484,43934.99318934487,332079.98755967163,,,,335222.61857989506,104987.79385953676,,535252.7958686064,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q25,420832.93583252607,8410.627766383619,858770.556637189,820.4932117857223,448021.64178765833,130694.70280441543,331270.2113727501,60499.49676339638,389263.0234064703,527418.9531864251,2155.9878921922627,333651.3030697834,77511.3873450177,494607.63876459835,3086.734119728721,325508.76369203784,236548.63295727383,374547.6835243994,105861.11081751066,,617099.6815706684,5561.971297147304,333651.3030697834,77511.3873450177,494607.63876459835,3086.734119728721,325508.76369203784,236548.63295727383,374547.6835243994,105861.11081751066,,617099.6815706684,5561.971297147304,333651.3030697834,77511.3873450177,332079.98755967163,,,,354885.15105214727,105861.11081751066,,558637.6203549099,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q30,459875.76062157546,13335.907244428916,899910.5685512521,971.5759389819221,472524.2174067824,130807.47329048612,343087.63156879594,65719.06475818926,415935.61890221917,576799.8830530924,2310.705357763797,350952.6445576968,102076.7373329571,527113.1690055837,3086.734119728721,325508.76369203784,236548.63295727383,398142.72249110206,106734.42777548455,,652176.9183001234,5561.971297147304,350952.6445576968,102076.7373329571,527113.1690055837,3086.734119728721,325508.76369203784,236548.63295727383,398142.72249110206,106734.42777548455,,652176.9183001234,5561.971297147304,350952.6445576968,102076.7373329571,332079.98755967163,,,,374547.6835243994,106734.42777548455,,582022.4448412133,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q35,494694.10981125187,28355.88513049617,941050.5804653153,1122.658666178122,497026.7930259065,130920.2437765568,370615.17702994903,83606.79539291521,437794.405437826,626180.8129197597,2465.4228233353315,406007.73548000294,104114.47690156286,559618.6992465691,3086.734119728721,325508.76369203784,236548.63295727383,422510.0874861884,107796.12203224955,,675813.2362335736,5561.971297147304,406007.73548000294,104114.47690156286,559618.6992465691,3086.734119728721,325508.76369203784,236548.63295727383,422510.0874861884,107796.12203224955,,675813.2362335736,5561.971297147304,406007.73548000294,104114.47690156286,332079.98755967163,,,,394210.2159966516,107796.12203224955,,605407.2693275167,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q40,543515.8656523952,37931.47885685055,982190.5923793785,1273.7413933743223,521529.36864503054,131033.01426262749,398142.72249110206,101494.52602764117,450025.57405314886,675561.7427864268,2620.140288906866,430577.1981415973,106152.21647016863,592124.2294875544,3086.734119728721,325508.76369203784,236548.63295727383,448422.1045380422,109234.57088659678,,676567.7165750142,5561.971297147304,430577.1981415973,106152.21647016863,592124.2294875544,3086.734119728721,325508.76369203784,236548.63295727383,448422.1045380422,109234.57088659678,,676567.7165750142,5561.971297147304,430577.1981415973,106152.21647016863,332079.98755967163,,,,413872.7484689038,109234.57088659678,,628792.0938138199,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q45,571371.1051586397,61543.41036235495,1017330.5523871316,1424.824120570522,546031.9442641546,131145.78474869818,426828.7569948307,104405.58255422083,462256.74266847165,676819.210022161,3355.5980409669755,459273.2901389,108755.0879351477,624629.7597285397,3086.734119728721,325508.76369203784,236548.63295727383,474334.12158989604,110673.019740944,,677322.1969164546,5561.971297147304,459273.2901389,108755.0879351477,624629.7597285397,3086.734119728721,325508.76369203784,236548.63295727383,474334.12158989604,110673.019740944,,677322.1969164546,5561.971297147304,459273.2901389,108755.0879351477,332079.98755967163,,,,435466.0960121153,110673.019740944,,652176.9183001234,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q50,581347.518288067,101494.52602764117,1052470.5123948848,1575.906847766722,570534.5198832788,131258.55523476886,457059.4435553268,107316.63908080048,474487.9112837944,678076.6772578951,4091.0557930270847,500246.1386417498,112111.46859529123,657135.2899695251,3086.734119728721,325508.76369203784,236548.63295727383,500246.1386417498,112111.46859529123,,678076.6772578951,5561.971297147304,500246.1386417498,112111.46859529123,657135.2899695251,3086.734119728721,325508.76369203784,236548.63295727383,500246.1386417498,112111.46859529123,,678076.6772578951,5561.971297147304,500246.1386417498,112111.46859529123,332079.98755967163,,,,457059.4435553268,112111.46859529123,,675561.7427864268,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q55,653874.850987673,111152.5026923931,1087610.4724026378,1726.989574962922,590916.0112415957,141787.56300701937,487290.13011582295,112111.46859529123,486719.0798991172,679334.1444936292,4826.513545087194,530534.9475492017,115467.84925543478,689640.8202105105,3086.734119728721,325508.76369203784,236548.63295727383,513227.05674494343,113549.91744963847,,678831.1575993357,5561.971297147304,530534.9475492017,115467.84925543478,689640.8202105105,3086.734119728721,325508.76369203784,236548.63295727383,513227.05674494343,113549.91744963847,,678831.1575993357,5561.971297147304,530534.9475492017,115467.84925543478,332079.98755967163,,,,478652.7910985383,113549.91744963847,,676064.7296807205,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q60,680591.6117293634,127485.939921206,1122750.432410391,1878.0723021591216,611297.5025999125,152316.57077926985,508900.0840438789,116906.29810978199,498950.2485144399,680591.6117293634,5561.971297147304,555661.8637853261,140834.7650792804,722146.3504514957,3086.734119728721,325508.76369203784,236548.63295727383,526207.974848137,114988.36630398569,,679585.6379407762,5561.971297147304,555661.8637853261,140834.7650792804,722146.3504514957,3086.734119728721,325508.76369203784,236548.63295727383,526207.974848137,114988.36630398569,,679585.6379407762,5561.971297147304,555661.8637853261,140834.7650792804,332079.98755967163,,,,500246.1386417498,114988.36630398569,,676567.716575014,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q65,782882.7449811759,138926.45915626342,1125470.2084698295,2029.1550293553216,631678.9939582294,162845.57855152036,524044.48849760473,143252.1864760119,511181.41712976276,712564.3786783629,5629.878102994279,575374.1924453914,182709.58227590247,754651.8806924811,3086.734119728721,325508.76369203784,236548.63295727383,539188.8929513306,116426.81515833292,,680340.1182822166,5561.971297147304,575374.1924453914,182709.58227590247,754651.8806924811,3086.734119728721,325508.76369203784,236548.63295727383,539188.8929513306,116426.81515833292,,680340.1182822166,5561.971297147304,575374.1924453914,182709.58227590247,332079.98755967163,,,,518654.819227493,116426.81515833292,,677070.7034693077,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q70,810539.4184432911,209768.40971126087,1128189.984529268,2180.237756551521,652060.4853165462,173374.58632377084,539188.8929513306,169598.07484224183,537631.3238508502,744537.1456273624,5697.784908841256,585827.5126700735,224584.3994725246,787157.4109334664,3086.734119728721,325508.76369203784,236548.63295727383,549588.8647188606,149132.41741518013,,693792.0662925491,5561.971297147304,585827.5126700735,224584.3994725246,787157.4109334664,3086.734119728721,325508.76369203784,236548.63295727383,549588.8647188606,149132.41741518013,,693792.0662925491,5561.971297147304,585827.5126700735,224584.3994725246,332079.98755967163,,,,537063.4998132362,149132.41741518013,,677573.6903636015,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q75,816371.9478826495,255900.04592772585,1130909.7605887065,2331.3204837477215,672441.9766748631,183903.59409602135,551107.1144854771,304382.7830030033,571190.5996248202,776509.912576362,5765.6917146882315,632187.959188919,283601.13398065115,819662.9411744517,3086.734119728721,325508.76369203784,236548.63295727383,558698.3633185589,197471.59637327766,,713592.7481373277,5561.971297147304,632187.959188919,283601.13398065115,819662.9411744517,3086.734119728721,325508.76369203784,236548.63295727383,558698.3633185589,197471.59637327766,,713592.7481373277,5561.971297147304,632187.959188919,283601.13398065115,332079.98755967163,,,,555472.1803989795,197471.59637327766,,678076.6772578951,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q80,982190.5923793785,428342.1219235573,1133629.536648145,2482.4032109439217,692823.46803318,194432.60186827183,561734.8628517917,439167.49116376473,604749.8753987901,808482.6795253615,5833.598520535208,676567.7165750142,349474.6354133795,852168.4714154371,3086.734119728721,325508.76369203784,236548.63295727383,567807.8619182571,245810.77533137522,,733393.4299821064,5561.971297147304,676567.7165750142,349474.6354133795,852168.4714154371,3086.734119728721,325508.76369203784,236548.63295727383,567807.8619182571,245810.77533137522,,733393.4299821064,5561.971297147304,676567.7165750142,349474.6354133795,332079.98755967163,,,,573880.8609847226,245810.77533137522,,678579.6641521887,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q85,1114798.585448137,438077.4627775555,1240843.1133724232,2633.485938140121,713204.9593914968,204961.60964052234,572362.6112181062,530112.8303183133,638309.15117276,809511.0489843263,7448.961116900769,680088.6248350698,415348.1368461078,884674.0016564225,3086.734119728721,325508.76369203784,236548.63295727383,575374.1924453914,294149.9542894724,,753194.1118268849,5561.971297147304,680088.6248350698,415348.1368461078,884674.0016564225,3086.734119728721,325508.76369203784,236548.63295727383,575374.1924453914,294149.9542894724,,753194.1118268849,5561.971297147304,680088.6248350698,415348.1368461078,332079.98755967163,,,,577614.1896363948,294149.9542894724,,679082.6510464824,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q90,1128189.984529268,536418.4125624686,1348056.6900967015,2784.568665336321,733586.4507498136,215490.61741277284,578360.8553667292,621058.1694728619,671868.4269467299,810539.4184432911,9064.32371326633,759794.3391084778,429081.29328467767,917179.5318974078,3086.734119728721,325508.76369203784,236548.63295727383,579854.1868273981,342489.13324756996,,772994.7936716636,5561.971297147304,759794.3391084778,429081.29328467767,917179.5318974078,3086.734119728721,325508.76369203784,236548.63295727383,579854.1868273981,342489.13324756996,,772994.7936716636,5561.971297147304,759794.3391084778,429081.29328467767,332079.98755967163,,,,581347.518288067,342489.13324756996,,679585.6379407761,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q95,1417646.3491331586,635368.835287343,1455270.2668209795,2935.6513925325207,753967.9421081305,226019.62518502332,583587.5154790703,632983.7243182629,705427.7027206996,811567.7879022559,10679.686309631892,863474.4878666678,434124.39222422114,949685.0621383932,3086.734119728721,325508.76369203784,236548.63295727383,584334.1812094047,390828.3122056672,,792795.4755164421,5561.971297147304,863474.4878666678,434124.39222422114,949685.0621383932,3086.734119728721,325508.76369203784,236548.63295727383,584334.1812094047,390828.3122056672,,792795.4755164421,5561.971297147304,863474.4878666678,434124.39222422114,332079.98755967163,,,,585080.8469397391,390828.3122056672,,680088.6248350698,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q98,1537401.2317533772,686303.466869306,1519598.4128555467,3026.301028850241,766196.8369231207,232337.02984837364,586723.5115464749,640139.0572255035,725563.2681850815,812184.8095776348,11648.903867451229,934704.1505742942,437150.2515879473,969188.3802829843,3086.734119728721,325508.76369203784,236548.63295727383,587022.1778386086,419831.81958052574,,804675.8846233092,5561.971297147304,934704.1505742942,437150.2515879473,969188.3802829843,3086.734119728721,325508.76369203784,236548.63295727383,587022.1778386086,419831.81958052574,,804675.8846233092,5561.971297147304,934704.1505742942,437150.2515879473,332079.98755967163,,,,587320.8441307424,419831.81958052574,,680390.416971646,5561.971297147304 +baseline_total_core_day_runtime_baseline_percentile_q99,1549942.5376493174,712645.2226819879,1541041.1282004023,3056.5175742894808,770273.135194784,234442.83140282374,587768.8435689431,642524.1681945837,732275.1233398755,812390.4834694277,11971.976386724342,958447.3714768363,438158.871375856,975689.4863311815,3086.734119728721,325508.76369203784,236548.63295727383,587918.17671501,429499.6553721452,,808636.020992265,5561.971297147304,958447.3714768363,438158.871375856,975689.4863311815,3086.734119728721,325508.76369203784,236548.63295727383,587918.17671501,429499.6553721452,,808636.020992265,5561.971297147304,958447.3714768363,438158.871375856,332079.98755967163,,,,588067.509861077,429499.6553721452,,680491.0143505047,5561.971297147304 +_daily_mean_core_day_demand_baseline_baseline_percentile_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +_daily_mean_core_day_demand_baseline_baseline_percentile_upper_bound_95_perc_conf,30.81782540711131,15.799988216980028,42.70851210129158,10.797088267903284,26.385142367525162,9.816464460440185,16.833505408025754,15.155195666430341,15.047085922564742,36.45321051143518,33.28790654940457,19.344456866751855,13.640933305861472,31.307173302989924,10.744551705926577,14.568700508428185,7.531383921250036,17.514015686263818,14.858975780961732,,16.749697155753903,10.389062530526488,19.344456866751855,13.640933305861472,31.307173302989924,10.744551705926577,14.568700508428185,7.531383921250036,17.514015686263818,14.858975780961732,,16.749697155753903,10.389062530526488,19.344456866751855,13.640933305861472,30.643964394264724,,,,16.42062043843296,14.858975780961732,,17.42776664738518,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_mean,24.771705065880894,12.51927526942902,35.94666332978078,10.608421686296623,20.458767999134697,8.681106819674772,14.268065885263464,12.520523988619878,12.374084511879001,23.628430257054372,16.94411863376554,16.427406526538643,11.601457013811133,28.92549180362299,10.744551705926577,14.568700508428185,7.531383921250036,14.818106127503041,12.08768930751619,,15.23753375018328,10.389062530526488,16.427406526538643,11.601457013811133,28.92549180362299,10.744551705926577,14.568700508428185,7.531383921250036,14.818106127503041,12.08768930751619,,15.23753375018328,10.389062530526488,16.427406526538643,11.601457013811133,30.643964394264724,,,,13.918139162918118,12.08768930751619,,15.687082855093257,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_lower_bound_95_perc_conf,18.725584724650478,9.238562321878012,29.184814558269988,10.419755104689962,14.53239363074423,7.545749178909359,11.702626362501176,9.885852310809415,9.70108310119326,10.803650002673562,0.6003307181265107,13.510356186325431,9.561980721760795,26.543810304256056,10.744551705926577,14.568700508428185,7.531383921250036,12.122196568742265,9.316402834070647,,13.725370344612656,10.389062530526488,13.510356186325431,9.561980721760795,26.543810304256056,10.744551705926577,14.568700508428185,7.531383921250036,12.122196568742265,9.316402834070647,,13.725370344612656,10.389062530526488,13.510356186325431,9.561980721760795,30.643964394264724,,,,11.415657887403277,9.316402834070647,,13.946399062801332,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_sem,3.084755276137968,1.6738331365056165,3.449922842607549,0.09625846000339842,3.023660392035953,0.5792641024313334,1.3088977156950452,1.3442202437808484,1.3637762299417047,6.543255231826945,8.338667303897465,1.4882909899047,1.0405491285971111,1.215143622125986,0.0,0.0,0.0,1.3754640605922326,1.4139216701252768,,0.7715119416176648,0.0,1.4882909899047,1.0405491285971111,1.215143622125986,0.0,0.0,0.0,1.3754640605922326,1.4139216701252768,,0.7715119416176648,0.0,1.4882909899047,1.0405491285971111,0.0,,,,1.2767761609769601,1.4139216701252768,,0.8881039756591451,0.0 +_daily_mean_core_day_demand_baseline_baseline_percentile_q1,8.620130399105985,6.3888358870408135,27.30047455731856,10.475014267059267,14.667629328342471,7.551473330684643,8.530700462525646,7.364277298080575,7.953251556134969,13.755282578240726,6.383689722160592,8.518284260566041,7.683919139222749,27.241388664794083,10.744551705926577,14.568700508428185,7.531383921250036,8.551631571429862,9.714402279731946,,13.752469865457302,10.389062530526488,8.518284260566041,7.683919139222749,27.241388664794083,10.744551705926577,14.568700508428185,7.531383921250036,8.551631571429862,9.714402279731946,,13.752469865457302,10.389062530526488,8.518284260566041,7.683919139222749,30.643964394264724,,,,8.524469959928934,9.714402279731946,,13.78932802317131,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q2.5,8.967333144128517,6.397897612155986,27.440657573824524,10.479098167648166,14.816022558213902,7.5816074448365525,8.743758302677668,7.575476550449766,8.189469287169711,13.765830251178564,6.385032199955433,8.712717797778659,7.9127219661818184,27.292942842513337,10.744551705926577,14.568700508428185,7.531383921250036,8.796086074938215,9.720318003753817,,13.758798469220006,10.389062530526488,8.712717797778659,7.9127219661818184,27.292942842513337,10.744551705926577,14.568700508428185,7.531383921250036,8.796086074938215,9.720318003753817,,13.758798469220006,10.389062530526488,8.712717797778659,7.9127219661818184,30.643964394264724,,,,8.728182046185895,9.720318003753817,,13.850943863505025,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q5,9.590347964259893,6.585805286272041,27.674295934667796,10.485904668629663,15.063344607999621,7.63183096842307,9.09885470293104,7.927475304398416,8.583165505560945,13.783409706074963,6.387269662946833,9.036773693133023,8.2940600111136,27.378866472045424,10.744551705926577,14.568700508428185,7.531383921250036,9.203510247452133,9.73017754379027,,13.769346142157843,10.389062530526488,9.036773693133023,8.2940600111136,27.378866472045424,10.744551705926577,14.568700508428185,7.531383921250036,9.203510247452133,9.73017754379027,,13.769346142157843,10.389062530526488,9.036773693133023,8.2940600111136,30.643964394264724,,,,9.067702189947493,9.73017754379027,,13.953636930727885,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q10,10.761303621051754,7.132816055666195,28.14157265635434,10.49951767059266,15.557988707571056,7.732278015596103,9.809047503437785,8.631472812295717,9.370557942343416,13.818568615867758,6.391744588929635,10.030650754497463,9.056736100977165,27.550713731109596,10.744551705926577,14.568700508428185,7.531383921250036,10.01835859247997,9.749896623863176,,13.79044148803352,10.389062530526488,10.030650754497463,9.056736100977165,27.550713731109596,10.744551705926577,14.568700508428185,7.531383921250036,10.01835859247997,9.749896623863176,,13.79044148803352,10.389062530526488,10.030650754497463,9.056736100977165,30.643964394264724,,,,9.74674247747069,9.749896623863176,,14.159023065173605,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q15,13.087393860340896,7.428271125581963,28.60884937804089,10.513130672555656,16.05263280714249,7.832725062769136,10.452136132732956,9.132788078446747,10.157950379125884,13.853727525660554,6.396219514912435,11.369165826893592,9.717031490408333,27.722560990173772,10.744551705926577,14.568700508428185,7.531383921250036,10.833206937507805,9.76961570393608,,13.8115368339092,10.389062530526488,11.369165826893592,9.717031490408333,27.722560990173772,10.744551705926577,14.568700508428185,7.531383921250036,10.833206937507805,9.76961570393608,,13.8115368339092,10.389062530526488,11.369165826893592,9.717031490408333,30.643964394264724,,,,10.425782764993887,9.76961570393608,,14.36440919961932,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q20,13.888886435453351,7.637139580261412,29.076126099727436,10.52674367451865,16.547276906713925,7.93317210994217,10.692599734758687,9.63410334459778,10.945342815908354,13.888886435453351,6.400694440895236,13.21956524752915,9.763042677245112,27.894408249237948,10.744551705926577,14.568700508428185,7.531383921250036,11.865579843187053,9.789334784008986,,13.832632179784877,10.389062530526488,13.21956524752915,9.763042677245112,27.894408249237948,10.744551705926577,14.568700508428185,7.531383921250036,11.865579843187053,9.789334784008986,,13.832632179784877,10.389062530526488,13.21956524752915,9.763042677245112,30.643964394264724,,,,11.104823052517084,9.789334784008986,,14.569795334065041,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q25,14.65367713278787,8.350834061929897,29.46808567336176,10.540356676481645,17.041921006285364,8.033619157115204,10.933063336784418,9.67228090415757,11.732735252690823,14.367192861774852,6.405169366878037,13.818568615867758,9.809053864081891,28.06625550830212,10.744551705926577,14.568700508428185,7.531383921250036,13.006715029192005,9.809053864081891,,13.853727525660554,10.389062530526488,13.818568615867758,9.809053864081891,28.06625550830212,10.744551705926577,14.568700508428185,7.531383921250036,13.006715029192005,9.809053864081891,,13.853727525660554,10.389062530526488,13.818568615867758,9.809053864081891,30.643964394264724,,,,12.055769040854544,9.809053864081891,,14.775181468510759,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q30,15.19690219884831,8.620855595543663,29.86004524699608,10.553969678444641,17.5365651058568,8.134066204288237,11.485201447852068,9.710458463717364,12.520127689473293,14.845499288096352,6.608704320769685,14.024849250048318,9.896633350835708,28.238102767366293,10.744551705926577,14.568700508428185,7.531383921250036,14.147850215196955,9.828772944154796,,13.874822871536233,10.389062530526488,14.024849250048318,9.896633350835708,28.238102767366293,10.744551705926577,14.568700508428185,7.531383921250036,14.147850215196955,9.828772944154796,,13.874822871536233,10.389062530526488,14.024849250048318,9.896633350835708,30.643964394264724,,,,13.006715029192005,9.828772944154796,,14.98056760295648,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q35,15.72288345351194,9.082656551831644,30.2520048206304,10.567582680407636,18.031209205428233,8.23451325146127,12.816525831524512,9.776188730627048,13.079329173830395,15.323805714417853,6.812239274661332,14.500719101130702,10.08813358738212,28.409950026430465,10.744551705926577,14.568700508428185,7.531383921250036,14.966266044463202,9.95464126331234,,13.984547720717652,10.389062530526488,14.500719101130702,10.08813358738212,28.409950026430465,10.744551705926577,14.568700508428185,7.531383921250036,14.966266044463202,9.95464126331234,,13.984547720717652,10.389062530526488,14.500719101130702,10.08813358738212,30.643964394264724,,,,13.957661017529464,9.95464126331234,,15.185953737402198,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q40,16.700224325579757,9.695187439893447,30.643964394264724,10.581195682370632,18.525853304999668,8.334960298634304,14.147850215196957,9.841918997536732,13.182148753336767,15.802112140739354,7.0157742285529805,14.772644406891429,10.279633823928537,28.58179728549464,10.744551705926577,14.568700508428185,7.531383921250036,15.139243160252034,10.292808060639164,,14.27153157651055,10.389062530526488,14.772644406891429,10.279633823928537,28.58179728549464,10.744551705926577,14.568700508428185,7.531383921250036,15.139243160252034,10.292808060639164,,14.27153157651055,10.389062530526488,14.772644406891429,10.279633823928537,30.643964394264724,,,,14.908607005866925,10.292808060639164,,15.391339871847917,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q45,17.06871238153277,9.86204346962531,31.45366981511308,10.594808684333628,19.020497404571103,8.435407345807338,14.99509556376134,10.01753010316136,13.284968332843139,16.229305512619078,7.219309182444627,15.081584121655755,10.4423859068365,28.753644544558817,10.744551705926577,14.568700508428185,7.531383921250036,15.312220276040867,10.630974857965986,,14.558515432303452,10.389062530526488,15.081584121655755,10.4423859068365,28.753644544558817,10.744551705926577,14.568700508428185,7.531383921250036,15.312220276040867,10.630974857965986,,14.558515432303452,10.389062530526488,15.081584121655755,10.4423859068365,30.643964394264724,,,,15.052754602357616,10.630974857965986,,15.596726006293634,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q50,18.513013566200392,10.084611676789947,32.26337523596144,10.608421686296623,19.51514150414254,8.53585439298037,15.19690219884831,10.193141208785985,13.38778791234951,16.656498884498802,7.422844136336275,15.485197391829697,10.566807118226532,28.92549180362299,10.744551705926577,14.568700508428185,7.531383921250036,15.485197391829697,10.969141655292809,,14.845499288096352,10.389062530526488,15.485197391829697,10.566807118226532,28.92549180362299,10.744551705926577,14.568700508428185,7.531383921250036,15.485197391829697,10.969141655292809,,14.845499288096352,10.389062530526488,15.485197391829697,10.566807118226532,30.643964394264724,,,,15.19690219884831,10.969141655292809,,15.802112140739354,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q55,20.042216312295075,10.359674332265413,33.07308065680979,10.622034688259617,20.292873552211624,8.679877168161724,15.398708833935281,11.144752760917434,13.490607491855883,17.083692256378523,8.016087815174318,15.707037716066456,10.691228329616564,29.097339062687162,10.744551705926577,14.568700508428185,7.531383921250036,15.849705471954717,11.307308452619633,,15.132483143889253,10.389062530526488,15.707037716066456,10.691228329616564,29.097339062687162,10.744551705926577,14.568700508428185,7.531383921250036,15.849705471954717,11.307308452619633,,15.132483143889253,10.389062530526488,15.707037716066456,10.691228329616564,30.643964394264724,,,,15.341049795339003,11.307308452619633,,15.972989489491242,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q60,21.877800548001947,10.52674367451865,33.88278607765815,10.635647690222614,21.070605600280707,8.82389994334308,15.728202778579709,12.096364313048886,13.593427071362253,17.510885628258247,8.609331494012359,16.161357014675517,11.014914227351039,29.269186321751334,10.744551705926577,14.568700508428185,7.531383921250036,16.214213552079734,11.645475249946456,,15.419466999682154,10.389062530526488,16.161357014675517,11.014914227351039,29.269186321751334,10.744551705926577,14.568700508428185,7.531383921250036,16.214213552079734,11.645475249946456,,15.419466999682154,10.389062530526488,16.161357014675517,11.014914227351039,30.643964394264724,,,,15.485197391829697,11.645475249946456,,16.143866838243135,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q65,27.22837990594428,11.488048639843848,36.75421207793927,10.64926069218561,21.84833764834979,8.967922718524433,16.15346220539223,12.344351876127945,13.696246650868625,18.60261435819417,9.202575172850404,16.722334022950875,11.488048639843846,29.441033580815507,10.744551705926577,14.568700508428185,7.531383921250036,16.57872163220475,11.983642047273278,,15.706450855475053,10.389062530526488,16.722334022950875,11.488048639843846,29.441033580815507,10.744551705926577,14.568700508428185,7.531383921250036,16.57872163220475,11.983642047273278,,15.706450855475053,10.389062530526488,16.722334022950875,11.488048639843846,30.643964394264724,,,,15.78895412526721,11.983642047273278,,16.31474418699502,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q70,28.06696157826135,12.54274192659119,39.62563807822039,10.662873694148605,22.626069696418874,9.111945493705786,16.57872163220475,12.592339439207002,13.849966775037524,19.694343088130097,9.795818851688445,16.877101904548706,11.961183052336654,29.61288083987968,10.744551705926577,14.568700508428185,7.531383921250036,16.744443720321993,12.556929427320172,,15.972989489491242,10.389062530526488,16.877101904548706,11.961183052336654,29.61288083987968,10.744551705926577,14.568700508428185,7.531383921250036,16.744443720321993,12.556929427320172,,15.972989489491242,10.389062530526488,16.877101904548706,11.961183052336654,30.643964394264724,,,,16.092710858704727,12.556929427320172,,16.485621535746912,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q75,29.01745986771791,13.216421946505559,42.4970640785015,10.676486696111601,23.403801744487957,9.255968268887141,16.755498569007557,14.647177447484388,14.02913717153769,20.786071818066024,10.389062530526488,17.216103463774594,13.021248415466966,29.784728098943855,10.744551705926577,14.568700508428185,7.531383921250036,16.810772812435353,13.247777098727108,,16.229305512619078,10.389062530526488,17.216103463774594,13.021248415466966,29.784728098943855,10.744551705926577,14.568700508428185,7.531383921250036,16.810772812435353,13.247777098727108,,16.229305512619078,10.389062530526488,17.216103463774594,13.021248415466966,30.643964394264724,,,,16.396467592142244,13.247777098727108,,16.656498884498802,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q80,30.643964394264724,14.447201430038074,45.36849007878262,10.690099698074595,24.18153379255704,9.399991044068495,16.83288250980647,16.702015455761774,14.208307568037855,21.877800548001947,19.13539450404577,18.052290085609116,14.316086158852281,29.956575358008028,10.744551705926577,14.568700508428185,7.531383921250036,16.877101904548706,13.938624770134043,,16.485621535746912,10.389062530526488,18.052290085609116,14.316086158852281,29.956575358008028,10.744551705926577,14.568700508428185,7.531383921250036,16.877101904548706,13.938624770134043,,16.485621535746912,10.389062530526488,18.052290085609116,14.316086158852281,30.643964394264724,,,,16.700224325579757,13.938624770134043,,16.82737623325069,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q85,36.75421207793927,15.75235514428707,46.401766087904576,10.70371270003759,24.959265840626124,9.544013819249848,16.910266450605388,18.586031837129184,14.387477964538018,31.144011909399254,27.88172647756503,19.947205686337153,15.610923902237591,30.128422617072204,10.744551705926577,14.568700508428185,7.531383921250036,17.250979960863106,14.629472441540974,,16.741937558874746,10.389062530526488,19.947205686337153,15.610923902237591,30.128422617072204,10.744551705926577,14.568700508428185,7.531383921250036,17.250979960863106,14.629472441540974,,16.741937558874746,10.389062530526488,19.947205686337153,15.610923902237591,30.643964394264724,,,,16.755498569007557,14.629472441540974,,16.99825358200258,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q90,47.43504209702654,17.83242528458222,47.43504209702654,10.717325702000586,25.736997888695203,9.688036594431203,17.910297284007434,20.47004821849659,14.566648361038183,40.41022327079656,36.628058451084314,24.411374693793782,16.067735142633378,30.30026987613638,10.744551705926577,14.568700508428185,7.531383921250036,18.239955945579602,15.320320112947908,,16.99825358200258,10.389062530526488,24.411374693793782,16.067735142633378,30.30026987613638,10.744551705926577,14.568700508428185,7.531383921250036,18.239955945579602,15.320320112947908,,16.99825358200258,10.389062530526488,24.411374693793782,16.067735142633378,30.643964394264724,,,,16.810772812435353,15.320320112947908,,17.16913093075447,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q95,56.582383024010994,20.574292362639106,48.46831810614851,10.73093870396358,26.514729936764287,9.832059369612555,19.064102599510008,20.55023602168314,14.745818757538347,49.67643463219386,45.374390424603575,28.238102767366293,16.384875299197574,30.472117135200552,10.744551705926577,14.568700508428185,7.531383921250036,19.228931930296092,16.01116778435484,,17.254569605130413,10.389062530526488,28.238102767366293,16.384875299197574,30.472117135200552,10.744551705926577,14.568700508428185,7.531383921250036,19.228931930296092,16.01116778435484,,17.254569605130413,10.389062530526488,28.238102767366293,16.384875299197574,30.643964394264724,,,,16.86604705586315,16.01116778435484,,17.340008279506357,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q98,65.93979402256572,36.03596116856618,49.08828371162168,10.739106505141379,26.981369165605734,9.918473034721368,19.756385788811553,20.59834870359507,14.853320995438446,55.23616144903225,50.62218960871515,29.681619743505347,16.575159393136094,30.575225490639056,10.744551705926577,14.568700508428185,7.531383921250036,19.82231752112599,16.425676387199,,17.408359219007114,10.389062530526488,29.681619743505347,16.575159393136094,30.575225490639056,10.744551705926577,14.568700508428185,7.531383921250036,19.82231752112599,16.425676387199,,17.408359219007114,10.389062530526488,29.681619743505347,16.575159393136094,30.643964394264724,,,,16.899211601919827,16.425676387199,,17.442534688757494,10.389062530526488 +_daily_mean_core_day_demand_baseline_baseline_percentile_q99,69.43836803705301,45.07834178334452,49.294938913446074,10.741829105533977,27.136915575219554,9.94727758975764,19.987146851912073,20.614386264232383,14.889155074738479,57.08940372131171,52.371456003419006,30.162792068885036,16.638587424448936,30.609594942451892,10.744551705926577,14.568700508428185,7.531383921250036,20.020112718069285,16.563845921480386,,17.45962242363268,10.389062530526488,30.162792068885036,16.638587424448936,30.609594942451892,10.744551705926577,14.568700508428185,7.531383921250036,20.020112718069285,16.563845921480386,,17.45962242363268,10.389062530526488,30.162792068885036,16.638587424448936,30.643964394264724,,,,16.910266450605388,16.563845921480386,,17.47671015850787,10.389062530526488 +percent_savings_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +percent_savings_baseline_regional_upper_bound_95_perc_conf,18.10962777112948,8.49146984892657,10.63088722567036,10.053295554582466,17.218477735697892,34.16530307662385,29.828408524440757,7.938207751087695,3.032945643291759,9.978419192731735,,20.365086905643448,10.688616945565599,15.086156759583215,5.1271706703326885,16.27935112492466,22.778359626552756,26.24640368525362,1.073254086963991,,11.968288721707346,,20.365086905643448,10.688616945565599,15.086156759583215,5.1271706703326885,16.27935112492466,22.778359626552756,26.24640368525362,1.073254086963991,,11.968288721707346,,20.365086905643448,10.688616945565599,6.961155962070138,,,,26.30582885332985,1.073254086963991,,13.053275551176188, +percent_savings_baseline_regional_mean,14.265372413144677,0.4936891933486975,8.173103145006985,-7.637149109287655,13.567275477926543,26.7238879910616,24.615250384746112,-1.9646141241380783,-8.353206630529167,6.906852853422863,,16.409120863783517,2.5668500544210717,10.366538019172035,5.1271706703326885,16.27935112492466,22.778359626552756,22.431267449296936,-3.126107492589753,,8.92409819615548,,16.409120863783517,2.5668500544210717,10.366538019172035,5.1271706703326885,16.27935112492466,22.778359626552756,22.431267449296936,-3.126107492589753,,8.92409819615548,,16.409120863783517,2.5668500544210717,6.961155962070138,,,,24.310672360376277,-3.126107492589753,,10.199348498894478, +percent_savings_baseline_regional_lower_bound_95_perc_conf,10.421117055159874,-7.504091462229176,5.715319064343611,-25.327593773157776,9.916073220155196,19.282472905499343,19.402092245051467,-11.867435999363853,-19.73935890435009,3.8352865141139914,,12.453154821923587,-5.5549168367234545,5.646919278760854,5.1271706703326885,16.27935112492466,22.778359626552756,18.61613121334025,-7.325469072143497,,5.879907670603614,,12.453154821923587,-5.5549168367234545,5.646919278760854,5.1271706703326885,16.27935112492466,22.778359626552756,18.61613121334025,-7.325469072143497,,5.879907670603614,,12.453154821923587,-5.5549168367234545,6.961155962070138,,,,22.315515867422704,-7.325469072143497,,7.345421446612767, +percent_savings_baseline_regional_sem,1.9613547744820425,4.080500334478507,1.2539714697262112,9.025737073403123,1.8628582947812997,3.7966403497766605,2.6597745610686965,5.052460140421314,5.8092613641943505,1.567125683320853,,2.018350021357108,4.143758617930881,2.4079687451077456,0.0,0.0,0.0,1.946498079569737,2.1425314181396655,,1.5531584314040134,,2.018350021357108,4.143758617930881,2.4079687451077456,0.0,0.0,0.0,1.946498079569737,2.1425314181396655,,1.5531584314040134,,2.018350021357108,4.143758617930881,0.0,,,,1.0179369862008028,2.1425314181396655,,1.456085230755975, +percent_savings_baseline_regional_q1,2.479638519564346,-42.064409441224754,4.347876249722662,-20.14618249331559,9.160375041611653,21.431018250399568,11.897473293380795,-42.3051057122368,-24.878077098615844,2.241199161611279,,5.3405124155756,-8.75116223135871,7.029263603212176,5.1271706703326885,16.27935112492466,22.778359626552756,11.791382534729378,-8.86434462758762,,5.161103939837897,,5.3405124155756,-8.75116223135871,7.029263603212176,5.1271706703326885,16.27935112492466,22.778359626552756,11.791382534729378,-8.86434462758762,,5.161103939837897,,5.3405124155756,-8.75116223135871,6.961155962070138,,,,21.78435778251317,-8.86434462758762,,7.247344274731812, +percent_savings_baseline_regional_q2.5,2.9424913908850057,-36.158200452989036,4.518335855645414,-19.763252899926982,9.35105395491264,21.47226339456752,13.011426259220672,-36.75994113051916,-24.277680060865265,2.3463929960023377,,5.703760107031272,-8.3267282455003,7.131425064925232,5.1271706703326885,16.27935112492466,22.778359626552756,12.746199362592131,-8.609684236072574,,5.2552389176870165,,5.703760107031272,-8.3267282455003,7.131425064925232,5.1271706703326885,16.27935112492466,22.778359626552756,12.746199362592131,-8.609684236072574,,5.2552389176870165,,5.703760107031272,-8.3267282455003,6.961155962070138,,,,21.81502368433909,-8.609684236072574,,7.333007159951189, +percent_savings_baseline_regional_q5,3.639712608752306,-26.314518805929517,4.802435198849999,-19.125036910945962,9.668852143747625,21.54100530151411,14.868014535620466,-27.51800016098977,-23.27701833128096,2.5217160533207696,,6.309172926124059,-7.619338269069614,7.301694167780327,5.1271706703326885,16.27935112492466,22.778359626552756,14.337560742363383,-8.185250250214162,,5.412130547435546,,6.309172926124059,-7.619338269069614,7.301694167780327,5.1271706703326885,16.27935112492466,22.778359626552756,14.337560742363383,-8.185250250214162,,5.412130547435546,,6.309172926124059,-7.619338269069614,6.961155962070138,,,,21.866133520715614,-8.185250250214162,,7.475778635316818, +percent_savings_baseline_regional_q10,4.40705866754036,-20.889156179062155,5.370633885259169,-17.848604932983932,10.304448521417589,21.6784891154073,18.581191088420056,-9.034118221930985,-21.27569487211235,2.8723621679576326,,7.029879878824765,-6.204558316208243,7.6422323734905175,5.1271706703326885,16.27935112492466,22.778359626552756,17.520283501905887,-7.336382278497339,,5.725913806932608,,7.029879878824765,-6.204558316208243,7.6422323734905175,5.1271706703326885,16.27935112492466,22.778359626552756,17.520283501905887,-7.336382278497339,,5.725913806932608,,7.029879878824765,-6.204558316208243,6.961155962070138,,,,21.968353193468666,-7.336382278497339,,7.761321586048075, +percent_savings_baseline_regional_q15,5.520952478980192,-13.205977919929552,5.938832571668339,-16.572172955021895,10.940044899087553,21.81597292930048,21.78435778251317,-6.808251715454328,-19.274371412943744,3.2230082825944963,,7.17878169845979,-4.789778363346872,7.982770579200706,5.1271706703326885,16.27935112492466,22.778359626552756,20.70300626144839,-6.487514306780517,,6.039697066429669,,7.17878169845979,-4.789778363346872,7.982770579200706,5.1271706703326885,16.27935112492466,22.778359626552756,20.70300626144839,-6.487514306780517,,6.039697066429669,,7.17878169845979,-4.789778363346872,6.961155962070138,,,,22.07057286622172,-6.487514306780517,,8.04686453677933, +percent_savings_baseline_regional_q20,6.688681139674562,-9.614531656743223,6.50703125807751,-15.295740977059863,11.57564127675752,21.953456743193662,21.927465324367446,-4.582385208977671,-17.273047953775134,3.5736543972313592,,8.9034933889731,-3.374998410485501,8.323308784910896,5.1271706703326885,16.27935112492466,22.778359626552756,21.845689586165,-5.638646335063694,,6.35348032592673,,8.9034933889731,-3.374998410485501,8.323308784910896,5.1271706703326885,16.27935112492466,22.778359626552756,21.845689586165,-5.638646335063694,,6.35348032592673,,8.9034933889731,-3.374998410485501,6.961155962070138,,,,22.172792538974775,-5.638646335063694,,8.332407487510586, +percent_savings_baseline_regional_q25,7.07569582332785,-5.695318462215999,6.620562434075667,-14.019308999097827,12.211237654427483,22.090940557086846,22.07057286622172,-4.062128411699098,-15.271724494606527,3.9548276199081407,,10.322958389628813,-3.3243239226225656,8.663846990621087,5.1271706703326885,16.27935112492466,22.778359626552756,21.968353193468666,-4.789778363346872,,6.667263585423792,,10.322958389628813,-3.3243239226225656,8.663846990621087,5.1271706703326885,16.27935112492466,22.778359626552756,21.968353193468666,-4.789778363346872,,6.667263585423792,,10.322958389628813,-3.3243239226225656,6.961155962070138,,,,22.39299764695674,-4.789778363346872,,8.617950438241841, +percent_savings_baseline_regional_q30,7.2197300676757195,-3.854025692787669,6.734093610073824,-12.742877021135792,12.846834032097448,22.22842437098003,22.26087458216756,-3.5418716144205256,-13.27040103543792,4.336000842584922,,11.043920703728602,-3.2736494347596303,9.004385196331274,5.1271706703326885,16.27935112492466,22.778359626552756,22.09101680077233,-3.94091039163005,,6.981046844920853,,11.043920703728602,-3.2736494347596303,9.004385196331274,5.1271706703326885,16.27935112492466,22.778359626552756,22.09101680077233,-3.94091039163005,,6.981046844920853,,11.043920703728602,-3.2736494347596303,6.961155962070138,,,,22.613202754938705,-3.94091039163005,,8.9034933889731, +percent_savings_baseline_regional_q35,8.495096933175107,-3.4334040318627594,6.847624786071981,-11.46644504317376,13.482430409767414,22.36590818487321,22.569161733342312,-3.4584350124530134,-11.439176418525252,4.717174065261704,,12.368856633379256,-3.222974946896695,9.344923402041465,5.1271706703326885,16.27935112492466,22.778359626552756,22.26087458216756,-3.3648635129129136,,7.333007159951189,,12.368856633379256,-3.222974946896695,9.344923402041465,5.1271706703326885,16.27935112492466,22.778359626552756,22.26087458216756,-3.3648635129129136,,7.333007159951189,,12.368856633379256,-3.222974946896695,6.961155962070138,,,,22.833407862920666,-3.3648635129129136,,9.189036339704355, +percent_savings_baseline_regional_q40,9.843183306734032,-3.2533796396144563,6.961155962070138,-10.190013065211723,14.118026787437378,22.50339199876639,22.87744888451706,-3.374998410485501,-9.94814948612445,5.098347287938485,,13.444099711414584,-3.17230045903376,9.685461607751655,5.1271706703326885,16.27935112492466,22.778359626552756,22.52512071174592,-3.334458820195153,,7.761321586048075,,13.444099711414584,-3.17230045903376,9.685461607751655,5.1271706703326885,16.27935112492466,22.778359626552756,22.52512071174592,-3.334458820195153,,7.761321586048075,,13.444099711414584,-3.17230045903376,6.961155962070138,,,,23.05361297090263,-3.334458820195153,,9.47457929043561, +percent_savings_baseline_regional_q45,10.29696038348912,-2.525338422224637,7.030715218986559,-8.91358108724969,14.753623165107342,22.640875812659576,23.161878939611473,-3.2736494347596303,-8.457122553723655,5.621319387100254,,13.710453757862805,-1.6099785640025115,10.025999813461844,5.1271706703326885,16.27935112492466,22.778359626552756,22.789366841324274,-3.3040541274773916,,8.189636012144959,,13.710453757862805,-1.6099785640025115,10.025999813461844,5.1271706703326885,16.27935112492466,22.778359626552756,22.789366841324274,-3.3040541274773916,,8.189636012144959,,13.710453757862805,-1.6099785640025115,6.961155962070138,,,,23.234056252084038,-3.3040541274773916,,9.760122241166869, +percent_savings_baseline_regional_q50,11.154837982820878,-0.7210340354937765,7.100274475902981,-7.637149109287655,15.389219542777308,22.778359626552756,23.41449953326544,-3.17230045903376,-6.96609562132286,6.1442914862620235,,15.025635600599294,-0.047656668971263416,10.366538019172035,5.1271706703326885,16.27935112492466,22.778359626552756,23.05361297090263,-3.2736494347596303,,8.617950438241841,,15.025635600599294,-0.047656668971263416,10.366538019172035,5.1271706703326885,16.27935112492466,22.778359626552756,23.05361297090263,-3.2736494347596303,,8.617950438241841,,15.025635600599294,-0.047656668971263416,6.961155962070138,,,,23.41449953326544,-3.2736494347596303,,10.045665191898124, +percent_savings_baseline_regional_q55,13.403122165807167,1.6893099811073493,7.169833732819402,-6.36071713132562,15.478232700992043,24.099501949798594,23.667120126919414,-1.3091813416838876,-5.475068688922061,6.667263585423792,,17.102035533380345,1.5146652260599849,10.707076224882226,5.1271706703326885,16.27935112492466,22.778359626552756,23.27014490832032,-3.2432447420418695,,9.046264864338728,,17.102035533380345,1.5146652260599849,10.707076224882226,5.1271706703326885,16.27935112492466,22.778359626552756,23.27014490832032,-3.2432447420418695,,9.046264864338728,,17.102035533380345,1.5146652260599849,6.961155962070138,,,,23.594942814446853,-3.2432447420418695,,10.377313134728286, +percent_savings_baseline_regional_q60,14.095379969574605,3.897060540787816,7.239392989735824,-5.084285153363588,15.567245859206778,25.420644273044424,24.269214709776087,0.5539377756659849,-3.9840417565212682,7.190235684585561,,20.66700130335498,3.076987121091233,11.047614430592413,5.1271706703326885,16.27935112492466,22.778359626552756,23.486676845738007,-3.212840049324108,,9.47457929043561,,20.66700130335498,3.076987121091233,11.047614430592413,5.1271706703326885,16.27935112492466,22.778359626552756,23.486676845738007,-3.212840049324108,,9.47457929043561,,20.66700130335498,3.076987121091233,6.961155962070138,,,,23.775386095628257,-3.212840049324108,,10.708961077558447, +percent_savings_baseline_regional_q65,15.656259017421515,5.361858214558764,8.010765260162787,-3.807853175401551,15.656259017421515,26.74178659629026,25.133414784534793,1.815462448378609,-2.4930148241204684,7.904093061413702,,21.947909258918056,3.589533008401597,11.388152636302603,5.1271706703326885,16.27935112492466,22.778359626552756,23.703208783155695,-3.182435356606347,,9.902893716532496,,21.947909258918056,3.589533008401597,11.388152636302603,5.1271706703326885,16.27935112492466,22.778359626552756,23.703208783155695,-3.182435356606347,,9.902893716532496,,21.947909258918056,3.589533008401597,6.961155962070138,,,,24.392671863313048,-3.182435356606347,,11.040609020388612, +percent_savings_baseline_regional_q70,18.473176214139812,6.233934209927711,8.78213753058975,-2.5314211974395184,15.745272175636249,28.06292891953609,25.997614859293495,3.076987121091233,-1.216634610890325,8.617950438241841,,22.26087458216756,4.10207889571196,11.728690842012792,5.1271706703326885,16.27935112492466,22.778359626552756,24.269214709776087,-2.547371701021263,,10.377313134728286,,22.26087458216756,4.10207889571196,11.728690842012792,5.1271706703326885,16.27935112492466,22.778359626552756,24.269214709776087,-2.547371701021263,,10.377313134728286,,22.26087458216756,4.10207889571196,6.961155962070138,,,,25.009957630997835,-2.547371701021263,,11.372256963218774, +percent_savings_baseline_regional_q75,21.968353193468666,8.124697221532248,9.553509801016714,-1.2549892194774834,15.834285333850984,29.38407124278193,26.896846760381074,5.1643929809500815,-0.04757775724549851,9.331807815069983,,22.833407862920666,4.614624783022324,12.069229047722983,5.1271706703326885,16.27935112492466,22.778359626552756,25.009957630997835,-1.6099785640025115,,10.87478504897353,,22.833407862920666,4.614624783022324,12.069229047722983,5.1271706703326885,16.27935112492466,22.778359626552756,25.009957630997835,-1.6099785640025115,,10.87478504897353,,22.833407862920666,4.614624783022324,6.961155962070138,,,,25.627243398682623,-1.6099785640025115,,11.703904906048937, +percent_savings_baseline_regional_q80,22.70128479813149,12.875418188485963,10.324882071443676,0.021442758484552016,15.923298492065719,30.705213566027762,27.8100913920002,7.251798840808929,1.121479096399328,10.045665191898124,,23.34232222079288,5.1271706703326885,12.409767253433172,5.1271706703326885,16.27935112492466,22.778359626552756,25.750700552219584,-0.6725854269837603,,11.372256963218774,,23.34232222079288,5.1271706703326885,12.409767253433172,5.1271706703326885,16.27935112492466,22.778359626552756,25.750700552219584,-0.6725854269837603,,11.372256963218774,,23.34232222079288,5.1271706703326885,6.961155962070138,,,,26.244529166367414,-0.6725854269837603,,12.035552848879098, +percent_savings_baseline_regional_q85,23.55885415821057,21.609747208460703,11.18664157265124,1.2978747364465852,16.012311650280456,32.026355889273596,28.72333602361932,8.997595602255567,2.2905359500441476,10.87478504897353,,23.89884324916521,9.539967909387705,12.750305459143362,5.1271706703326885,16.27935112492466,22.778359626552756,26.505456203972876,0.26480771003498504,,11.869728877464016,,23.89884324916521,9.539967909387705,12.750305459143362,5.1271706703326885,16.27935112492466,22.778359626552756,26.505456203972876,0.26480771003498504,,11.869728877464016,,23.89884324916521,9.539967909387705,6.961155962070138,,,,26.896846760381074,0.26480771003498504,,12.367200791709262, +percent_savings_baseline_regional_q90,25.750700552219584,23.147592118708463,12.048401073858804,2.57430671440862,16.10132480849519,33.34749821251943,32.16859895956253,10.743392363702204,3.459592803688974,11.703904906048937,,25.50378624514567,13.952765148442722,13.090843664853551,5.1271706703326885,16.27935112492466,22.778359626552756,27.28823731678927,1.202200847053736,,12.36720079170926,,25.50378624514567,13.952765148442722,13.090843664853551,5.1271706703326885,16.27935112492466,22.778359626552756,27.28823731678927,1.202200847053736,,12.36720079170926,,25.50378624514567,13.952765148442722,6.961155962070138,,,,27.549164354394733,1.202200847053736,,12.698848734539425, +percent_savings_baseline_regional_q95,28.592872504816583,26.946639463654858,12.910160575066367,3.8507386923706526,16.190337966709922,34.66864053576526,36.03586494622642,18.607038455905993,4.628649657333794,12.533024763124342,,27.157773797986536,18.36556238749774,13.431381870563742,5.1271706703326885,16.27935112492466,22.778359626552756,28.071018429605658,2.139593984072482,,12.864672705954504,,27.157773797986536,18.36556238749774,13.431381870563742,5.1271706703326885,16.27935112492466,22.778359626552756,28.071018429605658,2.139593984072482,,12.864672705954504,,27.157773797986536,18.36556238749774,6.961155962070138,,,,28.201481948408393,2.139593984072482,,13.030496677369586, +percent_savings_baseline_regional_q98,35.041425121084266,32.37252550086861,13.427216275790908,4.616597879147874,16.243745861638764,35.46132592971277,38.35622453822475,23.32522611122828,5.33008376952069,13.030496677369586,,28.175389244647846,21.013240730930757,13.635704793989856,5.1271706703326885,16.27935112492466,22.778359626552756,28.540687097295496,2.702029866283733,,13.163155854501651,,28.175389244647846,21.013240730930757,13.635704793989856,5.1271706703326885,16.27935112492466,22.778359626552756,28.540687097295496,2.702029866283733,,13.163155854501651,,28.175389244647846,21.013240730930757,6.961155962070138,,,,28.592872504816587,2.702029866283733,,13.229485443067682, +percent_savings_baseline_regional_q99,37.47227802698731,34.18115417993984,13.599568176032419,4.871884274740282,16.261548493281712,35.725554394361936,39.129677735557536,24.89795532966903,5.563895140249653,13.196320648784667,,28.51459439353495,21.895800178741755,13.703812435131894,5.1271706703326885,16.27935112492466,22.778359626552756,28.697243319858774,2.8895084936874817,,13.2626502373507,,28.51459439353495,21.895800178741755,13.703812435131894,5.1271706703326885,16.27935112492466,22.778359626552756,28.697243319858774,2.8895084936874817,,13.2626502373507,,28.51459439353495,21.895800178741755,6.961155962070138,,,,28.72333602361932,2.8895084936874817,,13.295815031633715, +avoided_daily_mean_core_day_runtime_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +avoided_daily_mean_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,102.26136982941746,21.68192880138542,83.34727950054722,8.8541901080224,104.79876553886561,85.3087120283483,154.72962588910306,7.97205089486501,2.7667293139844773,47.70593439692679,,116.39424867883409,34.38215074383648,84.82089666415142,6.407903666479678,85.18305004045853,76.3233441458189,155.7283081739479,1.9694251146957953,,58.821488095085414,,116.39424867883409,34.38215074383648,84.82089666415142,6.407903666479678,85.18305004045853,76.3233441458189,155.7283081739479,1.9694251146957953,,58.821488095085414,,116.39424867883409,34.38215074383648,51.37574808344852,,,,163.2351623366475,1.9694251146957953,,66.78525691637803, +avoided_daily_mean_core_day_runtime_baseline_regional_mean,83.25068893965084,6.658511215265729,68.72338128317774,0.06921288090162125,89.93842254580717,76.57102458778333,130.16950159094068,-1.7834590479163988,-19.265806423189566,31.875712924659325,,91.24740951972151,9.602498328726286,65.39340933816415,6.407903666479678,85.18305004045853,76.3233441458189,128.02246212567374,-6.279064459985213,,41.334157419899554,,91.24740951972151,9.602498328726286,65.39340933816415,6.407903666479678,85.18305004045853,76.3233441458189,128.02246212567374,-6.279064459985213,,41.334157419899554,,91.24740951972151,9.602498328726286,51.37574808344852,,,,136.82634789987068,-6.279064459985213,,46.01895171328662, +avoided_daily_mean_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,64.24000804988422,-8.364906370853962,54.09948306580827,-8.715764346219157,75.07807955274873,67.83333714721836,105.60937729277832,-11.538968990697807,-41.29834216036361,16.045491452391857,,66.10057036060894,-15.177154086383913,45.965922012176875,6.407903666479678,85.18305004045853,76.3233441458189,100.31661607739957,-14.52755403466622,,23.846826744713695,,66.10057036060894,-15.177154086383913,45.965922012176875,6.407903666479678,85.18305004045853,76.3233441458189,100.31661607739957,-14.52755403466622,,23.846826744713695,,66.10057036060894,-15.177154086383913,51.37574808344852,,,,110.41753346309387,-14.52755403466622,,25.25264651019521, +avoided_daily_mean_core_day_runtime_baseline_regional_sem,9.699326984574803,7.665008972510047,7.4611725598823835,4.482131238326928,7.5818076495196145,4.458003796206614,12.530675662327738,4.977300991215005,11.241089661823493,8.076643608299728,,12.830019979139065,12.642679803627653,9.911983329585343,0.0,0.0,0.0,14.135635738915392,4.208413048306637,,8.922107487339725,,12.830019979139065,12.642679803627653,9.911983329585343,0.0,0.0,0.0,14.135635738915392,4.208413048306637,,8.922107487339725,,12.830019979139065,12.642679803627653,0.0,,,,13.473884916722863,4.208413048306637,,10.595053675046637, +avoided_daily_mean_core_day_runtime_baseline_regional_q1,12.534535390819574,-47.608541918902525,45.37237166486643,-6.142704088964874,76.93714343508601,67.42210157371909,75.59113393663478,-28.24154576855457,-51.06009382825001,12.276931632351435,,24.397528556371732,-15.875716755286916,51.65610130854283,6.407903666479678,85.18305004045853,76.3233441458189,75.53513587147154,-16.001520682648245,,24.06623591460545,,24.397528556371732,-15.875716755286916,51.65610130854283,6.407903666479678,85.18305004045853,76.3233441458189,75.53513587147154,-16.001520682648245,,24.06623591460545,,24.397528556371732,-15.875716755286916,51.37574808344852,,,,82.48507954873158,-16.001520682648245,,24.391407621317086, +avoided_daily_mean_core_day_runtime_baseline_regional_q2.5,13.034589745493019,-41.2653705670361,45.84632243475449,-5.952543365397533,77.18956914749536,67.69458859123235,76.17911362084868,-26.232992569410513,-49.89425034040484,12.390580349322672,,25.04354920781598,-15.403952027681944,52.076631146184305,6.407903666479678,85.18305004045853,76.3233441458189,76.0391184579406,-15.718461846085262,,24.21531760340028,,25.04354920781598,-15.403952027681944,52.076631146184305,6.407903666479678,85.18305004045853,76.3233441458189,76.0391184579406,-15.718461846085262,,24.21531760340028,,25.04354920781598,-15.403952027681944,51.37574808344852,,,,85.01426787660634,-15.718461846085262,,25.02824687017936, +avoided_daily_mean_core_day_runtime_baseline_regional_q5,14.741518654795959,-30.693418313925417,46.63624038456792,-5.635608826118629,77.61027866817764,68.14873362042111,77.15907976120519,-22.88540390417042,-47.951177860662874,12.579994877608069,,26.12025029355639,-14.61767748167366,52.77751420892008,6.407903666479678,85.18305004045853,76.3233441458189,76.87908943538905,-15.246697118480288,,24.463787084724988,,26.12025029355639,-14.61767748167366,52.77751420892008,6.407903666479678,85.18305004045853,76.3233441458189,76.87908943538905,-15.246697118480288,,24.463787084724988,,26.12025029355639,-14.61767748167366,51.37574808344852,,,,89.22958175639761,-15.246697118480288,,26.08964561828315, +avoided_daily_mean_core_day_runtime_baseline_regional_q10,24.62943340560813,-26.294778904693644,48.216076284194784,-5.001739747560824,78.45169770954219,69.05702367879864,79.11901204191821,-16.190226573690232,-44.065032901178945,12.958823934178861,,32.654289103062276,-13.045128389657087,54.17928033439165,6.407903666479678,85.18305004045853,76.3233441458189,78.55903139028591,-14.303167663270344,,24.960726047374408,,32.654289103062276,-13.045128389657087,54.17928033439165,6.407903666479678,85.18305004045853,76.3233441458189,78.55903139028591,-14.303167663270344,,24.960726047374408,,32.654289103062276,-13.045128389657087,51.37574808344852,,,,97.66020951598013,-14.303167663270344,,28.212443114490732, +avoided_daily_mean_core_day_runtime_baseline_regional_q15,32.61276352329917,-17.65114605117479,49.795912183821656,-4.367870669003018,79.29311675090672,69.96531373717617,82.48507954873159,-16.164890897910773,-40.178887941695024,13.337652990749653,,44.29907065693073,-11.472579297640513,55.58104645986321,6.407903666479678,85.18305004045853,76.3233441458189,80.23897334518279,-13.359638208060403,,25.45766501002383,,44.29907065693073,-11.472579297640513,55.58104645986321,6.407903666479678,85.18305004045853,76.3233441458189,80.23897334518279,-13.359638208060403,,25.45766501002383,,44.29907065693073,-11.472579297640513,51.37574808344852,,,,106.09083727556265,-13.359638208060403,,30.335240610698314, +avoided_daily_mean_core_day_runtime_baseline_regional_q20,45.11177192462519,-16.149689492443095,51.37574808344852,-3.734001590445213,80.13453579227127,70.8736037955537,94.28795841214712,-16.13955522213131,-36.2927429822111,13.716482047320445,,48.90337808372966,-9.90003020562394,56.98281258533477,6.407903666479678,85.18305004045853,76.3233441458189,87.5434562044811,-12.416108752850457,,25.954603972673247,,48.90337808372966,-9.90003020562394,56.98281258533477,6.407903666479678,85.18305004045853,76.3233441458189,87.5434562044811,-12.416108752850457,,25.954603972673247,,48.90337808372966,-9.90003020562394,51.37574808344852,,,,114.52146503514518,-12.416108752850457,,32.458038106905896, +avoided_daily_mean_core_day_runtime_baseline_regional_q25,48.285285583799954,-12.35790824341748,54.48226317727219,-3.100132511887407,80.97595483363581,71.78189385393124,106.09083727556265,-13.61845723632209,-32.40659802272718,16.279073566009224,,55.75560704599462,-8.889050165033034,58.38457871080634,6.407903666479678,85.18305004045853,76.3233441458189,97.66020951598013,-11.472579297640513,,26.45154293532267,,55.75560704599462,-8.889050165033034,58.38457871080634,6.407903666479678,85.18305004045853,76.3233441458189,97.66020951598013,-11.472579297640513,,26.45154293532267,,55.75560704599462,-8.889050165033034,51.37574808344852,,,,117.43057694001685,-11.472579297640513,,34.58083560311348, +avoided_daily_mean_core_day_runtime_baseline_regional_q30,58.83138430862532,-10.25922891909062,57.588778271095855,-2.466263433329601,81.81737387500036,72.69018391230877,115.68510979709386,-11.097359250512872,-28.520453063243263,18.841665084698008,,67.14324034861447,-7.878070124442126,59.78634483627789,6.407903666479678,85.18305004045853,76.3233441458189,107.77696282747917,-10.52904984243057,,26.94848189797209,,67.14324034861447,-7.878070124442126,59.78634483627789,6.407903666479678,85.18305004045853,76.3233441458189,107.77696282747917,-10.52904984243057,,26.94848189797209,,67.14324034861447,-7.878070124442126,51.37574808344852,,,,120.33968884488851,-10.52904984243057,,36.70363309932106, +avoided_daily_mean_core_day_runtime_baseline_regional_q35,67.36717129116599,-8.804588043776022,60.69529336491952,-1.8323943547717958,82.65879291636489,73.5984739706863,119.75786646391418,-10.498694728068406,-25.043941997675205,21.404256603386788,,72.3623638844055,-6.8670900838512186,61.18811096174946,6.407903666479678,85.18305004045853,76.3233441458189,115.68510979709384,-9.69783419750576,,28.175526966959016,,72.3623638844055,-6.8670900838512186,61.18811096174946,6.407903666479678,85.18305004045853,76.3233441458189,115.68510979709384,-9.69783419750576,,28.175526966959016,,72.3623638844055,-6.8670900838512186,51.37574808344852,,,,123.24880074976018,-9.69783419750576,,38.82643059552864, +avoided_daily_mean_core_day_runtime_baseline_regional_q40,71.78147859291722,-7.047580571610563,63.80180845874319,-1.1985252762139895,83.50021195772945,74.50676402906383,123.83062313073452,-9.90003020562394,-22.386698719938863,23.966848122075568,,76.0415321029697,-5.856110043260312,62.58987708722102,6.407903666479678,85.18305004045853,76.3233441458189,119.17604408293985,-9.091246173151214,,30.862784248620976,,76.0415321029697,-5.856110043260312,62.58987708722102,6.407903666479678,85.18305004045853,76.3233441458189,119.17604408293985,-9.091246173151214,,30.862784248620976,,76.0415321029697,-5.856110043260312,51.37574808344852,,,,126.15791265463184,-9.091246173151214,,40.949228091736224, +avoided_daily_mean_core_day_runtime_baseline_regional_q45,74.92953795821678,-6.042125580897567,65.97711940849197,-0.5646561976561846,84.34163099909398,75.41505408744136,129.01404243360847,-7.878070124442126,-19.729455442202532,24.79507972649127,,78.77928212602163,-2.7901066158253145,63.99164321269259,6.407903666479678,85.18305004045853,76.3233441458189,122.66697836878585,-8.48465814879667,,33.550041530282925,,78.77928212602163,-2.7901066158253145,63.99164321269259,6.407903666479678,85.18305004045853,76.3233441458189,122.66697836878585,-8.48465814879667,,33.550041530282925,,78.77928212602163,-2.7901066158253145,51.37574808344852,,,,134.1165820889693,-8.48465814879667,,43.072025587943806, +avoided_daily_mean_core_day_runtime_baseline_regional_q50,76.7688596268131,-2.045016367521322,68.15243035824075,0.06921288090162125,85.18305004045853,76.3233441458189,135.67834525122055,-5.856110043260312,-17.0722121644662,25.62331133090697,,80.10501229484743,0.27589681160968293,65.39340933816415,6.407903666479678,85.18305004045853,76.3233441458189,126.15791265463184,-7.878070124442126,,36.23729881194488,,80.10501229484743,0.27589681160968293,65.39340933816415,6.407903666479678,85.18305004045853,76.3233441458189,126.15791265463184,-7.878070124442126,,36.23729881194488,,80.10501229484743,0.27589681160968293,51.37574808344852,,,,142.07525152330675,-7.878070124442126,,45.19482308415139, +avoided_daily_mean_core_day_runtime_baseline_regional_q55,79.5498589332733,3.854899169435577,70.32774130798953,0.7030819594594271,87.45108083342767,77.30593833678576,142.34264806883263,-2.045016367521322,-14.414968886729866,26.45154293532267,,81.4565684033616,3.341900239044681,66.7951754636357,6.407903666479678,85.18305004045853,76.3233441458189,135.7083159758368,-7.271482100087582,,38.92455609360683,,81.4565684033616,3.341900239044681,66.7951754636357,6.407903666479678,85.18305004045853,76.3233441458189,135.7083159758368,-7.271482100087582,,38.92455609360683,,81.4565684033616,3.341900239044681,51.37574808344852,,,,150.03392095764417,-7.271482100087582,,47.56485916909954, +avoided_daily_mean_core_day_runtime_baseline_regional_q60,81.67577320554376,6.5767857929412585,72.5030522577383,1.336951038017232,89.71911162639681,78.28853252775262,147.7575403566437,1.766077308217667,-11.757725608993539,27.27977453973837,,84.30623083172983,6.407903666479678,68.19694158910727,6.407903666479678,85.18305004045853,76.3233441458189,145.2587192970417,-6.664894075733038,,41.61181337526878,,84.30623083172983,6.407903666479678,68.19694158910727,6.407903666479678,85.18305004045853,76.3233441458189,145.2587192970417,-6.664894075733038,,41.61181337526878,,84.30623083172983,6.407903666479678,51.37574808344852,,,,157.99259039198162,-6.664894075733038,,49.93489525404769, +avoided_daily_mean_core_day_runtime_baseline_regional_q65,89.68579617471568,7.561053348424188,74.23005684152366,1.9708201165750387,91.98714241936594,79.27112671871949,152.23537474710406,4.298093145425649,-9.1004823312572,31.758536675841626,,98.38533678806755,6.513454995518167,69.59870771457884,6.407903666479678,85.18305004045853,76.3233441458189,154.80912261824665,-6.0583060513784925,,44.29907065693074,,98.38533678806755,6.513454995518167,69.59870771457884,6.407903666479678,85.18305004045853,76.3233441458189,154.80912261824665,-6.0583060513784925,,44.29907065693074,,98.38533678806755,6.513454995518167,51.37574808344852,,,,160.11261505765202,-6.0583060513784925,,52.30493133899584, +avoided_daily_mean_core_day_runtime_baseline_regional_q70,103.26066548084935,9.75917890631083,75.95706142530904,2.604689195132843,94.25517321233508,80.25372090968634,156.71320913756438,6.830108982633631,-6.501408969178495,36.23729881194488,,115.68510979709384,6.619006324556654,71.00047384005039,6.407903666479678,85.18305004045853,76.3233441458189,159.68861012451794,-4.587488140670922,,47.564859169099535,,115.68510979709384,6.619006324556654,71.00047384005039,6.407903666479678,85.18305004045853,76.3233441458189,159.68861012451794,-4.587488140670922,,47.564859169099535,,115.68510979709384,6.619006324556654,51.37574808344852,,,,162.23263972332245,-4.587488140670922,,54.674967423944, +avoided_daily_mean_core_day_runtime_baseline_regional_q75,111.19241150264756,14.808796360924383,77.68406600909441,3.23855827369065,96.52320400530422,81.2363151006532,160.11261505765202,9.275410969460438,-3.9314205649285845,40.71606094804814,,123.24880074976018,6.724557653595143,72.40223996552196,6.407903666479678,85.18305004045853,76.3233441458189,162.23263972332245,-2.684555286786826,,51.11991329652177,,123.24880074976018,6.724557653595143,72.40223996552196,6.407903666479678,85.18305004045853,76.3233441458189,162.23263972332245,-2.684555286786826,,51.11991329652177,,123.24880074976018,6.724557653595143,51.37574808344852,,,,164.35266438899285,-2.684555286786826,,57.04500350889215, +avoided_daily_mean_core_day_runtime_baseline_regional_q80,121.50333360683719,24.209610696031543,79.41107059287977,3.8724273522484562,98.79123479827336,82.21890929162007,163.08064958959062,11.720712956287246,-1.3614321606786732,45.19482308415139,,138.89178374957177,6.830108982633631,73.80400609099351,6.407903666479678,85.18305004045853,76.3233441458189,164.77666932212693,-0.7816224329027301,,54.674967423944,,138.89178374957177,6.830108982633631,73.80400609099351,6.407903666479678,85.18305004045853,76.3233441458189,164.77666932212693,-0.7816224329027301,,54.674967423944,,138.89178374957177,6.830108982633631,51.37574808344852,,,,166.47268905466325,-0.7816224329027301,,59.415039593840305, +avoided_daily_mean_core_day_runtime_baseline_regional_q85,139.486518289856,31.12855363799884,84.60635389998875,4.506296430806261,101.0592655912425,83.20150348258693,166.04868412152916,17.89687976556152,1.208556243571223,51.11991329652177,,158.4165953251157,24.203417773429948,75.20577221646508,6.407903666479678,85.18305004045853,76.3233441458189,167.32686777579562,1.121310420981355,,58.23002155136622,,158.4165953251157,24.203417773429948,75.20577221646508,6.407903666479678,85.18305004045853,76.3233441458189,167.32686777579562,1.121310420981355,,58.23002155136622,,158.4165953251157,24.203417773429948,51.37574808344852,,,,168.6081358574942,1.121310420981355,,61.78507567878845, +avoided_daily_mean_core_day_runtime_baseline_regional_q90,155.43382788314716,68.14873362042113,89.80163720709771,5.140165509364066,103.32729638421164,84.1840976735538,169.03522521806042,24.073046574835793,3.7785446478211338,57.04500350889215,,163.92865945585876,41.57672656422626,76.60753834193665,6.407903666479678,85.18305004045853,76.3233441458189,169.8894039391928,3.0242432748654506,,61.78507567878845,,163.92865945585876,41.57672656422626,76.60753834193665,6.407903666479678,85.18305004045853,76.3233441458189,169.8894039391928,3.0242432748654506,,61.78507567878845,,163.92865945585876,41.57672656422626,51.37574808344852,,,,170.74358266032516,3.0242432748654506,,64.1551117637366, +avoided_daily_mean_core_day_runtime_baseline_regional_q95,165.62467918839505,76.81464124130233,94.99692051420669,5.7740345879218715,105.59532717718078,85.16669186452066,172.02485074202374,24.414456877825167,6.34853305207103,62.97009372126253,,169.4623145786266,58.95003535502257,78.0093044674082,6.407903666479678,85.18305004045853,76.3233441458189,172.45194010258993,4.927176128749536,,65.34012980621067,,169.4623145786266,58.95003535502257,78.0093044674082,6.407903666479678,85.18305004045853,76.3233441458189,172.45194010258993,4.927176128749536,,65.34012980621067,,169.4623145786266,58.95003535502257,51.37574808344852,,,,172.87902946315614,4.927176128749536,,66.52514784868475, +avoided_daily_mean_core_day_runtime_baseline_regional_q98,171.2560898930046,82.41542812981345,98.11409049847208,6.154356035056555,106.95614565296226,85.75624837910078,173.81862605640177,24.619303059618794,7.890526094620977,66.52514784868477,,172.7936115910429,69.3740206295004,78.85036414269113,6.407903666479678,85.18305004045853,76.3233441458189,173.98946180062825,6.068935841079994,,67.473162282664,,172.7936115910429,69.3740206295004,78.85036414269113,6.407903666479678,85.18305004045853,76.3233441458189,173.98946180062825,6.068935841079994,,67.473162282664,,172.7936115910429,69.3740206295004,51.37574808344852,,,,174.1602975448547,6.068935841079994,,67.94716949965364, +avoided_daily_mean_core_day_runtime_baseline_regional_q99,173.13528307949588,84.28235709265047,99.15314715989389,6.281129850768116,107.40975181155609,85.95276721729415,174.41655116119443,24.68758512021667,8.404523775470954,67.71016589115884,,173.904043928515,72.84868238765964,79.13071736778545,6.407903666479678,85.18305004045853,76.3233441458189,174.50196903330766,6.44952241185681,,68.18417310814846,,173.904043928515,72.84868238765964,79.13071736778545,6.407903666479678,85.18305004045853,76.3233441458189,174.50196903330766,6.44952241185681,,68.18417310814846,,173.904043928515,72.84868238765964,51.37574808344852,,,,174.5873869054209,6.44952241185681,,68.42117671664327, +avoided_total_core_day_runtime_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +avoided_total_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,85002.30790933201,8125.37884611819,96518.68252336679,108.23142294969622,83011.62776539466,43916.33440311236,113589.89705902225,505.54273895204096,3121.919410422506,58750.229099179356,,90532.66415846275,19953.949686694228,119667.57380982817,89.71065133071549,49832.08427366824,45107.096390178966,110881.30385276044,443.3850706996245,,73289.20757878048,,90532.66415846275,19953.949686694228,119667.57380982817,89.71065133071549,49832.08427366824,45107.096390178966,110881.30385276044,443.3850706996245,,73289.20757878048,,90532.66415846275,19953.949686694228,20036.541752544923,,,,115612.06960664049,443.3850706996245,,83974.39471768372, +avoided_total_core_day_runtime_baseline_regional_mean,71108.77399388037,521.5868222040065,71775.94078804938,41.72058671301953,67378.10535551072,32266.451413006256,96434.57484635356,-2432.064616872019,-14924.587045693115,38539.20704893192,,73039.67794441456,5632.925675951486,61794.28890283007,89.71065133071549,49832.08427366824,45107.096390178966,92807.83202235951,-2849.813246450193,,49870.00124648977,,73039.67794441456,5632.925675951486,61794.28890283007,89.71065133071549,49832.08427366824,45107.096390178966,92807.83202235951,-2849.813246450193,,49870.00124648977,,73039.67794441456,5632.925675951486,20036.541752544923,,,,98850.84420853107,-2849.813246450193,,55999.71505570033, +avoided_total_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,57215.240078428724,-7082.205201710178,47033.199052731965,-24.790249523657167,51744.58294562678,20616.56842290015,79279.25263368487,-5369.671972696079,-32971.09350180873,18328.18499868449,,55546.69173036639,-8688.098334791259,3921.0039958319685,89.71065133071549,49832.08427366824,45107.096390178966,74734.36019195858,-6143.011563600011,,26450.79491419906,,55546.69173036639,-8688.098334791259,3921.0039958319685,89.71065133071549,49832.08427366824,45107.096390178966,74734.36019195858,-6143.011563600011,,26450.79491419906,,55546.69173036639,-8688.098334791259,20036.541752544923,,,,82089.61881042164,-6143.011563600011,,28025.035393716946, +avoided_total_core_day_runtime_baseline_regional_sem,7088.537711965126,3879.4857264868288,12623.84782414154,33.93410012075341,7976.286943818338,5943.817852094954,8752.715414626879,1498.7792631755408,9207.401253120215,10311.745944003793,,8924.992966351112,7306.644903440176,29527.18617703985,0.0,0.0,0.0,9221.159097143332,1680.2032230356212,,11948.574659331996,,8924.992966351112,7306.644903440176,29527.18617703985,0.0,0.0,0.0,9221.159097143332,1680.2032230356212,,11948.574659331996,,8924.992966351112,7306.644903440176,0.0,,,,8551.645611280317,1680.2032230356212,,14272.795745909893, +avoided_total_core_day_runtime_baseline_regional_q1,15189.705790540562,-36758.30770746651,21641.199393583367,-5.309676612322516,50209.60517551482,20140.889599567097,57851.28768714966,-13772.30630805193,-39721.92212749813,14772.044409266036,,20746.885756959575,-6996.355702772197,20871.696695550625,89.71065133071549,49832.08427366824,45107.096390178966,57665.355004032586,-7052.982132965262,,25680.130404397492,,20746.885756959575,-6996.355702772197,20871.696695550625,89.71065133071549,49832.08427366824,45107.096390178966,57665.355004032586,-7052.982132965262,,25680.130404397492,,20746.885756959575,-6996.355702772197,20036.541752544923,,,,75428.71025793042,-7052.982132965262,,26119.678554492737, +avoided_total_core_day_runtime_baseline_regional_q2.5,16000.460236544051,-31479.36952178518,24048.185855141037,-3.869974673791637,50775.88652828471,20497.4670573704,59803.580859878995,-12666.575553085751,-38888.40557186424,14956.306783357739,,21812.401763581554,-6784.006589548203,22124.42911005918,89.71065133071549,49832.08427366824,45107.096390178966,59338.7491520863,-6925.572665030866,,25949.23640816113,,21812.401763581554,-6784.006589548203,22124.42911005918,89.71065133071549,49832.08427366824,45107.096390178966,59338.7491520863,-6925.572665030866,,25949.23640816113,,21812.401763581554,-6784.006589548203,20036.541752544923,,,,75857.23481926903,-6925.572665030866,,27048.106783399235, +avoided_total_core_day_runtime_baseline_regional_q5,17399.08520823933,-22681.139212316302,28059.82995773715,-1.4704714429068382,51719.68878290119,21091.762820375898,63057.40281442787,-10823.690961475455,-37499.21131247442,15263.410740177242,,23588.261774618186,-6430.091400841546,24212.316467573437,89.71065133071549,49832.08427366824,45107.096390178966,62127.73939884249,-6713.223551806872,,26397.746414433856,,23588.261774618186,-6430.091400841546,24212.316467573437,89.71065133071549,49832.08427366824,45107.096390178966,62127.73939884249,-6713.223551806872,,26397.746414433856,,23588.261774618186,-6430.091400841546,20036.541752544923,,,,76571.44242150002,-6713.223551806872,,28595.487164910075, +avoided_total_core_day_runtime_baseline_regional_q10,21129.37868241362,-15234.015100832084,36083.118162929386,3.328535018862758,53607.29329213414,22280.3543463869,69565.04672352565,-7137.92177825486,-34720.822793694766,15877.61865381625,,27294.766426979306,-5722.261023428231,28388.091182601955,89.71065133071549,49832.08427366824,45107.096390178966,67705.71989235486,-6288.525325358883,,27294.766426979306,,27294.766426979306,-5722.261023428231,28388.091182601955,89.71065133071549,49832.08427366824,45107.096390178966,67705.71989235486,-6288.525325358883,,27294.766426979306,,27294.766426979306,-5722.261023428231,20036.541752544923,,,,77999.85762596203,-6288.525325358883,,31690.24792793174, +avoided_total_core_day_runtime_baseline_regional_q15,27294.766426979306,-8523.533688769294,44106.406368121614,8.127541480632352,55494.897801367086,23468.945872397897,75428.71025793042,-5728.343319256925,-31942.434274915126,16491.826567455257,,31181.853148009595,-5014.430646014916,32563.865897630465,89.71065133071549,49832.08427366824,45107.096390178966,73283.70038586724,-5863.827098910894,,28191.786439524756,,31181.853148009595,-5014.430646014916,32563.865897630465,89.71065133071549,49832.08427366824,45107.096390178966,73283.70038586724,-5863.827098910894,,28191.786439524756,,31181.853148009595,-5014.430646014916,20036.541752544923,,,,79428.27283042404,-5863.827098910894,,34785.00869095341, +avoided_total_core_day_runtime_baseline_regional_q20,38821.349600782145,-7203.776167795626,52129.69457331384,12.92654794240195,57382.50231060003,24657.5373984089,77428.49154417723,-4318.764860258989,-29164.045756135478,17106.034481094262,,42491.59449174418,-4306.600268601602,36739.640612658986,89.71065133071549,49832.08427366824,45107.096390178966,76285.75938060763,-5439.128872462905,,29088.80645207021,,42491.59449174418,-4306.600268601602,36739.640612658986,89.71065133071549,49832.08427366824,45107.096390178966,76285.75938060763,-5439.128872462905,,29088.80645207021,,42491.59449174418,-4306.600268601602,20036.541752544923,,,,80856.68803488604,-5439.128872462905,,37879.76945397508, +avoided_total_core_day_runtime_baseline_regional_q25,50980.88942349104,-5023.554089757957,55272.52014007922,17.725554404171547,59270.10681983298,25846.1289244199,79428.27283042404,-4312.682564430295,-26385.65723735583,19204.707461292797,,51486.14671327745,-3729.183582639143,40915.41532768749,89.71065133071549,49832.08427366824,45107.096390178966,77999.85762596203,-5014.430646014916,,29985.826464615657,,51486.14671327745,-3729.183582639143,40915.41532768749,89.71065133071549,49832.08427366824,45107.096390178966,77999.85762596203,-5014.430646014916,,29985.826464615657,,51486.14671327745,-3729.183582639143,20036.541752544923,,,,81828.9870576664,-5014.430646014916,,40974.53021699675, +avoided_total_core_day_runtime_baseline_regional_q30,54720.87824858859,-4310.249646098818,58415.3457068446,22.524560865941144,61157.71132906593,27034.720450430897,81245.60764399817,-4306.600268601602,-23607.268718576186,21303.380441491332,,55786.7090562614,-3151.766896676684,45091.19004271601,89.71065133071549,49832.08427366824,45107.096390178966,79713.95587131644,-4589.732419566928,,30882.846477161107,,55786.7090562614,-3151.766896676684,45091.19004271601,89.71065133071549,49832.08427366824,45107.096390178966,79713.95587131644,-4589.732419566928,,30882.846477161107,,55786.7090562614,-3151.766896676684,20036.541752544923,,,,82801.28608044673,-4589.732419566928,,44069.29098001841, +avoided_total_core_day_runtime_baseline_regional_q35,56519.33144336261,-4053.599174040739,61558.17127360998,27.323567327710737,63045.31583829888,28223.311976441895,82606.82627589066,-4111.984042016323,-21040.618907051536,23402.05342168987,,56504.11771237885,-2574.350210714225,49266.964757744514,89.71065133071549,49832.08427366824,45107.096390178966,81245.60764399818,-4191.11693140911,,32729.233529520425,,56504.11771237885,-2574.350210714225,49266.964757744514,89.71065133071549,49832.08427366824,45107.096390178966,81245.60764399818,-4191.11693140911,,32729.233529520425,,56504.11771237885,-2574.350210714225,20036.541752544923,,,,83773.58510322709,-4191.11693140911,,47164.05174304008, +avoided_total_core_day_runtime_baseline_regional_q40,63070.74925336632,-2765.1072410234765,64700.99684037536,32.122573789480334,64932.92034753183,29411.903502452897,83968.04490778317,-3917.3678154310437,-18897.446510036872,25500.726401888405,,60268.412567671694,-1996.9335247517663,53442.73947277304,89.71065133071549,49832.08427366824,45107.096390178966,82412.3664713346,-3844.6669198316345,,36474.35466150749,,60268.412567671694,-1996.9335247517663,53442.73947277304,89.71065133071549,49832.08427366824,45107.096390178966,82412.3664713346,-3844.6669198316345,,36474.35466150749,,60268.412567671694,-1996.9335247517663,20036.541752544923,,,,84745.88412600744,-3844.6669198316345,,50258.812506061746, +avoided_total_core_day_runtime_baseline_regional_q45,68307.4161134355,-902.0682989858655,68256.45689614785,36.921580251249935,66820.52485676476,30600.495028463898,88175.90643126647,-2957.150670091405,-16754.274113022213,26995.759756130825,,72354.03697028184,-1475.2724807311458,57618.51418780156,89.71065133071549,49832.08427366824,45107.096390178966,83579.12529867102,-3498.216908254159,,40219.47579349454,,72354.03697028184,-1475.2724807311458,57618.51418780156,89.71065133071549,49832.08427366824,45107.096390178966,83579.12529867102,-3498.216908254159,,40219.47579349454,,72354.03697028184,-1475.2724807311458,20036.541752544923,,,,90462.58796810583,-3498.216908254159,,53353.57326908342, +avoided_total_core_day_runtime_baseline_regional_q50,75143.02721703802,41.72058671301953,71811.91695192034,41.72058671301953,68708.12936599772,31789.086554474896,96179.2918102042,-1996.9335247517663,-14611.101716007555,28490.79311037324,,77999.85762596203,-953.6114367105254,61794.28890283007,89.71065133071549,49832.08427366824,45107.096390178966,84745.88412600744,-3151.766896676684,,43964.59692548158,,77999.85762596203,-953.6114367105254,61794.28890283007,89.71065133071549,49832.08427366824,45107.096390178966,84745.88412600744,-3151.766896676684,,43964.59692548158,,77999.85762596203,-953.6114367105254,20036.541752544923,,,,96179.2918102042,-3151.766896676684,,56448.334032105085, +avoided_total_core_day_runtime_baseline_regional_q55,79116.2221606074,572.9274491061223,75367.37700769283,46.51959317478913,70196.72667208457,33120.8875380453,104182.67718914195,-416.70388362674134,-12467.929318992894,29985.826464615657,,81440.06744855425,-431.95039268990496,65970.06361785858,89.71065133071549,49832.08427366824,45107.096390178966,91605.9287365255,-2805.316885099209,,47709.718057468635,,81440.06744855425,-431.95039268990496,65970.06361785858,89.71065133071549,49832.08427366824,45107.096390178966,91605.9287365255,-2805.316885099209,,47709.718057468635,,81440.06744855425,-431.95039268990496,20036.541752544923,,,,101895.99565230258,-2805.316885099209,,59408.50910220533, +avoided_total_core_day_runtime_baseline_regional_q60,81404.17091328207,1376.2891408545545,78922.83706346533,51.31859963655872,71685.32397817142,34452.68852161571,107864.78732387071,1163.5257574982836,-10324.756921978238,31480.859818858076,,83968.04490778316,89.71065133071549,70145.83833288708,89.71065133071549,49832.08427366824,45107.096390178966,98465.97334704355,-2458.866873521734,,51454.839189455684,,83968.04490778316,89.71065133071549,70145.83833288708,89.71065133071549,49832.08427366824,45107.096390178966,98465.97334704355,-2458.866873521734,,51454.839189455684,,83968.04490778316,89.71065133071549,20036.541752544923,,,,107612.69949440096,-2458.866873521734,,62368.68417230557, +avoided_total_core_day_runtime_baseline_regional_q65,83939.63693660857,1787.1079126228137,85080.1368108778,56.117606098328324,73173.92128425826,35784.48950518612,108305.9410254428,1429.4799866936219,-8181.584524963573,37722.728372169826,,85332.77439920248,577.8336349499006,74321.61304791561,89.71065133071549,49832.08427366824,45107.096390178966,105326.01795756162,-2112.4168619442576,,55199.96032144274,,85332.77439920248,577.8336349499006,74321.61304791561,89.71065133071549,49832.08427366824,45107.096390178966,105326.01795756162,-2112.4168619442576,,55199.96032144274,,85332.77439920248,577.8336349499006,20036.541752544923,,,,107927.80928123815,-2112.4168619442576,,65328.859242405815, +avoided_total_core_day_runtime_baseline_regional_q70,85267.56436884747,1982.8121203322157,91237.43655829027,60.91661256009791,74662.5185903451,37116.290488756524,108747.09472701489,1695.4342158889604,-5740.328845313155,43964.59692548158,,87800.27986510827,1065.9566185690855,78497.38776294411,89.71065133071549,49832.08427366824,45107.096390178966,107864.78732387073,-1593.0199136958454,,59408.50910220532,,87800.27986510827,1065.9566185690855,78497.38776294411,89.71065133071549,49832.08427366824,45107.096390178966,107864.78732387073,-1593.0199136958454,,59408.50910220532,,87800.27986510827,1065.9566185690855,20036.541752544923,,,,108242.91906807537,-1593.0199136958454,,68289.03431250606, +avoided_total_core_day_runtime_baseline_regional_q75,94801.06039311136,2175.605935232449,97394.73630570274,65.71561902186751,76151.11589643196,38448.09147232693,112110.2976348903,1826.396639794465,-3150.031524344839,50206.46547879333,,99176.54822311329,1554.0796021882707,82673.16247797264,89.71065133071549,49832.08427366824,45107.096390178966,108242.91906807537,-987.1494971119607,,63848.77170735569,,99176.54822311329,1554.0796021882707,82673.16247797264,89.71065133071549,49832.08427366824,45107.096390178966,108242.91906807537,-987.1494971119607,,63848.77170735569,,99176.54822311329,1554.0796021882707,20036.541752544923,,,,108558.02885491255,-987.1494971119607,,71249.20938260629, +avoided_total_core_day_runtime_baseline_regional_q80,105988.43411788667,4020.9438029052944,103552.03605311521,70.5146254836371,77639.7132025188,39779.89245589734,116642.32022528707,1957.35906369997,-559.7342033765226,56448.334032105085,,105176.30142962952,2042.2025858074558,86848.93719300117,89.71065133071549,49832.08427366824,45107.096390178966,108621.05081228,-381.27908052807595,,68289.03431250606,,105176.30142962952,2042.2025858074558,86848.93719300117,89.71065133071549,49832.08427366824,45107.096390178966,108621.05081228,-381.27908052807595,,68289.03431250606,,105176.30142962952,2042.2025858074558,20036.541752544923,,,,108873.13864174976,-381.27908052807595,,74209.38445270654, +avoided_total_core_day_runtime_baseline_regional_q85,108495.00689754511,11316.712512576927,105492.41165120684,75.3136319454067,79128.31050860565,41111.693439467745,121174.34281568383,1999.7808247537127,2030.5631175917783,63848.77170735569,,107675.7214517684,12808.426036900333,91024.71190802967,89.71065133071549,49832.08427366824,45107.096390178966,111573.18755128518,224.5913360558052,,72729.29691765641,,107675.7214517684,12808.426036900333,91024.71190802967,89.71065133071549,49832.08427366824,45107.096390178966,111573.18755128518,224.5913360558052,,72729.29691765641,,107675.7214517684,12808.426036900333,20036.541752544923,,,,115623.26091558837,224.5913360558052,,77169.55952280678, +avoided_total_core_day_runtime_baseline_regional_q90,110825.45848473533,21091.76282037592,107432.78724929846,80.1126384071763,80616.9078146925,42443.49442303815,126037.33055114961,2042.2025858074558,4620.860438560096,71249.20938260629,,108495.00689754511,23574.64948799321,95200.48662305818,89.71065133071549,49832.08427366824,45107.096390178966,119673.33427989154,830.4617526396898,,77169.55952280678,,108495.00689754511,23574.64948799321,95200.48662305818,89.71065133071549,49832.08427366824,45107.096390178966,119673.33427989154,830.4617526396898,,77169.55952280678,,108495.00689754511,23574.64948799321,20036.541752544923,,,,122373.38318942697,830.4617526396898,,80129.73459290701, +avoided_total_core_day_runtime_baseline_regional_q95,120770.95099742891,32454.987046260107,109373.1628473901,84.91164486894588,82105.50512077933,43775.29540660856,130955.47914412689,2309.0092846574425,7211.157759528397,78649.6470578569,,118323.30982512381,34340.87293908609,99376.26133808668,89.71065133071549,49832.08427366824,45107.096390178966,127773.48100849785,1436.332169223571,,81609.82212795713,,118323.30982512381,34340.87293908609,99376.26133808668,89.71065133071549,49832.08427366824,45107.096390178966,127773.48100849785,1436.332169223571,,81609.82212795713,,118323.30982512381,34340.87293908609,20036.541752544923,,,,129123.50546326558,1436.332169223571,,83089.90966300726, +avoided_total_core_day_runtime_baseline_regional_q98,129690.81236307559,40046.25265261144,110537.38820624507,87.79104874600765,82998.66350443146,44574.3759967508,133906.36829991327,2469.0933039674355,8765.336152109388,83089.90966300727,,128853.50057231204,40800.607009741834,101881.7261671038,89.71065133071549,49832.08427366824,45107.096390178966,132633.56904566166,1799.8544191739022,,84273.97969104735,,128853.50057231204,40800.607009741834,101881.7261671038,89.71065133071549,49832.08427366824,45107.096390178966,132633.56904566166,1799.8544191739022,,84273.97969104735,,128853.50057231204,40800.607009741834,20036.541752544923,,,,133173.57882756877,1799.8544191739022,,84866.0147050674, +avoided_total_core_day_runtime_baseline_regional_q99,132782.2200500899,42576.67452139517,110925.46332586338,88.75085003836158,83296.38296564881,44840.73619346488,134889.99801850872,2522.454643737433,9283.395616303045,84569.99719805739,,132363.5641547081,42953.851699960396,102716.8811101095,89.71065133071549,49832.08427366824,45107.096390178966,134253.59839138293,1921.028502490678,,85162.03221207742,,132363.5641547081,42953.851699960396,102716.8811101095,89.71065133071549,49832.08427366824,45107.096390178966,134253.59839138293,1921.028502490678,,85162.03221207742,,132363.5641547081,42953.851699960396,20036.541752544923,,,,134523.60328233647,1921.028502490678,,85458.04971908746, +baseline_daily_mean_core_day_runtime_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +baseline_daily_mean_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,727.0047063213469,265.3886284980983,1039.9160098730538,143.1660204817893,842.4061837526747,342.6855737329306,662.0787277954774,271.6446411400517,342.94831188260656,529.4410233661722,,623.7467168125961,280.25172645099593,769.1828627370849,124.97933223790824,523.2582637156722,335.0695370392199,690.0649021847323,264.4171205918889,,535.7407833519303,,623.7467168125961,280.25172645099593,769.1828627370849,124.97933223790824,523.2582637156722,335.0695370392199,690.0649021847323,264.4171205918889,,535.7407833519303,,623.7467168125961,280.25172645099593,738.0347224424229,,,,688.5527961181643,264.4171205918889,,518.2319636565909, +baseline_daily_mean_core_day_runtime_baseline_regional_mean,636.915470710147,221.94952756285915,890.7807133952184,77.85492716661591,691.3358010935191,296.1990098065046,556.3329808351983,218.81767722071615,246.92230451913994,463.28338266665423,,554.1845640253263,223.1950924104117,657.3252738182648,124.97933223790824,523.2582637156722,335.0695370392199,583.8265269456052,219.78042129633548,,458.4723490957823,,554.1845640253263,223.1950924104117,657.3252738182648,124.97933223790824,523.2582637156722,335.0695370392199,583.8265269456052,219.78042129633548,,458.4723490957823,,554.1845640253263,223.1950924104117,738.0347224424229,,,,568.7743969273794,219.78042129633548,,432.93948688829374, +baseline_daily_mean_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,546.8262350989471,178.51042662762,741.645416917383,12.543833851442528,540.2654184343635,249.71244588007858,450.5872338749192,165.9907133013806,150.89629715567332,397.1257419671363,,484.62241123805643,166.13845836982745,545.4676848994447,124.97933223790824,523.2582637156722,335.0695370392199,477.5881517064781,175.14372200078208,,381.2039148396343,,484.62241123805643,166.13845836982745,545.4676848994447,124.97933223790824,523.2582637156722,335.0695370392199,477.5881517064781,175.14372200078208,,381.2039148396343,,484.62241123805643,166.13845836982745,738.0347224424229,,,,448.9959977365944,175.14372200078208,,347.64701011999654, +baseline_daily_mean_core_day_runtime_baseline_regional_sem,45.96389571999997,22.162806599611798,76.08943697848747,33.32198638529254,77.07672584650794,23.71763465633981,53.95191171442813,26.952532611905895,48.99286089972786,33.75389831608057,,35.49089427921929,29.110527571726657,57.070198427969444,0.0,0.0,0.0,54.20325267302406,22.77382617120071,,39.42267053885104,,35.49089427921929,29.110527571726657,57.070198427969444,0.0,0.0,0.0,54.20325267302406,22.77382617120071,,39.42267053885104,,35.49089427921929,29.110527571726657,0.0,,,,61.11142815856375,22.77382617120071,,43.51656977974346, +baseline_daily_mean_core_day_runtime_baseline_regional_q1,337.0996675386997,37.10928917495724,584.6867700565225,31.673010196749413,526.8111397943102,240.86719779420721,351.4204982814025,67.22486483102881,155.36557093928036,335.8497986519386,,335.55545706648536,127.6909670792832,578.2300141665899,124.97933223790824,523.2582637156722,335.0695370392199,353.2680082336571,179.37370923232342,,336.8219963715217,,335.55545706648536,127.6909670792832,578.2300141665899,124.97933223790824,523.2582637156722,335.0695370392199,353.2680082336571,179.37370923232342,,336.8219963715217,,335.55545706648536,127.6909670792832,738.0347224424229,,,,352.80381102214045,179.37370923232342,,335.6563078572953, +baseline_daily_mean_core_day_runtime_baseline_regional_q2.5,342.76177260348544,46.67743979440775,596.7931873501462,33.08674234888818,532.140453912267,243.11073206895344,352.8270082566708,71.60769146379452,157.67126800266402,339.637100386583,,338.9012464229497,131.75841934134564,580.6512976253146,124.97933223790824,523.2582637156722,335.0695370392199,357.4457831373074,179.61622948269732,,342.06759468554066,,338.9012464229497,131.75841934134564,580.6512976253146,124.97933223790824,523.2582637156722,335.0695370392199,357.4457831373074,179.61622948269732,,342.06759468554066,,338.9012464229497,131.75841934134564,738.0347224424229,,,,356.28529010851565,179.61622948269732,,339.1533733999746, +baseline_daily_mean_core_day_runtime_baseline_regional_q5,351.82235827433635,62.62435749349194,616.9705495061858,35.442962602452795,541.022644108862,246.84995586019718,355.17119154878463,78.91240251840404,161.51409644163678,345.94926994432336,,344.4775620170569,138.53750644478305,584.6867700565225,124.97933223790824,523.2582637156722,335.0695370392199,364.40874131005774,180.0204298999871,,350.8102585422389,,344.4775620170569,138.53750644478305,584.6867700565225,124.97933223790824,523.2582637156722,335.0695370392199,364.40874131005774,180.0204298999871,,350.8102585422389,,344.4775620170569,138.53750644478305,738.0347224424229,,,,362.08775525247427,180.0204298999871,,344.98181597110676, +baseline_daily_mean_core_day_runtime_baseline_regional_q10,367.8669839080335,90.59994020577925,657.3252738182648,40.15540310958203,558.7870245020516,254.32840344268465,359.85955813301234,93.52182462762305,169.19975331958233,358.5736090598043,,364.40874131005774,152.09568065165786,592.7577149189383,124.97933223790824,523.2582637156722,335.0695370392199,378.33465765555854,180.8288307345667,,368.29558625563527,,364.40874131005774,152.09568065165786,592.7577149189383,124.97933223790824,523.2582637156722,335.0695370392199,378.33465765555854,180.8288307345667,,368.29558625563527,,364.40874131005774,152.09568065165786,738.0347224424229,,,,373.6926855403916,180.8288307345667,,356.63870111337104, +baseline_daily_mean_core_day_runtime_baseline_regional_q15,387.7463649384042,120.26070609636547,697.6799981303438,44.86784361671127,576.5514048952413,261.806851025172,365.52937746504415,127.57336460033838,176.88541019752785,371.19794817528526,,394.5815600586428,165.6538548585327,600.8286597813542,124.97933223790824,523.2582637156722,335.0695370392199,392.26057400105935,181.6372315691463,,385.7809139690317,,394.5815600586428,165.6538548585327,600.8286597813542,124.97933223790824,523.2582637156722,335.0695370392199,392.26057400105935,181.6372315691463,,385.7809139690317,,394.5815600586428,165.6538548585327,738.0347224424229,,,,385.29761582830895,181.6372315691463,,368.29558625563527, +baseline_daily_mean_core_day_runtime_baseline_regional_q20,418.09904057032986,148.05861809853465,738.0347224424229,49.5802841238405,594.315785288431,269.28529860765946,377.0879132839007,161.6249045730537,184.57106707547337,383.82228729076616,,428.69728779738165,179.2120290654075,608.89960464377,124.97933223790824,523.2582637156722,335.0695370392199,431.3172771026882,182.44563240372588,,403.26624168242813,,428.69728779738165,179.2120290654075,608.89960464377,124.97933223790824,523.2582637156722,335.0695370392199,431.3172771026882,182.44563240372588,,403.26624168242813,,428.69728779738165,179.2120290654075,738.0347224424229,,,,396.9025461162263,182.44563240372588,,379.95247139789956, +baseline_daily_mean_core_day_runtime_baseline_regional_q25,482.7467649180194,159.67578832071308,773.8546265253226,54.29272463096973,612.0801656816207,276.76374619014695,388.6464491027573,170.41846681923062,192.2567239534189,400.3401610309459,,466.32027358475233,180.55936378970682,616.9705495061858,124.97933223790824,523.2582637156722,335.0695370392199,482.939373582381,183.25403323830545,,420.75156939582456,,466.32027358475233,180.55936378970682,616.9705495061858,124.97933223790824,523.2582637156722,335.0695370392199,482.939373582381,183.25403323830545,,420.75156939582456,,466.32027358475233,180.55936378970682,738.0347224424229,,,,439.9209598493036,183.25403323830545,,391.60935654016384, +baseline_daily_mean_core_day_runtime_baseline_regional_q30,520.1948572632248,173.93589171770137,809.6745306082225,59.00516513809897,629.8445460748103,284.2421937726344,414.10991160945724,179.2120290654075,199.94238083136443,416.8580347711257,,509.0291510512468,181.90669851400617,625.0414943686015,124.97933223790824,523.2582637156722,335.0695370392199,534.5614700620738,184.06243407288508,,438.23689710922093,,509.0291510512468,181.90669851400617,625.0414943686015,124.97933223790824,523.2582637156722,335.0695370392199,534.5614700620738,184.06243407288508,,438.23689710922093,,509.0291510512468,181.90669851400617,738.0347224424229,,,,482.939373582381,184.06243407288508,,403.26624168242813, +baseline_daily_mean_core_day_runtime_baseline_regional_q35,531.5271341174753,182.71509934858574,845.4944346911223,63.717605645228204,647.6089264679999,291.7206413551218,474.3356908357655,181.90669851400617,205.67464366235262,433.37590851130545,,519.8119314566688,183.25403323830545,633.1124392310173,124.97933223790824,523.2582637156722,335.0695370392199,578.5307469596245,186.46999564905772,,453.1790805181386,,519.8119314566688,183.25403323830545,633.1124392310173,124.97933223790824,523.2582637156722,335.0695370392199,578.5307469596245,186.46999564905772,,453.1790805181386,,519.8119314566688,183.25403323830545,738.0347224424229,,,,525.9577873154584,186.46999564905772,,414.9231268246924, +baseline_daily_mean_core_day_runtime_baseline_regional_q40,556.6050770044736,196.8802384350388,881.3143387740221,68.43004615235743,665.3733068611897,299.19908893760925,534.5614700620738,184.6013679626048,207.50011839942616,449.8937822514852,,525.6207981161874,184.6013679626048,641.1833840934332,124.97933223790824,523.2582637156722,335.0695370392199,607.1943846928909,192.07587870841658,,463.03497531809893,,525.6207981161874,184.6013679626048,641.1833840934332,124.97933223790824,523.2582637156722,335.0695370392199,607.1943846928909,192.07587870841658,,463.03497531809893,,525.6207981161874,184.6013679626048,738.0347224424229,,,,568.9762010485357,192.07587870841658,,426.5800119669567, +baseline_daily_mean_core_day_runtime_baseline_regional_q45,568.2774421762851,211.75955945259773,903.5846601213541,73.14248665948666,683.1376872543794,306.6775365200967,583.3080199151689,203.28764482713427,209.32559313649972,466.32027358475233,,533.2990349178616,193.9445063948695,649.254328955849,124.97933223790824,523.2582637156722,335.0695370392199,635.8580224261572,197.6817617677754,,472.8908701180592,,533.2990349178616,193.9445063948695,649.254328955849,124.97933223790824,523.2582637156722,335.0695370392199,635.8580224261572,197.6817617677754,,472.8908701180592,,533.2990349178616,193.9445063948695,738.0347224424229,,,,592.8625658262577,197.6817617677754,,438.23689710922093, +baseline_daily_mean_core_day_runtime_baseline_regional_q50,576.6158251941067,219.60495267774104,925.854981468686,77.85492716661591,700.9020676475691,314.1559841025841,616.7489306039796,221.97392169166372,211.15106787357323,482.7467649180194,,552.0235683833919,203.28764482713427,657.3252738182648,124.97933223790824,523.2582637156722,335.0695370392199,664.5216601594235,203.28764482713427,,482.7467649180194,,552.0235683833919,203.28764482713427,657.3252738182648,124.97933223790824,523.2582637156722,335.0695370392199,664.5216601594235,203.28764482713427,,482.7467649180194,,552.0235683833919,203.28764482713427,738.0347224424229,,,,616.7489306039796,203.28764482713427,,449.8937822514852, +baseline_daily_mean_core_day_runtime_baseline_regional_q55,664.755573804712,222.91852788909114,948.1253028160179,82.56736767374514,715.7965680745438,316.2473393962477,650.1898412927903,223.02348413324975,212.97654261064676,499.1732562512865,,570.1221446703713,212.63078325939898,665.3962186806807,124.97933223790824,523.2582637156722,335.0695370392199,665.2234010952886,208.89352788649308,,492.6026597179797,,570.1221446703713,212.63078325939898,665.3962186806807,124.97933223790824,523.2582637156722,335.0695370392199,665.2234010952886,208.89352788649308,,492.6026597179797,,570.1221446703713,212.63078325939898,738.0347224424229,,,,640.6352953817016,208.89352788649308,,456.464378784792, +baseline_daily_mean_core_day_runtime_baseline_regional_q60,668.3164987008381,230.19243125598535,970.3956241633499,87.27980818087437,730.6910685015184,318.3386946899112,664.9894874500003,224.0730465748358,214.8020173477203,515.5997475845536,,575.0879003649925,221.97392169166372,673.4671635430964,124.97933223790824,523.2582637156722,335.0695370392199,665.9251420311539,214.49941094585193,,502.4585545179399,,575.0879003649925,221.97392169166372,673.4671635430964,124.97933223790824,523.2582637156722,335.0695370392199,665.9251420311539,214.49941094585193,,502.4585545179399,,575.0879003649925,221.97392169166372,738.0347224424229,,,,664.5216601594235,214.49941094585193,,463.03497531809893, +baseline_daily_mean_core_day_runtime_baseline_regional_q65,682.168135232743,258.2585086434944,993.8210908314913,91.9922486880036,745.5855689284931,320.43004998357486,665.8081852085097,258.7037065202509,216.62749208479383,520.4675446179772,,616.1734509284993,239.8140328851643,681.5381084055123,124.97933223790824,523.2582637156722,335.0695370392199,666.626882967019,220.1052940052108,,512.3144493179002,,616.1734509284993,239.8140328851643,681.5381084055123,124.97933223790824,523.2582637156722,335.0695370392199,666.626882967019,220.1052940052108,,512.3144493179002,,616.1734509284993,239.8140328851643,738.0347224424229,,,,665.1064442726445,220.1052940052108,,469.6055718514057, +baseline_daily_mean_core_day_runtime_baseline_regional_q70,715.7551295655105,299.3297779292825,1017.2465574996329,96.70468919513284,760.4800693554678,322.5214052772384,666.626882967019,293.33436646566594,236.66824957400863,525.3353416514008,,664.755573804712,257.65414407866484,689.6090532679281,124.97933223790824,523.2582637156722,335.0695370392199,668.3164987008381,229.1099661690639,,517.546866397923,,664.755573804712,257.65414407866484,689.6090532679281,124.97933223790824,523.2582637156722,335.0695370392199,668.3164987008381,229.1099661690639,,517.546866397923,,664.755573804712,257.65414407866484,738.0347224424229,,,,665.6912283858655,229.1099661690639,,476.1761683847126, +baseline_daily_mean_core_day_runtime_baseline_regional_q75,751.4685375528245,313.528299533937,1040.6720241677745,101.41712970226207,775.3745697824424,324.61276057090197,668.6804242229707,303.32671890502695,265.8166484392942,530.2031386848244,,666.2760124990865,275.4942552721654,697.6799981303438,124.97933223790824,523.2582637156722,335.0695370392199,670.500051833634,239.8140328851643,,520.4675446179772,,666.2760124990865,275.4942552721654,697.6799981303438,124.97933223790824,523.2582637156722,335.0695370392199,670.500051833634,239.8140328851643,,520.4675446179772,,666.2760124990865,275.4942552721654,738.0347224424229,,,,666.2760124990865,239.8140328851643,,482.7467649180194, +baseline_daily_mean_core_day_runtime_baseline_regional_q80,815.8691842156801,315.0892527437108,1064.097490835916,106.1295702093913,790.2690702094172,326.70411586456555,671.2279028778992,313.31907134438796,294.9650473045799,535.0709357182479,,669.7722007893686,293.33436646566594,705.7509429927596,124.97933223790824,523.2582637156722,335.0695370392199,672.6836049664298,250.51809960126462,,523.3882228380313,,669.7722007893686,293.33436646566594,705.7509429927596,124.97933223790824,523.2582637156722,335.0695370392199,672.6836049664298,250.51809960126462,,523.3882228380313,,669.7722007893686,293.33436646566594,738.0347224424229,,,,666.8607966123075,250.51809960126462,,489.31736145132624, +baseline_daily_mean_core_day_runtime_baseline_regional_q85,871.8741587170102,321.25940876786797,1076.6296878673104,110.84201071652053,805.1635706363919,328.79547115822913,673.7753815328276,316.0706993263028,324.1134461698653,541.8003548701935,,677.3340778243335,303.7681591090544,713.8218878551755,124.97933223790824,523.2582637156722,335.0695370392199,683.2156116157869,261.2221663173649,,526.3089010580854,,677.3340778243335,303.7681591090544,713.8218878551755,124.97933223790824,523.2582637156722,335.0695370392199,683.2156116157869,261.2221663173649,,526.3089010580854,,677.3340778243335,303.7681591090544,738.0347224424229,,,,691.3711856250371,261.2221663173649,,495.8879579846331, +baseline_daily_mean_core_day_runtime_baseline_regional_q90,952.5793670854844,336.7834442758211,1089.1618848987048,115.55445122364976,820.0580710633666,330.8868264518927,701.36822073744,318.82232730821767,353.26184503515094,548.529774022139,,718.8660978261842,314.20195175244294,721.8928327175913,124.97933223790824,523.2582637156722,335.0695370392199,710.4445252982666,271.9262330334653,,529.2295792781397,,718.8660978261842,314.20195175244294,721.8928327175913,124.97933223790824,523.2582637156722,335.0695370392199,710.4445252982666,271.9262330334653,,529.2295792781397,,718.8660978261842,314.20195175244294,738.0347224424229,,,,715.8815746377668,271.9262330334653,,502.4585545179399, +baseline_daily_mean_core_day_runtime_baseline_regional_q95,1054.7273041686592,355.17611107325695,1101.6940819300992,120.26689173077901,834.9525714903413,332.9781817455563,733.1352867003329,335.515468356725,382.4102439004364,555.2591931740845,,747.438393019704,324.6357443958314,729.9637775800071,124.97933223790824,523.2582637156722,335.0695370392199,737.6734389807463,282.63029974956555,,532.1502574981938,,747.438393019704,324.6357443958314,729.9637775800071,124.97933223790824,523.2582637156722,335.0695370392199,737.6734389807463,282.63029974956555,,532.1502574981938,,747.438393019704,324.6357443958314,738.0347224424229,,,,740.3919636504963,282.63029974956555,,509.0291510512468, +baseline_daily_mean_core_day_runtime_baseline_regional_q98,1092.1696121862394,389.00563008873604,1109.2134001489358,123.09435603505655,843.8892717465261,334.2329949217544,752.1955262780688,345.53135298582947,399.8992832196078,559.2968446652519,,757.9167688058171,330.8960199818645,734.8063444974566,124.97933223790824,523.2582637156722,335.0695370392199,754.010787190234,289.0527397792258,,533.9026644302263,,757.9167688058171,330.8960199818645,734.8063444974566,124.97933223790824,523.2582637156722,335.0695370392199,754.010787190234,289.0527397792258,,533.9026644302263,,757.9167688058171,330.8960199818645,738.0347224424229,,,,755.0981970581342,289.0527397792258,,512.9715089712308, +baseline_daily_mean_core_day_runtime_baseline_regional_q99,1103.1979455738665,400.2821364272289,1111.7198395552145,124.0368441364824,846.868171831921,334.65126598048715,758.5489394706474,348.869981195531,405.72896299266483,560.6427284956409,,761.4095607345216,332.9827785105422,736.4205334699398,124.97933223790824,523.2582637156722,335.0695370392199,759.45656992673,291.19355312244585,,534.4868000742371,,761.4095607345216,332.9827785105422,736.4205334699398,124.97933223790824,523.2582637156722,335.0695370392199,759.45656992673,291.19355312244585,,534.4868000742371,,761.4095607345216,332.9827785105422,738.0347224424229,,,,760.0002748606801,291.19355312244585,,514.2856282778922, +baseline_total_core_day_runtime_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +baseline_total_core_day_runtime_baseline_regional_upper_bound_95_perc_conf,724814.554777673,171132.84502353758,1226799.8087954284,2081.4130426981474,746676.5752126952,183762.9106529326,486121.25990602776,173326.06620517257,308077.6344894267,679034.5364162761,,542575.4331620886,160804.34550195516,841456.8133959224,1749.7106513307153,306106.08427366824,198026.09639017895,505672.8492138655,162200.4181793293,,655777.0604002222,,542575.4331620886,160804.34550195516,841456.8133959224,1749.7106513307153,306106.08427366824,198026.09639017895,505672.8492138655,162200.4181793293,,655777.0604002222,,542575.4331620886,160804.34550195516,287833.54175254493,,,,501038.29729714117,162200.4181793293,,657956.2107691065, +baseline_total_core_day_runtime_baseline_regional_mean,600871.860950402,122621.38682220402,922868.1074547161,890.2205867130194,536639.438688844,126448.11807967292,412133.07484635356,107867.38992858253,221190.41295430687,562643.5403822652,,465403.4636587003,98043.25900928483,519870.28890283004,1749.7106513307153,306106.08427366824,198026.09639017895,427395.83202235954,97120.93675354982,,544507.7512464898,,465403.4636587003,98043.25900928483,519870.28890283004,1749.7106513307153,306106.08427366824,198026.09639017895,427395.83202235954,97120.93675354982,,544507.7512464898,,465403.4636587003,98043.25900928483,287833.54175254493,,,,414136.3442085311,97120.93675354982,,520186.3817223669, +baseline_total_core_day_runtime_baseline_regional_lower_bound_95_perc_conf,476929.167123131,74109.92862087044,618936.406114004,-300.9718692721085,326602.30216499284,69133.32550641325,338144.88978667936,42408.71365199249,134303.19141918706,446252.54434825433,,388231.49415531196,35282.17251661449,198283.76440973766,1749.7106513307153,306106.08427366824,198026.09639017895,349118.81483085355,32041.45532777033,,433238.4420927575,,388231.49415531196,35282.17251661449,198283.76440973766,1749.7106513307153,306106.08427366824,198026.09639017895,349118.81483085355,32041.45532777033,,433238.4420927575,,388231.49415531196,35282.17251661449,287833.54175254493,,,,327234.391119921,32041.45532777033,,382416.5526756273, +baseline_total_core_day_runtime_baseline_regional_sem,63236.06827921991,24750.743980272233,155067.19456158782,607.7512530536367,107161.80434890364,29242.241108805953,37749.07401003786,33397.28381458676,44330.215068938676,59383.16124184229,,39373.45382825935,32020.962496260378,164074.75739443488,0.0,0.0,0.0,39937.253669135716,33203.81705396913,,56770.05569067976,,39373.45382825935,32020.962496260378,164074.75739443488,0.0,0.0,0.0,39937.253669135716,33203.81705396913,,56770.05569067976,,39373.45382825935,32020.962496260378,0.0,,,,44337.73116765822,33203.81705396913,,70290.72910547937, +baseline_total_core_day_runtime_baseline_regional_q1,289125.8970747067,357.33674665004804,311037.2164675734,47.920323387677485,310847.9446367322,88421.32824927269,294518.8964601887,4894.796695722556,159628.03181609846,357420.9502231208,,288597.20626109507,4045.7451053340997,292474.27669555065,1749.7106513307153,306106.08427366824,198026.09639017895,294570.79236054013,48128.759733713894,,360875.5146307949,,288597.20626109507,4045.7451053340997,292474.27669555065,1749.7106513307153,306106.08427366824,198026.09639017895,294570.79236054013,48128.759733713894,,360875.5146307949,,288597.20626109507,4045.7451053340997,287833.54175254493,,,,294426.9743214514,48128.759733713894,,358802.9185544927, +baseline_total_core_day_runtime_baseline_regional_q2.5,291064.43005794927,847.2460834821347,345842.7285401162,73.70502532620836,317960.73518132814,88561.19079146939,295735.4149614607,5643.703103058966,160065.47928712727,361565.7859549696,,289742.7030239203,7489.796786339176,299435.3791100592,1749.7106513307153,306106.08427366824,198026.09639017895,295865.1547123392,48816.29973718714,,370202.1969741546,,289742.7030239203,7489.796786339176,299435.3791100592,1749.7106513307153,306106.08427366824,198026.09639017895,295865.1547123392,48816.29973718714,,370202.1969741546,,289742.7030239203,7489.796786339176,287833.54175254493,,,,295505.60961461725,48816.29973718714,,365020.70678339916, +baseline_total_core_day_runtime_baseline_regional_q5,294866.4731748379,1663.761644868946,403851.9153276875,116.67952855709315,329815.38608898805,88794.2950284639,297762.945796914,6891.880448619648,160794.55840550858,368473.8455080509,,291651.86429529556,13229.882921347637,311037.2164675734,1749.7106513307153,306106.08427366824,198026.09639017895,298022.425298671,49962.19974297588,,385746.6675464208,,291651.86429529556,13229.882921347637,311037.2164675734,1749.7106513307153,306106.08427366824,198026.09639017895,298022.425298671,49962.19974297588,,385746.6675464208,,291651.86429529556,13229.882921347637,287833.54175254493,,,,297303.33510322706,49962.19974297588,,375383.6871649101, +baseline_total_core_day_runtime_baseline_regional_q10,305456.2365461832,4130.944246881527,519870.28890283004,202.62853501886275,353524.6879043078,89260.5035024529,301818.00746782054,9388.235139741011,162252.71664227117,382289.9646142133,,297427.3441703057,24710.055191364558,334240.8911826019,1749.7106513307153,306106.08427366824,198026.09639017895,302336.96647133457,52253.999754553355,,416835.60869095335,,297427.3441703057,24710.055191364558,334240.8911826019,1749.7106513307153,306106.08427366824,198026.09639017895,302336.96647133457,52253.999754553355,,416835.60869095335,,297427.3441703057,24710.055191364558,287833.54175254493,,,,300898.78608044673,52253.999754553355,,396109.6479279317, +baseline_total_core_day_runtime_baseline_regional_q15,306701.1654020336,8639.328732404603,635888.6624779727,288.5775414806323,377233.98971962754,89726.71197644189,305433.57028534065,16682.02556162422,163710.8748790338,396106.0837203758,,305486.1742662852,36190.22746138148,357444.56589763047,1749.7106513307153,306106.08427366824,198026.09639017895,306651.50764399813,54545.799766130825,,447924.5498354859,,305486.1742662852,36190.22746138148,357444.56589763047,1749.7106513307153,306106.08427366824,198026.09639017895,306651.50764399813,54545.799766130825,,447924.5498354859,,305486.1742662852,36190.22746138148,287833.54175254493,,,,304494.2370576664,54545.799766130825,,416835.60869095335, +baseline_total_core_day_runtime_baseline_regional_q20,315233.42370774684,21058.299814754148,751907.0360531152,374.5265479424019,400943.29153494735,90192.92045043089,306412.13998254156,23975.81598350743,165169.0331157964,409922.20282653824,,307296.2465303989,47670.3997313984,380648.240612659,1749.7106513307153,306106.08427366824,198026.09639017895,311661.5558713164,56837.5997777083,,479013.4909800184,,307296.2465303989,47670.3997313984,380648.240612659,1749.7106513307153,306106.08427366824,198026.09639017895,311661.5558713164,56837.5997777083,,479013.4909800184,,307296.2465303989,47670.3997313984,287833.54175254493,,,,308089.688034886,56837.5997777083,,437561.56945397507, +baseline_total_core_day_runtime_baseline_regional_q25,340303.37680946314,26237.473293651834,764212.4506831649,460.47555440417153,424652.59335026715,90659.1289244199,307390.7096797425,25483.5875236037,166627.19135255902,447920.98562793,,312554.522830424,51490.06641736086,403851.9153276875,1749.7106513307153,306106.08427366824,198026.09639017895,317019.357625962,59129.39978928577,,510102.43212455086,,312554.522830424,51490.06641736086,403851.9153276875,1749.7106513307153,306106.08427366824,198026.09639017895,317019.357625962,59129.39978928577,,510102.43212455086,,312554.522830424,51490.06641736086,287833.54175254493,,,,312554.522830424,59129.39978928577,,458287.5302169967, +baseline_total_core_day_runtime_baseline_regional_q30,387816.4122566782,41466.68753108887,776517.8653132145,546.4245608659411,448361.8951655869,91125.33739840891,309875.6219531012,26991.35906369997,168085.34958932165,485919.76842932164,,324163.0932988228,55309.73310332332,427055.590042716,1749.7106513307153,306106.08427366824,198026.09639017895,322377.1593806076,61421.19980086325,,541191.3732690834,,324163.0932988228,55309.73310332332,427055.590042716,1749.7106513307153,306106.08427366824,198026.09639017895,322377.1593806076,61421.19980086325,,541191.3732690834,,324163.0932988228,55309.73310332332,287833.54175254493,,,,317019.357625962,61421.19980086325,,479013.49098001834, +baseline_total_core_day_runtime_baseline_regional_q35,462712.35049404204,57601.53311490078,788823.2799432641,632.3735673277107,472071.1969809067,91591.5458723979,316126.3906668544,37330.879397549186,169717.63184116903,523918.5512307134,,341738.81176870567,59129.39978928577,450259.2647577445,1749.7106513307153,306106.08427366824,198026.09639017895,341887.7944447742,63120.1232807762,,564695.0603214427,,341738.81176870567,59129.39978928577,450259.2647577445,1749.7106513307153,306106.08427366824,198026.09639017895,341887.7944447742,63120.1232807762,,564695.0603214427,,341738.81176870567,59129.39978928577,287833.54175254493,,,,321484.1924215,63120.1232807762,,499739.45174304006, +baseline_total_core_day_runtime_baseline_regional_q40,497264.25081228,65001.74814158376,801128.6945733138,718.3225737894803,495780.4987962265,92057.7543463869,322377.1593806076,47670.3997313984,171698.16212318608,561917.334032105,,380793.5210203909,62949.06647524823,473462.939472773,1749.7106513307153,306106.08427366824,198026.09639017895,389704.09612798324,63633.29369736007,,573028.2391894556,,380793.5210203909,62949.06647524823,473462.939472773,1749.7106513307153,306106.08427366824,198026.09639017895,389704.09612798324,63633.29369736007,,573028.2391894556,,380793.5210203909,62949.06647524823,287833.54175254493,,,,325949.027217038,63633.29369736007,,520465.4125060617, +baseline_total_core_day_runtime_baseline_regional_q45,506282.09687897214,78447.03876857457,870373.9055413557,804.2715802512498,519489.8006115463,92523.9628203759,349857.17805864237,55309.73310332332,173678.69240520312,575805.9654787933,,465734.85353052407,63804.35050288804,496666.6141878016,1749.7106513307153,306106.08427366824,198026.09639017895,437520.3978111921,64146.464113943955,,581361.4180574686,,465734.85353052407,63804.35050288804,496666.6141878016,1749.7106513307153,306106.08427366824,198026.09639017895,437520.3978111921,64146.464113943955,,581361.4180574686,,465734.85353052407,63804.35050288804,287833.54175254493,,,,365795.94528637873,64146.464113943955,,541191.3732690834, +baseline_total_core_day_runtime_baseline_regional_q50,543199.1024268661,90659.1289244199,939619.1165093977,890.2205867130194,543199.1024268661,92990.1712943649,405642.8633557195,62949.06647524823,175659.22268722014,589694.5969254816,,492791.41906807537,64659.63453052784,519870.28890283004,1749.7106513307153,306106.08427366824,198026.09639017895,485336.69949440093,64659.63453052784,,589694.5969254816,,492791.41906807537,64659.63453052784,519870.28890283004,1749.7106513307153,306106.08427366824,198026.09639017895,485336.69949440093,64659.63453052784,,589694.5969254816,,492791.41906807537,64659.63453052784,287833.54175254493,,,,405642.8633557195,64659.63453052784,,561917.334032105, +baseline_total_core_day_runtime_baseline_regional_q55,562874.463402605,100915.32869495676,1008864.3274774398,976.1695931747892,564940.5051207793,103493.76380394632,461428.54865279654,64659.63453052784,177639.75296923716,603583.2283721699,,501252.13168128685,65514.91855816764,543073.9636178586,1749.7106513307153,306106.08427366824,198026.09639017895,489809.5312386056,65172.80494711173,,598027.7757934945,,501252.13168128685,65514.91855816764,543073.9636178586,1749.7106513307153,306106.08427366824,198026.09639017895,489809.5312386056,65172.80494711173,,598027.7757934945,,501252.13168128685,65514.91855816764,287833.54175254493,,,,445489.7814250602,65172.80494711173,,570124.0091022053, +baseline_total_core_day_runtime_baseline_regional_q60,580685.2741534549,130095.53937823977,1078109.5384454818,1062.1185996365587,586681.9078146924,113997.3563135277,488318.5873238707,66370.20258580745,179620.2832512542,617471.8598188581,,505611.43485261407,66370.20258580745,566277.6383328871,1749.7106513307153,306106.08427366824,198026.09639017895,494282.36298281024,65685.97536369562,,606360.9546615075,,505611.43485261407,66370.20258580745,566277.6383328871,1749.7106513307153,306106.08427366824,198026.09639017895,494282.36298281024,65685.97536369562,,606360.9546615075,,505611.43485261407,66370.20258580745,287833.54175254493,,,,485336.69949440093,65685.97536369562,,578330.6841723055, +baseline_total_core_day_runtime_baseline_regional_q65,625425.527293133,162738.7693878587,1081128.6130999776,1148.0676060983283,608423.3105086056,124500.94882310912,493536.89102544275,88485.9173851882,181600.81353327126,624099.9160474205,,531686.8177123789,99284.17603690032,589481.3130479156,1749.7106513307153,306106.08427366824,198026.09639017895,498755.1947270149,66199.14578027949,,614694.1335295205,,531686.8177123789,99284.17603690032,589481.3130479156,1749.7106513307153,306106.08427366824,198026.09639017895,498755.1947270149,66199.14578027949,,614694.1335295205,,531686.8177123789,99284.17603690032,287833.54175254493,,,,489064.0592812381,66199.14578027949,,586537.3592424057, +baseline_total_core_day_runtime_baseline_regional_q70,687153.2652611104,173018.51564453077,1084147.6877544736,1234.0166125600979,630164.7132025186,135004.5413326905,498755.1947270149,110601.63218456895,201445.5718919533,630727.9722759828,,562874.4634026049,132198.1494879932,612684.9877629441,1749.7106513307153,306106.08427366824,198026.09639017895,501587.4626944659,80882.59014940116,,620123.082310283,,562874.4634026049,132198.1494879932,612684.9877629441,1749.7106513307153,306106.08427366824,198026.09639017895,501587.4626944659,80882.59014940116,,620123.082310283,,562874.4634026049,132198.1494879932,287833.54175254493,,,,492791.41906807537,80882.59014940116,,594744.034312506, +baseline_total_core_day_runtime_baseline_regional_q75,756260.0827095564,186202.26681800245,1087166.7624089695,1319.9656190218675,651906.115896432,145508.13384227193,501922.7937076449,161047.85520315706,230222.44428896802,637356.0285045451,,569095.8043108544,165112.12293908608,635888.6624779727,1749.7106513307153,306106.08427366824,198026.09639017895,503599.44877354,102651.17149479187,,624099.9160474205,,569095.8043108544,165112.12293908608,635888.6624779727,1749.7106513307153,306106.08427366824,198026.09639017895,503599.44877354,102651.17149479187,,624099.9160474205,,569095.8043108544,165112.12293908608,287833.54175254493,,,,496518.7788549126,102651.17149479187,,602950.7093826062, +baseline_total_core_day_runtime_baseline_regional_q80,776990.0724350556,200719.6927564922,1090185.8370634653,1405.9146254836369,673647.518590345,156011.72635185334,504270.110799898,211494.07822174515,258999.31668598275,643984.0847331075,,589881.9205698058,198026.09639017895,659092.3371930011,1749.7106513307153,306106.08427366824,198026.09639017895,505611.4348526141,124419.75284018257,,628076.7497845578,,589881.9205698058,198026.09639017895,659092.3371930011,1749.7106513307153,306106.08427366824,198026.09639017895,505611.4348526141,124419.75284018257,,628076.7497845578,,589881.9205698058,198026.09639017895,287833.54175254493,,,,500246.1386417498,124419.75284018257,,611157.3844527066, +baseline_total_core_day_runtime_baseline_regional_q85,797162.496545648,225680.3816208666,1199650.3770076928,1491.8636319454065,695388.9212842581,166515.31886143473,506617.4278921511,258781.75621881706,287776.18908299727,679965.0721701041,,618797.4710645705,201393.0918480705,682296.0119080296,1749.7106513307153,306106.08427366824,198026.09639017895,513406.34578850755,146188.33418557316,,632053.5835216952,,618797.4710645705,201393.0918480705,682296.0119080296,1749.7106513307153,306106.08427366824,198026.09639017895,513406.34578850755,146188.33418557316,,632053.5835216952,,618797.4710645705,201393.0918480705,287833.54175254493,,,,518056.7609155884,146188.33418557316,,619364.0595228067, +baseline_total_core_day_runtime_baseline_regional_q90,1022713.3696710484,307126.0447798305,1309114.9169519204,1577.812638407176,717130.3239781713,177018.91137101615,526313.5195548624,306069.43421588896,316553.061480012,715946.0596071009,,636030.4172588326,204760.08730596205,705499.6866230582,1749.7106513307153,306106.08427366824,198026.09639017895,532767.1064380398,167956.91553096386,,636030.4172588327,,636030.4172588326,204760.08730596205,705499.6866230582,1749.7106513307153,306106.08427366824,198026.09639017895,532767.1064380398,167956.91553096386,,636030.4172588327,,636030.4172588326,204760.08730596205,287833.54175254493,,,,535867.383189427,167956.91553096386,,627570.734592907, +baseline_total_core_day_runtime_baseline_regional_q95,1088978.207201667,319509.10317624087,1418579.4568961477,1663.7616448689457,738871.7266720845,187522.50388059753,548901.0736459832,311352.48703559645,345329.9338770266,751927.0470440976,,681757.1176951102,208127.0827638536,728703.3613380865,1749.7106513307153,306106.08427366824,198026.09639017895,552127.8670875719,189725.49687635445,,640007.2509959701,,681757.1176951102,208127.0827638536,728703.3613380865,1749.7106513307153,306106.08427366824,198026.09639017895,552127.8670875719,189725.49687635445,,640007.2509959701,,681757.1176951102,208127.0827638536,287833.54175254493,,,,553678.0054632656,189725.49687635445,,635777.4096630072, +baseline_total_core_day_runtime_baseline_regional_q98,1335386.4065385344,352267.72503492114,1484258.1808626843,1715.3310487460076,751916.5682884326,193824.65938634638,562453.6061006557,314522.318727421,362596.05731523543,773515.6395062956,,723847.0687099132,210147.28003858853,742625.5661671037,1749.7106513307153,306106.08427366824,198026.09639017895,563744.3234772913,202786.64568358887,,642393.3512382525,,723847.0687099132,210147.28003858853,742625.5661671037,1749.7106513307153,306106.08427366824,198026.09639017895,563744.3234772913,202786.64568358887,,642393.3512382525,,723847.0687099132,210147.28003858853,287833.54175254493,,,,564364.3788275687,202786.64568358887,,640701.4147050674, +baseline_total_core_day_runtime_baseline_regional_q99,1431715.2016894557,363187.26565448113,1506151.0888515299,1732.5208500383612,756264.8488272151,195925.37788826268,566971.1169188799,315578.92929136247,368351.43179463834,780711.8369936949,,737877.0523815141,210820.67913016686,747266.3011101094,1749.7106513307153,306106.08427366824,198026.09639017895,567616.4756071977,207140.36195266698,,643188.71798568,,737877.0523815141,210820.67913016686,747266.3011101094,1749.7106513307153,306106.08427366824,198026.09639017895,567616.4756071977,207140.36195266698,,643188.71798568,,737877.0523815141,210820.67913016686,287833.54175254493,,,,567926.5032823365,207140.36195266698,,642342.7497190874, +_daily_mean_core_day_demand_baseline_baseline_regional_n,23.0,20.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,0.0,14.0,6.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,0.0 +_daily_mean_core_day_demand_baseline_baseline_regional_upper_bound_95_perc_conf,26.741817415809727,6.954700550962344,41.37969864276501,6.311579132800059,25.817346198514507,7.036140378343804,15.997852825398851,7.748876262255743,6.87721702884019,34.39796633822631,,17.4524189805942,7.362992685778163,27.667193343690087,6.0905331766266855,13.70030046198672,6.304879211076595,16.690520038354904,7.939737167111613,,15.063635089775563,,17.4524189805942,7.362992685778163,27.667193343690087,6.0905331766266855,13.70030046198672,6.304879211076595,16.690520038354904,7.939737167111613,,15.063635089775563,,17.4524189805942,7.362992685778163,26.56095258783145,,,,15.818401838854914,7.939737167111613,,16.03714154548455, +_daily_mean_core_day_demand_baseline_baseline_regional_mean,21.47435892143712,6.066651079829437,33.46870070461105,5.517770338313343,19.696250135502066,6.392578357999845,13.320021579147244,6.237265040127417,5.627457601140229,21.241521320950543,,14.924163428006171,6.330590804766866,23.694518810203217,6.0905331766266855,13.70030046198672,6.304879211076595,13.80041319584725,6.39703311022448,,12.811514384690625,,14.924163428006171,6.330590804766866,23.694518810203217,6.0905331766266855,13.70030046198672,6.304879211076595,13.80041319584725,6.39703311022448,,12.811514384690625,,14.924163428006171,6.330590804766866,26.56095258783145,,,,12.957512112359266,6.39703311022448,,13.564077965113674, +_daily_mean_core_day_demand_baseline_baseline_regional_lower_bound_95_perc_conf,16.20690042706451,5.178601608696529,25.5577027664571,4.723961543826627,13.575154072489624,5.7490163376558865,10.642190332895638,4.72565381799909,4.377698173440268,8.085076303674773,,12.395907875418143,5.2981889237555695,19.721844276716347,6.0905331766266855,13.70030046198672,6.304879211076595,10.910306353339594,4.854329053337347,,10.559393679605687,,12.395907875418143,5.2981889237555695,19.721844276716347,6.0905331766266855,13.70030046198672,6.304879211076595,10.910306353339594,4.854329053337347,,10.559393679605687,,12.395907875418143,5.2981889237555695,26.56095258783145,,,,10.096622385863618,4.854329053337347,,11.091014384742799, +_daily_mean_core_day_demand_baseline_baseline_regional_sem,2.6874788236594944,0.45308646486372844,4.036223437833649,0.4050044869830184,3.123008195414511,0.328347969563244,1.3662404317610242,0.771230215371595,0.6376323610714085,6.712471947589679,,1.2899263023408305,0.5267356535771921,2.026874761983097,0.0,0.0,0.0,1.4745443074018652,0.7870939065750677,,1.1490411760637438,,1.2899263023408305,0.5267356535771921,2.026874761983097,0.0,0.0,0.0,1.4745443074018652,0.7870939065750677,,1.1490411760637438,,1.2899263023408305,0.5267356535771921,0.0,,,,1.459637615559004,0.7870939065750677,,1.2617671328422833, +_daily_mean_core_day_demand_baseline_baseline_regional_q1,7.293625573619779,2.9831674913983477,21.114728410337804,4.956462756766268,13.797897115840962,5.755266445673801,6.82517348940499,2.920739801808887,4.067484871131791,10.597907026457982,,7.012554323090906,4.066140633645271,20.885413708127547,6.0905331766266855,13.70030046198672,6.304879211076595,6.793943350457337,4.023930880657231,,10.580273673243381,,7.012554323090906,4.066140633645271,20.885413708127547,6.0905331766266855,13.70030046198672,6.304879211076595,6.793943350457337,4.023930880657231,,10.580273673243381,,7.012554323090906,4.066140633645271,26.56095258783145,,,,6.762713211509685,4.023930880657231,,11.460536058380393, +_daily_mean_core_day_demand_baseline_baseline_regional_q2.5,8.324220158892313,3.180855175098305,21.54469347698204,4.973645641915668,13.944292096622327,5.772091326247355,7.153089948355341,3.024785951124654,4.1177134048092325,10.664032101012737,,7.621542032570131,4.2259610975648565,20.971406721456393,6.0905331766266855,13.70030046198672,6.304879211076595,7.0750146009862105,4.120436715094756,,10.619948717976236,,7.621542032570131,4.2259610975648565,20.971406721456393,6.0905331766266855,13.70030046198672,6.304879211076595,7.0750146009862105,4.120436715094756,,10.619948717976236,,7.621542032570131,4.2259610975648565,26.56095258783145,,,,6.99693925361708,4.120436715094756,,11.498103189723677, +_daily_mean_core_day_demand_baseline_baseline_regional_q5,9.75234679660773,3.5103346479315682,22.261301921389098,5.002283783831335,14.188283731257936,5.800132793869947,7.699617379939261,3.1981961999842663,4.201427627604968,10.774240558603994,,8.636521548368838,4.492328537430832,21.114728410337804,6.0905331766266855,13.70030046198672,6.304879211076595,7.543466685200999,4.281279772490629,,10.686073792530987,,8.636521548368838,4.492328537430832,21.114728410337804,6.0905331766266855,13.70030046198672,6.304879211076595,7.543466685200999,4.281279772490629,,10.686073792530987,,8.636521548368838,4.492328537430832,26.56095258783145,,,,7.387315990462736,4.281279772490629,,11.560715075295818, +_daily_mean_core_day_demand_baseline_baseline_regional_q10,10.076588938482063,3.75209400599626,23.694518810203217,5.0595600676626695,14.676267000529151,5.85621572911513,8.7926722431071,3.5450166977034905,4.368856073196438,10.994657473786509,,9.976850581102118,5.025063417162784,21.401371788100633,6.0905331766266855,13.70030046198672,6.304879211076595,8.480370853630575,4.602965887282378,,10.818323941640497,,9.976850581102118,5.025063417162784,21.401371788100633,6.0905331766266855,13.70030046198672,6.304879211076595,8.480370853630575,4.602965887282378,,10.818323941640497,,9.976850581102118,5.025063417162784,26.56095258783145,,,,8.16806946415405,4.602965887282378,,11.685938846440097, +_daily_mean_core_day_demand_baseline_baseline_regional_q15,10.818323941640497,3.931919998415034,25.127735699017336,5.116836351494003,15.164250269800364,5.912298664360312,9.740961604072202,3.660059646755029,4.536284518787909,11.215074388969024,,10.51261128182724,5.557798296894735,21.68801516586345,6.0905331766266855,13.70030046198672,6.304879211076595,9.417275022060151,4.924652002074128,,10.950574090750006,,10.51261128182724,5.557798296894735,21.68801516586345,6.0905331766266855,13.70030046198672,6.304879211076595,9.417275022060151,4.924652002074128,,10.950574090750006,,10.51261128182724,5.557798296894735,26.56095258783145,,,,8.948822937845364,4.924652002074128,,11.811162617584374, +_daily_mean_core_day_demand_baseline_baseline_regional_q20,11.936386388728653,4.019118077150574,26.56095258783145,5.174112635325338,15.652233539071581,5.968381599605497,9.82065795182089,3.7751025958065676,4.70371296437938,11.435491304151538,,11.082824239859516,6.0905331766266855,21.974658543626276,6.0905331766266855,13.70030046198672,6.304879211076595,10.645766764322408,5.246338116865877,,11.082824239859516,,11.082824239859516,6.0905331766266855,21.974658543626276,6.0905331766266855,13.70030046198672,6.304879211076595,10.645766764322408,5.246338116865877,,11.082824239859516,,11.082824239859516,6.0905331766266855,26.56095258783145,,,,9.729576411536677,5.246338116865877,,11.936386388728653, +_daily_mean_core_day_demand_baseline_baseline_regional_q25,13.194014738790521,4.324199770517105,26.833741994355837,5.231388919156672,16.140216808342796,6.024464534850679,9.900354299569575,3.8673481267527245,4.871141409970851,11.748550732012234,,11.748550732012234,6.093941821547649,22.261301921389098,6.0905331766266855,13.70030046198672,6.304879211076595,12.020052293501003,5.568024231657626,,11.215074388969024,,11.748550732012234,6.093941821547649,22.261301921389098,6.0905331766266855,13.70030046198672,6.304879211076595,12.020052293501003,5.568024231657626,,11.215074388969024,,11.748550732012234,6.093941821547649,26.56095258783145,,,,10.87481435251884,5.568024231657626,,12.06161015987293, +_daily_mean_core_day_demand_baseline_baseline_regional_q30,14.066437090073887,4.787785240005493,27.106531400880222,5.288665202988006,16.62820007761401,6.080547470095862,10.39260505356902,3.959593657698881,5.038569855562321,12.06161015987293,,12.562505244450046,6.097350466468613,22.547945299151923,6.0905331766266855,13.70030046198672,6.304879211076595,13.3943378226796,5.889710346449374,,11.347324538078533,,12.562505244450046,6.097350466468613,22.547945299151923,6.0905331766266855,13.70030046198672,6.304879211076595,13.3943378226796,5.889710346449374,,11.347324538078533,,12.562505244450046,6.097350466468613,26.56095258783145,,,,12.020052293501003,5.889710346449374,,12.18683393101721, +_daily_mean_core_day_demand_baseline_baseline_regional_q35,14.813845966937983,5.07837535753848,27.37932080740461,5.34594148681934,17.116183346885222,6.136630405341045,11.916241823195362,4.190263478858595,5.181178114708981,12.374669587733628,,13.244643311110142,6.100759111389577,22.83458867691475,6.0905331766266855,13.70030046198672,6.304879211076595,14.382430717104281,6.173010474122871,,11.498103189723677,,13.244643311110142,6.100759111389577,22.83458867691475,6.0905331766266855,13.70030046198672,6.304879211076595,14.382430717104281,6.173010474122871,,11.498103189723677,,13.244643311110142,6.100759111389577,26.56095258783145,,,,13.165290234483168,6.173010474122871,,12.31205770216149, +_daily_mean_core_day_demand_baseline_baseline_regional_q40,15.300812840729018,5.506505442890846,27.652110213928996,5.4032177706506745,17.60416661615644,6.192713340586229,13.439878592821707,4.420933300018309,5.274146000966019,12.687729015594325,,13.822346004682442,6.10416775631054,23.12123205467757,6.0905331766266855,13.70030046198672,6.304879211076595,14.598138342021134,6.379538627559868,,11.685938846440095,,13.822346004682442,6.10416775631054,23.12123205467757,6.0905331766266855,13.70030046198672,6.304879211076595,14.598138342021134,6.379538627559868,,11.685938846440095,,13.822346004682442,6.10416775631054,26.56095258783145,,,,14.31052817546533,6.379538627559868,,12.437281473305768, +_daily_mean_core_day_demand_baseline_baseline_regional_q45,16.448974983330398,5.758308536599763,28.964092519229904,5.460494054482009,18.092149885427656,6.248796275831412,14.418381987923757,5.262550528164424,5.367113887223056,13.658050155594532,,14.218994018443539,6.154345620002054,23.407875432440395,6.0905331766266855,13.70030046198672,6.304879211076595,14.813845966937983,6.586066780996863,,11.873774503156515,,14.218994018443539,6.154345620002054,23.407875432440395,6.0905331766266855,13.70030046198672,6.304879211076595,14.813845966937983,6.586066780996863,,11.873774503156515,,14.218994018443539,6.154345620002054,26.56095258783145,,,,14.490284529562707,6.586066780996863,,12.562505244450048, +_daily_mean_core_day_demand_baseline_baseline_regional_q50,16.700224325579757,5.930253952148451,30.27607482453081,5.517770338313343,18.58013315469887,6.304879211076595,14.670040883660082,6.10416775631054,5.460081773480093,14.628371295594741,,14.670040883660082,6.204523483693567,23.694518810203217,6.0905331766266855,13.70030046198672,6.304879211076595,15.029553591854834,6.792594934433859,,12.06161015987293,,14.670040883660082,6.204523483693567,23.694518810203217,6.0905331766266855,13.70030046198672,6.304879211076595,15.029553591854834,6.792594934433859,,12.06161015987293,,14.670040883660082,6.204523483693567,26.56095258783145,,,,14.670040883660082,6.792594934433859,,12.687729015594325, +_daily_mean_core_day_demand_baseline_baseline_regional_q55,18.59816227856394,6.0966687374844195,31.588057129831718,5.5750466221446775,19.402951518211044,6.387271890398754,14.921699779396409,6.792594934433859,5.553049659737131,15.598692435594948,,15.080414701018743,6.254701347385081,23.981162187966042,6.0905331766266855,13.70030046198672,6.304879211076595,15.131275810182652,6.999123087870855,,12.24944581658935,,15.080414701018743,6.254701347385081,23.981162187966042,6.0905331766266855,13.70030046198672,6.304879211076595,15.131275810182652,6.999123087870855,,12.24944581658935,,15.080414701018743,6.254701347385081,26.56095258783145,,,,14.849797237757457,6.999123087870855,,13.075857471594409, +_daily_mean_core_day_demand_baseline_baseline_regional_q60,18.779903454034695,6.184452338216962,32.900039435132626,5.632322905976012,20.225769881723217,6.469664569720911,15.097368404073379,7.481022112557178,5.646017545994168,16.569013575595157,,15.30081284072902,6.304879211076595,24.267805565728864,6.0905331766266855,13.70030046198672,6.304879211076595,15.232998028510472,7.20565124130785,,12.437281473305767,,15.30081284072902,6.304879211076595,24.267805565728864,6.0905331766266855,13.70030046198672,6.304879211076595,15.232998028510472,7.20565124130785,,12.437281473305767,,15.30081284072902,6.304879211076595,26.56095258783145,,,,15.029553591854834,7.20565124130785,,13.463985927594493, +_daily_mean_core_day_demand_baseline_baseline_regional_q65,19.448899297515112,6.593253588704149,35.76715209604512,5.689599189807346,21.048588245235393,6.55205724904307,15.216044325455837,7.7621855134442495,5.738985432251206,17.11686628003376,,15.908801318138982,6.59891493644674,24.55444894349169,6.0905331766266855,13.70030046198672,6.304879211076595,15.334720246838291,7.412179394744847,,12.625117130022186,,15.908801318138982,6.59891493644674,24.55444894349169,6.0905331766266855,13.70030046198672,6.304879211076595,15.334720246838291,7.412179394744847,,12.625117130022186,,15.908801318138982,6.59891493644674,26.56095258783145,,,,15.114322107128016,7.412179394744847,,13.852114383594575, +_daily_mean_core_day_demand_baseline_baseline_regional_q70,23.121232054677563,7.234470836775878,38.63426475695763,5.7468754736386805,21.871406608747563,6.634449928365228,15.334720246838291,8.043348914331322,5.948544022461919,17.66471898447237,,16.582134650593616,6.8929506618168865,24.84109232125451,6.0905331766266855,13.70030046198672,6.304879211076595,15.634946987474002,7.537254792734592,,13.075857471594407,,16.582134650593616,6.8929506618168865,24.84109232125451,6.0905331766266855,13.70030046198672,6.304879211076595,15.634946987474002,7.537254792734592,,13.075857471594407,,16.582134650593616,6.8929506618168865,26.56095258783145,,,,15.199090622401199,7.537254792734592,,14.240242839594657, +_daily_mean_core_day_demand_baseline_baseline_regional_q75,26.68463468882603,7.499683503314692,41.50137741787013,5.804151757470015,22.69422497225974,6.716842607687386,15.701526821105613,8.127656486424893,6.216397964649472,18.212571688910977,,16.66742163808361,7.186986387187033,25.127735699017336,6.0905331766266855,13.70030046198672,6.304879211076595,16.03442598926366,7.621603813000714,,13.658050155594532,,16.66742163808361,7.186986387187033,25.127735699017336,6.0905331766266855,13.70030046198672,6.304879211076595,16.03442598926366,7.621603813000714,,13.658050155594532,,16.66742163808361,7.186986387187033,26.56095258783145,,,,15.283859137674382,7.621603813000714,,14.628371295594741, +_daily_mean_core_day_demand_baseline_baseline_regional_q80,27.31459284428564,7.6532039233360525,44.36849007878263,5.861428041301348,23.517043335771913,6.799235287009546,16.16758565652688,8.211964058518463,6.4842519068370255,18.76042439334958,,17.56326247405792,7.481022112557178,25.414379076780158,6.0905331766266855,13.70030046198672,6.304879211076595,16.433904991053318,7.705952833266835,,14.24024283959466,,17.56326247405792,7.481022112557178,25.414379076780158,6.0905331766266855,13.70030046198672,6.304879211076595,16.433904991053318,7.705952833266835,,14.24024283959466,,17.56326247405792,7.481022112557178,26.56095258783145,,,,15.368627652947564,7.705952833266835,,15.016499751594825, +_daily_mean_core_day_demand_baseline_baseline_regional_q85,31.325660668771533,8.068641185959393,45.40199927894088,5.9187043251326825,24.339861699284086,6.8816279663317035,16.633644491948147,9.131142139324027,6.752105849024576,28.430979793409975,,18.956332963565153,7.621603813000714,25.70102245454298,6.0905331766266855,13.70030046198672,6.304879211076595,16.9159838626993,7.790301853532957,,14.82243552359478,,18.956332963565153,7.621603813000714,25.70102245454298,6.0905331766266855,13.70030046198672,6.304879211076595,16.9159838626993,7.790301853532957,,14.82243552359478,,18.956332963565153,7.621603813000714,26.56095258783145,,,,15.701526821105613,7.790301853532957,,15.404628207594907, +_daily_mean_core_day_demand_baseline_baseline_regional_q90,42.074799950052636,8.395799674679578,46.43550847909913,5.975980608964018,25.162680062796262,6.9640206456538625,17.34750293693838,10.050320220129592,7.01995979121213,38.10153519347037,,20.237005431835037,7.7621855134442495,25.987665832305808,6.0905331766266855,13.70030046198672,6.304879211076595,17.56326247405792,7.874650873799078,,15.404628207594909,,20.237005431835037,7.7621855134442495,25.987665832305808,6.0905331766266855,13.70030046198672,6.304879211076595,17.56326247405792,7.874650873799078,,15.404628207594909,,20.237005431835037,7.7621855134442495,26.56095258783145,,,,16.03442598926366,7.874650873799078,,15.79275666359499, +_daily_mean_core_day_demand_baseline_baseline_regional_q95,48.089123199352315,10.056157730426223,47.46901767925738,6.033256892795351,25.985498426308435,7.04641332497602,18.102661316856768,10.108695323095898,7.28781373339968,47.77209059353077,,22.834588676914745,7.902767213887786,26.27430921006863,6.0905331766266855,13.70030046198672,6.304879211076595,18.21054108541654,7.958999894065199,,15.986820891595032,,22.834588676914745,7.902767213887786,26.27430921006863,6.0905331766266855,13.70030046198672,6.304879211076595,18.21054108541654,7.958999894065199,,15.986820891595032,,22.834588676914745,7.902767213887786,26.56095258783145,,,,16.36732515742171,7.958999894065199,,16.180885119595075, +_daily_mean_core_day_demand_baseline_baseline_regional_q98,53.50899358335391,10.122705347807813,48.08912319935232,6.067622663094152,26.479189444415738,7.095848932569315,18.555756344807808,10.143720384875683,7.448526098712213,53.57442383356702,,25.07040702346477,7.987116234153908,26.44629523672632,6.0905331766266855,13.70030046198672,6.304879211076595,18.598908252231716,8.009609306224872,,16.336136501995107,,25.07040702346477,7.987116234153908,26.44629523672632,6.0905331766266855,13.70030046198672,6.304879211076595,18.598908252231716,8.009609306224872,,16.336136501995107,,25.07040702346477,7.987116234153908,26.56095258783145,,,,16.56706465831654,8.009609306224872,,16.413762193195122, +_daily_mean_core_day_demand_baseline_baseline_regional_q99,55.475819788472556,10.144887886935008,48.29582503938398,6.079077919860419,26.643753117118173,7.112327468433747,18.706788020791485,10.155395405468942,7.5020968871497224,55.50853491357909,,25.815679805648106,8.015232574242615,26.503623912278886,6.0905331766266855,13.70030046198672,6.304879211076595,18.728363974503438,8.026479110278098,,16.452575038795132,,25.815679805648106,8.015232574242615,26.503623912278886,6.0905331766266855,13.70030046198672,6.304879211076595,18.728363974503438,8.026479110278098,,16.452575038795132,,25.815679805648106,8.015232574242615,26.56095258783145,,,,16.633644491948147,8.026479110278098,,16.49138788439514, +mean_demand_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +mean_demand_upper_bound_95_perc_conf,26.9599224647539,9.82831212255682,38.87918196403075,5.98774635891169,23.274759886519004,5.614365794191165,12.782338113965158,7.885776498675104,7.14945823794564,33.21586179592171,27.892630742726183,14.582669772868643,6.6847383430920315,26.01496719863728,5.7782611459278,11.469980444610226,4.8687311503578075,13.4655021761528,7.986669174935869,,13.295384614967038,4.443672654837137,14.582669772868643,6.6847383430920315,26.01496719863728,5.7782611459278,11.469980444610226,4.8687311503578075,13.4655021761528,7.986669174935869,,13.295384614967038,4.443672654837137,14.582669772868643,6.6847383430920315,24.712003253181,,,,12.098310074512614,7.986669174935869,,14.040924504965918,4.443672654837137 +mean_demand_mean,20.831531661057397,6.743602501168509,30.97054589310577,5.866061406297234,17.192476361469303,4.716166805635864,10.217314808890984,6.316180257521859,6.0176230306164005,20.11974670816056,11.876095862152294,12.162836665683907,5.739255564287415,21.33583053082569,5.7782611459278,11.469980444610226,4.8687311503578075,10.822072112754286,6.545190541468816,,11.608240653111574,4.443672654837137,12.162836665683907,5.739255564287415,21.33583053082569,5.7782611459278,11.469980444610226,4.8687311503578075,10.822072112754286,6.545190541468816,,11.608240653111574,4.443672654837137,12.162836665683907,5.739255564287415,24.712003253181,,,,9.8333740544621,6.545190541468816,,12.139069850174335,4.443672654837137 +mean_demand_lower_bound_95_perc_conf,14.703140857360893,3.658892879780197,23.06190982218079,5.744376453682778,11.110192836419603,3.8179678170805635,7.6522915038168104,4.746584016368614,4.885787823287161,7.023631620399403,-4.140439018421596,9.74300355849917,4.7937727854827985,16.656693863014098,5.7782611459278,11.469980444610226,4.8687311503578075,8.178642049355773,5.103711908001763,,9.92109669125611,4.443672654837137,9.74300355849917,4.7937727854827985,16.656693863014098,5.7782611459278,11.469980444610226,4.8687311503578075,8.178642049355773,5.103711908001763,,9.92109669125611,4.443672654837137,9.74300355849917,4.7937727854827985,24.712003253181,,,,7.568438034411585,5.103711908001763,,10.237215195382753,4.443672654837137 +mean_demand_sem,3.126730001885971,1.5738314394838324,4.035018403533152,0.062084159497171346,3.103205880127398,0.45826479007923493,1.3086853597317216,0.8008144087516555,0.5774669425149183,6.681691371306712,8.171701469680556,1.2346087281554774,0.4823891728594982,2.3873146264344856,0.0,0.0,0.0,1.3486888078563843,0.7354482823811493,,0.8607877356405426,0.0,1.2346087281554774,0.4823891728594982,2.3873146264344856,0.0,0.0,0.0,1.3486888078563843,0.7354482823811493,,0.8607877356405426,0.0,1.2346087281554774,0.4823891728594982,0.0,,,,1.1555796020665894,0.7354482823811493,,0.9703340075467262,0.0 +mean_demand_q1,5.308636793067626,1.8817142913955718,18.297275080705912,5.780017151135189,11.554996749161658,3.700617834455686,5.14654633976037,2.8270203084640912,4.857659925674716,10.029301415561516,1.8022889472003165,5.227701351405724,4.326153553593035,18.027181262917487,5.7782611459278,11.469980444610226,4.8687311503578075,5.193833929911267,4.3767230978901,,10.023882074106226,4.443672654837137,5.227701351405724,4.326153553593035,18.027181262917487,5.7782611459278,11.469980444610226,4.8687311503578075,5.193833929911267,4.3767230978901,,10.023882074106226,4.443672654837137,5.227701351405724,4.326153553593035,24.712003253181,,,,5.175446802171758,4.3767230978901,,10.316494759921126,4.443672654837137 +mean_demand_q2.5,5.646325237457743,2.023741046047152,18.80370098905921,5.782651158946272,11.68252120598881,3.7363764053506485,5.241099104189603,2.9038401267055667,4.866755834007339,10.049623946018858,1.8251776855590136,5.443986633302986,4.339421839217369,18.128466444588145,5.7782611459278,11.469980444610226,4.8687311503578075,5.359318079566847,4.465845699960032,,10.03607559238063,4.443672654837137,5.443986633302986,4.339421839217369,18.128466444588145,5.7782611459278,11.469980444610226,4.8687311503578075,5.359318079566847,4.465845699960032,,10.03607559238063,4.443672654837137,5.443986633302986,4.339421839217369,24.712003253181,,,,5.313350260218075,4.465845699960032,,10.361156697771035,4.443672654837137 +mean_demand_q5,6.016370530703572,2.1484916028524164,19.647744169648035,5.787041171964744,11.895061967367395,3.7959740235089203,5.398687044904991,3.031873157108026,4.881915681228377,10.083494830114429,1.8633255828235087,5.804462103131759,4.361535648591259,18.297275080705912,5.7782611459278,11.469980444610226,4.8687311503578075,5.635124995659481,4.614383370076583,,10.056398122837972,4.443672654837137,5.804462103131759,4.361535648591259,18.297275080705912,5.7782611459278,11.469980444610226,4.8687311503578075,5.635124995659481,4.614383370076583,,10.056398122837972,4.443672654837137,5.804462103131759,4.361535648591259,24.712003253181,,,,5.543189356961937,4.614383370076583,,10.43559326085422,4.443672654837137 +mean_demand_q10,6.517832507347905,2.474554153269909,21.33583053082569,5.795821198001687,12.320143490124563,3.9151692598254635,5.713862926335767,3.2879392179129456,4.912235375670454,10.15123659830557,1.9396213773524988,6.436954221332465,4.40576326733904,18.634892352941446,5.7782611459278,11.469980444610226,4.8687311503578075,6.1867388278447475,4.911458710309686,,10.097043183752657,4.443672654837137,6.436954221332465,4.40576326733904,18.634892352941446,5.7782611459278,11.469980444610226,4.8687311503578075,6.1867388278447475,4.911458710309686,,10.097043183752657,4.443672654837137,6.436954221332465,4.40576326733904,24.712003253181,,,,6.002867550449659,4.911458710309686,,10.58446638702059,4.443672654837137 +mean_demand_q15,9.242370780798742,2.798564841829658,23.023916892003346,5.80460122403863,12.745225012881729,4.034364496142006,6.0309241946267225,3.6169571536863594,4.94255507011253,10.21897836649671,2.0159171718814886,7.231576849874923,4.453619891960345,18.972509625176976,5.7782611459278,11.469980444610226,4.8687311503578075,6.7383526600300145,5.20853405054279,,10.137688244667341,4.443672654837137,7.231576849874923,4.453619891960345,18.972509625176976,5.7782611459278,11.469980444610226,4.8687311503578075,6.7383526600300145,5.20853405054279,,10.137688244667341,4.443672654837137,7.231576849874923,4.453619891960345,24.712003253181,,,,6.4625457439373815,5.20853405054279,,10.733339513186959,4.443672654837137 +mean_demand_q20,10.286720134687851,3.2537528912656497,24.712003253181,5.813381250075574,13.1703065356389,4.153559732458549,6.359297784078757,3.945975089459773,4.972874764554605,10.286720134687851,2.0922129664104787,9.397047237023653,4.523250551822808,19.31012689741251,5.7782611459278,11.469980444610226,4.8687311503578075,7.765276040317658,5.505609390775894,,10.178333305582026,4.443672654837137,9.397047237023653,4.523250551822808,19.31012689741251,5.7782611459278,11.469980444610226,4.8687311503578075,7.765276040317658,5.505609390775894,,10.178333305582026,4.443672654837137,9.397047237023653,4.523250551822808,24.712003253181,,,,6.922223937425104,5.505609390775894,,10.88221263935333,4.443672654837137 +mean_demand_q25,11.186914260440737,3.5795688948725193,24.73326805090455,5.822161276112517,13.595388058396068,4.272754968775092,6.687671373530793,4.054518640255106,5.003194458996681,10.658902950103775,2.168508760939469,10.15123659830557,4.5928812116852695,19.647744169648035,5.7782611459278,11.469980444610226,4.8687311503578075,9.029854194656487,5.802684731008997,,10.21897836649671,4.443672654837137,10.15123659830557,4.5928812116852695,19.647744169648035,5.7782611459278,11.469980444610226,4.8687311503578075,9.029854194656487,5.802684731008997,,10.21897836649671,4.443672654837137,10.15123659830557,4.5928812116852695,24.712003253181,,,,7.976039066040796,5.802684731008997,,11.031085765519698,4.443672654837137 +mean_demand_q30,11.395711441520659,3.9676837996188397,24.754532848628095,5.83094130214946,14.020469581153236,4.391950205091636,7.343749988871381,4.163062191050439,5.033514153438757,11.031085765519698,2.255950301605309,10.456872998127855,4.665228772606963,19.985361441883565,5.7782611459278,11.469980444610226,4.8687311503578075,10.294432348995317,6.099760071242101,,10.259623427411395,4.443672654837137,10.456872998127855,4.665228772606963,19.985361441883565,5.7782611459278,11.469980444610226,4.8687311503578075,10.294432348995317,6.099760071242101,,10.259623427411395,4.443672654837137,10.456872998127855,4.665228772606963,24.712003253181,,,,9.029854194656487,6.099760071242101,,11.17995889168607,4.443672654837137 +mean_demand_q35,11.466540132693165,4.232472818507307,24.775797646351645,5.839721328186403,14.445551103910404,4.511145441408178,8.819091168933348,4.240185110446959,5.123975399336809,11.403268580935624,2.3433918422711493,11.052408020167869,4.744368586176735,20.3229787141191,5.7782611459278,11.469980444610226,4.8687311503578075,11.157256375309018,6.345461384442352,,10.361156697771035,4.443672654837137,11.052408020167869,4.744368586176735,20.3229787141191,5.7782611459278,11.469980444610226,4.8687311503578075,11.157256375309018,6.345461384442352,,10.361156697771035,4.443672654837137,11.052408020167869,4.744368586176735,24.712003253181,,,,10.08366932327218,6.345461384442352,,11.32883201785244,4.443672654837137 +mean_demand_q40,11.775451396351547,4.418399729838406,24.797062444075195,5.848501354223348,14.870632626667573,4.630340677724721,10.294432348995318,4.317308029843479,5.334719748146813,11.775451396351547,2.430833382936989,11.256115992414749,4.823508399746509,20.66059598635463,5.7782611459278,11.469980444610226,4.8687311503578075,11.216572145572457,6.488414643576897,,10.58446638702059,4.443672654837137,11.256115992414749,4.823508399746509,20.66059598635463,5.7782611459278,11.469980444610226,4.8687311503578075,11.216572145572457,6.488414643576897,,10.58446638702059,4.443672654837137,11.256115992414749,4.823508399746509,24.712003253181,,,,11.137484451887872,6.488414643576897,,11.477705144018808,4.443672654837137 +mean_demand_q45,13.387960923078971,4.673964185724063,26.227365904717725,5.857281380260291,15.29571414942474,4.749535914041264,11.167142337019591,5.307559163953824,5.545464096956816,12.42034805213456,2.5182749236028292,11.371508339352129,5.005160649693306,20.998213258590162,5.7782611459278,11.469980444610226,4.8687311503578075,11.275887915835895,6.6313679027114425,,10.807776076270144,4.443672654837137,11.371508339352129,5.005160649693306,20.998213258590162,5.7782611459278,11.469980444610226,4.8687311503578075,11.275887915835895,6.6313679027114425,,10.807776076270144,4.443672654837137,11.371508339352129,5.005160649693306,24.712003253181,,,,11.186914260440737,6.6313679027114425,,11.626578270185178,4.443672654837137 +mean_demand_q50,15.037916845832758,4.860163568572054,27.657669365360256,5.866061406297234,15.720795672181909,4.8687311503578075,11.236344068993603,6.29781029806417,5.756208445766819,13.065244707917575,2.605716464268669,11.456219196941984,5.323496148142803,21.33583053082569,5.7782611459278,11.469980444610226,4.8687311503578075,11.335203686099334,6.774321161845988,,11.031085765519698,4.443672654837137,11.456219196941984,5.323496148142803,21.33583053082569,5.7782611459278,11.469980444610226,4.8687311503578075,11.335203686099334,6.774321161845988,,11.031085765519698,4.443672654837137,11.456219196941984,5.323496148142803,24.712003253181,,,,11.236344068993603,6.774321161845988,,11.775451396351547,4.443672654837137 +mean_demand_q55,16.495894264926036,5.025977863160458,29.087972826002787,5.874841432334177,16.587381401725295,4.942157083257768,11.305545800967614,6.774321161845988,5.966952794576822,13.710141363700592,2.973307702382363,11.465852070309753,5.641831646592302,21.673447803061222,5.7782611459278,11.469980444610226,4.8687311503578075,11.371508339352129,6.917274420980533,,11.254395454769254,4.443672654837137,11.465852070309753,5.641831646592302,21.673447803061222,5.7782611459278,11.469980444610226,4.8687311503578075,11.371508339352129,6.917274420980533,,11.254395454769254,4.443672654837137,11.465852070309753,5.641831646592302,24.712003253181,,,,11.285773877546468,6.917274420980533,,12.033410058664753,4.443672654837137 +mean_demand_q60,17.959657808470382,5.638044612671485,30.518276286645317,5.88362145837112,17.453967131268683,5.015583016157727,11.359406788267863,7.2508320256278065,6.177697143386825,14.355038019483604,3.340898940496056,11.592168825306754,5.8821709763550745,22.011065075296752,5.7782611459278,11.469980444610226,4.8687311503578075,11.407812992604924,7.060227680115079,,11.477705144018808,4.443672654837137,11.592168825306754,5.8821709763550745,22.011065075296752,5.7782611459278,11.469980444610226,4.8687311503578075,11.407812992604924,7.060227680115079,,11.477705144018808,4.443672654837137,11.592168825306754,5.8821709763550745,24.712003253181,,,,11.335203686099334,7.060227680115079,,12.291368720977959,4.443672654837137 +mean_demand_q65,19.664156988461972,5.874841432334177,33.51116303294602,5.892401484408065,18.320552860812068,5.089008949057687,11.401762217062792,7.782821918983807,6.388441492196829,15.288776430132048,3.7084901786097495,11.904466445810803,6.064013179602803,22.348682347532282,5.7782611459278,11.469980444610226,4.8687311503578075,11.444117645857718,7.203180939249624,,11.701014833268363,4.443672654837137,11.904466445810803,6.064013179602803,22.348682347532282,5.7782611459278,11.469980444610226,4.8687311503578075,11.444117645857718,7.203180939249624,,11.701014833268363,4.443672654837137,11.904466445810803,6.064013179602803,24.712003253181,,,,11.365457563809997,7.203180939249624,,12.549327383291166,4.443672654837137 +mean_demand_q70,24.549328110398385,6.263415434924419,36.50404977924673,5.901181510445008,19.187138590355453,5.162434881957647,11.44411764585772,8.314811812339807,6.583468572034714,16.22251484078049,4.076081416723443,12.807571792025584,6.245855382850533,22.686299619767816,5.7782611459278,11.469980444610226,4.8687311503578075,11.778095735742404,7.357230004299007,,12.033410058664753,4.443672654837137,12.807571792025584,6.245855382850533,22.686299619767816,5.7782611459278,11.469980444610226,4.8687311503578075,11.778095735742404,7.357230004299007,,12.033410058664753,4.443672654837137,12.807571792025584,6.245855382850533,24.712003253181,,,,11.395711441520659,7.357230004299007,,12.807286045604371,4.443672654837137 +mean_demand_q75,24.775797646351645,6.656725212757074,39.496936525547426,5.909961536481951,20.05372431989884,5.235860814857607,11.85856487044251,8.408816547416675,6.770637017386539,17.156253251428932,4.443672654837137,13.710319955213848,6.536065729955078,23.023916892003346,5.7782611459278,11.469980444610226,4.8687311503578075,12.260910543943037,7.516826972305806,,12.42034805213456,4.443672654837137,13.710319955213848,6.536065729955078,23.023916892003346,5.7782611459278,11.469980444610226,4.8687311503578075,12.260910543943037,7.516826972305806,,12.42034805213456,4.443672654837137,13.710319955213848,6.536065729955078,24.712003253181,,,,11.42596531923132,7.516826972305806,,13.065244707917575,4.443672654837137 +mean_demand_q80,25.637166268511848,7.524220356738523,42.48982327184813,5.918741562518894,20.92031004944223,5.309286747757567,12.42184881334325,8.502821282493544,6.957805462738365,18.089991662077374,13.230048452354055,14.834882508088368,6.869623334602353,23.361534164238876,5.7782611459278,11.469980444610226,4.8687311503578075,12.743725352143674,7.676423940312606,,12.807286045604371,4.443672654837137,14.834882508088368,6.869623334602353,23.361534164238876,5.7782611459278,11.469980444610226,4.8687311503578075,12.743725352143674,7.676423940312606,,12.807286045604371,4.443672654837137,14.834882508088368,6.869623334602353,24.712003253181,,,,11.456219196941984,7.676423940312606,,13.323203370230782,4.443672654837137 +mean_demand_q85,33.51116303294602,8.2843951839301,43.20398052748975,5.927521588555838,21.78689577898561,5.3827126806575265,12.985132756243987,9.306786232393613,7.14497390809019,27.61637524016795,22.01642424987095,16.51433821820503,7.203180939249624,23.699151436474406,5.7782611459278,11.469980444610226,4.8687311503578075,13.434467748100422,7.836020908319407,,13.194224039074179,4.443672654837137,16.51433821820503,7.203180939249624,23.699151436474406,5.7782611459278,11.469980444610226,4.8687311503578075,13.434467748100422,7.836020908319407,,13.194224039074179,4.443672654837137,16.51433821820503,7.203180939249624,24.712003253181,,,,11.85856487044251,7.836020908319407,,13.581162032543986,4.443672654837137 +mean_demand_q90,43.91813778313137,8.985200252433588,43.91813778313137,5.936301614592781,22.653481508529,5.456138613557487,14.172199462413086,10.110751182293683,7.332142353442015,37.14275881825853,30.80280004738787,17.477498870085192,7.570025961641406,24.036768708709936,5.7782611459278,11.469980444610226,4.8687311503578075,14.541065319569421,7.9956178763262065,,13.581162032543988,4.443672654837137,17.477498870085192,7.570025961641406,24.036768708709936,5.7782611459278,11.469980444610226,4.8687311503578075,14.541065319569421,7.9956178763262065,,13.581162032543988,4.443672654837137,17.477498870085192,7.570025961641406,24.712003253181,,,,12.260910543943037,7.9956178763262065,,13.839120694857193,4.443672654837137 +mean_demand_q95,53.483257554433415,10.370824908581394,44.632295038772995,5.945081640629725,23.520067238072382,5.529564546457446,15.463229962460247,10.310807894822691,7.519310798793841,46.66914239634911,39.589175844904766,19.985361441883562,7.942418886990606,24.37438598094547,5.7782611459278,11.469980444610226,4.8687311503578075,15.647662891038411,8.155214844333006,,13.968100026013794,4.443672654837137,19.985361441883562,7.942418886990606,24.37438598094547,5.7782611459278,11.469980444610226,4.8687311503578075,15.647662891038411,8.155214844333006,,13.968100026013794,4.443672654837137,19.985361441883562,7.942418886990606,24.712003253181,,,,12.663256217443564,8.155214844333006,,14.097079357170397,4.443672654837137 +mean_demand_q98,63.10351932650789,27.928620643483924,45.060789392157965,5.95034965625189,24.040018675798418,5.573620106197422,16.237848262488544,10.430841922340099,7.631611866004936,52.38497254320347,44.86100132341492,22.82134652866202,8.165854642200125,24.576956344286785,5.7782611459278,11.469980444610226,4.8687311503578075,16.31162143391981,8.250973025137087,,14.20026282209568,4.443672654837137,22.82134652866202,8.165854642200125,24.576956344286785,5.7782611459278,11.469980444610226,4.8687311503578075,16.31162143391981,8.250973025137087,,14.20026282209568,4.443672654837137,22.82134652866202,8.165854642200125,24.712003253181,,,,12.904663621543882,8.250973025137087,,14.25185455455832,4.443672654837137 +mean_demand_q99,66.557516002542,38.152086142952804,45.20362084328629,5.95210566145928,24.213335821707094,5.588305292777415,16.496054362497976,10.470853264845898,7.669045555075301,54.290249258821575,46.6182764829183,23.766674890921507,8.240333227269966,24.644479798733894,5.7782611459278,11.469980444610226,4.8687311503578075,16.53294094821361,8.282892418738447,,14.27765042078964,4.443672654837137,23.766674890921507,8.240333227269966,24.644479798733894,5.7782611459278,11.469980444610226,4.8687311503578075,16.53294094821361,8.282892418738447,,14.27765042078964,4.443672654837137,23.766674890921507,8.240333227269966,24.712003253181,,,,12.985132756243987,8.282892418738447,,14.303446287020964,4.443672654837137 +alpha_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +alpha_upper_bound_95_perc_conf,37.3907652128429,42.28331459543538,30.501842586192346,23.280776316757965,39.21741219918878,51.88641502317118,46.02507279548573,40.46778788955539,52.92988067972307,40.09472084654219,53.866237821284116,42.534037139977045,42.40313739580887,27.806122564272243,20.520261299541847,38.19319621255905,53.1444815708063,46.98706701568188,41.565770935075605,,45.929594011932394,21.414718722904595,42.534037139977045,42.40313739580887,27.806122564272243,20.520261299541847,38.19319621255905,53.1444815708063,46.98706701568188,41.565770935075605,,45.929594011932394,21.414718722904595,42.534037139977045,42.40313739580887,27.786455323915746,,,,47.96405156472903,41.565770935075605,,38.34891516231045,21.414718722904595 +alpha_mean,33.510555415758304,37.01310197225433,27.384558713251113,13.36735769597091,35.87242319032866,46.295320053167956,42.41289271941561,35.43647750624266,43.2056327671357,29.61225157912698,35.80319495671188,38.52456665680133,34.90040649945314,27.735494588856902,20.520261299541847,38.19319621255905,53.1444815708063,43.25131589089525,35.41071272350585,,36.857722119931786,21.414718722904595,38.52456665680133,34.90040649945314,27.735494588856902,20.520261299541847,38.19319621255905,53.1444815708063,43.25131589089525,35.41071272350585,,36.857722119931786,21.414718722904595,38.52456665680133,34.90040649945314,27.786455323915746,,,,44.50178043680459,35.41071272350585,,32.24387973440264,21.414718722904595 +alpha_lower_bound_95_perc_conf,29.630345618673708,31.742889349073288,24.26727484030988,3.4539390751838557,32.52743418146854,40.70422508316473,38.80071264334549,30.40516712292993,33.481384854548324,19.129782311711775,17.740152092139635,34.51509617362562,27.39767560309741,27.66486661344156,20.520261299541847,38.19319621255905,53.1444815708063,39.51556476610862,29.2556545119361,,27.785850227931178,21.414718722904595,34.51509617362562,27.39767560309741,27.66486661344156,20.520261299541847,38.19319621255905,53.1444815708063,39.51556476610862,29.2556545119361,,27.785850227931178,21.414718722904595,34.51509617362562,27.39767560309741,27.786455323915746,,,,41.03950930888014,29.2556545119361,,26.138844306494835,21.414718722904595 +alpha_sem,1.9796988760635688,2.688883991418901,1.590450955582261,5.057866643258701,1.706627045336796,2.852599474491443,1.8429490184031214,2.566995093526903,4.961350975809885,5.348198605824084,9.215838196210328,2.0456482057018937,3.827923926712106,0.03603468133435831,0.0,0.0,0.0,1.9059954718299124,3.1403358222294666,,4.62850606734725,0.0,2.0456482057018937,3.827923926712106,0.03603468133435831,0.0,0.0,0.0,1.9059954718299124,3.1403358222294666,,4.62850606734725,0.0,2.0456482057018937,3.827923926712106,0.0,,,,1.7664648611859408,3.1403358222294666,,3.114813993830513,0.0 +alpha_q1,11.264613580771023,3.6413140366807917,23.023072793704497,6.357512164471392,31.821320478919215,41.72086252804412,35.80420674869254,22.77373921194829,30.10193113892946,10.317257316913208,3.438609261879865,26.469274444972715,20.582873319177235,27.68555306849924,20.520261299541847,38.19319621255905,53.1444815708063,35.98917329757303,29.688711076075307,,26.416847657052855,21.414718722904595,26.469274444972715,20.582873319177235,27.68555306849924,20.520261299541847,38.19319621255905,53.1444815708063,35.98917329757303,29.688711076075307,,26.416847657052855,21.414718722904595,26.469274444972715,20.582873319177235,27.786455323915746,,,,39.810979876512334,29.688711076075307,,26.368378944020115,21.414718722904595 +alpha_q2.5,13.48632350665844,5.068878040196228,23.098870743407048,6.57209927257852,32.0019902414376,41.79272982593817,35.88772394857252,23.107002676132474,30.452070619997713,11.117932847013904,4.56211610319391,26.766023835499833,20.676791348630328,27.687081890551003,20.520261299541847,38.19319621255905,53.1444815708063,36.350140320773754,29.714372481666274,,26.634956865700183,21.414718722904595,26.766023835499833,20.676791348630328,27.687081890551003,20.520261299541847,38.19319621255905,53.1444815708063,36.350140320773754,29.714372481666274,,26.634956865700183,21.414718722904595,26.766023835499833,20.676791348630328,27.786455323915746,,,,39.88853971477668,29.714372481666274,,26.513785083118336,21.414718722904595 +alpha_q5,16.89581191562323,11.22148661489963,23.225200659577958,6.929744452757067,32.30310651230159,41.91250865576157,36.026919281705815,23.662441783106118,31.035636421778133,12.452392063848396,6.434627505383986,27.260606153045032,20.83332139771881,27.689629927303944,20.520261299541847,38.19319621255905,53.1444815708063,36.95175202610829,29.75714149098455,,26.998472213445734,21.414718722904595,27.260606153045032,20.83332139771881,27.689629927303944,20.520261299541847,38.19319621255905,53.1444815708063,36.95175202610829,29.75714149098455,,26.998472213445734,21.414718722904595,27.260606153045032,20.83332139771881,27.786455323915746,,,,40.01780611188389,29.75714149098455,,26.756128648282033,21.414718722904595 +alpha_q10,21.715844096045743,21.14638149589577,23.477860491919785,7.645034813114161,32.905339054029554,42.15206631540837,36.30530994797242,24.773319997053402,32.202768025338976,15.121310497517383,10.179650309764138,27.725302441845134,21.14638149589577,27.69472600080983,20.520261299541847,38.19319621255905,53.1444815708063,38.15497543677736,29.842679509621107,,27.725502908936825,21.414718722904595,27.725302441845134,21.14638149589577,27.69472600080983,20.520261299541847,38.19319621255905,53.1444815708063,38.15497543677736,29.842679509621107,,27.725502908936825,21.414718722904595,27.725302441845134,21.14638149589577,27.786455323915746,,,,40.27633890609833,29.842679509621107,,27.24081577860943,21.414718722904595 +alpha_q15,23.73052032426161,22.662651390553556,23.73052032426161,8.360325173471253,33.507571595757526,42.39162397505517,36.70469765898865,27.2224617347007,33.369899628899816,17.79022893118637,13.92467311414429,28.119641073647035,21.827562960376767,27.699822074315712,20.520261299541847,38.19319621255905,53.1444815708063,39.35819884744643,29.92821752825766,,28.45253360442792,21.414718722904595,28.119641073647035,21.827562960376767,27.699822074315712,20.520261299541847,38.19319621255905,53.1444815708063,39.35819884744643,29.92821752825766,,28.45253360442792,21.414718722904595,28.119641073647035,21.827562960376767,27.786455323915746,,,,40.53487170031278,29.92821752825766,,27.725502908936825,21.414718722904595 +alpha_q20,26.271441517954635,25.837184557901935,23.98318015660344,9.075615533828348,34.10980413748549,42.631181634701974,37.830067638502626,29.671603472347996,34.537031232460656,20.459147364855355,17.669695918524443,30.451941321766036,24.717472622681957,27.7049181478216,20.520261299541847,38.19319621255905,53.1444815708063,39.966099553041005,30.013755546894213,,29.17956429991902,21.414718722904595,30.451941321766036,24.717472622681957,27.7049181478216,20.520261299541847,38.19319621255905,53.1444815708063,39.966099553041005,30.013755546894213,,29.17956429991902,21.414718722904595,30.451941321766036,24.717472622681957,27.786455323915746,,,,40.793404494527216,30.013755546894213,,28.210190039264223,21.414718722904595 +alpha_q25,27.01186178563737,29.111947954054678,24.684294558181865,9.790905894185443,34.71203667921346,42.87073929434878,38.95543761801661,29.95673020113651,35.704162836021496,21.912220903130176,21.414718722904595,32.56626378349095,27.607382284987146,27.710014221327484,20.520261299541847,38.19319621255905,53.1444815708063,40.27633890609833,30.09929356553077,,29.90659499541011,21.414718722904595,32.56626378349095,27.607382284987146,27.710014221327484,20.520261299541847,38.19319621255905,53.1444815708063,40.27633890609833,30.09929356553077,,29.90659499541011,21.414718722904595,32.56626378349095,27.607382284987146,27.786455323915746,,,,41.44281433679417,30.09929356553077,,28.69487716959162,21.414718722904595 +alpha_q30,27.735494588856902,29.905840029388067,25.38540895976029,10.506196254542534,35.314269220941426,43.11029695399558,39.86268643535523,30.241856929925024,36.871294439582336,23.365294441404995,26.23941630113007,34.36107751969049,29.728628818105697,27.715110294833366,20.520261299541847,38.19319621255905,53.1444815708063,40.586578259155665,30.184831584167323,,30.63362569090121,21.414718722904595,34.36107751969049,29.728628818105697,27.715110294833366,20.520261299541847,38.19319621255905,53.1444815708063,40.586578259155665,30.184831584167323,,30.63362569090121,21.414718722904595,34.36107751969049,29.728628818105697,27.786455323915746,,,,42.09222417906113,30.184831584167323,,29.17956429991902,21.414718722904595 +alpha_q35,30.28534844690039,30.74426882686179,26.086523361338717,11.221486614899629,35.9165017626694,43.34985461364238,40.22463234725545,30.80009237096588,38.30863584373414,24.818367979679817,31.064113879355546,35.57509722847063,29.92821752825766,27.720206368339248,20.520261299541847,38.19319621255905,53.1444815708063,41.053168431433996,30.553223251928937,,31.52949142336841,21.414718722904595,35.57509722847063,29.92821752825766,27.720206368339248,20.520261299541847,38.19319621255905,53.1444815708063,41.053168431433996,30.553223251928937,,31.52949142336841,21.414718722904595,35.57509722847063,29.92821752825766,27.786455323915746,,,,42.74163402132808,30.553223251928937,,29.664251430246416,21.414718722904595 +alpha_q40,31.70087397057362,34.30727849340434,26.787637762917143,11.936776975256723,36.51873430439736,43.589412273289184,40.586578259155665,31.35832781200674,40.28639684906788,26.271441517954635,35.88881145758102,37.21532917371112,30.12780623840962,27.725302441845137,20.520261299541847,38.19319621255905,53.1444815708063,41.83246024215435,31.48732221794068,,32.763027229787824,21.414718722904595,37.21532917371112,30.12780623840962,27.725302441845137,20.520261299541847,38.19319621255905,53.1444815708063,41.83246024215435,31.48732221794068,,32.763027229787824,21.414718722904595,37.21532917371112,30.12780623840962,27.786455323915746,,,,43.39104386359504,31.48732221794068,,30.14893856057381,21.414718722904595 +alpha_q45,32.99174334956639,36.64621319079624,27.01186178563737,12.652067335613816,37.12096684612533,43.82896993293599,41.183050399887385,33.20142198788024,42.2641578544016,27.48315934377313,40.713509035806496,38.537802807998744,31.175955895936767,27.73039851535102,20.520261299541847,38.19319621255905,53.1444815708063,42.61175205287469,32.42142118395242,,33.996563036207235,21.414718722904595,38.537802807998744,31.175955895936767,27.73039851535102,20.520261299541847,38.19319621255905,53.1444815708063,42.61175205287469,32.42142118395242,,33.996563036207235,21.414718722904595,38.537802807998744,31.175955895936767,27.786455323915746,,,,43.59686569538424,32.42142118395242,,30.63362569090121,21.414718722904595 +alpha_q50,34.553609550394725,37.901678584891236,27.2360858083576,13.36735769597091,37.7231993878533,44.06852759258279,42.09222417906113,35.044516163753734,44.24191885973534,28.69487716959162,45.53820661403197,39.34188486402468,33.355520149964164,27.735494588856902,20.520261299541847,38.19319621255905,53.1444815708063,43.39104386359504,33.355520149964164,,35.230098842626646,21.414718722904595,39.34188486402468,33.355520149964164,27.735494588856902,20.520261299541847,38.19319621255905,53.1444815708063,43.39104386359504,33.355520149964164,,35.230098842626646,21.414718722904595,39.34188486402468,33.355520149964164,27.786455323915746,,,,43.80268752717343,33.355520149964164,,31.118312821228606,21.414718722904595 +alpha_q55,35.58464755033845,41.145104595871494,27.460309831077833,14.082648056328004,37.770199070323876,44.97612299040514,43.00139795823486,35.75684976687852,46.219679865069075,29.90659499541011,46.88194544204976,39.63405678157602,35.53508440399156,27.740590662362788,20.520261299541847,38.19319621255905,53.1444815708063,43.63803006174208,34.28961911597591,,36.46363464904606,21.414718722904595,39.63405678157602,35.53508440399156,27.740590662362788,20.520261299541847,38.19319621255905,53.1444815708063,43.63803006174208,34.28961911597591,,36.46363464904606,21.414718722904595,39.63405678157602,35.53508440399156,27.786455323915746,,,,44.008509358962634,34.28961911597591,,31.940670025508215,21.414718722904595 +alpha_q60,36.54393051905808,42.79845712519577,27.68453385379806,14.797938416685097,37.81719875279445,45.88371838822749,43.55570132902639,36.4691833700033,48.197440870402815,31.118312821228606,48.225684270067546,40.172925788412556,37.67153459767245,27.745686735868674,20.520261299541847,38.19319621255905,53.1444815708063,43.88501625988911,35.22371808198764,,37.69717045546546,21.414718722904595,40.172925788412556,37.67153459767245,27.745686735868674,20.520261299541847,38.19319621255905,53.1444815708063,43.88501625988911,35.22371808198764,,37.69717045546546,21.414718722904595,40.172925788412556,37.67153459767245,27.786455323915746,,,,44.214331190751835,35.22371808198764,,32.76302722978782,21.414718722904595 +alpha_q65,37.84069859402974,44.72395133362315,27.710014221327484,15.51322877704219,37.864198435265024,46.79131378604984,43.84385189353128,37.31157918224811,50.17520187573655,33.17420583192762,49.56942309808534,41.053168431433996,39.77564924609344,27.750782809374556,20.520261299541847,38.19319621255905,53.1444815708063,44.132002458036155,36.15781704799939,,38.93070626188488,21.414718722904595,41.053168431433996,39.77564924609344,27.750782809374556,20.520261299541847,38.19319621255905,53.1444815708063,44.132002458036155,36.15781704799939,,38.93070626188488,21.414718722904595,41.053168431433996,39.77564924609344,27.786455323915746,,,,44.611228604452776,36.15781704799939,,33.58538443406743,21.414718722904595 +alpha_q70,38.76754053829187,45.51040666480348,27.735494588856902,16.228519137399285,37.9111981177356,47.69890918387219,44.132002458036155,38.15397499449291,51.198028842848494,35.230098842626646,50.913161926103115,42.87151598978147,41.87976389451444,27.755878882880438,20.520261299541847,38.19319621255905,53.1444815708063,44.53184912171258,37.34828574517768,,40.47762130527413,21.414718722904595,42.87151598978147,41.87976389451444,27.755878882880438,20.520261299541847,38.19319621255905,53.1444815708063,44.53184912171258,37.34828574517768,,40.47762130527413,21.414718722904595,42.87151598978147,41.87976389451444,27.786455323915746,,,,45.00812601815371,37.34828574517768,,34.407741638347034,21.414718722904595 +alpha_q75,39.65492620425826,46.86524577029761,27.760974956386324,16.94380949775638,37.95819780020618,48.606504581694544,44.611228604452776,41.70709105812,51.74338879084954,37.28599185332566,52.256900754120906,43.80268752717343,43.17575641169853,27.760974956386324,20.520261299541847,38.19319621255905,53.1444815708063,45.00812601815371,38.666939307939245,,42.181225967148315,21.414718722904595,43.80268752717343,43.17575641169853,27.760974956386324,20.520261299541847,38.19319621255905,53.1444815708063,45.00812601815371,38.666939307939245,,42.181225967148315,21.414718722904595,43.80268752717343,43.17575641169853,27.786455323915746,,,,45.40502343185465,38.666939307939245,,35.230098842626646,21.414718722904595 +alpha_q80,40.793404494527216,50.774496193178734,27.786455323915746,17.659099858113475,38.00519748267675,49.5140999795169,45.16688498363409,45.26020712174709,52.28874873885059,39.34188486402468,53.22882940159634,44.53184912171259,44.14850007638786,27.76607102989221,20.520261299541847,38.19319621255905,53.1444815708063,45.48440291459484,39.98559287070082,,43.8848306290225,21.414718722904595,44.53184912171259,44.14850007638786,27.76607102989221,20.520261299541847,38.19319621255905,53.1444815708063,45.48440291459484,39.98559287070082,,43.8848306290225,21.414718722904595,44.53184912171259,44.14850007638786,27.786455323915746,,,,45.801920845555586,39.98559287070082,,36.05245604690625,21.414718722904595 +alpha_q85,43.59686569538424,52.18577849362392,29.613092581695845,18.374390218470566,38.05219716514733,50.42169537733925,45.72254136281539,45.42617454662609,52.83410868685164,42.181225967148315,54.20075804907178,45.64316188007521,45.12124374107718,27.771167103398096,20.520261299541847,38.19319621255905,53.1444815708063,46.52679965187287,41.30424643346238,,45.588435290896676,21.414718722904595,45.64316188007521,45.12124374107718,27.771167103398096,20.520261299541847,38.19319621255905,53.1444815708063,46.52679965187287,41.30424643346238,,45.588435290896676,21.414718722904595,45.64316188007521,45.12124374107718,27.786455323915746,,,,47.6141178613488,41.30424643346238,,36.874813251185856,21.414718722904595 +alpha_q90,45.00812601815371,53.54219365882085,31.439729839475948,19.089680578827657,38.099196847617904,51.329290775161596,47.976557264507434,45.5921419715051,53.37946863485269,45.02056707027195,55.17268669654721,48.74031790413377,47.62548945646485,27.776263176903974,20.520261299541847,38.19319621255905,53.1444815708063,48.70143607082473,42.62289999622395,,47.292039952770864,21.414718722904595,48.74031790413377,47.62548945646485,27.776263176903974,20.520261299541847,38.19319621255905,53.1444815708063,48.70143607082473,42.62289999622395,,47.292039952770864,21.414718722904595,48.74031790413377,47.62548945646485,27.786455323915746,,,,49.426314877142005,42.62289999622395,,37.69717045546546,21.414718722904595 +alpha_q95,49.47491716877832,56.19031958027293,33.26636709725605,19.804970939184752,38.146196530088474,52.23688617298395,50.51363308661793,48.138349569090124,53.92482858285374,47.85990817339559,56.14461534402265,51.404687166181986,50.38498551363557,27.78135925040986,20.520261299541847,38.19319621255905,53.1444815708063,50.876072489776575,43.94155355898552,,48.99564461464504,21.414718722904595,51.404687166181986,50.38498551363557,27.78135925040986,20.520261299541847,38.19319621255905,53.1444815708063,50.876072489776575,43.94155355898552,,48.99564461464504,21.414718722904595,51.404687166181986,50.38498551363557,27.786455323915746,,,,51.23851189293522,43.94155355898552,,38.51952765974507,21.414718722904595 +alpha_q98,51.87497909262383,58.0714839133639,34.36234945192412,20.23414515539901,38.17439633957082,52.78144341167736,52.035878579884226,49.66607412764115,54.25204455165437,49.563512835269776,56.727772532507906,52.39230021170985,52.040683147938005,27.784416894513395,20.520261299541847,38.19319621255905,53.1444815708063,52.18085434114769,44.73274569664246,,50.01780741176955,21.414718722904595,52.39230021170985,52.040683147938005,27.784416894513395,20.520261299541847,38.19319621255905,53.1444815708063,52.18085434114769,44.73274569664246,,50.01780741176955,21.414718722904595,52.39230021170985,52.040683147938005,27.786455323915746,,,,52.325830102411146,44.73274569664246,,39.01294198231284,21.414718722904595 +alpha_q99,52.46284400067613,58.63199212837209,34.72767690348013,20.377203227470428,38.18379627606494,52.96296249124183,52.543293744306325,50.17531564715815,54.36111654125458,50.131381055894494,56.922158262002995,52.721504560219145,52.59258235937215,27.78543610921457,20.520261299541847,38.19319621255905,53.1444815708063,52.61578162493806,44.99647640919477,,50.35852834414438,21.414718722904595,52.721504560219145,52.59258235937215,27.78543610921457,20.520261299541847,38.19319621255905,53.1444815708063,52.61578162493806,44.99647640919477,,50.35852834414438,21.414718722904595,52.721504560219145,52.59258235937215,27.786455323915746,,,,52.68826950556979,44.99647640919477,,39.17741342316875,21.414718722904595 +tau_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +tau_upper_bound_95_perc_conf,-0.2983562021743733,4.335274854912951,0.6009527870294642,0.8017736562547324,1.5066801090099422,0.2689626195395615,2.116047456803286,1.5885137038348605,-0.19333756669972282,5.1138320008117155,23.380534139658185,2.110409165857563,3.2356436599753895,6.708119857989002,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.400908690651299,4.562062239397226,,0.6869164033445446,0.8721350070103412,2.110409165857563,3.2356436599753895,6.708119857989002,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.400908690651299,4.562062239397226,,0.6869164033445446,0.8721350070103412,2.110409165857563,3.2356436599753895,5.745198643540156,,,,1.393913931292616,4.562062239397226,,0.8372087898819794,0.8721350070103412 +tau_mean,-4.961785522973288,1.0275290007907742,-7.293480994259615,0.3360425052145916,-0.4042999347463079,-0.3707461723798933,1.015195649813685,-0.027816720815390116,-0.3717213363540898,-9.246596729941123,5.877847278788347,1.284067466828347,2.101039301354808,3.25012704210687,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.3314516315412754,2.9159730776549346,,0.35735589966112985,0.8721350070103412,1.284067466828347,2.101039301354808,3.25012704210687,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.3314516315412754,2.9159730776549346,,0.35735589966112985,0.8721350070103412,1.284067466828347,2.101039301354808,5.745198643540156,,,,0.8104919924532838,2.9159730776549346,,0.44418215790364757,0.8721350070103412 +tau_lower_bound_95_perc_conf,-9.625214843772202,-2.2802168533314022,-15.187914775548695,-0.12968864582554918,-2.315279978502558,-1.0104549642993481,-0.08565615717591601,-1.6441471454656407,-0.5501051060084569,-23.60702546069396,-11.624839582081488,0.4577257677991311,0.9664349427342263,-0.2078657737752616,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.26199457243125157,1.2698839159126436,,0.027795395977715076,0.8721350070103412,0.4577257677991311,0.9664349427342263,-0.2078657737752616,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.26199457243125157,1.2698839159126436,,0.027795395977715076,0.8721350070103412,0.4577257677991311,0.9664349427342263,5.745198643540156,,,,0.2270700536139516,1.2698839159126436,,0.05115552592531569,0.8721350070103412 +tau_sem,2.379300673876997,1.6876254357766207,4.0277723373923875,0.23761793420415347,0.9749898182429848,0.32638203669359944,0.561659085198776,0.8246583799235973,0.09101212737467704,7.326749352424918,8.929942275953998,0.42160290766796726,0.5788797748064192,1.7642820489194548,0.0,0.0,0.0,0.5456413566887877,0.8398414090521893,,0.16814311412419122,0.0,0.42160290766796726,0.5788797748064192,1.7642820489194548,0.0,0.0,0.0,0.5456413566887877,0.8398414090521893,,0.16814311412419122,0.0,0.42160290766796726,0.5788797748064192,0.0,,,,0.2976642545098634,0.8398414090521893,,0.20052379182567953,0.0 +tau_q1,-44.72273629286304,-7.3767535330673795,-24.73745585620729,0.0067208501042918325,-2.314349183821494,-0.8146537466349143,-1.098566993238876,-4.571387517442471,-0.6603015183002162,-46.73626904250467,-7.572171269244974,0.11040500556627159,0.43339312261466667,0.8049568727022502,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.23573604354404196,0.5865034575275594,,0.09977595649772547,0.8721350070103412,0.11040500556627159,0.43339312261466667,0.8049568727022502,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.23573604354404196,0.5865034575275594,,0.09977595649772547,0.8721350070103412,0.11040500556627159,0.43339312261466667,5.745198643540156,,,,0.23484549695577936,0.5865034575275594,,0.19370902420858385,0.8721350070103412 +tau_q2.5,-38.655475992840756,-7.032648388928571,-23.69193574358826,0.01680212526072958,-2.2628819270011316,-0.8118353797098055,-0.9485231496780149,-4.3401697808049775,-0.6462307169888422,-43.68930786694483,-7.521192729372557,0.13069682651531414,0.44316095474666894,0.8798090207452488,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.24375096283840497,0.6863963330002969,,0.1041242038439489,0.8721350070103412,0.13069682651531414,0.44316095474666894,0.8798090207452488,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.24375096283840497,0.6863963330002969,,0.1041242038439489,0.8721350070103412,0.13069682651531414,0.44316095474666894,5.745198643540156,,,,0.2415245963677486,0.6863963330002969,,0.19401529491364802,0.8721350070103412 +tau_q5,-30.799779085768854,-6.0456709466563865,-21.949402222556536,0.03360425052145916,-2.17710316563386,-0.8071381015012908,-0.6984500770765794,-3.9548068864091537,-0.6227793814698853,-38.61103924101177,-7.436228496251864,0.16451652809705175,0.4594406749666727,1.004562600816913,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.2571091616623434,0.8528844587881927,,0.11137128275432123,0.8721350070103412,0.16451652809705175,0.4594406749666727,1.004562600816913,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.2571091616623434,0.8528844587881927,,0.11137128275432123,0.8721350070103412,0.16451652809705175,0.4594406749666727,5.745198643540156,,,,0.25265642872103056,0.8528844587881927,,0.19452574608875495,0.8721350070103412 +tau_q10,-18.464335180493087,-3.646516570892495,-18.464335180493087,0.06720850104291833,-2.005545642899317,-0.7977435450842613,-0.1983039318737084,-3.184081097617507,-0.5758767104319718,-28.45450198914563,-7.266300030010478,0.19758845313939655,0.4920001154066803,1.2540697609602418,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.2838255593102202,1.1858607103639844,,0.1258654405750659,0.8721350070103412,0.19758845313939655,0.4920001154066803,1.2540697609602418,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.2838255593102202,1.1858607103639844,,0.1258654405750659,0.8721350070103412,0.19758845313939655,0.4920001154066803,5.745198643540156,,,,0.27492009342759455,1.1858607103639844,,0.19554664843896885,0.8721350070103412 +tau_q15,-8.97962088815157,-2.4224019054815558,-14.979268138429639,0.10081275156437748,-1.833988120164774,-0.7883489886672317,0.2348454969557794,-2.4131872215445105,-0.5289740393940582,-18.297964737279496,-7.096371563769091,0.2063817569180584,0.5275170473732401,1.50357692110357,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.31054195695809694,1.5188369619397761,,0.14035959839581058,0.8721350070103412,0.2063817569180584,0.5275170473732401,1.50357692110357,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.31054195695809694,1.5188369619397761,,0.14035959839581058,0.8721350070103412,0.2063817569180584,0.5275170473732401,5.745198643540156,,,,0.29718375813415854,1.5188369619397761,,0.19656755078918267,0.8721350070103412 +tau_q20,-7.591360338262968,-1.3827876334115714,-11.49420109636619,0.13441700208583665,-1.6624305974302311,-0.7789544322502021,0.26601462754496896,-1.642293345471514,-0.4820713683561445,-8.141427485413365,-6.926443097527705,0.22505698465970925,0.5807789284991139,1.7530840812468989,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.33110773556007944,1.851813213515568,,0.15485375621655528,0.8721350070103412,0.22505698465970925,0.5807789284991139,1.7530840812468989,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.33110773556007944,1.851813213515568,,0.15485375621655528,0.8721350070103412,0.22505698465970925,0.5807789284991139,5.745198643540156,,,,0.31944742284072253,1.851813213515568,,0.19758845313939655,0.8721350070103412 +tau_q25,-5.388015389686396,-0.9189877543980631,-10.518490906840384,0.1680212526072958,-1.4908730746956882,-0.7695598758331725,0.29718375813415854,-1.317911205396586,-0.43516869731823093,-6.081851332826629,-6.7565146312863185,0.23635965882001578,0.6340408096249877,2.0025912413902276,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.34859820463911484,2.1847894650913595,,0.16934791403729996,0.8721350070103412,0.23635965882001578,0.6340408096249877,2.0025912413902276,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.34859820463911484,2.1847894650913595,,0.16934791403729996,0.8721350070103412,0.23635965882001578,0.6340408096249877,5.745198643540156,,,,0.3340228137399187,2.1847894650913595,,0.1986093554896104,0.8721350070103412 +tau_q30,-3.3386970977735597,-0.8132309625746511,-9.542780717314578,0.20162550312875496,-1.3193155519611452,-0.7601653194161431,0.325277579200401,-0.993529065321658,-0.3882660262803173,-4.022275180239894,-5.8979037551781035,0.2577507274685965,0.692090010087299,2.252098401533556,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.36608867371815024,2.517765716667151,,0.18384207185804466,0.8721350070103412,0.2577507274685965,0.692090010087299,2.252098401533556,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.36608867371815024,2.517765716667151,,0.18384207185804466,0.8721350070103412,0.2577507274685965,0.692090010087299,5.745198643540156,,,,0.34859820463911484,2.517765716667151,,0.19963025783982427,0.8721350070103412 +tau_q35,-1.4861123388016886,-0.7560978296515068,-8.567070527788774,0.23522975365021412,-1.1477580292266023,-0.7507707629991135,0.34568312645927557,-0.8885223849016433,-0.35272116112515106,-1.9626990276531588,-5.0392928790698885,0.31173533591920677,0.7621075088907042,2.501605561676884,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.4157550864830054,2.760370352121481,,0.19401529491364802,0.8721350070103412,0.31173533591920677,0.7621075088907042,2.501605561676884,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.4157550864830054,2.760370352121481,,0.19401529491364802,0.8721350070103412,0.31173533591920677,0.7621075088907042,5.745198643540156,,,,0.36317359553831097,2.760370352121481,,0.20065116019003815,0.8721350070103412 +tau_q40,-0.6330854610229735,-0.6802630607558441,-7.591360338262968,0.2688340041716733,-0.9762005064920593,-0.7413762065820839,0.36608867371815024,-0.7835157044816284,-0.33989190773547967,0.09687712493357654,-4.180682002961673,0.3544283609987933,0.8321250076941096,2.751112721820213,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.5297733866195008,2.822231755332886,,0.19554664843896882,0.8721350070103412,0.3544283609987933,0.8321250076941096,2.751112721820213,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.5297733866195008,2.822231755332886,,0.19554664843896882,0.8721350070103412,0.3544283609987933,0.8321250076941096,5.745198643540156,,,,0.37774898643750715,2.822231755332886,,0.201672062540252,0.8721350070103412 +tau_q45,0.12103405463481769,-0.6302187037442095,-7.128797591327798,0.30243825469313246,-0.8046429837575164,-0.7319816501650543,0.4347581365057547,-0.6095051314893802,-0.3270626543458084,0.12103405463481769,-3.3220711268534573,0.49094092270833034,1.1522772386164415,3.0006198819635417,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.6437916867559959,2.8840931585442915,,0.1970780019642896,0.8721350070103412,0.49094092270833034,1.1522772386164415,3.0006198819635417,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.6437916867559959,2.8840931585442915,,0.1970780019642896,0.8721350070103412,0.49094092270833034,1.1522772386164415,5.745198643540156,,,,0.4727642365512531,2.8840931585442915,,0.20269296489046587,0.8721350070103412 +tau_q50,0.1986093554896104,-0.39624606870942014,-6.666234844392628,0.3360425052145916,-0.6330854610229735,-0.7225870937480249,0.567779486664999,-0.43549455849713214,-0.31423340095613705,0.14519098433605881,-2.4634602507452423,0.7550554406735845,1.8059424456973434,3.25012704210687,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.7578099868924909,2.9459545617556966,,0.1986093554896104,0.8721350070103412,0.7550554406735845,1.8059424456973434,3.25012704210687,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.7578099868924909,2.9459545617556966,,0.1986093554896104,0.8721350070103412,0.7550554406735845,1.8059424456973434,5.745198643540156,,,,0.567779486664999,2.9459545617556966,,0.20371386724067972,0.8721350070103412 +tau_q55,0.22372303982101993,-0.2842984763802371,-6.203672097457458,0.3696467557360508,-0.3928922804054306,-0.6076402609205558,0.7008008368242435,-0.3204621757479604,-0.30140414756646566,0.16934791403729996,-1.7963411991941252,0.756983623026819,2.459607652778246,3.499634202250199,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.7736959300101147,3.007815964967102,,0.2001407090149312,0.8721350070103412,0.756983623026819,2.459607652778246,3.499634202250199,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.7736959300101147,3.007815964967102,,0.2001407090149312,0.8721350070103412,0.756983623026819,2.459607652778246,5.745198643540156,,,,0.662794736778745,3.007815964967102,,0.27687525678978403,0.8721350070103412 +tau_q60,0.24232655362556496,-0.20209113259828815,-5.741109350522288,0.4032510062575099,-0.15269909978788826,-0.49269342809308686,0.7684006156375734,-0.2054297929987886,-0.2885748941767943,0.1935048437385411,-1.129222147643009,0.7789912443826559,2.822231755332886,3.749141362393527,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.7895818731277384,3.0696773681785077,,0.201672062540252,0.8721350070103412,0.7789912443826559,2.822231755332886,3.749141362393527,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.7895818731277384,3.0696773681785077,,0.201672062540252,0.8721350070103412,0.7789912443826559,2.822231755332886,5.745198643540156,,,,0.7578099868924909,3.0696773681785077,,0.35003664633888815,0.8721350070103412 +tau_q65,0.3340228137399187,-0.08493142094832869,-4.117068152723321,0.43685525677896914,0.08749408082965454,-0.3777465952656178,0.7869342159414678,0.15723920710680622,-0.275745640787123,0.19605709961407575,-0.46210309609189193,0.8232195938292852,2.966575029492832,3.998648522536856,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.8054678162453621,3.1315387713899128,,0.2032034160655728,0.8721350070103412,0.8232195938292852,2.966575029492832,3.998648522536856,0.6720850104291832,1.7688463451524528,0.42688123452666515,0.8054678162453621,3.1315387713899128,,0.2032034160655728,0.8721350070103412,0.8232195938292852,2.966575029492832,5.745198643540156,,,,0.771048272823844,3.1315387713899128,,0.42319803588799243,0.8721350070103412 +tau_q70,0.5664022135555459,0.384193111073998,-2.493026954924352,0.47045950730042824,0.32768726144719684,-0.26279976243814895,0.8054678162453621,0.519908207212401,-0.2631959497911379,0.1986093554896104,0.20501595545922396,0.9104148363089581,3.1109183036527774,4.248155682680184,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.1219684372776442,3.362150813203937,,0.2768752567897837,0.8721350070103412,0.9104148363089581,3.1109183036527774,4.248155682680184,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.1219684372776442,3.362150813203937,,0.2768752567897837,0.8721350070103412,0.9104148363089581,3.1109183036527774,5.745198643540156,,,,0.7842865587551971,3.362150813203937,,0.49635942543709655,0.8721350070103412 +tau_q75,0.7571213503377643,0.5579524080165966,-0.8689857571253836,0.5040637578218874,0.5678804420647396,-0.14785292961067986,1.1997697639425806,1.6298290457983733,-0.25078603999199595,0.20116161136514504,0.8721350070103412,1.3520870539420873,3.15744964140842,4.497662842823512,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.5887763972672577,3.677138174319272,,0.38661734111344026,0.8721350070103412,1.3520870539420873,3.15744964140842,4.497662842823512,0.6720850104291832,1.7688463451524528,0.42688123452666515,1.5887763972672577,3.677138174319272,,0.38661734111344026,0.8721350070103412,1.3520870539420873,3.15744964140842,5.745198643540156,,,,0.7975248446865503,3.677138174319272,,0.5695208149862009,0.8721350070103412 +tau_q80,0.8107631306179034,0.7921150083778783,0.7550554406735845,0.5376680083433466,0.8080736226822826,-0.03290609678321077,1.7443790505971295,2.7397498843843455,-0.23837613019285397,0.20371386724067972,9.766354651899523,1.8884350089052853,3.16485620460234,4.7471700029668416,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.0555843572568713,3.9921255354346066,,0.4963594254370969,0.8721350070103412,1.8884350089052853,3.16485620460234,4.7471700029668416,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.0555843572568713,3.9921255354346066,,0.4963594254370969,0.8721350070103412,1.8884350089052853,3.16485620460234,5.745198643540156,,,,0.8107631306179034,3.9921255354346066,,0.6426822045353051,0.8721350070103412 +tau_q85,1.1437074083369048,2.646369140515644,2.0025912413902276,0.5712722588648057,1.0482668032998248,0.0820407360442581,2.288988337251677,2.9459545617556966,-0.2259662203937121,0.38661734111344026,18.66057429678868,2.3069953320401964,3.1722627677962607,4.99667716311017,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.5758316441318727,4.30711289654994,,0.6061015097607528,0.8721350070103412,2.3069953320401964,3.1722627677962607,4.99667716311017,0.6720850104291832,1.7688463451524528,0.42688123452666515,2.5758316441318727,4.30711289654994,,0.6061015097607528,0.8721350070103412,2.3069953320401964,3.1722627677962607,5.745198643540156,,,,1.1997697639425806,4.30711289654994,,0.7158435940844093,0.8721350070103412 +tau_q90,2.0678180045345327,3.1585077218646944,3.25012704210687,0.6048765093862649,1.2884599839173676,0.1969875688717272,2.993915604562396,3.152159239127048,-0.21355631059457014,0.5695208149862009,27.55479394167786,3.6210415452081794,3.796947087745557,5.246184323253498,0.6720850104291832,1.7688463451524528,0.42688123452666515,3.2029575847776584,4.622100257665275,,0.7158435940844095,0.8721350070103412,3.6210415452081794,3.796947087745557,5.246184323253498,0.6720850104291832,1.7688463451524528,0.42688123452666515,3.2029575847776584,4.622100257665275,,0.7158435940844095,0.8721350070103412,3.6210415452081794,3.796947087745557,5.745198643540156,,,,1.5887763972672577,4.622100257665275,,0.7890049836335136,0.8721350070103412 +tau_q95,3.9346045155310723,4.5245110338207475,4.497662842823512,0.638480759907724,1.52865316453491,0.31193440169919606,3.72556253531581,4.202117109511496,-0.20114640079542823,0.7524242888589614,36.44901358656702,4.843606219310503,4.524511033820749,5.4956914833968264,0.6720850104291832,1.7688463451524528,0.42688123452666515,3.83008352542344,4.937087618780608,,0.8255856784080654,0.8721350070103412,4.843606219310503,4.524511033820749,5.4956914833968264,0.6720850104291832,1.7688463451524528,0.42688123452666515,3.83008352542344,4.937087618780608,,0.8255856784080654,0.8721350070103412,4.843606219310503,4.524511033820749,5.745198643540156,,,,1.977783030591935,4.937087618780608,,0.8621663731826178,0.8721350070103412 +tau_q98,5.101204054804691,23.6940077756137,5.2461843232535,0.6586433102205995,1.6727690729054356,0.3809025013956775,4.1645506937678585,4.832091831742165,-0.19370045491594304,0.862166373182618,41.785545373500526,5.384561673848294,4.961049401465865,5.645395779482824,0.6720850104291832,1.7688463451524528,0.42688123452666515,4.2063590898109116,5.12608003544981,,0.8914309290022594,0.8721350070103412,5.384561673848294,4.961049401465865,5.645395779482824,0.6720850104291832,1.7688463451524528,0.42688123452666515,4.2063590898109116,5.12608003544981,,0.8914309290022594,0.8721350070103412,5.384561673848294,4.961049401465865,5.745198643540156,,,,2.211187010586742,5.12608003544981,,0.9060632069120803,0.8721350070103412 +tau_q99,5.423201349172423,34.518620503534954,5.495691483396828,0.6653641603248914,1.7208077090289442,0.4038918679611713,4.310880079918542,5.042083405819055,-0.19121847295611466,0.89874706795717,43.56438930247837,5.5648801586942245,5.106562190680904,5.69529721151149,0.6720850104291832,1.7688463451524528,0.42688123452666515,4.331784277940067,5.189077507672876,,0.9133793458669905,0.8721350070103412,5.5648801586942245,5.106562190680904,5.69529721151149,0.6720850104291832,1.7688463451524528,0.42688123452666515,4.331784277940067,5.189077507672876,,0.9133793458669905,0.8721350070103412,5.5648801586942245,5.106562190680904,5.745198643540156,,,,2.288988337251677,5.189077507672876,,0.9206954848219011,0.8721350070103412 +mean_sq_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +mean_sq_err_upper_bound_95_perc_conf,15666.268818238465,2152.77754757349,24199.11040002969,3463.021056571969,8215.497434238674,2037.301092852556,9617.506233020758,3306.5676479511303,989.3878989786399,10160.08320129085,3462.1727309857815,8469.228171824761,4530.092330362681,23766.18984358998,2902.869812154564,7361.973039134286,2299.9002497694146,10627.73750369086,6307.53778482519,,551.1942941194978,1021.8245553837385,8469.228171824761,4530.092330362681,23766.18984358998,2902.869812154564,7361.973039134286,2299.9002497694146,10627.73750369086,6307.53778482519,,551.1942941194978,1021.8245553837385,8469.228171824761,4530.092330362681,20934.225960713607,,,,10472.41724397126,6307.53778482519,,537.4369226391458,1021.8245553837385 +mean_sq_err_mean,10699.647078863294,1485.9476239057562,19089.899821513343,1451.434906077282,5333.918213063767,977.9911024875663,5127.982583531773,2003.4977016941355,527.2110849916031,4769.7858869588135,1824.127141263932,5019.898393482633,3240.4377273021355,13596.18775527854,2902.869812154564,7361.973039134286,2299.9002497694146,5588.341274186242,4374.466125332369,,374.4525005460508,1021.8245553837385,5019.898393482633,3240.4377273021355,13596.18775527854,2902.869812154564,7361.973039134286,2299.9002497694146,5588.341274186242,4374.466125332369,,374.4525005460508,1021.8245553837385,5019.898393482633,3240.4377273021355,20934.225960713607,,,,4821.626032934571,4374.466125332369,,327.3135550109087,1021.8245553837385 +mean_sq_err_lower_bound_95_perc_conf,5733.025339488124,819.1177002380222,13980.689242996996,-560.151244417405,2452.33899188886,-81.31888787742344,638.4589340427874,700.4277554371404,65.03427100456628,-620.5114273732233,186.08155154208225,1570.5686151405039,1950.7831242415896,3426.185666967105,2902.869812154564,7361.973039134286,2299.9002497694146,548.9450446816236,2441.394465839549,,197.71070697260384,1021.8245553837385,1570.5686151405039,1950.7831242415896,3426.185666967105,2902.869812154564,7361.973039134286,2299.9002497694146,548.9450446816236,2441.394465839549,,197.71070697260384,1021.8245553837385,1570.5686151405039,1950.7831242415896,20934.225960713607,,,,-829.1651781021164,2441.394465839549,,117.19018738267164,1021.8245553837385 +mean_sq_err_sem,2533.990683354679,340.2193488100684,2606.7400910797696,1026.3194645381056,1470.1934801912791,540.4642807984642,2290.573290555605,664.8316052331608,235.80449693216167,2750.1516909857332,835.7375457764539,1759.8621318072087,657.9870423778295,5188.7765756691,0.0,0.0,0.0,2571.1205252574587,986.2610507616431,,90.17438447624846,0.0,1759.8621318072087,657.9870423778295,5188.7765756691,0.0,0.0,0.0,2571.1205252574587,986.2610507616431,,90.17438447624846,0.0,1759.8621318072087,657.9870423778295,0.0,,,,2883.0567403248406,986.2610507616431,,107.20579981032505,0.0 +mean_sq_err_q1,116.06464045253301,12.610359489040833,6869.83027248008,29.02869812154564,1845.7983025312046,257.2806393692157,163.02279845392118,56.611880549503034,86.46177429938757,121.73408443222561,296.6003582297013,114.32461783007338,1104.369825491469,6404.910313952174,2902.869812154564,7361.973039134286,2299.9002497694146,160.6047675334406,2303.8735045473136,,117.88446809265798,1021.8245553837385,114.32461783007338,1104.369825491469,6404.910313952174,2902.869812154564,7361.973039134286,2299.9002497694146,160.6047675334406,2303.8735045473136,,117.88446809265798,1021.8245553837385,114.32461783007338,1104.369825491469,20934.225960713607,,,,158.18673661296006,2303.8735045473136,,115.95965992287418,1021.8245553837385 +mean_sq_err_q2.5,121.9965357563727,31.525898722602083,7787.3513564349905,72.5717453038641,2000.4290836247862,261.01538246155485,188.4121231189672,63.03743997081601,95.66578554843109,136.17014570560417,303.43192323726794,117.6464792002236,1228.187730653065,6625.051460115225,2902.869812154564,7361.973039134286,2299.9002497694146,182.36704581776576,2355.4273337947616,,126.54610485668515,1021.8245553837385,117.6464792002236,1228.187730653065,6625.051460115225,2902.869812154564,7361.973039134286,2299.9002497694146,182.36704581776576,2355.4273337947616,,126.54610485668515,1021.8245553837385,117.6464792002236,1228.187730653065,20934.225960713607,,,,176.32196851656434,2355.4273337947616,,121.73408443222561,1021.8245553837385 +mean_sq_err_q5,132.4704687977986,48.67313383800689,9316.553163026509,145.1434906077282,2258.147052114089,267.2399542821201,230.72766422737718,73.74670567300433,111.00580429683693,160.2302478279018,314.8178649165456,123.18291481714064,1434.5509059223914,6991.953370386979,2902.869812154564,7361.973039134286,2299.9002497694146,218.6375096249743,2441.350382540507,,140.98216613006372,1021.8245553837385,123.18291481714064,1434.5509059223914,6991.953370386979,2902.869812154564,7361.973039134286,2299.9002497694146,218.6375096249743,2441.350382540507,,140.98216613006372,1021.8245553837385,123.18291481714064,1434.5509059223914,20934.225960713607,,,,206.54735502257148,2441.350382540507,,131.35812528114465,1021.8245553837385 +mean_sq_err_q10,225.34372128612233,71.92648904060599,12374.956776209547,290.2869812154564,2773.5829890926934,279.68909792325064,315.35874644419715,95.16523707738095,141.68584179364862,208.350452072497,337.58974827510093,135.19569144035032,1847.2772564610445,7725.757190930486,2902.869812154564,7361.973039134286,2299.9002497694146,291.1784372393915,2613.1964800319984,,169.85428867682083,1021.8245553837385,135.19569144035032,1847.2772564610445,7725.757190930486,2902.869812154564,7361.973039134286,2299.9002497694146,291.1784372393915,2613.1964800319984,,169.85428867682083,1021.8245553837385,135.19569144035032,1847.2772564610445,20934.225960713607,,,,266.99812803458576,2613.1964800319984,,150.60620697898275,1021.8245553837385 +mean_sq_err_q15,367.07247068438255,99.03246790838918,15433.360389392583,435.4304718231846,3289.0189260712987,292.13824156438113,434.3506532039081,133.83754538746342,172.3658792904603,256.4706563170922,360.3616316336562,161.94600986567025,2204.465779043346,8459.561011473992,2902.869812154564,7361.973039134286,2299.9002497694146,363.7193648538085,2785.04257752349,,198.72641122357797,1021.8245553837385,161.94600986567025,2204.465779043346,8459.561011473992,2902.869812154564,7361.973039134286,2299.9002497694146,363.7193648538085,2785.04257752349,,198.72641122357797,1021.8245553837385,161.94600986567025,2204.465779043346,20934.225960713607,,,,327.4489010466,2785.04257752349,,169.85428867682083,1021.8245553837385 +mean_sq_err_q20,515.869337151477,205.1010521776716,18491.76400257562,580.5739624309128,3804.454863049903,304.5873852055117,759.5075072209647,172.50985369754588,203.045916787272,304.59086056168746,383.1335149922116,272.8920048514615,2228.42733388754,9193.3648320175,2902.869812154564,7361.973039134286,2299.9002497694146,573.7035906397896,2956.8886750149813,,227.59853377033514,1021.8245553837385,272.8920048514615,2228.42733388754,9193.3648320175,2902.869812154564,7361.973039134286,2299.9002497694146,573.7035906397896,2956.8886750149813,,227.59853377033514,1021.8245553837385,272.8920048514615,2228.42733388754,20934.225960713607,,,,387.89967405861427,2956.8886750149813,,189.1023703746589,1021.8245553837385 +mean_sq_err_q25,753.1596349069217,254.5900704552072,18726.722222350996,725.717453038641,4319.890800028508,317.03652884664217,1084.6643612380212,331.5448455484886,233.7259542840837,357.41047970913485,405.90539835076686,346.2452673101509,2252.388888731734,9927.168652561006,2902.869812154564,7361.973039134286,2299.9002497694146,852.4094655115522,3128.7347725064733,,256.4706563170922,1021.8245553837385,346.2452673101509,2252.388888731734,9927.168652561006,2902.869812154564,7361.973039134286,2299.9002497694146,852.4094655115522,3128.7347725064733,,256.4706563170922,1021.8245553837385,346.2452673101509,2252.388888731734,20934.225960713607,,,,620.1545697850833,3128.7347725064733,,208.350452072497,1021.8245553837385 +mean_sq_err_q30,1350.9774434030032,285.57801325669186,18961.680442126373,870.8609436463692,4835.3267370071135,329.4856724877727,1323.730894252193,490.5798373994313,264.40599178089536,410.23009885658223,529.0892297573612,413.49360667718685,2272.5438815210555,10660.972473104513,2902.869812154564,7361.973039134286,2299.9002497694146,1131.1153403833148,3300.5808699979643,,285.3427788638494,1021.8245553837385,413.49360667718685,2272.5438815210555,10660.972473104513,2902.869812154564,7361.973039134286,2299.9002497694146,1131.1153403833148,3300.5808699979643,,285.3427788638494,1021.8245553837385,413.49360667718685,2272.5438815210555,20934.225960713607,,,,852.4094655115522,3300.5808699979643,,227.59853377033508,1021.8245553837385 +mean_sq_err_q35,1653.292243811992,331.3023010304272,19196.63866190175,1016.0044342540973,5350.762673985718,341.9348161289032,1347.5716247591517,597.5231272699332,292.02410043570336,463.0497180040296,652.2730611639555,503.0723708421907,2283.1824691731954,11394.77629364802,2902.869812154564,7361.973039134286,2299.9002497694146,1323.7308942521927,3456.672171649307,,315.1547843911769,1021.8245553837385,503.0723708421907,2283.1824691731954,11394.77629364802,2902.869812154564,7361.973039134286,2299.9002497694146,1323.7308942521927,3456.672171649307,,315.1547843911769,1021.8245553837385,503.0723708421907,2283.1824691731954,20934.225960713607,,,,1084.6643612380212,3456.672171649307,,246.84661546817318,1021.8245553837385 +mean_sq_err_q40,1905.47174895048,400.58076809107246,19431.59688167713,1161.1479248618257,5866.198610964323,354.38395977003375,1371.4123552661108,704.4664171404352,313.518351406504,515.869337151477,775.4568925705498,545.4915913932301,2293.821056825335,12128.580114191525,2902.869812154564,7361.973039134286,2299.9002497694146,1344.1658061153005,3581.2538816203514,,346.8465558796454,1021.8245553837385,545.4915913932301,2293.821056825335,12128.580114191525,2902.869812154564,7361.973039134286,2299.9002497694146,1344.1658061153005,3581.2538816203514,,346.8465558796454,1021.8245553837385,545.4915913932301,2293.821056825335,20934.225960713607,,,,1316.9192569644902,3581.2538816203514,,266.09469716601126,1021.8245553837385 +mean_sq_err_q45,5770.345496328873,437.5181787064058,19807.25415143625,1306.2914154695538,6381.634547942927,366.8331034111643,1463.1010477078607,961.3701016595605,335.0126023773046,528.2119430855408,898.6407239771443,790.7436097107595,2390.345684127187,12862.383934735033,2902.869812154564,7361.973039134286,2299.9002497694146,1364.6007179784083,3705.8355915913953,,378.5383273681138,1021.8245553837385,790.7436097107595,2390.345684127187,12862.383934735033,2902.869812154564,7361.973039134286,2299.9002497694146,1364.6007179784083,3705.8355915913953,,378.5383273681138,1021.8245553837385,790.7436097107595,2390.345684127187,20934.225960713607,,,,1333.9483501837467,3705.8355915913953,,285.34277886384933,1021.8245553837385 +mean_sq_err_q50,6577.6100173825025,597.5231272699332,20182.91142119537,1451.434906077282,6897.070484921533,379.2822470522948,1645.2536893959982,1218.273786178686,356.5068533481052,540.5545490196046,1021.8245553837385,1316.9192569644902,2601.3850309619893,13596.18775527854,2902.869812154564,7361.973039134286,2299.9002497694146,1385.035629841516,3830.417301562439,,410.23009885658223,1021.8245553837385,1316.9192569644902,2601.3850309619893,13596.18775527854,2902.869812154564,7361.973039134286,2299.9002497694146,1385.035629841516,3830.417301562439,,410.23009885658223,1021.8245553837385,1316.9192569644902,2601.3850309619893,20934.225960713607,,,,1350.9774434030032,3830.417301562439,,304.59086056168746,1021.8245553837385 +mean_sq_err_q55,7245.747400581098,974.2208346472435,20558.56869095449,1596.5783966850104,6943.560740342808,571.344047324007,1827.4063310841357,1512.780348861295,378.0011043189058,552.8971549536684,1228.3620213307813,1364.6007179784083,2812.424377796792,14329.991575822049,2902.869812154564,7361.973039134286,2299.9002497694146,2651.8481844362645,3954.9990115334836,,441.9218703450507,1021.8245553837385,1364.6007179784083,2812.424377796792,14329.991575822049,2902.869812154564,7361.973039134286,2299.9002497694146,2651.8481844362645,3954.9990115334836,,441.9218703450507,1021.8245553837385,1364.6007179784083,2812.424377796792,20934.225960713607,,,,1368.0065366222595,3954.9990115334836,,330.655750594292,1021.8245553837385 +mean_sq_err_q60,9070.326492452641,1237.720002236984,20934.225960713607,1741.7218872927383,6990.050995764083,763.4058475957187,2645.9262281918527,1807.2869115439037,399.49535528970637,565.2397608877322,1434.8994872778235,3074.119035967847,3005.3248367221095,15063.795396365555,2902.869812154564,7361.973039134286,2299.9002497694146,3918.660739031009,4079.580721504527,,473.61364183351907,1021.8245553837385,3074.119035967847,3005.3248367221095,15063.795396365555,2902.869812154564,7361.973039134286,2299.9002497694146,3918.660739031009,4079.580721504527,,473.61364183351907,1021.8245553837385,3074.119035967847,3005.3248367221095,20934.225960713607,,,,1385.035629841516,4079.580721504527,,356.7206406268964,1021.8245553837385 +mean_sq_err_q65,12154.119248051218,1585.984991260727,21244.166964280266,1886.8653779004667,7036.541251185359,955.4676478674307,3941.7215668642525,2038.3955982964594,420.989606260507,2691.5114437789593,1641.436953224866,5672.784685625953,3184.6211297153145,15797.59921690906,2902.869812154564,7361.973039134286,2299.9002497694146,5185.47329362576,4204.162431475572,,505.30541332198754,1021.8245553837385,5672.784685625953,3184.6211297153145,15797.59921690906,2902.869812154564,7361.973039134286,2299.9002497694146,5185.47329362576,4204.162431475572,,505.30541332198754,1021.8245553837385,5672.784685625953,3184.6211297153145,20934.225960713607,,,,2440.712758670472,4204.162431475572,,382.7855306595009,1021.8245553837385 +mean_sq_err_q70,18271.171414845827,2029.7893877614458,21554.107967846925,2032.0088685081946,7083.031506606634,1147.5294481391425,5237.516905536653,2269.5042850490154,516.8894075727138,4817.783126670187,1847.9744191719083,6128.0684689062455,3363.9174227085196,16531.403037452565,2902.869812154564,7361.973039134286,2299.9002497694146,6523.921860465124,4577.873262634885,,520.8063795251026,1021.8245553837385,6128.0684689062455,3363.9174227085196,16531.403037452565,2902.869812154564,7361.973039134286,2299.9002497694146,6523.921860465124,4577.873262634885,,520.8063795251026,1021.8245553837385,6128.0684689062455,3363.9174227085196,20934.225960713607,,,,3496.3898874994284,4577.873262634885,,408.85042069210533,1021.8245553837385 +mean_sq_err_q75,18886.854879445884,2218.1580960971714,21864.048971413584,2177.152359115923,7129.521762027909,1339.5912484108546,6752.966289292075,2842.324610020654,649.9919840556247,6944.054809561414,2054.511885118951,6810.06129448888,3622.7811182773657,17265.206857996072,2902.869812154564,7361.973039134286,2299.9002497694146,7898.188433426809,5076.148654388336,,528.2119430855408,1021.8245553837385,6810.06129448888,3622.7811182773657,17265.206857996072,2902.869812154564,7361.973039134286,2299.9002497694146,7898.188433426809,5076.148654388336,,528.2119430855408,1021.8245553837385,6810.06129448888,3622.7811182773657,20934.225960713607,,,,4552.067016328385,5076.148654388336,,434.91531072470985,1021.8245553837385 +mean_sq_err_q80,19431.59688167713,2287.741863881255,22173.989974980243,2322.2958497236514,7176.012017449186,1531.6530486825668,8356.277291080703,3415.1449349922923,783.0945605385355,9070.326492452641,2712.879085276804,7927.304975646687,3913.4717748764688,17999.01067853958,2902.869812154564,7361.973039134286,2299.9002497694146,9272.455006388493,5574.424046141787,,535.6175066459791,1021.8245553837385,7927.304975646687,3913.4717748764688,17999.01067853958,2902.869812154564,7361.973039134286,2299.9002497694146,9272.455006388493,5574.424046141787,,535.6175066459791,1021.8245553837385,7927.304975646687,3913.4717748764688,20934.225960713607,,,,5607.74414515734,5574.424046141787,,460.9802007573144,1021.8245553837385 +mean_sq_err_q85,20298.102172359584,2872.721334035306,23442.91062105768,2467.4393403313793,7222.502272870461,1723.7148489542785,9959.58829286933,3830.417301562439,916.1971370214455,11315.38957611849,3371.246285434655,9905.966753440078,4204.162431475572,18732.814499083084,2902.869812154564,7361.973039134286,2299.9002497694146,11178.375540484136,6072.699437895234,,543.0230702064174,1021.8245553837385,9905.966753440078,4204.162431475572,18732.814499083084,2902.869812154564,7361.973039134286,2299.9002497694146,11178.375540484136,6072.699437895234,,543.0230702064174,1021.8245553837385,9905.966753440078,4204.162431475572,20934.225960713607,,,,9227.323336261732,6072.699437895234,,487.04509078991885,1021.8245553837385 +mean_sq_err_q90,21554.107967846925,3664.308354934381,24711.831267135112,2612.5828309391077,7268.992528291736,1915.7766492259907,13157.861178059866,4245.689668132586,1049.2997135043563,13560.45265978434,4029.6134855925084,16127.089634423453,5242.240451639485,19466.618319626596,2902.869812154564,7361.973039134286,2299.9002497694146,14147.603996847734,6570.974829648686,,550.4286337668557,1021.8245553837385,16127.089634423453,5242.240451639485,19466.618319626596,2902.869812154564,7361.973039134286,2299.9002497694146,14147.603996847734,6570.974829648686,,550.4286337668557,1021.8245553837385,16127.089634423453,5242.240451639485,20934.225960713607,,,,12846.902527366125,6570.974829648686,,513.1099808225233,1021.8245553837385 +mean_sq_err_q95,25980.751913212545,4961.117509686742,25980.751913212545,2757.7263215468356,7315.4827837130115,2107.8384494977026,16621.961043817384,5906.607640644085,1182.4022899872664,15805.515743450189,4687.98068575036,20340.510424916516,6404.883032397533,20200.422140170103,2902.869812154564,7361.973039134286,2299.9002497694146,17116.83245321131,7069.250221402133,,557.8341973272939,1021.8245553837385,20340.510424916516,6404.883032397533,20200.422140170103,2902.869812154564,7361.973039134286,2299.9002497694146,17116.83245321131,7069.250221402133,,557.8341973272939,1021.8245553837385,20340.510424916516,6404.883032397533,20934.225960713607,,,,16466.481718470517,7069.250221402133,,539.1748708551278,1021.8245553837385 +mean_sq_err_q98,43055.14339099715,6368.0896404420055,26742.10430085901,2844.8124159114727,7343.376936965777,2223.07552966073,18700.420963271896,6903.158424150987,1262.263835877013,17152.553593649704,5083.001005845071,20696.73974639477,7102.468580852363,20640.704432496204,2902.869812154564,7361.973039134286,2299.9002497694146,18898.369527029474,7368.215456454204,,562.277535463557,1021.8245553837385,20696.73974639477,7102.468580852363,20640.704432496204,2902.869812154564,7361.973039134286,2299.9002497694146,18898.369527029474,7368.215456454204,,562.277535463557,1021.8245553837385,20696.73974639477,7102.468580852363,20934.225960713607,,,,18638.229233133156,7368.215456454204,,554.8138048746905,1021.8245553837385 +mean_sq_err_q99,50957.87880685074,6967.807626798794,26995.888430074494,2873.841114033018,7352.674988050032,2261.487889715072,19393.2409364234,7235.342018653286,1288.884351173595,17601.56621038287,5214.674445876642,20815.48285355419,7334.997097003974,20787.465196604906,2902.869812154564,7361.973039134286,2299.9002497694146,19492.215218302186,7467.870534804893,,563.7586481756446,1021.8245553837385,20815.48285355419,7334.997097003974,20787.465196604906,2902.869812154564,7361.973039134286,2299.9002497694146,19492.215218302186,7467.870534804893,,563.7586481756446,1021.8245553837385,20815.48285355419,7334.997097003974,20934.225960713607,,,,19362.145071354036,7467.870534804893,,560.0267828812114,1021.8245553837385 +root_mean_sq_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +root_mean_sq_err_upper_bound_95_perc_conf,107.24184308564892,39.894326931234254,157.03303162525614,64.2748915777378,93.00141406840069,44.01025736208757,87.11541556864569,51.957618170228166,30.436605000426383,88.22331041387267,55.40017699737724,77.43140885934719,65.37561414058061,157.34091784155513,53.87828701949018,85.80194076554612,47.957275253807055,93.03075295573024,78.65108882203556,,23.752378107399682,31.96599060538776,77.43140885934719,65.37561414058061,157.34091784155513,53.87828701949018,85.80194076554612,47.957275253807055,93.03075295573024,78.65108882203556,,23.752378107399682,31.96599060538776,77.43140885934719,65.37561414058061,144.6866474859156,,,,88.92367018350396,78.65108882203556,,23.365434836955203,31.96599060538776 +root_mean_sq_err_mean,84.0844178958414,31.852443261857278,135.52681433895557,26.93914350974509,70.19877849999938,27.798204457714622,58.311037503148945,37.6781116029345,20.700505368662093,50.68649460445766,37.52957717037984,54.55149694411189,54.86823291156283,111.89755723901823,53.87828701949018,85.80194076554612,47.957275253807055,60.40522720695696,64.55725972882428,,18.632065835706328,31.96599060538776,54.55149694411189,54.86823291156283,111.89755723901823,53.87828701949018,85.80194076554612,47.957275253807055,60.40522720695696,64.55725972882428,,18.632065835706328,31.96599060538776,54.55149694411189,54.86823291156283,144.6866474859156,,,,53.649638861065455,64.55725972882428,,17.271835399100986,31.96599060538776 +root_mean_sq_err_lower_bound_95_perc_conf,60.92699270603387,23.810559592480303,114.020597052655,-10.39660455824762,47.39614293159807,11.586151553341672,29.5066594376522,23.398605035640834,10.9644057368978,13.149678795042647,19.65897734338244,31.67158502887659,44.36085168254505,66.45419663648133,53.87828701949018,85.80194076554612,47.957275253807055,27.77970145818368,50.463430635612994,,13.511753564012974,31.96599060538776,31.67158502887659,44.36085168254505,66.45419663648133,53.87828701949018,85.80194076554612,47.957275253807055,27.77970145818368,50.463430635612994,,13.511753564012974,31.96599060538776,31.67158502887659,44.36085168254505,144.6866474859156,,,,18.37560753862695,50.463430635612994,,11.17823596124677,31.96599060538776 +root_mean_sq_err_sem,11.815012851942617,4.10300187213111,10.97255983994927,19.04885105509832,11.63399773898026,8.271455563455588,14.696111257906503,7.285462534333502,4.967397771308312,19.151436637456637,9.117652972957856,11.673424446548623,5.360908790315197,23.18538806251883,0.0,0.0,0.0,16.645676402435345,7.19072912918943,,2.6124042202517117,0.0,11.673424446548623,5.360908790315197,23.18538806251883,0.0,0.0,0.0,16.645676402435345,7.19072912918943,,2.6124042202517117,0.0,11.673424446548623,5.360908790315197,0.0,,,,17.996954756346174,7.19072912918943,,3.108979305027661,0.0 +root_mean_sq_err_q1,10.768788560475608,1.8452092190429314,81.952264921929,0.5387828701949018,42.571847817177016,16.032428144050087,12.619610787543987,7.485966112732651,9.199923700858353,10.931419468401801,17.211662518090375,10.68933093078153,33.01244026790705,79.76424879705878,53.87828701949018,85.80194076554612,47.957275253807055,12.54352951859336,47.96331229690727,,10.794132896418526,31.96599060538776,10.68933093078153,33.01244026790705,79.76424879705878,53.87828701949018,85.80194076554612,47.957275253807055,12.54352951859336,47.96331229690727,,10.794132896418526,31.96599060538776,10.68933093078153,33.01244026790705,144.6866474859156,,,,12.467448249642732,47.96331229690727,,10.725489610426887,31.96599060538776 +root_mean_sq_err_q2.5,11.0396668435236,4.613023047607329,86.21796181664126,1.3469571754872547,43.81093216405507,16.137818201276232,13.418464111525571,7.864182951504223,9.556112762710516,11.446244113339088,17.395126988355784,10.841022769288404,34.582114761685986,80.74792150446571,53.87828701949018,85.80194076554612,47.957275253807055,13.228260939149003,48.449309007710696,,11.103027683380898,31.96599060538776,10.841022769288404,34.582114761685986,80.74792150446571,53.87828701949018,85.80194076554612,47.957275253807055,13.228260939149003,48.449309007710696,,11.103027683380898,31.96599060538776,10.841022769288404,34.582114761685986,144.6866474859156,,,,13.038057766772436,48.449309007710696,,10.931419468401801,31.96599060538776 +root_mean_sq_err_q5,11.504669321151095,6.97400788588345,93.32745664116169,2.6939143509745094,45.87607274218518,16.31346829665314,14.749886318161543,8.494544349456845,10.14976119913079,12.304285188234562,17.700901105464798,11.0938425001332,37.19823891798421,82.38737601681056,53.87828701949018,85.80194076554612,47.957275253807055,14.369479973408408,49.2593035257164,,11.617852328318182,31.96599060538776,11.0938425001332,37.19823891798421,82.38737601681056,53.87828701949018,85.80194076554612,47.957275253807055,14.369479973408408,49.2593035257164,,11.617852328318182,31.96599060538776,11.0938425001332,37.19823891798421,144.6866474859156,,,,13.989073628655273,49.2593035257164,,11.274635898359993,31.96599060538776 +root_mean_sq_err_q10,14.769786771248503,8.443871494468652,107.54644629020255,5.387828701949019,50.00635389844538,16.664768487406956,17.412730731433488,9.755267145362087,11.337058071971338,14.02036733802551,18.31244933968282,11.621143837898796,42.430487230580674,85.66628504150032,53.87828701949018,85.80194076554612,47.957275253807055,16.651918041927217,50.87929256172782,,12.647501618192752,31.96599060538776,11.621143837898796,42.430487230580674,85.66628504150032,53.87828701949018,85.80194076554612,47.957275253807055,16.651918041927217,50.87929256172782,,12.647501618192752,31.96599060538776,11.621143837898796,42.430487230580674,144.6866474859156,,,,15.891105352420947,50.87929256172782,,11.961068758276372,31.96599060538776 +root_mean_sq_err_q15,19.134509509366072,9.92421882084705,121.76543593924342,8.081743052923526,54.13663505470558,17.016068678160774,20.5248794675482,11.444783900211736,12.524354944811886,15.736449487816458,18.92399757390085,12.62359087816138,46.95147364807973,88.94519406619006,53.87828701949018,85.80194076554612,47.957275253807055,18.934356110446025,52.49928159773923,,13.67715090806732,31.96599060538776,12.62359087816138,46.95147364807973,88.94519406619006,53.87828701949018,85.80194076554612,47.957275253807055,18.934356110446025,52.49928159773923,,13.67715090806732,31.96599060538776,12.62359087816138,46.95147364807973,144.6866474859156,,,,17.79313707618662,52.49928159773923,,12.64750161819275,31.96599060538776 +root_mean_sq_err_q20,22.71275714552236,14.255378898374676,135.98442558828427,10.775657403898038,58.26691621096579,17.36736886891459,26.33285414071954,13.134300655061383,13.711651817652433,17.452531637607407,19.53554580811887,16.37943369106385,47.204888694994295,92.2241030908798,53.87828701949018,85.80194076554612,47.957275253807055,23.014011470335923,54.119270633750645,,14.70680019794189,31.96599060538776,16.37943369106385,47.204888694994295,92.2241030908798,53.87828701949018,85.80194076554612,47.957275253807055,23.014011470335923,54.119270633750645,,14.70680019794189,31.96599060538776,16.37943369106385,47.204888694994295,144.6866474859156,,,,19.695168799952295,54.119270633750645,,13.333934478109132,31.96599060538776 +root_mean_sq_err_q25,26.903424178906555,15.955875145260645,136.8376348961854,13.469571754872545,62.397197367226,17.718669059668407,32.14082881389088,17.641668797868704,14.898948690492979,18.767588014586146,20.147094042336896,18.573850218779853,47.458303741908864,95.50301211556953,53.87828701949018,85.80194076554612,47.957275253807055,27.99227547591135,55.739259669762056,,15.736449487816458,31.96599060538776,18.573850218779853,47.458303741908864,95.50301211556953,53.87828701949018,85.80194076554612,47.957275253807055,27.99227547591135,55.739259669762056,,15.736449487816458,31.96599060538776,18.573850218779853,47.458303741908864,144.6866474859156,,,,23.84372213793182,55.739259669762056,,14.02036733802551,31.96599060538776 +root_mean_sq_err_q30,36.752724487888734,16.89893441782918,137.6908442040865,16.163486105847053,66.5274785234862,18.069969250422226,36.38205061907407,22.149036940676027,16.086245563333527,20.082644391564884,22.510873354947066,20.29868646906631,47.671110566115196,98.78192114025927,53.87828701949018,85.80194076554612,47.957275253807055,32.97053948148678,57.359248705773474,,16.766098777691028,31.96599060538776,20.29868646906631,47.671110566115196,98.78192114025927,53.87828701949018,85.80194076554612,47.957275253807055,32.97053948148678,57.359248705773474,,16.766098777691028,31.96599060538776,20.29868646906631,47.671110566115196,144.6866474859156,,,,27.99227547591135,57.359248705773474,,14.706800197941888,31.96599060538776 +root_mean_sq_err_q35,40.61336039542049,18.162970585232593,138.54405351198758,18.857400456821562,70.6577596797464,18.42126944117604,36.7063902542869,24.3454115934518,17.06848252544119,21.397700768543622,24.874652667557243,22.41099831096535,47.78239683355092,102.06083016494901,53.87828701949018,85.80194076554612,47.957275253807055,36.38205061907407,58.77522717309735,,17.71554291300315,31.96599060538776,22.41099831096535,47.78239683355092,102.06083016494901,53.87828701949018,85.80194076554612,47.957275253807055,36.38205061907407,58.77522717309735,,17.71554291300315,31.96599060538776,22.41099831096535,47.78239683355092,144.6866474859156,,,,32.14082881389088,58.77522717309735,,15.393233057858268,31.96599060538776 +root_mean_sq_err_q40,43.65170957649288,20.012709236557015,139.3972628198887,21.551314807796075,74.7880408360066,18.77256963192986,37.03072988949973,26.541786246227574,17.640599666083084,22.71275714552236,27.238431980167416,23.34996577096011,47.89368310098664,105.33973918963875,53.87828701949018,85.80194076554612,47.957275253807055,36.66005602068507,59.78318450304615,,18.504576739190398,31.96599060538776,23.34996577096011,47.89368310098664,105.33973918963875,53.87828701949018,85.80194076554612,47.957275253807055,36.66005602068507,59.78318450304615,,18.504576739190398,31.96599060538776,23.34996577096011,47.89368310098664,144.6866474859156,,,,36.289382151870406,59.78318450304615,,16.079665917774648,31.96599060538776 +root_mean_sq_err_q45,75.94077120223221,20.910462961515275,140.71960898639543,24.24522915877058,78.91832199226681,19.123869822683677,38.18141323679493,30.72278260662449,18.212716806724977,22.978260739454754,29.60221129277759,27.529154710437474,48.84542701865952,108.61864821432849,53.87828701949018,85.80194076554612,47.957275253807055,36.938061422296066,60.79114183299495,,19.29361056537764,31.96599060538776,27.529154710437474,48.84542701865952,108.61864821432849,53.87828701949018,85.80194076554612,47.957275253807055,36.938061422296066,60.79114183299495,,19.29361056537764,31.96599060538776,27.529154710437474,48.84542701865952,144.6866474859156,,,,36.52105331987957,60.79114183299495,,16.766098777691028,31.96599060538776 +root_mean_sq_err_q50,81.07853507032394,24.3454115934518,142.04195515290218,26.93914350974509,83.04860314852702,19.47517001343749,40.43388820019997,34.90377896702141,18.78483394736687,23.243764333387148,31.96599060538776,36.289382151870406,50.917781136648614,111.89755723901823,53.87828701949018,85.80194076554612,47.957275253807055,37.21606682390706,61.79909916294376,,20.082644391564884,31.96599060538776,36.289382151870406,50.917781136648614,111.89755723901823,53.87828701949018,85.80194076554612,47.957275253807055,37.21606682390706,61.79909916294376,,20.082644391564884,31.96599060538776,36.289382151870406,50.917781136648614,144.6866474859156,,,,36.752724487888734,61.79909916294376,,17.452531637607407,31.96599060538776 +root_mean_sq_err_q55,85.11360636129135,31.15235995151374,143.3643013194089,29.633057860719603,83.32393691022894,22.32338053747445,42.68636316360501,38.70798808805185,19.356951088008763,23.509267927319545,34.638137232567615,36.938061422296066,52.990135254637714,115.17646626370797,53.87828701949018,85.80194076554612,47.957275253807055,48.51670855841576,62.807056492892556,,20.871678217752127,31.96599060538776,36.938061422296066,52.990135254637714,115.17646626370797,53.87828701949018,85.80194076554612,47.957275253807055,48.51670855841576,62.807056492892556,,20.871678217752127,31.96599060538776,36.938061422296066,52.990135254637714,144.6866474859156,,,,36.9843956558979,62.807056492892556,,18.084755625971862,31.96599060538776 +root_mean_sq_err_q60,95.2382617042785,35.177001024342005,144.6866474859156,32.326972211694105,83.59927067193084,25.171591061511403,49.89834218231484,42.51219720908229,19.929068228650657,23.77477152125194,37.31028385974746,52.28358913658532,54.7904778948817,118.4553752883977,53.87828701949018,85.80194076554612,47.957275253807055,59.81735029292442,63.815013822841365,,21.660712043939366,31.96599060538776,52.28358913658532,54.7904778948817,118.4553752883977,53.87828701949018,85.80194076554612,47.957275253807055,59.81735029292442,63.815013822841365,,21.660712043939366,31.96599060538776,52.28358913658532,54.7904778948817,144.6866474859156,,,,37.21606682390706,63.815013822841365,,18.716979614336314,31.96599060538776 +root_mean_sq_err_q65,109.29217860664002,39.703158629126236,145.74231930134297,35.02088656266862,83.87460443363275,28.01980158554836,60.829949242503254,45.07575584939364,20.50118536929255,41.64064406700858,39.982430486927306,75.30723204425449,56.38681192681684,121.73428431308744,53.87828701949018,85.80194076554612,47.957275253807055,71.11799202743313,64.82297115279016,,22.449745870126616,31.96599060538776,75.30723204425449,56.38681192681684,121.73428431308744,53.87828701949018,85.80194076554612,47.957275253807055,71.11799202743313,64.82297115279016,,22.449745870126616,31.96599060538776,75.30723204425449,56.38681192681684,144.6866474859156,,,,46.63326826933097,64.82297115279016,,19.34920360270077,31.96599060538776 +root_mean_sq_err_q70,135.1684340839632,45.04527108806653,146.79799111677033,37.714800913643124,84.14993819533467,30.868012109585315,71.76155630269167,47.63931448970499,22.249690899918296,59.50651661276522,42.654577114107155,78.2637481148172,57.98314595875199,125.01319333777718,53.87828701949018,85.80194076554612,47.957275253807055,80.0956495409433,67.34221384646624,,22.818958583095316,31.96599060538776,78.2637481148172,57.98314595875199,125.01319333777718,53.87828701949018,85.80194076554612,47.957275253807055,80.0956495409433,67.34221384646624,,22.818958583095316,31.96599060538776,78.2637481148172,57.98314595875199,144.6866474859156,,,,56.05046971475487,67.34221384646624,,19.98142759106522,31.96599060538776 +root_mean_sq_err_q75,137.426930666732,47.09628224631662,147.85366293219766,40.40871526461763,84.42527195703657,33.71622263362227,81.3983437747785,53.03927794307637,24.586390625535984,77.37238915852186,45.326723741287005,82.45520387883349,60.11917027969575,128.29210236246692,53.87828701949018,85.80194076554612,47.957275253807055,87.91181494395431,70.61709922200598,,22.978260739454754,31.96599060538776,82.45520387883349,60.11917027969575,128.29210236246692,53.87828701949018,85.80194076554612,47.957275253807055,87.91181494395431,70.61709922200598,,22.978260739454754,31.96599060538776,82.45520387883349,60.11917027969575,144.6866474859156,,,,65.46767116017877,70.61709922200598,,20.61365157942967,31.96599060538776 +root_mean_sq_err_q80,139.3972628198887,47.83009094816623,148.90933474762502,43.10262961559215,84.70060571873847,36.56443315765923,90.51720341162466,58.43924139644775,26.923090351153665,95.2382617042785,50.885123911357766,88.82930406889811,62.47107071624296,131.57101138715666,53.87828701949018,85.80194076554612,47.957275253807055,95.72798034696532,73.8919845975457,,23.13756289581419,31.96599060538776,88.82930406889811,62.47107071624296,131.57101138715666,53.87828701949018,85.80194076554612,47.957275253807055,95.72798034696532,73.8919845975457,,23.13756289581419,31.96599060538776,88.82930406889811,62.47107071624296,144.6866474859156,,,,74.88487260560267,73.8919845975457,,21.245875567794126,31.96599060538776 +root_mean_sq_err_q85,142.46563753160692,53.58223643120602,152.95068816069352,45.79654396656665,84.97593948044039,39.41264368169619,99.63606304847082,61.79909916294376,29.25979007677134,105.01680692311942,56.44352408142851,99.42507563062999,64.82297115279016,134.8499204118464,53.87828701949018,85.80194076554612,47.957275253807055,105.01741164209244,77.16686997308541,,23.29686505217363,31.96599060538776,99.42507563062999,64.82297115279016,134.8499204118464,53.87828701949018,85.80194076554612,47.957275253807055,105.01741164209244,77.16686997308541,,23.29686505217363,31.96599060538776,99.42507563062999,64.82297115279016,144.6866474859156,,,,91.59497967424468,77.16686997308541,,21.87809955615858,31.96599060538776 +root_mean_sq_err_q90,146.79799111677033,60.45515605634536,156.99204157376204,48.49045831754116,85.2512732421423,42.26085420573314,113.17472036166538,65.15895692943977,31.596489802389023,114.79535214196032,62.00192425149927,125.41068344102479,71.7087276805192,138.12882943653614,53.87828701949018,85.80194076554612,47.957275253807055,117.25337472145188,80.44175534862515,,23.456167208533067,31.96599060538776,125.41068344102479,71.7087276805192,138.12882943653614,53.87828701949018,85.80194076554612,47.957275253807055,117.25337472145188,80.44175534862515,,23.456167208533067,31.96599060538776,125.41068344102479,71.7087276805192,144.6866474859156,,,,108.30508674288669,80.44175534862515,,22.510323544523033,31.96599060538776 +root_mean_sq_err_q95,161.03339498683056,70.33280590987042,161.03339498683056,51.18437266851567,85.5266070038442,45.10906472977009,127.45001062091802,76.07524151457218,33.93318952800669,124.57389736080124,67.56032442157002,142.61370486189418,79.35012689011188,141.40773846122588,53.87828701949018,85.80194076554612,47.957275253807055,129.48933780081126,83.71664072416486,,23.6154693648925,31.96599060538776,142.61370486189418,79.35012689011188,141.40773846122588,53.87828701949018,85.80194076554612,47.957275253807055,129.48933780081126,83.71664072416486,,23.6154693648925,31.96599060538776,142.61370486189418,79.35012689011188,144.6866474859156,,,,125.01519381152868,83.71664072416486,,23.142547532887487,31.96599060538776 +root_mean_sq_err_q98,203.84340684332668,79.50021328535013,163.4582070346717,52.80072127910037,85.69180726086536,46.817991044192276,136.01518477646962,82.62501226565163,35.3352093633773,130.44102449210578,70.89536452361247,143.85747043630704,83.9349664158675,143.3750838760397,53.87828701949018,85.80194076554612,47.957275253807055,136.83091564842692,85.6815719494887,,23.711050658708164,31.96599060538776,143.85747043630704,83.9349664158675,143.3750838760397,53.87828701949018,85.80194076554612,47.957275253807055,136.83091564842692,85.6815719494887,,23.711050658708164,31.96599060538776,143.85747043630704,83.9349664158675,144.6866474859156,,,,135.0412580527139,85.6815719494887,,23.521881925906154,31.96599060538776 +root_mean_sq_err_q99,223.22773606504046,83.24586969252736,164.26647771728537,53.33950414929528,85.74687401320574,47.38763314899966,138.87024282832016,84.80826918267812,35.802549308500836,132.39673353587398,72.00704455762661,144.27205896111133,85.46324625778604,144.03086568097768,53.87828701949018,85.80194076554612,47.957275253807055,139.2781082642988,86.33654902459664,,23.74291108998005,31.96599060538776,144.27205896111133,85.46324625778604,144.03086568097768,53.87828701949018,85.80194076554612,47.957275253807055,139.2781082642988,86.33654902459664,,23.74291108998005,31.96599060538776,144.27205896111133,85.46324625778604,144.6866474859156,,,,138.3832794664423,86.33654902459664,,23.64832672357905,31.96599060538776 +cv_root_mean_sq_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +cv_root_mean_sq_err_upper_bound_95_perc_conf,0.1683611645168836,0.2482388603158109,0.18891128799302784,0.5420773988483911,0.1841227620035193,0.17419295884023595,0.19691374106635892,0.2680772069478987,0.12023894435604947,0.19293214888364812,0.4771399460845569,0.15486024830685152,0.36595486394285925,0.22066894406173998,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.19398460723539462,0.3824732456805505,,0.06578657856693589,0.33591835440718537,0.15486024830685152,0.36595486394285925,0.22066894406173998,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.19398460723539462,0.3824732456805505,,0.06578657856693589,0.33591835440718537,0.15486024830685152,0.36595486394285925,0.21071107039849996,,,,0.19698432396898544,0.3824732456805505,,0.0727414937566112,0.33591835440718537 +cv_root_mean_sq_err_mean,0.1392462737136072,0.19445496720469396,0.1677361424923468,0.22719759586532004,0.12456003767266517,0.1227984175437654,0.1388062341877241,0.19774880383097837,0.08149889897520585,0.11501781097436192,0.3359569670881804,0.11462092544469242,0.2994211978350181,0.1849087436712488,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.13011925124927076,0.2954578920482048,,0.04710203385824904,0.33591835440718537,0.11462092544469242,0.2994211978350181,0.1849087436712488,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.13011925124927076,0.2954578920482048,,0.04710203385824904,0.33591835440718537,0.11462092544469242,0.2994211978350181,0.21071107039849996,,,,0.12371763449128999,0.2954578920482048,,0.04789319855571391,0.33591835440718537 +cv_root_mean_sq_err_lower_bound_95_perc_conf,0.1101313829103308,0.14067107409357701,0.14656099699166578,-0.08768220711775102,0.06499731334181105,0.07140387624729486,0.08069872730908925,0.12742040071405802,0.042758853594362226,0.037103473065075734,0.19477398809180393,0.07438160258253333,0.23288753172717688,0.1491485432807576,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0662538952631469,0.20844253841585905,,0.028417489149562204,0.33591835440718537,0.07438160258253333,0.23288753172717688,0.1491485432807576,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0662538952631469,0.20844253841585905,,0.028417489149562204,0.33591835440718537,0.07438160258253333,0.23288753172717688,0.21071107039849996,,,,0.05045094501359454,0.20844253841585905,,0.023044903354816626,0.33591835440718537 +cv_root_mean_sq_err_sem,0.014854536124120615,0.027440761791386194,0.010803645663612768,0.1606529607056485,0.030389145066762307,0.026221704743097214,0.02964668718297696,0.035881838324959364,0.019765329275940623,0.039752213219023565,0.0720321321410084,0.0205302667664077,0.03394574801420469,0.018245000199230192,0.0,0.0,0.0,0.03258436529904279,0.04439558858793149,,0.009532930973819817,0.0,0.0205302667664077,0.03394574801420469,0.018245000199230192,0.0,0.0,0.0,0.03258436529904279,0.04439558858793149,,0.009532930973819817,0.0,0.0205302667664077,0.03394574801420469,0.0,,,,0.037380964019232375,0.04439558858793149,,0.01267770163311086,0.0 +cv_root_mean_sq_err_q1,0.027788025521868563,0.006160206018518584,0.1339186002604911,0.004543951917306401,0.07113368673561511,0.07937986784555703,0.04037765589505443,0.02458261298625351,0.049669670281175776,0.024674011357860706,0.1283785581227515,0.02599057958729397,0.18741230229795466,0.15962246347854267,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.04032989629749664,0.21593736855232273,,0.02428557526475967,0.33591835440718537,0.02599057958729397,0.18741230229795466,0.15962246347854267,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.04032989629749664,0.21593736855232273,,0.02428557526475967,0.33591835440718537,0.02599057958729397,0.18741230229795466,0.21071107039849996,,,,0.040282136699938846,0.21593736855232273,,0.024091357218209153,0.33591835440718537 +cv_root_mean_sq_err_q2.5,0.03391568211700924,0.01540051504629646,0.13463122653766427,0.011359879793266003,0.07224467208073929,0.08013895107343742,0.0408791316694112,0.027233165696086088,0.0502346685786277,0.026130646706989592,0.1326915901156659,0.029422067280572745,0.19051347527287243,0.1603965332803602,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.04075973267551673,0.217523669838539,,0.025159556474237003,0.33591835440718537,0.029422067280572745,0.19051347527287243,0.1603965332803602,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.04075973267551673,0.217523669838539,,0.025159556474237003,0.33591835440718537,0.029422067280572745,0.19051347527287243,0.21071107039849996,,,,0.04064033368162226,0.217523669838539,,0.024674011357860706,0.33591835440718537 +cv_root_mean_sq_err_q5,0.040813685479152415,0.029000200835974474,0.13581893699961956,0.022719759586532006,0.0740963143226129,0.08140408978657142,0.041714924626672485,0.03165075354580705,0.05117633240771422,0.028558372288871064,0.13987997677052322,0.03514121343603738,0.19568209689773536,0.16168664961672274,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.041476126638883545,0.220167505315566,,0.026616191823365887,0.33591835440718537,0.03514121343603738,0.19568209689773536,0.16168664961672274,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.041476126638883545,0.220167505315566,,0.026616191823365887,0.33591835440718537,0.03514121343603738,0.19568209689773536,0.21071107039849996,,,,0.04123732865109461,0.220167505315566,,0.025645101590613298,0.33591835440718537 +cv_root_mean_sq_err_q10,0.04392663277300718,0.046650882098253514,0.13819435792353016,0.04543951917306401,0.07779959880636014,0.08393436721283941,0.043386510541195064,0.04048592924524898,0.05305966006588727,0.033413823452634016,0.15425675008023787,0.04127589353935392,0.2060193401474612,0.16426688228944786,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.042908914565617184,0.22545517626962008,,0.02952946252162366,0.33591835440718537,0.04127589353935392,0.2060193401474612,0.16426688228944786,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.042908914565617184,0.22545517626962008,,0.02952946252162366,0.33591835440718537,0.04127589353935392,0.2060193401474612,0.21071107039849996,,,,0.042431318590039305,0.22545517626962008,,0.02758728205611848,0.33591835440718537 +cv_root_mean_sq_err_q15,0.04479660879241014,0.06021660133132698,0.14056977884744076,0.06815927875959601,0.08150288329010738,0.08646464463910739,0.04625196937761425,0.05030831999514672,0.054942987724060324,0.03826927461639697,0.1686335233899525,0.043285107178729375,0.21602982337851084,0.16684711496217297,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.044341702492350824,0.2307428472236742,,0.03244273321988143,0.33591835440718537,0.043285107178729375,0.21602982337851084,0.16684711496217297,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.044341702492350824,0.2307428472236742,,0.03244273321988143,0.33591835440718537,0.043285107178729375,0.21602982337851084,0.21071107039849996,,,,0.043625308528984004,0.2307428472236742,,0.029529462521623657,0.33591835440718537 +cv_root_mean_sq_err_q20,0.054392291647205424,0.06338789669970939,0.14294519977135134,0.09087903834612802,0.08520616777385462,0.08899492206537536,0.05628066574541301,0.06013071074504446,0.05682631538223337,0.04312472578015992,0.18301029669966712,0.044407776968715534,0.22407974649750334,0.16942734763489808,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.05054998210667086,0.23603051817772827,,0.0353560039181392,0.33591835440718537,0.044407776968715534,0.22407974649750334,0.16942734763489808,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.05054998210667086,0.23603051817772827,,0.0353560039181392,0.33591835440718537,0.044407776968715534,0.22407974649750334,0.21071107039849996,,,,0.0448192984679287,0.23603051817772827,,0.03147164298712884,0.33591835440718537 +cv_root_mean_sq_err_q25,0.07116295154455912,0.07425225049442404,0.1469855040645129,0.11359879793266002,0.08890945225760186,0.09152519949164334,0.06630936211321177,0.10099628913366362,0.05870964304040642,0.043525679276583545,0.19738707000938174,0.04477391911689157,0.23212966961649584,0.1720075803076232,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.05914600756478408,0.24131818913178238,,0.03826927461639697,0.33591835440718537,0.04477391911689157,0.23212966961649584,0.1720075803076232,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.05914600756478408,0.24131818913178238,,0.03826927461639697,0.33591835440718537,0.04477391911689157,0.23212966961649584,0.21071107039849996,,,,0.05198265301635639,0.24131818913178238,,0.033413823452634016,0.33591835440718537 +cv_root_mean_sq_err_q30,0.07516233271175658,0.0814040897865714,0.15102580835767448,0.13631855751919203,0.0926127367413491,0.09405547691791133,0.0743205406143786,0.1418618675222828,0.060592970698579475,0.04392663277300718,0.22509332688894246,0.04673389710378405,0.239104750636862,0.1745878129803483,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0677420330228973,0.24660586008583646,,0.04118254531465474,0.33591835440718537,0.04673389710378405,0.239104750636862,0.1745878129803483,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0677420330228973,0.24660586008583646,,0.04118254531465474,0.33591835440718537,0.04673389710378405,0.239104750636862,0.21071107039849996,,,,0.05914600756478408,0.24660586008583646,,0.0353560039181392,0.33591835440718537 +cv_root_mean_sq_err_q35,0.08067620433224151,0.11377356420000465,0.15506611265083606,0.15903831710572403,0.09631602122509633,0.0965857543441793,0.07728792444896554,0.1772114267838471,0.062040944249321654,0.0443275862694308,0.2527995837685032,0.053434992329277745,0.2433927264106624,0.17716804565307342,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0743205406143786,0.251205862034402,,0.04320491647944464,0.33591835440718537,0.053434992329277745,0.2433927264106624,0.17716804565307342,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.0743205406143786,0.251205862034402,,0.04320491647944464,0.33591835440718537,0.053434992329277745,0.2433927264106624,0.21071107039849996,,,,0.06630936211321177,0.251205862034402,,0.03729818438364438,0.33591835440718537 +cv_root_mean_sq_err_q40,0.10742587467633805,0.12585882832471826,0.15910641694399763,0.18175807669225605,0.10001930570884357,0.09911603177044728,0.08025530828355251,0.21256098604541143,0.06261820958520212,0.04472853976585443,0.28050584064806394,0.06584054665586586,0.24768070218446278,0.17974827832579857,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.07686401247259599,0.25443052597199045,,0.04344548857729882,0.33591835440718537,0.06584054665586586,0.24768070218446278,0.17974827832579857,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.07686401247259599,0.25443052597199045,,0.04344548857729882,0.33591835440718537,0.06584054665586586,0.24768070218446278,0.21071107039849996,,,,0.07347271666163946,0.25443052597199045,,0.039240364849149556,0.33591835440718537 +cv_root_mean_sq_err_q45,0.13581893699961956,0.1429561539895438,0.1619582916764274,0.20447783627878804,0.10372259019259081,0.10164630919671527,0.09493765553024942,0.21372041020346166,0.06319547492108257,0.05275939201485925,0.30821209752762463,0.07448648629170973,0.2533556379927943,0.1823285109985237,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.07940748433081338,0.25765518990957886,,0.043686060675153,0.33591835440718537,0.07448648629170973,0.2533556379927943,0.1823285109985237,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.07940748433081338,0.25765518990957886,,0.043686060675153,0.33591835440718537,0.07448648629170973,0.2533556379927943,0.21071107039849996,,,,0.07559227654348728,0.25765518990957886,,0.041182545314654734,0.33591835440718537 +cv_root_mean_sq_err_q50,0.15102580835767448,0.16725098214268283,0.16481016640885715,0.22719759586532004,0.10742587467633805,0.10417658662298325,0.12523995399309298,0.21487983436151192,0.06377274025696303,0.06079024426386407,0.33591835440718537,0.0768519487618737,0.26087985384716733,0.1849087436712488,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.08195095618903077,0.26087985384716733,,0.04392663277300718,0.33591835440718537,0.0768519487618737,0.26087985384716733,0.1849087436712488,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.08195095618903077,0.26087985384716733,,0.04392663277300718,0.33591835440718537,0.0768519487618737,0.26087985384716733,0.21071107039849996,,,,0.0777118364253351,0.26087985384716733,,0.04312472578015992,0.33591835440718537 +cv_root_mean_sq_err_q55,0.16333849600736383,0.1955807375551759,0.1676620411412869,0.24991735545185206,0.11626940805898343,0.11229341332548588,0.15554225245593656,0.22386020733599635,0.06435000559284348,0.06882109651286888,0.36053564300177265,0.08042125396088365,0.2684040697015404,0.1874889763439739,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.10792435487146812,0.2641045177847558,,0.04416720487086136,0.33591835440718537,0.08042125396088365,0.2684040697015404,0.1874889763439739,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.10792435487146812,0.2641045177847558,,0.04416720487086136,0.33591835440718537,0.08042125396088365,0.2684040697015404,0.21071107039849996,,,,0.07983139630718294,0.2641045177847558,,0.046497448078331304,0.33591835440718537 +cv_root_mean_sq_err_q60,0.16852895179715519,0.21302475570863152,0.17051391587371667,0.27263711503838406,0.1251129414416288,0.1204102400279885,0.1747461843891037,0.23284058031048077,0.06492727092872394,0.0768519487618737,0.3851529315963598,0.11281314049101754,0.2844866577927401,0.19006920901669902,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.13389775355390537,0.2673291817223442,,0.044407776968715534,0.33591835440718537,0.11281314049101754,0.2844866577927401,0.19006920901669902,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.13389775355390537,0.2673291817223442,,0.044407776968715534,0.33591835440718537,0.11281314049101754,0.2844866577927401,0.21071107039849996,,,,0.08195095618903077,0.2673291817223442,,0.049870170376502675,0.33591835440718537 +cv_root_mean_sq_err_q65,0.17530962087798907,0.2247582446334448,0.17530962087798907,0.29535687462491605,0.1339564748242742,0.12852706673049114,0.18562634142501352,0.2414857771828433,0.0655045362646044,0.11873186367099062,0.4097702201909471,0.16004867042931337,0.3069880250615599,0.19264944168942413,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.15987115223634277,0.2705538456599327,,0.04464834906656971,0.33591835440718537,0.16004867042931337,0.3069880250615599,0.19264944168942413,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.15987115223634277,0.2705538456599327,,0.04464834906656971,0.33591835440718537,0.16004867042931337,0.3069880250615599,0.21071107039849996,,,,0.12067038445762754,0.2705538456599327,,0.05324289267467405,0.33591835440718537 +cv_root_mean_sq_err_q70,0.19277897219679904,0.2373757112623895,0.18010532588226144,0.31807663421144805,0.14280000820691957,0.13664389343299374,0.19650649846092338,0.25013097405520585,0.07404297330264367,0.1606117785801075,0.4343875087855343,0.16664444482652366,0.3294893923303797,0.19522967436214925,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.18218889529040766,0.2889850628889131,,0.04794088066545635,0.33591835440718537,0.16664444482652366,0.3294893923303797,0.19522967436214925,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.18218889529040766,0.2889850628889131,,0.04794088066545635,0.33591835440718537,0.16664444482652366,0.3294893923303797,0.21071107039849996,,,,0.1593898127262243,0.2889850628889131,,0.05661561497284543,0.33591835440718537 +cv_root_mean_sq_err_q75,0.1986766381933712,0.2555054139511866,0.18490103088653384,0.34079639379798005,0.15164354158956495,0.14476072013549637,0.2089185033835277,0.26087985384716733,0.08656199619176244,0.2024916934892244,0.45900479738012157,0.18219508014997354,0.36323677233963214,0.19780990703487436,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.20267881053028652,0.3150195567635897,,0.05275939201485925,0.33591835440718537,0.18219508014997354,0.36323677233963214,0.19780990703487436,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.20267881053028652,0.3150195567635897,,0.05275939201485925,0.33591835440718537,0.18219508014997354,0.36323677233963214,0.21071107039849996,,,,0.19810924099482108,0.3150195567635897,,0.05998833727101681,0.33591835440718537 +cv_root_mean_sq_err_q80,0.21071107039849996,0.27827726679551695,0.1896967358908062,0.3635161533845121,0.16048707497221035,0.152877546837999,0.2219432474608098,0.2716287336391288,0.09908101908088121,0.24437160839834132,0.47959811994077817,0.19883118088193352,0.4014825574450577,0.2003901397075995,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.22316872577016536,0.3410540506382663,,0.05757790336426215,0.33591835440718537,0.19883118088193352,0.4014825574450577,0.2003901397075995,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.22316872577016536,0.3410540506382663,,0.05757790336426215,0.33591835440718537,0.19883118088193352,0.4014825574450577,0.21071107039849996,,,,0.23682866926341783,0.3410540506382663,,0.0633610595691882,0.33591835440718537 +cv_root_mean_sq_err_q85,0.22466311373439624,0.3332579177984815,0.19495031951772968,0.38623591297104404,0.16933060835485572,0.1609943735405016,0.23496799153809184,0.27716917793611895,0.11160004196999992,0.24761048680246445,0.5001914425014348,0.20922608420892913,0.43972834255048315,0.20297037238032462,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.23966488510243336,0.3670885445129428,,0.06239641471366503,0.33591835440718537,0.20922608420892913,0.43972834255048315,0.20297037238032462,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.23966488510243336,0.3670885445129428,,0.06239641471366503,0.33591835440718537,0.20922608420892913,0.43972834255048315,0.21071107039849996,,,,0.2439192088609567,0.3670885445129428,,0.06673378186735957,0.33591835440718537 +cv_root_mean_sq_err_q90,0.24060013883087958,0.44795297581507276,0.20020390314465308,0.4089556725575761,0.17817414173750112,0.16911120024300427,0.24533731678046444,0.282709622233109,0.12411906485911868,0.2508493652065876,0.5207847650620914,0.22638162971745068,0.44795297581507276,0.20555060505304973,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.24817353261948,0.3931230383876194,,0.06721492606306793,0.33591835440718537,0.22638162971745068,0.44795297581507276,0.20555060505304973,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.24817353261948,0.3931230383876194,,0.06721492606306793,0.33591835440718537,0.22638162971745068,0.44795297581507276,0.21071107039849996,,,,0.25100974845849555,0.3931230383876194,,0.07010650416553095,0.33591835440718537 +cv_root_mean_sq_err_q95,0.2540882436107108,0.457391435402803,0.2054574867715765,0.43167543214410803,0.1870176751201465,0.17722802694550688,0.2552640722170188,0.36395082418504077,0.13663808774823738,0.2540882436107108,0.541378087622748,0.2453373167804644,0.45117408377285645,0.20813083772577484,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.25668218013652655,0.4191575322622959,,0.0720334374124708,0.33591835440718537,0.2453373167804644,0.45117408377285645,0.20813083772577484,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.25668218013652655,0.4191575322622959,,0.0720334374124708,0.33591835440718537,0.2453373167804644,0.45117408377285645,0.21071107039849996,,,,0.25810028805603435,0.4191575322622959,,0.07347922646370232,0.33591835440718537 +cv_root_mean_sq_err_q98,0.2612589748342036,0.5063694392696318,0.20860963694773058,0.44530728789602725,0.19232379514973372,0.18209812296700845,0.26122012547895146,0.4126955453561999,0.14414950148170863,0.25603157065318466,0.553734081159142,0.25724942330432965,0.45310674854752664,0.2096789773294099,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.26178736864675456,0.43477822858710186,,0.07492454422211255,0.33591835440718537,0.25724942330432965,0.45310674854752664,0.2096789773294099,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.26178736864675456,0.43477822858710186,,0.07492454422211255,0.33591835440718537,0.25724942330432965,0.45310674854752664,0.21071107039849996,,,,0.2623546118145577,0.43477822858710186,,0.07550285984260514,0.33591835440718537 +cv_root_mean_sq_err_q99,0.26322490124388837,0.5341704247265183,0.20966035367311525,0.4498512398133337,0.1940925018262628,0.183721488307509,0.2632054765662623,0.42894378574658626,0.1466533060595324,0.2566793463340093,0.5578527456712734,0.26122012547895146,0.45375097013908333,0.21019502386395492,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.26348909815016386,0.43998512736203715,,0.07588824649199312,0.33591835440718537,0.26122012547895146,0.45375097013908333,0.21019502386395492,0.4543951917306401,0.19586120850279187,0.1853448536480095,0.26348909815016386,0.43998512736203715,,0.07588824649199312,0.33591835440718537,0.26122012547895146,0.45375097013908333,0.21071107039849996,,,,0.26377271973406546,0.43998512736203715,,0.07617740430223943,0.33591835440718537 +mean_abs_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +mean_abs_err_upper_bound_95_perc_conf,83.11919941069601,30.81484667485975,124.35048626965482,46.62643760404585,70.81723369569744,33.23658987784081,65.54380231840679,40.5404565361542,22.797804831392597,68.1934336680545,44.55173896130551,57.48698766651478,50.59345377733765,117.49246443967482,39.084509149094224,69.17542108421087,36.51098070085568,69.89576057049408,62.0355157111504,,15.13622783739873,27.047882821695403,57.48698766651478,50.59345377733765,117.49246443967482,39.084509149094224,69.17542108421087,36.51098070085568,69.89576057049408,62.0355157111504,,15.13622783739873,27.047882821695403,57.48698766651478,50.59345377733765,107.3086486214116,,,,66.19934473479535,62.0355157111504,,14.730891678628641,27.047882821695403 +mean_abs_err_mean,64.12415143066919,24.425241659994857,105.02137529613852,19.542254574547112,49.95498185159513,20.0670380065288,43.16700313796095,29.191701384963263,15.19349821958048,37.77458099749195,30.077800397248517,39.8539289529739,42.222353649796624,80.92087227885861,39.084509149094224,69.17542108421087,36.51098070085568,44.46797574399134,49.954956447195094,,11.855109118191455,27.047882821695403,39.8539289529739,42.222353649796624,80.92087227885861,39.084509149094224,69.17542108421087,36.51098070085568,44.46797574399134,49.954956447195094,,11.855109118191455,27.047882821695403,39.8539289529739,42.222353649796624,107.3086486214116,,,,38.93975408430301,49.954956447195094,,10.912043144533087,27.047882821695403 +mean_abs_err_lower_bound_95_perc_conf,45.12910345064237,18.035636645129962,85.69226432262221,-7.541928454951627,29.09273000749281,6.897486135216795,20.79020395751511,17.842946233772324,7.589191607768363,7.355728326929402,15.603861833191521,22.220870239433026,33.8512535222556,44.349280118042394,39.084509149094224,69.17542108421087,36.51098070085568,19.040190917488598,37.874397183239786,,8.573990398984181,27.047882821695403,22.220870239433026,33.8512535222556,44.349280118042394,39.084509149094224,69.17542108421087,36.51098070085568,19.040190917488598,37.874397183239786,,8.573990398984181,27.047882821695403,22.220870239433026,33.8512535222556,107.3086486214116,,,,11.680163433810673,37.874397183239786,,7.093194610437532,27.047882821695403 +mean_abs_err_sem,9.691351010217765,3.2600025586045387,9.861791313018522,13.818460729336092,10.644006042909346,6.7191591180163295,11.41673427573767,5.790181199587214,3.8797482713327125,15.519822791103342,7.384662532682141,8.996458527316774,4.270969452827054,18.65897559225317,0.0,0.0,0.0,12.973359605358542,6.1635506448751585,,1.6740401628608543,0.0,8.996458527316774,4.270969452827054,18.65897559225317,0.0,0.0,0.0,12.973359605358542,6.1635506448751585,,1.6740401628608543,0.0,8.996458527316774,4.270969452827054,0.0,,,,13.9079544135165,6.1635506448751585,,1.948392109232426,0.0 +mean_abs_err_q1,7.297345677124003,1.422584417403521,57.171873570560926,0.39084509149094226,25.698612361115163,11.269460282846117,9.569427490454371,5.633912916812576,6.319608371409958,7.202059727504055,14.754451993919242,7.1802827538791485,27.626625175833034,55.06085146315669,39.084509149094224,69.17542108421087,36.51098070085568,9.521192423462852,36.65936676752922,,7.1337532680385305,27.047882821695403,7.1802827538791485,27.626625175833034,55.06085146315669,39.084509149094224,69.17542108421087,36.51098070085568,9.521192423462852,36.65936676752922,,7.1337532680385305,27.047882821695403,7.1802827538791485,27.626625175833034,107.3086486214116,,,,9.472957356471333,36.65936676752922,,7.099600038305767,27.047882821695403 +mean_abs_err_q2.5,7.696423824549643,3.5564610435088024,61.13004002194387,0.9771127287273557,26.613996728250918,11.30543568137857,10.075895693865327,5.788744454890622,6.61696005380606,7.458208950499774,14.76596003941398,7.403766516437507,28.494738707039478,55.852484753433274,39.084509149094224,69.17542108421087,36.51098070085568,9.955308026386529,37.0198653601371,,7.2874428018359625,27.047882821695403,7.403766516437507,28.494738707039478,55.852484753433274,39.084509149094224,69.17542108421087,36.51098070085568,9.955308026386529,37.0198653601371,,7.2874428018359625,27.047882821695403,7.403766516437507,28.494738707039478,107.3086486214116,,,,9.83472035890773,37.0198653601371,,7.202059727504055,27.047882821695403 +mean_abs_err_q5,8.379571984359897,5.360482426119111,67.72698410758213,1.9542254574547113,28.13963734014385,11.365394678932658,10.920009366216918,6.0467970183540345,7.112546191132897,7.885124322159305,14.785140115238544,7.776239454034771,29.941594592383552,57.171873570560926,39.084509149094224,69.17542108421087,36.51098070085568,10.67883403125932,37.620696347816896,,7.54359202483168,27.047882821695403,7.776239454034771,29.941594592383552,57.171873570560926,39.084509149094224,69.17542108421087,36.51098070085568,10.67883403125932,37.620696347816896,,7.54359202483168,27.047882821695403,7.776239454034771,29.941594592383552,107.3086486214116,,,,10.437658696301723,37.620696347816896,,7.372825876167868,27.047882821695403 +mean_abs_err_q10,9.839199286815113,5.94416930896362,80.92087227885861,3.9084509149094226,31.190918563929703,11.485312674040834,12.608236710920103,6.56290214528086,8.10371846578657,8.738955065478367,14.823500266887667,8.550013991790664,32.83530636307171,59.810651204816224,39.084509149094224,69.17542108421087,36.51098070085568,12.125886041004907,38.82235832317649,,8.055890470823117,27.047882821695403,8.550013991790664,32.83530636307171,59.810651204816224,39.084509149094224,69.17542108421087,36.51098070085568,12.125886041004907,38.82235832317649,,8.055890470823117,27.047882821695403,8.550013991790664,32.83530636307171,107.3086486214116,,,,11.643535371089712,38.82235832317649,,7.7143581734954925,27.047882821695403 +mean_abs_err_q15,13.153120678528389,6.710142136587423,94.11476045013511,5.862676372364134,34.242199787715556,11.605230669149009,14.488159580307189,8.035302058346504,9.094890740440244,9.592785808797428,14.861860418536793,9.35326547457401,35.37080091967277,62.44942883907152,39.084509149094224,69.17542108421087,36.51098070085568,13.572938050750492,40.02402029853607,,8.568188916814554,27.047882821695403,9.35326547457401,35.37080091967277,62.44942883907152,39.084509149094224,69.17542108421087,36.51098070085568,13.572938050750492,40.02402029853607,,8.568188916814554,27.047882821695403,9.35326547457401,35.37080091967277,107.3086486214116,,,,12.8494120458777,40.02402029853607,,8.055890470823117,27.047882821695403 +mean_abs_err_q20,14.684307039166564,10.202811856377082,107.3086486214116,7.816901829818845,37.29348101150141,11.725148664257187,17.518255597797683,9.50770197141215,10.086063015093917,10.44661655211649,14.900220570185919,10.20364964599594,35.75699219175128,65.08820647332684,39.084509149094224,69.17542108421087,36.51098070085568,15.786772159231687,41.22568227389567,,9.080487362805991,27.047882821695403,10.20364964599594,35.75699219175128,65.08820647332684,39.084509149094224,69.17542108421087,36.51098070085568,15.786772159231687,41.22568227389567,,9.080487362805991,27.047882821695403,10.20364964599594,35.75699219175128,107.3086486214116,,,,14.055288720665688,41.22568227389567,,8.397422768150742,27.047882821695403 +mean_abs_err_q25,17.121840955355815,11.635097644830434,107.48662132125074,9.771127287273556,40.34476223528726,11.845066659365363,20.548351615288176,12.983845579086555,11.07723528974759,11.506039173879008,14.938580721835043,12.250952636391089,36.14318346382979,67.72698410758213,39.084509149094224,69.17542108421087,36.51098070085568,18.38399731708068,42.427344249255256,,9.592785808797428,27.047882821695403,12.250952636391089,36.14318346382979,67.72698410758213,39.084509149094224,69.17542108421087,36.51098070085568,18.38399731708068,42.427344249255256,,9.592785808797428,27.047882821695403,12.250952636391089,36.14318346382979,107.3086486214116,,,,16.219643018873185,42.427344249255256,,8.738955065478367,27.047882821695403 +mean_abs_err_q30,23.610679993995262,12.473109879499324,107.66459402108987,11.725352744728267,43.39604345907312,11.96498465447354,22.892300729595593,16.45998918676096,12.068407564401264,12.565461795641527,17.360441141807115,14.181092384365863,36.42822900529715,70.36576174183742,39.084509149094224,69.17542108421087,36.51098070085568,20.981222474929677,43.62900622461485,,10.105084254788865,27.047882821695403,14.181092384365863,36.42822900529715,70.36576174183742,39.084509149094224,69.17542108421087,36.51098070085568,20.981222474929677,43.62900622461485,,10.105084254788865,27.047882821695403,14.181092384365863,36.42822900529715,107.3086486214116,,,,18.38399731708068,43.62900622461485,,9.080487362805991,27.047882821695403 +mean_abs_err_q35,24.943430605892207,13.484381410850329,107.842566720929,13.679578202182977,46.44732468285898,12.084902649581716,23.520882585945305,18.350991838320827,12.81309933972741,13.624884417404045,19.782301561779185,14.621405207316474,36.460410220236575,73.00453937609272,39.084509149094224,69.17542108421087,36.51098070085568,22.892300729595593,44.667574219294565,,10.658501076468994,27.047882821695403,14.621405207316474,36.460410220236575,73.00453937609272,39.084509149094224,69.17542108421087,36.51098070085568,22.892300729595593,44.667574219294565,,10.658501076468994,27.047882821695403,14.621405207316474,36.460410220236575,107.3086486214116,,,,20.548351615288176,44.667574219294565,,9.422019660133616,27.047882821695403 +mean_abs_err_q40,34.06019489574821,14.678902822600403,108.02053942076815,15.63380365963769,49.49860590664483,12.204820644689892,24.149464442295017,20.241994489880692,13.064830116398506,14.684307039166564,22.20416198175126,15.02865439725214,36.49259143517601,75.64331701034803,39.084509149094224,69.17542108421087,36.51098070085568,23.431085177895348,45.37995425261453,,11.294154649526506,27.047882821695403,15.02865439725214,36.49259143517601,75.64331701034803,39.084509149094224,69.17542108421087,36.51098070085568,23.431085177895348,45.37995425261453,,11.294154649526506,27.047882821695403,15.02865439725214,36.49259143517601,107.3086486214116,,,,22.712705913495675,45.37995425261453,,9.76355195746124,27.047882821695403 +mean_abs_err_q45,54.78071232978361,15.16679199157393,108.72485341120706,17.5880291170924,52.54988713043068,12.324738639798069,25.941385197682855,24.63048884231055,13.3165608930696,14.827785105035554,24.626022401723333,17.494565285898467,36.89700996809146,78.28209464460332,39.084509149094224,69.17542108421087,36.51098070085568,23.9698696261951,46.0923342859345,,11.929808222584015,27.047882821695403,17.494565285898467,36.89700996809146,78.28209464460332,39.084509149094224,69.17542108421087,36.51098070085568,23.9698696261951,46.0923342859345,,11.929808222584015,27.047882821695403,17.494565285898467,36.89700996809146,107.3086486214116,,,,23.16169295374547,46.0923342859345,,10.105084254788865,27.047882821695403 +mean_abs_err_q50,55.562364932217065,18.350991838320827,109.429167401646,19.542254574547112,55.60116835421654,12.444656634906245,29.284424485121534,29.01898319474041,13.568291669740695,14.971263170904544,27.047882821695403,22.712705913495675,37.79774492497495,80.92087227885861,39.084509149094224,69.17542108421087,36.51098070085568,24.508654074494853,46.80471431925447,,12.565461795641527,27.047882821695403,22.712705913495675,37.79774492497495,80.92087227885861,39.084509149094224,69.17542108421087,36.51098070085568,24.508654074494853,46.80471431925447,,12.565461795641527,27.047882821695403,22.712705913495675,37.79774492497495,107.3086486214116,,,,23.610679993995262,46.80471431925447,,10.44661655211649,27.047882821695403 +mean_abs_err_q55,65.78185790171231,26.026999571923206,110.13348139208492,21.496480032001823,56.958593627215976,14.851289041501191,32.62746377256021,31.492804880526833,13.82002244641179,15.114741236773535,28.439572548447323,23.9698696261951,38.69847988185845,83.55964991311393,39.084509149094224,69.17542108421087,36.51098070085568,33.81312630521168,47.51709435257444,,13.201115368699039,27.047882821695403,23.9698696261951,38.69847988185845,83.55964991311393,39.084509149094224,69.17542108421087,36.51098070085568,33.81312630521168,47.51709435257444,,13.201115368699039,27.047882821695403,23.9698696261951,38.69847988185845,107.3086486214116,,,,24.05966703424506,47.51709435257444,,10.927776827169094,27.047882821695403 +mean_abs_err_q60,72.8136803620384,27.816625136837125,110.83779538252384,23.450705489456535,58.316018900215404,17.25792144809613,38.35286821864209,33.96662656631326,14.071753223082883,15.258219302642525,29.831262275199236,36.518430819219176,40.15363016091296,86.19842754736922,39.084509149094224,69.17542108421087,36.51098070085568,43.11759853592848,48.229474385894406,,13.836768941756548,27.047882821695403,36.518430819219176,40.15363016091296,86.19842754736922,39.084509149094224,69.17542108421087,36.51098070085568,43.11759853592848,48.229474385894406,,13.836768941756548,27.047882821695403,36.518430819219176,40.15363016091296,107.3086486214116,,,,24.508654074494853,48.229474385894406,,11.408937102221696,27.047882821695403 +mean_abs_err_q65,84.76750407780042,31.74018704910548,112.30337131528243,25.404930946911247,59.67344417321484,19.66455385469108,45.86504653370636,35.192830469385285,14.323483999753979,29.647084567491493,31.222952001951157,54.632142493696826,42.02459193159575,88.83720518162451,39.084509149094224,69.17542108421087,36.51098070085568,52.42207076664532,48.94185441921437,,14.47242251481406,27.047882821695403,54.632142493696826,42.02459193159575,88.83720518162451,39.084509149094224,69.17542108421087,36.51098070085568,52.42207076664532,48.94185441921437,,14.47242251481406,27.047882821695403,54.632142493696826,42.02459193159575,107.3086486214116,,,,32.26238093342553,48.94185441921437,,11.890097377274301,27.047882821695403 +mean_abs_err_q70,106.28573417749269,34.00236096654082,113.76894724804103,27.359156404365955,61.03086944621427,22.071186261286016,53.37722484877063,36.419034372457304,15.718258395016035,44.035949832340464,32.61464172870308,55.325468395435195,43.89555370227854,91.47598281587982,39.084509149094224,69.17542108421087,36.51098070085568,59.94631034859831,51.24051926507033,,14.74169826551416,27.047882821695403,55.325468395435195,43.89555370227854,91.47598281587982,39.084509149094224,69.17542108421087,36.51098070085568,59.94631034859831,51.24051926507033,,14.74169826551416,27.047882821695403,55.325468395435195,43.89555370227854,107.3086486214116,,,,40.016107792356216,51.24051926507033,,12.371257652326904,27.047882821695403 +mean_abs_err_q75,107.08482875359557,35.59148164657478,115.23452318079964,29.313381861820666,62.388294719213704,24.477818667880964,61.051997558193506,40.42457429032261,17.684554599573584,58.42481509718943,34.006331455455,62.34949129721423,45.61741426372119,94.11476045013511,39.084509149094224,69.17542108421087,36.51098070085568,66.58043360616944,54.3323265171943,,14.827785105035554,27.047882821695403,62.34949129721423,45.61741426372119,94.11476045013511,39.084509149094224,69.17542108421087,36.51098070085568,66.58043360616944,54.3323265171943,,14.827785105035554,27.047882821695403,62.34949129721423,45.61741426372119,107.3086486214116,,,,47.7698346512869,54.3323265171943,,12.852417927379507,27.047882821695403 +mean_abs_err_q80,107.60653226543053,36.47420216949633,116.70009911355824,31.26760731927538,63.74571999221314,26.88445107447591,68.79180802535981,44.43011420818791,19.65085080413113,72.8136803620384,39.134950569097555,70.86779800779296,47.27963434146778,96.75353808439041,39.084509149094224,69.17542108421087,36.51098070085568,73.21455686374055,57.42413376931828,,14.913871944556949,27.047882821695403,70.86779800779296,47.27963434146778,96.75353808439041,39.084509149094224,69.17542108421087,36.51098070085568,73.21455686374055,57.42413376931828,,14.913871944556949,27.047882821695403,70.86779800779296,47.27963434146778,107.3086486214116,,,,55.52356151021758,57.42413376931828,,13.333578202432111,27.047882821695403 +mean_abs_err_q85,108.72485341120706,38.955832726682296,120.7070926607346,33.22183277673009,65.10314526521256,29.29108348107085,76.5316184925261,46.80471431925447,21.61714700868867,81.21360255906568,44.2635696827401,76.79111724033024,48.94185441921437,99.3923157186457,39.084509149094224,69.17542108421087,36.51098070085568,80.63422835845219,60.51594102144224,,14.999958784078343,27.047882821695403,76.79111724033024,48.94185441921437,99.3923157186457,39.084509149094224,69.17542108421087,36.51098070085568,80.63422835845219,60.51594102144224,,14.999958784078343,27.047882821695403,76.79111724033024,48.94185441921437,107.3086486214116,,,,68.54430419902081,60.51594102144224,,13.814738477484715,27.047882821695403 +mean_abs_err_q90,113.76894724804103,45.85487427482785,124.71408620791095,35.1760582341848,66.46057053821201,31.697715887665797,86.62807367111405,49.17931443032103,23.58344321324622,89.61352475609294,49.392188796382655,95.44011145369547,55.362928934568956,102.03109335290101,39.084509149094224,69.17542108421087,36.51098070085568,89.62499632744499,63.607748273566216,,15.086045623599738,27.047882821695403,95.44011145369547,55.362928934568956,102.03109335290101,39.084509149094224,69.17542108421087,36.51098070085568,89.62499632744499,63.607748273566216,,15.086045623599738,27.047882821695403,95.44011145369547,55.362928934568956,107.3086486214116,,,,81.56504688782405,63.607748273566216,,14.295898752537319,27.047882821695403 +mean_abs_err_q95,128.72107975508732,55.984887615996385,128.72107975508732,37.13028369163951,67.81799581121143,34.10434829426073,97.11730296827227,59.485338604067586,25.549739417803757,98.01344695312022,54.5208079100252,107.39801371461729,62.577145856191535,104.6698709871563,39.084509149094224,69.17542108421087,36.51098070085568,98.61576429643773,66.69955552569017,,15.17213246312113,27.047882821695403,107.39801371461729,62.577145856191535,104.6698709871563,39.084509149094224,69.17542108421087,36.51098070085568,98.61576429643773,66.69955552569017,,15.17213246312113,27.047882821695403,107.39801371461729,62.577145856191535,107.3086486214116,,,,94.58578957662729,66.69955552569017,,14.777059027589921,27.047882821695403 +mean_abs_err_q98,166.86285045129694,64.3147174705751,131.12527588339316,38.30281896611234,68.6324509750111,35.54832773821771,103.41084054656721,65.66895310831553,26.729517140538288,103.0534002713366,57.59797937821073,107.52312484510523,66.90567600916509,106.25313756770949,39.084509149094224,69.17542108421087,36.51098070085568,104.01022507783343,68.55463987696456,,15.223784566833967,27.047882821695403,107.52312484510523,66.90567600916509,106.25313756770949,39.084509149094224,69.17542108421087,36.51098070085568,104.01022507783343,68.55463987696456,,15.223784566833967,27.047882821695403,107.52312484510523,66.90567600916509,107.3086486214116,,,,102.39823518990926,68.55463987696456,,15.065755192621484,27.047882821695403 +mean_abs_err_q99,183.9302390258136,67.05304012419462,131.92667459282842,38.69366405760328,68.90393602961099,36.02965421953669,105.50868640599887,67.73015794306484,27.122776381449793,104.73338471074206,58.62370320093925,107.56482855526788,68.34851939348961,106.78089309456054,39.084509149094224,69.17542108421087,36.51098070085568,105.80837867163197,69.17300132738934,,15.241001934738247,27.047882821695403,107.56482855526788,68.34851939348961,106.78089309456054,39.084509149094224,69.17542108421087,36.51098070085568,105.80837867163197,69.17300132738934,,15.241001934738247,27.047882821695403,107.56482855526788,68.34851939348961,107.3086486214116,,,,105.0023837276699,69.17300132738934,,15.161987247632004,27.047882821695403 +mean_abs_pct_err_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +mean_abs_pct_err_upper_bound_95_perc_conf,0.12852049308816488,0.1923835250371257,0.1451138855662938,0.3932350159377361,0.146193153885873,0.13186939201684733,0.14833042302103372,0.209531097436128,0.09045545144327946,0.14783889650912146,0.3810497354805864,0.11477708943239076,0.2840361241606563,0.1652680800350442,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1448085722034387,0.30329839122391516,,0.041904595756670035,0.28423584301907734,0.11477708943239076,0.2840361241606563,0.1652680800350442,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1448085722034387,0.30329839122391516,,0.041904595756670035,0.28423584301907734,0.11477708943239076,0.2840361241606563,0.15627648167212674,,,,0.1460690233734487,0.30329839122391516,,0.046214493714445457,0.28423584301907734 +mean_abs_pct_err_mean,0.10490929970900918,0.1496420802970981,0.12868144244090238,0.16481419520702384,0.09071139255612744,0.08830034122511098,0.10310187656863737,0.1529983363674402,0.05981763699327954,0.08501416542711115,0.2683421734974515,0.08344330015607838,0.2313898327800265,0.13297791747998727,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.09558014026653776,0.22927060534496327,,0.02994846675134572,0.28423584301907734,0.08344330015607838,0.2313898327800265,0.13297791747998727,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.09558014026653776,0.22927060534496327,,0.02994846675134572,0.28423584301907734,0.08344330015607838,0.2313898327800265,0.15627648167212674,,,,0.08990608393197892,0.22927060534496327,,0.030291954197904692,0.28423584301907734 +mean_abs_pct_err_lower_bound_95_perc_conf,0.08129810632985349,0.10690063555707054,0.11224899931551095,-0.0636066255236884,0.035229631226381855,0.04473129043337462,0.05787333011624101,0.09646557529875241,0.02917982254327962,0.02218943434510083,0.15563461151431657,0.052109510879766015,0.1787435413993967,0.10068775492493034,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.0463517083296368,0.15524281946601137,,0.01799233774602141,0.28423584301907734,0.052109510879766015,0.1787435413993967,0.10068775492493034,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.0463517083296368,0.15524281946601137,,0.01799233774602141,0.28423584301907734,0.052109510879766015,0.1787435413993967,0.15627648167212674,,,,0.03374314449050914,0.15524281946601137,,0.014369414681363928,0.28423584301907734 +mean_abs_pct_err_sem,0.012046527234263112,0.021806859561238557,0.008383899553771133,0.11654123506668992,0.028307021086604888,0.022229107546804263,0.023075789006324673,0.028843245443208057,0.015631537984693838,0.03205343422551547,0.05750385815466068,0.015986627181792026,0.026860352745219286,0.0164745727321719,0.0,0.0,0.0,0.025116546906582122,0.03776927850966934,,0.006100065819043018,0.0,0.015986627181792026,0.026860352745219286,0.0164745727321719,0.0,0.0,0.0,0.025116546906582122,0.03776927850966934,,0.006100065819043018,0.0,0.015986627181792026,0.026860352745219286,0.0,,,,0.028654560939525398,0.03776927850966934,,0.008123744651296309,0.0 +mean_abs_pct_err_q1,0.018258600486754532,0.004709848207330236,0.10618600394557315,0.003296283904140477,0.042897093701072406,0.05086031502479632,0.02897245566269277,0.01863020316082938,0.03455946225322864,0.01624401335063386,0.10982181489170649,0.01715057756188816,0.14258257894461263,0.11014532457169057,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.028915902867825125,0.16305359252894325,,0.016042554637021793,0.28423584301907734,0.01715057756188816,0.14258257894461263,0.11014532457169057,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.028915902867825125,0.16305359252894325,,0.016042554637021793,0.28423584301907734,0.01715057756188816,0.14258257894461263,0.15627648167212674,,,,0.02885935007295748,0.16305359252894325,,0.01594182528021576,0.28423584301907734 +mean_abs_pct_err_q2.5,0.02203595136698079,0.01177462051832559,0.10646179468312114,0.008240709760351192,0.043785604793109924,0.05155009871310698,0.029566260008803052,0.020409684528016583,0.03491589718605593,0.016999483526679113,0.11210530874419308,0.019265894054814867,0.14479547396183262,0.11084428149745476,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.029424878021633936,0.16436022196237332,,0.016495836742648946,0.28423584301907734,0.019265894054814867,0.14479547396183262,0.11084428149745476,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.029424878021633936,0.16436022196237332,,0.016495836742648946,0.28423584301907734,0.019265894054814867,0.14479547396183262,0.15627648167212674,,,,0.029283496034464826,0.16436022196237332,,0.01624401335063386,0.28423584301907734 +mean_abs_pct_err_q5,0.0265041232100601,0.02159600543947472,0.10692144591236781,0.016481419520702385,0.04526645661317247,0.05269973819362474,0.03055593391898685,0.023375486806661922,0.035509955407434735,0.018258600486754532,0.11591113183167073,0.022791421543026043,0.14848363232386597,0.11200920970706173,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03027316994464862,0.1665379376847568,,0.017251306918694198,0.28423584301907734,0.022791421543026043,0.14848363232386597,0.11200920970706173,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03027316994464862,0.1665379376847568,,0.017251306918694198,0.28423584301907734,0.022791421543026043,0.14848363232386597,0.15627648167212674,,,,0.029990405970310392,0.1665379376847568,,0.016747660134664027,0.28423584301907734 +mean_abs_pct_err_q10,0.028747295255144027,0.03281741468445976,0.10784074837086113,0.03296283904140477,0.048228160253297556,0.05499901715466026,0.032535281739354445,0.0293070913639526,0.03669807185019235,0.02077683440690537,0.12352277800662605,0.02691861578777193,0.1558599490479327,0.11433906612627567,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03196975379067799,0.17089336912952374,,0.0187622472707847,0.28423584301907734,0.02691861578777193,0.1558599490479327,0.11433906612627567,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03196975379067799,0.17089336912952374,,0.0187622472707847,0.28423584301907734,0.02691861578777193,0.1558599490479327,0.15627648167212674,,,,0.03140422584200153,0.17089336912952374,,0.017754953702724365,0.28423584301907734 +mean_abs_pct_err_q15,0.032903400291955064,0.04236478219351792,0.10876005082935446,0.04944425856210715,0.05118986389342263,0.05729829611569577,0.034762266622839974,0.0369965227447405,0.03788618829294997,0.02329506832705621,0.13113442418158133,0.02861072792992421,0.16302661551936212,0.11666892254548962,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.033666337636707365,0.1752488005742907,,0.0202731876228752,0.28423584301907734,0.02861072792992421,0.16302661551936212,0.11666892254548962,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.033666337636707365,0.1752488005742907,,0.0202731876228752,0.28423584301907734,0.02861072792992421,0.16302661551936212,0.15627648167212674,,,,0.03281804571369268,0.1752488005742907,,0.0187622472707847,0.28423584301907734 +mean_abs_pct_err_q20,0.038931183189017365,0.046630983770737974,0.10967935328784778,0.06592567808280954,0.05415156753354772,0.059597575076731295,0.03847507388503311,0.04468595412552841,0.03907430473570758,0.025813302247207046,0.13874607035653666,0.028849720749058894,0.16893538047496787,0.11899877896470358,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03635346973520846,0.17960423201905762,,0.021784127974965706,0.28423584301907734,0.028849720749058894,0.16893538047496787,0.11899877896470358,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03635346973520846,0.17960423201905762,,0.021784127974965706,0.28423584301907734,0.028849720749058894,0.16893538047496787,0.15627648167212674,,,,0.03423186558538382,0.17960423201905762,,0.019769540838845037,0.28423584301907734 +mean_abs_pct_err_q25,0.042938536313412295,0.05018747648407999,0.1102660180662399,0.08240709760351192,0.05711327117367279,0.06189685403776681,0.042187881147226235,0.07006209847801795,0.0402624211784652,0.026589477788322484,0.14635771653149196,0.03157493499852631,0.1748441454305736,0.12132863538391753,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03953587595994543,0.18395966346382456,,0.02329506832705621,0.28423584301907734,0.03157493499852631,0.1748441454305736,0.12132863538391753,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.03953587595994543,0.18395966346382456,,0.02329506832705621,0.28423584301907734,0.03157493499852631,0.1748441454305736,0.15627648167212674,,,,0.03688387077266462,0.18395966346382456,,0.02077683440690537,0.28423584301907734 +mean_abs_pct_err_q30,0.04708104005720519,0.06083909702876784,0.11085268284463201,0.0988885171242143,0.06007497481379788,0.06419613299880234,0.04589059550303452,0.0954382428305075,0.04145053762122282,0.027365653329437925,0.17393334182900902,0.03517172910611053,0.1802800942318683,0.12365849180313146,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.04271828218468239,0.18831509490859152,,0.02480600867914671,0.28423584301907734,0.03517172910611053,0.1802800942318683,0.12365849180313146,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.04271828218468239,0.18831509490859152,,0.02480600867914671,0.28423584301907734,0.03517172910611053,0.1802800942318683,0.15627648167212674,,,,0.03953587595994543,0.18831509490859152,,0.021784127974965706,0.28423584301907734 +mean_abs_pct_err_q35,0.05384078195981228,0.08220586289625398,0.11143934762302411,0.11536993664491668,0.06303667845392295,0.06649541195983785,0.04956807759288073,0.12881037453524868,0.04260791089916911,0.02814182887055336,0.2015089671265261,0.038461251428654,0.18453400264738543,0.12598834822234542,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.04589059550303452,0.19198345796980532,,0.025968537355430133,0.28423584301907734,0.038461251428654,0.18453400264738543,0.12598834822234542,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.04589059550303452,0.19198345796980532,,0.025968537355430133,0.28423584301907734,0.038461251428654,0.18453400264738543,0.15627648167212674,,,,0.042187881147226235,0.19198345796980532,,0.02279142154302604,0.28423584301907734 +mean_abs_pct_err_q40,0.0719217893742982,0.09494596139002137,0.11202601240141623,0.13185135616561908,0.06599838209404804,0.06879469092087337,0.053245559682726956,0.16218250623998987,0.04370379784749278,0.0289180044116688,0.2290845924240432,0.042476405076311174,0.18878791106290255,0.12831820464155935,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.04904272300861699,0.19427768426391287,,0.026434242680099397,0.28423584301907734,0.042476405076311174,0.18878791106290255,0.12831820464155935,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.04904272300861699,0.19427768426391287,,0.026434242680099397,0.28423584301907734,0.042476405076311174,0.18878791106290255,0.15627648167212674,,,,0.044839886334507036,0.19427768426391287,,0.023798715111086378,0.28423584301907734 +mean_abs_pct_err_q45,0.10692144591236781,0.10902819763623224,0.11791434004444493,0.14833277568632147,0.06896008573417312,0.07109396988190889,0.06648860305789824,0.1660078195357781,0.04479968479581645,0.034019051753727436,0.2566602177215603,0.046184578568125925,0.19351294216587703,0.1306480610607733,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.05219485051419946,0.19657191055802042,,0.02689994800476866,0.28423584301907734,0.046184578568125925,0.19351294216587703,0.1306480610607733,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.05219485051419946,0.19657191055802042,,0.02689994800476866,0.28423584301907734,0.046184578568125925,0.19351294216587703,0.15627648167212674,,,,0.04746665925582576,0.19657191055802042,,0.024806008679146712,0.28423584301907734 +mean_abs_pct_err_q50,0.11085268284463201,0.12713244055998005,0.12380266768747364,0.16481419520702384,0.0719217893742982,0.0733932488429444,0.09248572814683632,0.16983313283156629,0.04589557174414011,0.03912009909578607,0.28423584301907734,0.049322193779903344,0.19886613685212795,0.13297791747998727,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.055346978019781924,0.19886613685212795,,0.027365653329437925,0.28423584301907734,0.049322193779903344,0.19886613685212795,0.13297791747998727,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.055346978019781924,0.19886613685212795,,0.027365653329437925,0.28423584301907734,0.049322193779903344,0.19886613685212795,0.15627648167212674,,,,0.05009343217714448,0.19886613685212795,,0.025813302247207046,0.28423584301907734 +mean_abs_pct_err_q55,0.12312149172118009,0.14557015639173806,0.12969099533050235,0.18129561472772623,0.08052037396897208,0.08016465551862989,0.11848285323577445,0.18052592435166787,0.04699145869246378,0.04422114643784471,0.29626225710985427,0.05353954274781836,0.20421933153837887,0.1353077738992012,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.07763022809601458,0.20116036314623548,,0.027831358654107186,0.28423584301907734,0.05353954274781836,0.20421933153837887,0.1353077738992012,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.07763022809601458,0.20116036314623548,,0.027831358654107186,0.28423584301907734,0.05353954274781836,0.20421933153837887,0.15627648167212674,,,,0.0527202050984632,0.20116036314623548,,0.028164191400476678,0.28423584301907734 +mean_abs_pct_err_q60,0.12962447827389073,0.16371263155830515,0.13557932297353106,0.1977770342484286,0.0891189585636459,0.08693606219431538,0.13485038875577948,0.19121871587176947,0.04808734564078744,0.049322193779903344,0.3082886712006312,0.07707992812700828,0.2220580148698046,0.13763763031841514,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.09991347817224717,0.203454589440343,,0.02829706397877645,0.28423584301907734,0.07707992812700828,0.2220580148698046,0.13763763031841514,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.09991347817224717,0.203454589440343,,0.02829706397877645,0.28423584301907734,0.07707992812700828,0.2220580148698046,0.15627648167212674,,,,0.055346978019781924,0.203454589440343,,0.030515080553746306,0.28423584301907734 +mean_abs_pct_err_q65,0.13981582744430282,0.174910490279294,0.13981582744430282,0.214258453769131,0.09771754315831976,0.09370746887000087,0.1439957320990848,0.1924011250031063,0.04918323258911111,0.0853800588148182,0.32031508529140806,0.11167386578645208,0.2492608146851114,0.1399674867376291,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.12219672824847988,0.20574881573445056,,0.028762769303445714,0.28423584301907734,0.11167386578645208,0.2492608146851114,0.1399674867376291,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.12219672824847988,0.20574881573445056,,0.028762769303445714,0.28423584301907734,0.11167386578645208,0.2492608146851114,0.15627648167212674,,,,0.08646394270120825,0.20574881573445056,,0.03286596970701594,0.28423584301907734 +mean_abs_pct_err_q70,0.1541396857699763,0.190003313467336,0.14405233191507458,0.23073987328983336,0.10631612775299361,0.10047887554568635,0.15314107544239014,0.1935835341344431,0.05590943196671315,0.12143792384973304,0.332341499382185,0.1256354532766821,0.2764636145004182,0.14229734315684306,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.13966254996820998,0.22157896619279843,,0.030958423348492248,0.28423584301907734,0.1256354532766821,0.2764636145004182,0.14229734315684306,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.13966254996820998,0.22157896619279843,,0.030958423348492248,0.28423584301907734,0.1256354532766821,0.2764636145004182,0.15627648167212674,,,,0.11758090738263456,0.22157896619279843,,0.03521685886028556,0.28423584301907734 +mean_abs_pct_err_q75,0.15614586892492868,0.19681604005895392,0.14828883638584633,0.24722129281053576,0.11491471234766745,0.10725028222137184,0.16176923219887268,0.20004854598346475,0.06545078755895445,0.15749578888464788,0.3443679134729619,0.14295047997300875,0.2955839798678199,0.14462719957605702,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.15471965750968897,0.24417707873326663,,0.034019051753727436,0.28423584301907734,0.14295047997300875,0.2955839798678199,0.14462719957605702,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.15471965750968897,0.24417707873326663,,0.034019051753727436,0.28423584301907734,0.14295047997300875,0.2955839798678199,0.15627648167212674,,,,0.14869787206406088,0.24417707873326663,,0.0375677480135552,0.28423584301907734 +mean_abs_pct_err_q80,0.15790763532103672,0.2119698878089666,0.1525253408566181,0.26370271233123815,0.12351329694234131,0.11402168889705733,0.17019051432062615,0.2065135578324864,0.07499214315119576,0.19355365391956272,0.36718431253977174,0.15660271240190876,0.3114713714560596,0.14695705599527095,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.16977676505116795,0.26677519127373484,,0.037079680158962625,0.28423584301907734,0.15660271240190876,0.3114713714560596,0.14695705599527095,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.16977676505116795,0.26677519127373484,,0.037079680158962625,0.28423584301907734,0.15660271240190876,0.3114713714560596,0.15627648167212674,,,,0.1798148367454872,0.26677519127373484,,0.039918637166824825,0.28423584301907734 +mean_abs_pct_err_q85,0.1805530743070882,0.2808044229244544,0.15346312606049525,0.2801841318519405,0.13211188153701514,0.12079309557274281,0.17861179644237957,0.21106049947955324,0.08453349874343699,0.19434960834910237,0.39000071160658145,0.15774451995614572,0.3273587630442992,0.14928691241448488,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.18149598815174792,0.2893733038142029,,0.04014030856419779,0.28423584301907734,0.15774451995614572,0.3273587630442992,0.14928691241448488,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.18149598815174792,0.2893733038142029,,0.04014030856419779,0.28423584301907734,0.15774451995614572,0.3273587630442992,0.15627648167212674,,,,0.18401771526113897,0.2893733038142029,,0.04226952632009445,0.28423584301907734 +mean_abs_pct_err_q90,0.188160720455727,0.33405024733172195,0.15440091126437241,0.29666555137264294,0.14071046613168903,0.1275645022484283,0.18485829096426937,0.2156074411266201,0.09407485433567829,0.195145562778642,0.41281711067339133,0.171051956175707,0.33789016572051556,0.15161676883369885,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.18653944237053005,0.31197141635467107,,0.04320093696943299,0.28423584301907734,0.171051956175707,0.33789016572051556,0.15161676883369885,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.18653944237053005,0.31197141635467107,,0.04320093696943299,0.28423584301907734,0.171051956175707,0.33789016572051556,0.15627648167212674,,,,0.1882205937767908,0.31197141635467107,,0.04462041547336409,0.28423584301907734 +mean_abs_pct_err_q95,0.19585817658596144,0.3526877366486814,0.15533869646824958,0.31314697089334526,0.14930905072636286,0.1343359089241138,0.19074232088618184,0.2863875412811137,0.10361620992791953,0.19594151720818165,0.43563350974020104,0.1848582909642693,0.34752890357806143,0.15394662525291278,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.19158289658931218,0.33456952889513913,,0.046261565374668155,0.28423584301907734,0.1848582909642693,0.34752890357806143,0.15394662525291278,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.19158289658931218,0.33456952889513913,,0.046261565374668155,0.28423584301907734,0.1848582909642693,0.34752890357806143,0.15627648167212674,,,,0.19242347229244255,0.33456952889513913,,0.04697130462663371,0.28423584301907734 +mean_abs_pct_err_q98,0.19668191122290782,0.40375748442645304,0.15590136759057588,0.32303582260576674,0.15446820148316717,0.13839875292952508,0.19427273883932933,0.32885560137381,0.10934102328326432,0.19641908986590542,0.44932334918028694,0.19191912687056434,0.35331214629258895,0.15534453910444115,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.19460896912058148,0.34812839641942006,,0.04809794241780927,0.28423584301907734,0.19191912687056434,0.35331214629258895,0.15534453910444115,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.19460896912058148,0.34812839641942006,,0.04809794241780927,0.28423584301907734,0.19191912687056434,0.35331214629258895,0.15627648167212674,,,,0.19494519940183364,0.34812839641942006,,0.04838183811859549,0.28423584301907734 +mean_abs_pct_err_q99,0.19670969143031455,0.4311036966167319,0.1560889246313513,0.3263321065099072,0.15618791840210194,0.13975303426466218,0.19544954482371185,0.34301162140470864,0.11124929440171256,0.19657828075181336,0.4538866289936489,0.19427273883932933,0.3552398938640981,0.15581051038828395,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1956176599643379,0.35264801892751363,,0.0487100680988563,0.28423584301907734,0.19427273883932933,0.3552398938640981,0.15581051038828395,0.3296283904140477,0.15790763532103672,0.14110731559979928,0.1956176599643379,0.35264801892751363,,0.0487100680988563,0.28423584301907734,0.19427273883932933,0.3552398938640981,0.15627648167212674,,,,0.195785775104964,0.35264801892751363,,0.048852015949249414,0.28423584301907734 +total_core_cooling_runtime_n,,29.0,,2.0,,3.0,,11.0,4.0,,6.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 +total_core_cooling_runtime_upper_bound_95_perc_conf,,129049.69777358731,,1973.181619748451,,141798.9990331115,,177379.6678184131,320172.91882325185,,2558.479914949386,,134056.59903780508,,1660.0,,152919.0,,167300.7993872021,,,2379.0,,134056.59903780508,,1660.0,,152919.0,,167300.7993872021,,,2379.0,,134056.59903780508,,,,,,167300.7993872021,,,2379.0 +total_core_cooling_runtime_mean,,89423.13793103448,,848.5,,94181.66666666667,,110299.45454545454,236115.0,,1745.5,,85210.375,,1660.0,,152919.0,,99970.75,,,2379.0,,85210.375,,1660.0,,152919.0,,99970.75,,,2379.0,,85210.375,,,,,,99970.75,,,2379.0 +total_core_cooling_runtime_lower_bound_95_perc_conf,,49796.57808848164,,-276.1816197484511,,46564.33430022184,,43219.241272496,152057.08117674815,,932.5200850506138,,36364.15096219492,,1660.0,,152919.0,,32640.700612797897,,,2379.0,,36364.15096219492,,1660.0,,152919.0,,32640.700612797897,,,2379.0,,36364.15096219492,,,,,,32640.700612797897,,,2379.0 +total_core_cooling_runtime_sem,,20217.63257273104,,573.8171529328832,,24294.557329818792,,34224.59860865232,42886.69327716932,,414.785670892544,,24921.542876431162,,0.0,,0.0,,34352.066013878626,,,0.0,,24921.542876431162,,0.0,,0.0,,34352.066013878626,,,0.0,,24921.542876431162,,,,,,34352.066013878626,,,0.0 +total_core_cooling_runtime_q1,,10.360000000000001,,53.230000000000004,,56869.96,,4279.5,160466.74000000002,,40.85,,1710.33,,1660.0,,152919.0,,52347.52999999999,,,2379.0,,1710.33,,1660.0,,152919.0,,52347.52999999999,,,2379.0,,1710.33,,,,,,52347.52999999999,,,2379.0 +total_core_cooling_runtime_q2.5,,25.900000000000002,,77.57499999999999,,57366.399999999994,,5850.75,162282.85000000003,,102.125,,1785.825,,1660.0,,152919.0,,52903.325000000004,,,2379.0,,1785.825,,1660.0,,152919.0,,52903.325000000004,,,2379.0,,1785.825,,,,,,52903.325000000004,,,2379.0 +total_core_cooling_runtime_q5,,349.0000000000001,,118.15,,58193.8,,8469.5,165309.7,,204.25,,1911.6499999999999,,1660.0,,152919.0,,53829.649999999994,,,2379.0,,1911.6499999999999,,1660.0,,152919.0,,53829.649999999994,,,2379.0,,1911.6499999999999,,,,,,53829.649999999994,,,2379.0 +total_core_cooling_runtime_q10,,1491.4000000000003,,199.3,,59848.600000000006,,13707.0,171363.40000000002,,408.5,,2163.3,,1660.0,,152919.0,,55682.299999999996,,,2379.0,,2163.3,,1660.0,,152919.0,,55682.299999999996,,,2379.0,,2163.3,,,,,,55682.299999999996,,,2379.0 +total_core_cooling_runtime_q15,,2048.4,,280.45,,61503.399999999994,,17553.5,177417.09999999998,,612.75,,4858.9000000000015,,1660.0,,152919.0,,57534.95,,,2379.0,,4858.9000000000015,,1660.0,,152919.0,,57534.95,,,2379.0,,4858.9000000000015,,,,,,57534.95,,,2379.0 +total_core_cooling_runtime_q20,,2364.2,,361.6,,63158.200000000004,,21400.0,183470.80000000002,,817.0,,22218.200000000004,,1660.0,,152919.0,,59387.6,,,2379.0,,22218.200000000004,,1660.0,,152919.0,,59387.6,,,2379.0,,22218.200000000004,,,,,,59387.6,,,2379.0 +total_core_cooling_runtime_q25,,2960.0,,442.75,,64813.0,,23217.0,189524.5,,1106.5,,39577.5,,1660.0,,152919.0,,61240.25,,,2379.0,,39577.5,,1660.0,,152919.0,,61240.25,,,2379.0,,39577.5,,,,,,61240.25,,,2379.0 +total_core_cooling_runtime_q30,,4172.800000000001,,523.9,,66467.8,,25034.0,195578.19999999998,,1396.0,,53212.1,,1660.0,,152919.0,,63092.9,,,2379.0,,53212.1,,1660.0,,152919.0,,63092.9,,,2379.0,,53212.1,,,,,,63092.9,,,2379.0 +total_core_cooling_runtime_q35,,9417.599999999995,,605.05,,68122.59999999999,,38505.5,199834.1,,1685.5,,57534.95,,1660.0,,152919.0,,64358.9,,,2379.0,,57534.95,,1660.0,,152919.0,,64358.9,,,2379.0,,57534.95,,,,,,64358.9,,,2379.0 +total_core_cooling_runtime_q40,,15245.60000000001,,686.2,,69777.40000000001,,51977.0,200494.4,,1975.0,,61857.8,,1660.0,,152919.0,,64451.6,,,2379.0,,61857.8,,1660.0,,152919.0,,64451.6,,,2379.0,,61857.8,,,,,,64451.6,,,2379.0 +total_core_cooling_runtime_q45,,23580.399999999998,,767.35,,71432.2,,58152.5,201154.7,,2066.75,,64420.7,,1660.0,,152919.0,,64544.3,,,2379.0,,64420.7,,1660.0,,152919.0,,64544.3,,,2379.0,,64420.7,,,,,,64544.3,,,2379.0 +total_core_cooling_runtime_q50,,51977.0,,848.5,,73087.0,,64328.0,201815.0,,2158.5,,64637.0,,1660.0,,152919.0,,64637.0,,,2379.0,,64637.0,,1660.0,,152919.0,,64637.0,,,2379.0,,64637.0,,,,,,64637.0,,,2379.0 +total_core_cooling_runtime_q55,,59654.60000000001,,929.6500000000001,,81070.2,,64637.0,202475.3,,2250.25,,64853.3,,1660.0,,152919.0,,64729.7,,,2379.0,,64853.3,,1660.0,,152919.0,,64729.7,,,2379.0,,64853.3,,,,,,64729.7,,,2379.0 +total_core_cooling_runtime_q60,,64822.4,,1010.8,,89053.4,,64946.0,203135.59999999998,,2342.0,,76925.20000000001,,1660.0,,152919.0,,64822.4,,,2379.0,,76925.20000000001,,1660.0,,152919.0,,64822.4,,,2379.0,,76925.20000000001,,,,,,64822.4,,,2379.0 +total_core_cooling_runtime_q65,,81373.39999999997,,1091.95,,97036.6,,89732.5,203795.9,,2351.25,,97888.79999999999,,1660.0,,152919.0,,64915.1,,,2379.0,,97888.79999999999,,1660.0,,152919.0,,64915.1,,,2379.0,,97888.79999999999,,,,,,64915.1,,,2379.0 +total_core_cooling_runtime_q70,,120712.79999999999,,1173.1,,105019.79999999999,,114519.0,221771.79999999993,,2360.5,,118852.39999999997,,1660.0,,152919.0,,80314.59999999995,,,2379.0,,118852.39999999997,,1660.0,,152919.0,,80314.59999999995,,,2379.0,,118852.39999999997,,,,,,80314.59999999995,,,2379.0 +total_core_cooling_runtime_q75,,152919.0,,1254.25,,113003.0,,166575.5,248405.5,,2369.75,,131861.25,,1660.0,,152919.0,,103367.5,,,2379.0,,131861.25,,1660.0,,152919.0,,103367.5,,,2379.0,,131861.25,,,,,,103367.5,,,2379.0 +total_core_cooling_runtime_q80,,175399.20000000007,,1335.4,,120986.2,,218632.0,275039.20000000007,,2379.0,,141688.2,,1660.0,,152919.0,,126420.40000000005,,,2379.0,,141688.2,,1660.0,,152919.0,,126420.40000000005,,,2379.0,,141688.2,,,,,,126420.40000000005,,,2379.0 +total_core_cooling_runtime_q85,,203135.59999999998,,1416.55,,128969.4,,261503.0,301672.89999999997,,2524.25,,151515.15,,1660.0,,152919.0,,149473.3,,,2379.0,,151515.15,,1660.0,,152919.0,,149473.3,,,2379.0,,151515.15,,,,,,149473.3,,,2379.0 +total_core_cooling_runtime_q90,,235780.39999999994,,1497.7,,136952.6,,304374.0,328306.60000000003,,2669.5,,172632.9,,1660.0,,152919.0,,172526.20000000004,,,2379.0,,172632.9,,1660.0,,152919.0,,172526.20000000004,,,2379.0,,172632.9,,,,,,172526.20000000004,,,2379.0 +total_core_cooling_runtime_q95,,320436.6,,1578.85,,144935.8,,317759.5,354940.29999999993,,2814.75,,195632.44999999995,,1660.0,,152919.0,,195579.09999999995,,,2379.0,,195632.44999999995,,1660.0,,152919.0,,195579.09999999995,,,2379.0,,195632.44999999995,,,,,,195579.09999999995,,,2379.0 +total_core_cooling_runtime_q98,,353333.7599999999,,1627.54,,149725.72,,325790.80000000005,370920.52,,2901.9,,209432.17999999996,,1660.0,,152919.0,,209410.84,,,2379.0,,209432.17999999996,,1660.0,,152919.0,,209410.84,,,2379.0,,209432.17999999996,,,,,,209410.84,,,2379.0 +total_core_cooling_runtime_q99,,367453.87999999995,,1643.77,,151322.36,,328467.9,376247.25999999995,,2930.95,,214032.09,,1660.0,,152919.0,,214021.41999999995,,,2379.0,,214032.09,,1660.0,,152919.0,,214021.41999999995,,,2379.0,,214032.09,,,,,,214021.41999999995,,,2379.0 +total_core_heating_runtime_n,26.0,,6.0,,3.0,,8.0,,,6.0,,15.0,,2.0,,1.0,,7.0,,,4.0,,15.0,,2.0,,1.0,,7.0,,,4.0,,15.0,,1.0,,0.0,,6.0,,,3.0, +total_core_heating_runtime_upper_bound_95_perc_conf,705895.3353674983,,1144301.9834996492,,670660.8588889218,,386287.74543945666,,,637633.7583036548,,451653.0602494946,,721789.2395860944,,256274.0,,404884.8599458041,,,592457.5413401714,,451653.0602494946,,721789.2395860944,,256274.0,,404884.8599458041,,,592457.5413401714,,451653.0602494946,,267797.0,,,,386392.8108939619,,,574918.0986734884, +total_core_heating_runtime_mean,570618.1153846154,,851092.1666666666,,469261.3333333333,,315698.5,,,524104.3333333333,,380290.93333333335,,458076.0,,256274.0,,334588.0,,,494637.75,,380290.93333333335,,458076.0,,256274.0,,334588.0,,,494637.75,,380290.93333333335,,267797.0,,,,315285.5,,,464186.6666666667, +total_core_heating_runtime_lower_bound_95_perc_conf,435340.8954017324,,557882.349833684,,267861.8077777449,,245109.25456054337,,,410574.9083630117,,308928.8064171721,,194362.76041390566,,256274.0,,264291.1400541959,,,396817.9586598286,,308928.8064171721,,194362.76041390566,,256274.0,,264291.1400541959,,,396817.9586598286,,308928.8064171721,,267797.0,,,,244178.18910603807,,,353455.23465984507, +total_core_heating_runtime_sem,69018.98978718517,,149596.84532295028,,102754.85997734104,,36014.921142579915,,,57923.17600526612,,36409.24842661291,,134547.57121739507,,0.0,,35865.74487030822,,,49908.056806209905,,36409.24842661291,,134547.57121739507,,0.0,,35865.74487030822,,,49908.056806209905,,36409.24842661291,,0.0,,,,36279.24025202139,,,56495.628574908995, +total_core_heating_runtime_q1,189844.5,,286824.9,,260340.62,,185256.3,,,332462.8,,209285.26,,271602.57999999996,,256274.0,,210058.26,,,334446.36,,209285.26,,271602.57999999996,,256274.0,,210058.26,,,334446.36,,209285.26,,267797.0,,,,209875.55,,,332683.24, +total_core_heating_runtime_q2.5,199403.25,,315366.75,,266440.55,,187932.75,,,337421.5,,209770.15,,277310.94999999995,,256274.0,,211702.65,,,342380.4,,209770.15,,277310.94999999995,,256274.0,,211702.65,,,342380.4,,209770.15,,267797.0,,,,211245.875,,,337972.6, +total_core_heating_runtime_q5,209539.25,,362936.5,,276607.1,,192393.5,,,345686.0,,210578.3,,286824.9,,256274.0,,214443.3,,,355603.80000000005,,210578.3,,286824.9,,256274.0,,214443.3,,,355603.80000000005,,210578.3,,267797.0,,,,213529.75,,,346788.2, +total_core_heating_runtime_q10,219252.0,,458076.0,,296940.2,,201315.0,,,362215.0,,217655.8,,305852.80000000005,,256274.0,,219924.6,,,382050.6,,217655.8,,305852.80000000005,,256274.0,,219924.6,,,382050.6,,217655.8,,267797.0,,,,218097.5,,,364419.4, +total_core_heating_runtime_q15,244912.75,,553215.5,,317273.3,,209875.55000000002,,,378744.0,,229590.30000000002,,324880.69999999995,,256274.0,,225405.9,,,408497.4,,229590.30000000002,,324880.69999999995,,256274.0,,225405.9,,,408497.4,,229590.30000000002,,267797.0,,,,222665.25,,,382050.6, +total_core_heating_runtime_q20,256274.0,,648355.0,,337606.4,,216270.4,,,395273.0,,246091.40000000002,,343908.6,,256274.0,,231947.6,,,434944.19999999995,,246091.40000000002,,343908.6,,256274.0,,231947.6,,,434944.19999999995,,246091.40000000002,,267797.0,,,,227233.0,,,399681.8, +total_core_heating_runtime_q25,283137.0,,673516.0,,357939.5,,222665.25,,,422822.0,,253540.0,,362936.5,,256274.0,,239019.5,,,461391.0,,253540.0,,362936.5,,256274.0,,239019.5,,,461391.0,,253540.0,,267797.0,,,,233126.25,,,417313.0, +total_core_heating_runtime_q30,353440.5,,698677.0,,378272.6,,229590.30000000002,,,450371.0,,258578.6,,381964.4,,256274.0,,246091.4,,,487837.8,,258578.6,,381964.4,,256274.0,,246091.4,,,487837.8,,258578.6,,267797.0,,,,239019.5,,,434944.19999999995, +total_core_heating_runtime_q35,387960.75,,723838.0,,398605.7,,237840.85,,,477920.0,,266644.69999999995,,400992.30000000005,,256274.0,,263497.79999999993,,,508092.25,,266644.69999999995,,400992.30000000005,,256274.0,,263497.79999999993,,,508092.25,,266644.69999999995,,267797.0,,,,244912.75,,,452575.4, +total_core_heating_runtime_q40,395273.0,,748999.0,,418938.8,,246091.40000000002,,,505469.0,,304613.00000000006,,420020.19999999995,,256274.0,,301573.20000000007,,,515962.0,,304613.00000000006,,420020.19999999995,,256274.0,,301573.20000000007,,,515962.0,,304613.00000000006,,267797.0,,,,250806.0,,,470206.6, +total_core_heating_runtime_q45,439312.0,,803448.25,,439271.9,,269843.7,,,518585.25,,343727.1,,439048.1,,256274.0,,339648.6,,,523831.75,,343727.1,,439048.1,,256274.0,,339648.6,,,523831.75,,343727.1,,267797.0,,,,282535.5,,,487837.80000000005, +total_core_heating_runtime_q50,455004.0,,857897.5,,459605.0,,314265.0,,,531701.5,,377724.0,,458076.0,,256274.0,,377724.0,,,531701.5,,377724.0,,458076.0,,256274.0,,377724.0,,,531701.5,,377724.0,,267797.0,,,,314265.0,,,505469.0, +total_core_heating_runtime_q55,494003.00000000006,,912346.75,,482835.0,,358686.30000000005,,,544817.75,,387278.30000000005,,477103.9,,256274.0,,381818.69999999995,,,539571.25,,387278.30000000005,,477103.9,,256274.0,,381818.69999999995,,,539571.25,,387278.30000000005,,267797.0,,,,345994.5,,,510715.5, +total_core_heating_runtime_q60,557934.0,,966796.0,,506065.0,,380453.80000000005,,,557934.0,,409069.80000000005,,496131.8,,256274.0,,385913.4,,,547441.0,,409069.80000000005,,496131.8,,256274.0,,385913.4,,,547441.0,,409069.80000000005,,267797.0,,,,377724.0,,,515962.0, +total_core_heating_runtime_q65,601582.0,,977912.75,,529295.0,,385230.95,,,564948.25,,437093.80000000005,,515159.7,,256274.0,,390008.1,,,555310.75,,437093.80000000005,,515159.7,,256274.0,,390008.1,,,555310.75,,437093.80000000005,,267797.0,,,,381136.25,,,521208.5, +total_core_heating_runtime_q70,670130.0,,989029.5,,552525.0,,390008.1,,,571962.5,,447445.39999999997,,534187.6,,256274.0,,400221.39999999997,,,560739.7,,447445.39999999997,,534187.6,,256274.0,,400221.39999999997,,,560739.7,,447445.39999999997,,267797.0,,,,384548.5,,,526455.0, +total_core_heating_runtime_q75,734725.5,,1000146.25,,575755.0,,402433.5,,,578976.75,,477936.0,,553215.5,,256274.0,,413494.0,,,564948.25,,477936.0,,553215.5,,256274.0,,413494.0,,,564948.25,,477936.0,,267797.0,,,,387960.75,,,531701.5, +total_core_heating_runtime_q80,770802.0,,1011263.0,,598985.0,,417918.2,,,585991.0,,515962.0000000001,,572243.4,,256274.0,,426766.6,,,569156.8,,515962.0000000001,,572243.4,,256274.0,,426766.6,,,569156.8,,515962.0000000001,,267797.0,,,,391373.0,,,536948.0, +total_core_heating_runtime_q85,972244.0,,1124283.0,,622215.0,,433402.89999999997,,,632193.75,,552687.5,,591271.3,,256274.0,,437093.80000000005,,,573365.35,,552687.5,,591271.3,,256274.0,,437093.80000000005,,,573365.35,,552687.5,,267797.0,,,,402433.5,,,542194.5, +total_core_heating_runtime_q90,999925.5,,1237303.0,,645445.0,,440051.39999999997,,,678396.5,,574768.2,,610299.2,,256274.0,,441530.2,,,577573.9,,574768.2,,610299.2,,256274.0,,441530.2,,,577573.9,,574768.2,,267797.0,,,,413494.0,,,547441.0, +total_core_heating_runtime_q95,1341561.5,,1350323.0,,668674.9999999999,,445227.2,,,724599.25,,604700.2,,629327.1,,256274.0,,445966.6,,,581782.45,,604700.2,,629327.1,,256274.0,,445966.6,,,581782.45,,604700.2,,267797.0,,,,424554.5,,,552687.5, +total_core_heating_runtime_q98,1457502.0,,1418135.0,,682613.0,,448332.68,,,752320.9,,630893.08,,640743.8400000001,,256274.0,,448628.44,,,584307.58,,630893.08,,640743.8400000001,,256274.0,,448628.44,,,584307.58,,630893.08,,267797.0,,,,431190.80000000005,,,555835.4, +total_core_heating_runtime_q99,1460422.5,,1440739.0000000002,,687259.0,,449367.83999999997,,,761561.4500000001,,639624.0399999999,,644549.4199999999,,256274.0,,449515.72,,,585149.29,,639624.0399999999,,644549.4199999999,,256274.0,,449515.72,,,585149.29,,639624.0399999999,,267797.0,,,,433402.89999999997,,,556884.7, +total_auxiliary_heating_core_day_runtime_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +total_auxiliary_heating_core_day_runtime_upper_bound_95_perc_conf,183831.6244260557,,439102.0,,144794.0,,131609.482353285,,,3865.198700533085,,93162.48158614643,,,,,,131609.482353285,,,3865.198700533085,,93162.48158614643,,,,,,131609.482353285,,,3865.198700533085,,93162.48158614643,,,,,,159885.45548271498,,,3865.198700533085, +total_auxiliary_heating_core_day_runtime_mean,93861.33333333333,,439102.0,,144794.0,,59306.0,,,2722.5,,40444.833333333336,,,,,,59306.0,,,2722.5,,40444.833333333336,,,,,,59306.0,,,2722.5,,40444.833333333336,,,,,,64091.0,,,2722.5, +total_auxiliary_heating_core_day_runtime_lower_bound_95_perc_conf,3891.042240610972,,439102.0,,144794.0,,-12997.482353285028,,,1579.8012994669155,,-12272.814919479752,,,,,,-12997.482353285028,,,1579.8012994669155,,-12272.814919479752,,,,,,-12997.482353285028,,,1579.8012994669155,,-12272.814919479752,,,,,,-31703.455482715,,,1579.8012994669155, +total_auxiliary_heating_core_day_runtime_sem,45903.20974118487,,0.0,,0.0,,36889.531812900525,,,583.0095410883084,,26896.75931265974,,,,,,36889.531812900525,,,583.0095410883084,,26896.75931265974,,,,,,36889.531812900525,,,583.0095410883084,,26896.75931265974,,,,,,48874.72218505867,,,583.0095410883084, +total_auxiliary_heating_core_day_runtime_q1,229.12,,439102.0,,144794.0,,335.82,,,1914.49,,174.7,,,,,,335.82,,,1914.49,,174.7,,,,,,335.82,,,1914.49,,174.7,,,,,,251.88,,,1914.49, +total_auxiliary_heating_core_day_runtime_q2.5,446.8,,439102.0,,144794.0,,713.5500000000002,,,1939.225,,310.75,,,,,,713.5500000000002,,,1939.225,,310.75,,,,,,713.5500000000002,,,1939.225,,310.75,,,,,,503.70000000000005,,,1939.225, +total_auxiliary_heating_core_day_runtime_q5,809.6,,439102.0,,144794.0,,1343.1000000000004,,,1980.4499999999998,,537.5,,,,,,1343.1000000000004,,,1980.4499999999998,,537.5,,,,,,1343.1000000000004,,,1980.4499999999998,,537.5,,,,,,923.4000000000001,,,1980.4499999999998, +total_auxiliary_heating_core_day_runtime_q10,1535.2,,439102.0,,144794.0,,2602.2000000000007,,,2062.9,,991.0,,,,,,2602.2000000000007,,,2062.9,,991.0,,,,,,2602.2000000000007,,,2062.9,,991.0,,,,,,1762.8000000000002,,,2062.9, +total_auxiliary_heating_core_day_runtime_q15,2227.8,,439102.0,,144794.0,,3861.2999999999993,,,2145.35,,1444.5,,,,,,3861.2999999999993,,,2145.35,,1444.5,,,,,,3861.2999999999993,,,2145.35,,1444.5,,,,,,2602.2000000000003,,,2145.35, +total_auxiliary_heating_core_day_runtime_q20,2887.4,,439102.0,,144794.0,,5120.4000000000015,,,2227.8,,1898.0,,,,,,5120.4000000000015,,,2227.8,,1898.0,,,,,,5120.4000000000015,,,2227.8,,1898.0,,,,,,3441.6000000000004,,,2227.8, +total_auxiliary_heating_core_day_runtime_q25,3547.0,,439102.0,,144794.0,,6379.5,,,2310.25,,2310.25,,,,,,6379.5,,,2310.25,,2310.25,,,,,,6379.5,,,2310.25,,2310.25,,,,,,4281.0,,,2310.25, +total_auxiliary_heating_core_day_runtime_q30,5519.4,,439102.0,,144794.0,,7638.5999999999985,,,2392.7,,2722.5,,,,,,7638.5999999999985,,,2392.7,,2722.5,,,,,,7638.5999999999985,,,2392.7,,2722.5,,,,,,5120.400000000001,,,2392.7, +total_auxiliary_heating_core_day_runtime_q35,7491.799999999999,,439102.0,,144794.0,,10301.649999999994,,,2475.1499999999996,,3134.75,,,,,,10301.649999999994,,,2475.1499999999996,,3134.75,,,,,,10301.649999999994,,,2475.1499999999996,,3134.75,,,,,,5959.799999999999,,,2475.1499999999996, +total_auxiliary_heating_core_day_runtime_q40,10419.800000000003,,439102.0,,144794.0,,15772.600000000006,,,2557.6000000000004,,3547.0,,,,,,15772.600000000006,,,2557.6000000000004,,3547.0,,,,,,15772.600000000006,,,2557.6000000000004,,3547.0,,,,,,6799.200000000001,,,2557.6000000000004, +total_auxiliary_heating_core_day_runtime_q45,14303.4,,439102.0,,144794.0,,21243.550000000003,,,2640.05,,4779.75,,,,,,21243.550000000003,,,2640.05,,4779.75,,,,,,21243.550000000003,,,2640.05,,4779.75,,,,,,7638.599999999999,,,2640.05, +total_auxiliary_heating_core_day_runtime_q50,18187.0,,439102.0,,144794.0,,26714.5,,,2722.5,,6012.5,,,,,,26714.5,,,2722.5,,6012.5,,,,,,26714.5,,,2722.5,,6012.5,,,,,,8478.0,,,2722.5, +total_auxiliary_heating_core_day_runtime_q55,28892.60000000001,,439102.0,,144794.0,,32185.450000000004,,,2804.95,,7245.25,,,,,,32185.450000000004,,,2804.95,,7245.25,,,,,,32185.450000000004,,,2804.95,,7245.25,,,,,,26001.300000000017,,,2804.95, +total_auxiliary_heating_core_day_runtime_q60,39598.2,,439102.0,,144794.0,,37656.399999999994,,,2887.3999999999996,,8478.0,,,,,,37656.399999999994,,,2887.3999999999996,,8478.0,,,,,,37656.399999999994,,,2887.3999999999996,,8478.0,,,,,,43524.59999999999,,,2887.3999999999996, +total_auxiliary_heating_core_day_runtime_q65,64919.60000000002,,439102.0,,144794.0,,43127.350000000006,,,2969.8500000000004,,17596.25,,,,,,43127.350000000006,,,2969.8500000000004,,17596.25,,,,,,43127.350000000006,,,2969.8500000000004,,17596.25,,,,,,61047.90000000001,,,2969.8500000000004, +total_auxiliary_heating_core_day_runtime_q70,104856.79999999996,,439102.0,,144794.0,,58826.99999999995,,,3052.2999999999997,,26714.5,,,,,,58826.99999999995,,,3052.2999999999997,,26714.5,,,,,,58826.99999999995,,,3052.2999999999997,,26714.5,,,,,,78571.19999999998,,,3052.2999999999997, +total_auxiliary_heating_core_day_runtime_q75,144794.0,,439102.0,,144794.0,,79641.0,,,3134.75,,35832.75,,,,,,79641.0,,,3134.75,,35832.75,,,,,,79641.0,,,3134.75,,35832.75,,,,,,96094.5,,,3134.75, +total_auxiliary_heating_core_day_runtime_q80,160360.80000000002,,439102.0,,144794.0,,100455.00000000006,,,3217.2000000000003,,44951.0,,,,,,100455.00000000006,,,3217.2000000000003,,44951.0,,,,,,100455.00000000006,,,3217.2000000000003,,44951.0,,,,,,113617.80000000002,,,3217.2000000000003, +total_auxiliary_heating_core_day_runtime_q85,175927.59999999998,,439102.0,,144794.0,,121268.99999999999,,,3299.6499999999996,,79641.0,,,,,,121268.99999999999,,,3299.6499999999996,,79641.0,,,,,,121268.99999999999,,,3299.6499999999996,,79641.0,,,,,,131141.1,,,3299.6499999999996, +total_auxiliary_heating_core_day_runtime_q90,234789.20000000004,,439102.0,,144794.0,,142083.00000000003,,,3382.1000000000004,,114331.0,,,,,,142083.00000000003,,,3382.1000000000004,,114331.0,,,,,,142083.00000000003,,,3382.1000000000004,,114331.0,,,,,,148664.40000000002,,,3382.1000000000004, +total_auxiliary_heating_core_day_runtime_q95,336945.5999999999,,439102.0,,144794.0,,162896.99999999997,,,3464.5499999999997,,149021.0,,,,,,162896.99999999997,,,3464.5499999999997,,149021.0,,,,,,162896.99999999997,,,3464.5499999999997,,149021.0,,,,,,166187.69999999998,,,3464.5499999999997, +total_auxiliary_heating_core_day_runtime_q98,398239.43999999994,,439102.0,,144794.0,,175385.4,,,3514.02,,169835.00000000003,,,,,,175385.4,,,3514.02,,169835.00000000003,,,,,,175385.4,,,3514.02,,169835.00000000003,,,,,,176701.68,,,3514.02, +total_auxiliary_heating_core_day_runtime_q99,418670.72,,439102.0,,144794.0,,179548.19999999995,,,3530.5099999999998,,176773.00000000003,,,,,,179548.19999999995,,,3530.5099999999998,,176773.00000000003,,,,,,179548.19999999995,,,3530.5099999999998,,176773.00000000003,,,,,,180206.34,,,3530.5099999999998, +total_emergency_heating_core_day_runtime_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +total_emergency_heating_core_day_runtime_upper_bound_95_perc_conf,2875.6968495191086,,4487.0,,2104.0,,1930.0547905564497,,,3205.366640435656,,2353.5692486020353,,,,,,1930.0547905564497,,,3205.366640435656,,2353.5692486020353,,,,,,1930.0547905564497,,,3205.366640435656,,2353.5692486020353,,,,,,1623.7426768229266,,,3205.366640435656, +total_emergency_heating_core_day_runtime_mean,2280.8888888888887,,4487.0,,2104.0,,1653.25,,,2453.5,,1920.0,,,,,,1653.25,,,2453.5,,1920.0,,,,,,1653.25,,,2453.5,,1920.0,,,,,,1499.6666666666667,,,2453.5, +total_emergency_heating_core_day_runtime_lower_bound_95_perc_conf,1686.080928258669,,4487.0,,2104.0,,1376.4452094435503,,,1701.6333595643441,,1486.4307513979647,,,,,,1376.4452094435503,,,1701.6333595643441,,1486.4307513979647,,,,,,1376.4452094435503,,,1701.6333595643441,,1486.4307513979647,,,,,,1375.590656510407,,,1701.6333595643441, +total_emergency_heating_core_day_runtime_sem,303.47344930113246,,0.0,,0.0,,141.2269339573723,,,383.605428793702,,221.2088003071608,,,,,,141.2269339573723,,,383.605428793702,,221.2088003071608,,,,,,141.2269339573723,,,383.605428793702,,221.2088003071608,,,,,,63.3040868144183,,,383.605428793702, +total_emergency_heating_core_day_runtime_q1,1406.2,,4487.0,,2104.0,,1404.1999999999998,,,1921.85,,1405.0,,,,,,1404.1999999999998,,,1921.85,,1405.0,,,,,,1404.1999999999998,,,1921.85,,1405.0,,,,,,1403.8,,,1921.85, +total_emergency_heating_core_day_runtime_q2.5,1411.0,,4487.0,,2104.0,,1406.0,,,1938.125,,1408.0,,,,,,1406.0,,,1938.125,,1408.0,,,,,,1406.0,,,1938.125,,1408.0,,,,,,1405.0,,,1938.125, +total_emergency_heating_core_day_runtime_q5,1419.0,,4487.0,,2104.0,,1409.0,,,1965.2499999999998,,1413.0,,,,,,1409.0,,,1965.2499999999998,,1413.0,,,,,,1409.0,,,1965.2499999999998,,1413.0,,,,,,1407.0,,,1965.2499999999998, +total_emergency_heating_core_day_runtime_q10,1435.0,,4487.0,,2104.0,,1415.0,,,2019.5,,1423.0,,,,,,1415.0,,,2019.5,,1423.0,,,,,,1415.0,,,2019.5,,1423.0,,,,,,1411.0,,,2019.5, +total_emergency_heating_core_day_runtime_q15,1485.0,,4487.0,,2104.0,,1421.0,,,2073.75,,1433.0,,,,,,1421.0,,,2073.75,,1433.0,,,,,,1421.0,,,2073.75,,1433.0,,,,,,1415.0,,,2073.75, +total_emergency_heating_core_day_runtime_q20,1569.0,,4487.0,,2104.0,,1427.0,,,2128.0,,1443.0,,,,,,1427.0,,,2128.0,,1443.0,,,,,,1427.0,,,2128.0,,1443.0,,,,,,1419.0,,,2128.0, +total_emergency_heating_core_day_runtime_q25,1653.0,,4487.0,,2104.0,,1433.0,,,2182.25,,1495.5,,,,,,1433.0,,,2182.25,,1495.5,,,,,,1433.0,,,2182.25,,1495.5,,,,,,1423.0,,,2182.25, +total_emergency_heating_core_day_runtime_q30,1756.2,,4487.0,,2104.0,,1439.0,,,2236.5,,1548.0,,,,,,1439.0,,,2236.5,,1548.0,,,,,,1439.0,,,2236.5,,1548.0,,,,,,1427.0,,,2236.5, +total_emergency_heating_core_day_runtime_q35,1859.4,,4487.0,,2104.0,,1453.5,,,2290.75,,1600.5,,,,,,1453.5,,,2290.75,,1600.5,,,,,,1453.5,,,2290.75,,1600.5,,,,,,1431.0,,,2290.75, +total_emergency_heating_core_day_runtime_q40,1949.6000000000001,,4487.0,,2104.0,,1485.0,,,2345.0,,1653.0,,,,,,1485.0,,,2345.0,,1653.0,,,,,,1485.0,,,2345.0,,1653.0,,,,,,1435.0,,,2345.0, +total_emergency_heating_core_day_runtime_q45,2026.8,,4487.0,,2104.0,,1516.5,,,2399.25,,1717.5,,,,,,1516.5,,,2399.25,,1717.5,,,,,,1516.5,,,2399.25,,1717.5,,,,,,1439.0,,,2399.25, +total_emergency_heating_core_day_runtime_q50,2104.0,,4487.0,,2104.0,,1548.0,,,2453.5,,1782.0,,,,,,1548.0,,,2453.5,,1782.0,,,,,,1548.0,,,2453.5,,1782.0,,,,,,1443.0,,,2453.5, +total_emergency_heating_core_day_runtime_q55,2108.0,,4487.0,,2104.0,,1579.5,,,2507.75,,1846.5,,,,,,1579.5,,,2507.75,,1846.5,,,,,,1579.5,,,2507.75,,1846.5,,,,,,1464.0,,,2507.75, +total_emergency_heating_core_day_runtime_q60,2112.0,,4487.0,,2104.0,,1611.0,,,2562.0,,1911.0,,,,,,1611.0,,,2562.0,,1911.0,,,,,,1611.0,,,2562.0,,1911.0,,,,,,1485.0,,,2562.0, +total_emergency_heating_core_day_runtime_q65,2174.6,,4487.0,,2104.0,,1642.5,,,2616.25,,1961.75,,,,,,1642.5,,,2616.25,,1961.75,,,,,,1642.5,,,2616.25,,1961.75,,,,,,1506.0,,,2616.25, +total_emergency_heating_core_day_runtime_q70,2295.7999999999997,,4487.0,,2104.0,,1699.0999999999997,,,2670.5,,2012.5,,,,,,1699.0999999999997,,,2670.5,,2012.5,,,,,,1699.0999999999997,,,2670.5,,2012.5,,,,,,1527.0,,,2670.5, +total_emergency_heating_core_day_runtime_q75,2417.0,,4487.0,,2104.0,,1768.25,,,2724.75,,2063.25,,,,,,1768.25,,,2724.75,,2063.25,,,,,,1768.25,,,2724.75,,2063.25,,,,,,1548.0,,,2724.75, +total_emergency_heating_core_day_runtime_q80,2648.6000000000004,,4487.0,,2104.0,,1837.4,,,2779.0,,2114.0,,,,,,1837.4,,,2779.0,,2114.0,,,,,,1837.4,,,2779.0,,2114.0,,,,,,1569.0,,,2779.0, +total_emergency_heating_core_day_runtime_q85,2880.2,,4487.0,,2104.0,,1906.5499999999997,,,2833.25,,2334.5,,,,,,1906.5499999999997,,,2833.25,,2334.5,,,,,,1906.5499999999997,,,2833.25,,2334.5,,,,,,1590.0,,,2833.25, +total_emergency_heating_core_day_runtime_q90,3294.2,,4487.0,,2104.0,,1975.7,,,2887.5,,2555.0,,,,,,1975.7,,,2887.5,,2555.0,,,,,,1975.7,,,2887.5,,2555.0,,,,,,1611.0,,,2887.5, +total_emergency_heating_core_day_runtime_q95,3890.5999999999995,,4487.0,,2104.0,,2044.8499999999997,,,2941.75,,2775.5,,,,,,2044.8499999999997,,,2941.75,,2775.5,,,,,,2044.8499999999997,,,2941.75,,2775.5,,,,,,1632.0,,,2941.75, +total_emergency_heating_core_day_runtime_q98,4248.44,,4487.0,,2104.0,,2086.34,,,2974.3,,2907.8,,,,,,2086.34,,,2974.3,,2907.8,,,,,,2086.34,,,2974.3,,2907.8,,,,,,1644.6,,,2974.3, +total_emergency_heating_core_day_runtime_q99,4367.72,,4487.0,,2104.0,,2100.17,,,2985.15,,2951.9000000000005,,,,,,2100.17,,,2985.15,,2951.9000000000005,,,,,,2100.17,,,2985.15,,2951.9000000000005,,,,,,1648.8000000000002,,,2985.15, +daily_mean_core_cooling_runtime_n,,28.0,,2.0,,3.0,,11.0,4.0,,5.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,1.0,,1.0,,4.0,0.0,,1.0,,8.0,,0.0,,0.0,,4.0,0.0,,1.0 +daily_mean_core_cooling_runtime_upper_bound_95_perc_conf,,223.65426280523786,,134.3118303737669,,273.0440095564078,,275.4758659292643,362.8474529469675,,127.47469478790251,,240.56568742784947,,118.57142857142857,,258.74619289340103,,270.65349040338674,,,95.16,,240.56568742784947,,118.57142857142857,,258.74619289340103,,270.65349040338674,,,95.16,,240.56568742784947,,,,,,270.65349040338674,,,95.16 +daily_mean_core_cooling_runtime_mean,,188.58826160938673,,77.78571428571428,,219.62798521872128,,220.60113626863256,266.1881109423295,,112.45134865900384,,196.7422891631598,,118.57142857142857,,258.74619289340103,,226.05948575632073,,,95.16,,196.7422891631598,,118.57142857142857,,258.74619289340103,,226.05948575632073,,,95.16,,196.7422891631598,,,,,,226.05948575632073,,,95.16 +daily_mean_core_cooling_runtime_lower_bound_95_perc_conf,,153.5222604135356,,21.259598197661674,,166.21196088103477,,165.72640660800081,169.5287689376915,,97.42800253010518,,152.91889089847012,,118.57142857142857,,258.74619289340103,,181.4654811092547,,,95.16,,152.91889089847012,,118.57142857142857,,258.74619289340103,,181.4654811092547,,,95.16,,152.91889089847012,,,,,,181.4654811092547,,,95.16 +daily_mean_core_cooling_runtime_sem,,17.89081693665874,,28.839855146965615,,27.25307364167679,,27.997311051342724,49.31599081869286,,7.664972514744219,,22.358876665657988,,0.0,,0.0,,22.75204318727858,,,0.0,,22.358876665657988,,0.0,,0.0,,22.75204318727858,,,0.0,,22.358876665657988,,,,,,22.75204318727858,,,0.0 +daily_mean_core_cooling_runtime_q1,,45.5768085106383,,37.815714285714286,,155.0960885885886,,71.27771786651122,147.8575907667714,,95.3036,,96.79879999999999,,118.57142857142857,,258.74619289340103,,190.6058213348621,,,95.16,,96.79879999999999,,118.57142857142857,,258.74619289340103,,190.6058213348621,,,95.16,,96.79879999999999,,,,,,190.6058213348621,,,95.16 +daily_mean_core_cooling_runtime_q2.5,,58.442021276595746,,39.03928571428571,,157.90688813813813,,75.04535849606529,152.279099755873,,95.519,,99.25699999999999,,118.57142857142857,,258.74619289340103,,190.82833632835758,,,95.16,,99.25699999999999,,118.57142857142857,,258.74619289340103,,190.82833632835758,,,95.16,,99.25699999999999,,,,,,190.82833632835758,,,95.16 +daily_mean_core_cooling_runtime_q5,,75.72009456264776,,41.07857142857143,,162.59155405405406,,81.32475954532207,159.64828140437564,,95.878,,103.35399999999998,,118.57142857142857,,258.74619289340103,,191.19919465085002,,,95.16,,103.35399999999998,,118.57142857142857,,258.74619289340103,,191.19919465085002,,,95.16,,103.35399999999998,,,,,,191.19919465085002,,,95.16 +daily_mean_core_cooling_runtime_q10,,92.30896934116112,,45.15714285714286,,171.9608858858859,,93.88356164383562,174.38664470138093,,96.596,,111.54799999999999,,118.57142857142857,,258.74619289340103,,191.9409112958349,,,95.16,,111.54799999999999,,118.57142857142857,,258.74619289340103,,191.9409112958349,,,95.16,,111.54799999999999,,,,,,191.9409112958349,,,95.16 +daily_mean_core_cooling_runtime_q15,,95.3395,,49.23571428571428,,181.33021771771772,,121.89387663030104,189.12500799838625,,97.314,,122.1657310431504,,118.57142857142857,,258.74619289340103,,192.6826279408198,,,95.16,,122.1657310431504,,118.57142857142857,,258.74619289340103,,192.6826279408198,,,95.16,,122.1657310431504,,,,,,192.6826279408198,,,95.16 +daily_mean_core_cooling_runtime_q20,,100.07758620689656,,53.31428571428572,,190.69954954954954,,149.90419161676647,203.86337129539152,,98.032,,147.3258483452032,,118.57142857142857,,258.74619289340103,,193.4243445858047,,,95.16,,147.3258483452032,,118.57142857142857,,258.74619289340103,,193.4243445858047,,,95.16,,147.3258483452032,,,,,,193.4243445858047,,,95.16 +daily_mean_core_cooling_runtime_q25,,114.44581280788178,,57.39285714285714,,200.0688813813814,,170.18083481131578,218.6017345923968,,98.75,,172.48596564725597,,118.57142857142857,,258.74619289340103,,194.16606123078958,,,95.16,,172.48596564725597,,118.57142857142857,,258.74619289340103,,194.16606123078958,,,95.16,,172.48596564725597,,,,,,194.16606123078958,,,95.16 +daily_mean_core_cooling_runtime_q30,,126.89403794037939,,61.47142857142857,,209.4382132132132,,190.4574780058651,233.34009788940213,,99.41379310344827,,190.95195576918837,,118.57142857142857,,258.74619289340103,,194.90777787577449,,,95.16,,190.95195576918837,,118.57142857142857,,258.74619289340103,,194.90777787577449,,,95.16,,190.95195576918837,,,,,,194.90777787577449,,,95.16 +daily_mean_core_cooling_runtime_q35,,132.8361111111111,,65.55,,218.80754504504503,,192.92986682248142,243.85256349487577,,100.07758620689654,,192.6826279408198,,118.57142857142857,,258.74619289340103,,196.38933349259437,,,95.16,,192.6826279408198,,118.57142857142857,,258.74619289340103,,196.38933349259437,,,95.16,,192.6826279408198,,,,,,196.38933349259437,,,95.16 +daily_mean_core_cooling_runtime_q40,,143.1612678192296,,69.62857142857143,,228.1768768768769,,195.40225563909775,245.91323371728618,,100.74137931034483,,194.41330011245122,,118.57142857142857,,258.74619289340103,,199.35056705308423,,,95.16,,194.41330011245122,,118.57142857142857,,258.74619289340103,,199.35056705308423,,,95.16,,194.41330011245122,,,,,,199.35056705308423,,,95.16 +daily_mean_core_cooling_runtime_q45,,150.40189620758483,,73.70714285714286,,237.54620870870872,,197.70112781954887,247.97390393969653,,101.40517241379311,,195.67532961550796,,118.57142857142857,,258.74619289340103,,202.31180061357406,,,95.16,,195.67532961550796,,118.57142857142857,,258.74619289340103,,202.31180061357406,,,95.16,,195.67532961550796,,,,,,202.31180061357406,,,95.16 +daily_mean_core_cooling_runtime_q50,,171.83985011404366,,77.78571428571428,,246.91554054054055,,200.0,250.03457416210694,,102.06896551724138,,196.3125022271318,,118.57142857142857,,258.74619289340103,,205.27303417406392,,,95.16,,196.3125022271318,,118.57142857142857,,258.74619289340103,,205.27303417406392,,,95.16,,196.3125022271318,,,,,,205.27303417406392,,,95.16 +daily_mean_core_cooling_runtime_q55,,194.66053899411287,,81.86428571428573,,248.0986057758266,,207.57190635451505,252.09524438451731,,107.67739463601532,,196.94967483875567,,118.57142857142857,,258.74619289340103,,208.23426773455378,,,95.16,,196.94967483875567,,118.57142857142857,,258.74619289340103,,208.23426773455378,,,95.16,,196.94967483875567,,,,,,208.23426773455378,,,95.16 +daily_mean_core_cooling_runtime_q60,,197.77819905213272,,85.94285714285714,,249.28167101111262,,215.1438127090301,254.15591460692772,,113.28582375478928,,200.80696159393872,,118.57142857142857,,258.74619289340103,,211.19550129504364,,,95.16,,200.80696159393872,,118.57142857142857,,258.74619289340103,,211.19550129504364,,,95.16,,200.80696159393872,,,,,,211.19550129504364,,,95.16 +daily_mean_core_cooling_runtime_q65,,208.32909698996656,,90.02142857142857,,250.46473624639867,,259.18910469016,256.2165848293381,,118.89425287356322,,207.0793339567912,,118.57142857142857,,258.74619289340103,,214.15673485553347,,,95.16,,207.0793339567912,,118.57142857142857,,258.74619289340103,,214.15673485553347,,,95.16,,207.0793339567912,,,,,,214.15673485553347,,,95.16 +daily_mean_core_cooling_runtime_q70,,240.36348734956806,,94.1,,251.64780148168472,,303.23439667128986,273.19046514690075,,124.50268199233717,,213.35170631964365,,118.57142857142857,,258.74619289340103,,223.95287110525604,,,95.16,,213.35170631964365,,118.57142857142857,,258.74619289340103,,223.95287110525604,,,95.16,,213.35170631964365,,,,,,223.95287110525604,,,95.16 +daily_mean_core_cooling_runtime_q75,,249.41252413127415,,98.17857142857143,,252.83086671697077,,310.1453233356449,297.6209505120396,,130.11111111111111,,226.04440775512285,,118.57142857142857,,258.74619289340103,,237.16645869959507,,,95.16,,226.04440775512285,,118.57142857142857,,258.74619289340103,,237.16645869959507,,,95.16,,226.04440775512285,,,,,,237.16645869959507,,,95.16 +daily_mean_core_cooling_runtime_q80,,258.0091056974306,,102.25714285714287,,254.01393195225683,,317.05625,322.0514358771785,,131.32222222222222,,241.30524081965268,,118.57142857142857,,258.74619289340103,,250.38004629393402,,,95.16,,241.30524081965268,,118.57142857142857,,258.74619289340103,,250.38004629393402,,,95.16,,241.30524081965268,,,,,,250.38004629393402,,,95.16 +daily_mean_core_cooling_runtime_q85,,301.0099864823954,,106.33571428571427,,255.19699718754288,,320.7363402974504,346.4819212423173,,132.53333333333333,,256.5660738841825,,118.57142857142857,,258.74619289340103,,263.59363388827296,,,95.16,,256.5660738841825,,118.57142857142857,,258.74619289340103,,263.59363388827296,,,95.16,,256.5660738841825,,,,,,263.59363388827296,,,95.16 +daily_mean_core_cooling_runtime_q90,,319.26430417847024,,110.41428571428571,,256.3800624228289,,324.4164305949009,370.91240660745615,,133.74444444444444,,272.09265402676766,,118.57142857142857,,258.74619289340103,,276.8072214826119,,,95.16,,272.09265402676766,,118.57142857142857,,258.74619289340103,,276.8072214826119,,,95.16,,272.09265402676766,,,,,,276.8072214826119,,,95.16 +daily_mean_core_cooling_runtime_q95,,352.9720577160017,,114.49285714285715,,257.563127658115,,346.38229761113234,395.34289197259494,,134.95555555555555,,287.66352534902876,,118.57142857142857,,258.74619289340103,,290.02080907695085,,,95.16,,287.66352534902876,,118.57142857142857,,258.74619289340103,,290.02080907695085,,,95.16,,287.66352534902876,,,,,,290.02080907695085,,,95.16 +daily_mean_core_cooling_runtime_q98,,392.00376247413396,,116.94,,258.2729667992866,,359.56181782087117,410.0011831916782,,135.6822222222222,,297.0060481423854,,118.57142857142857,,258.74619289340103,,297.94896163355423,,,95.16,,297.0060481423854,,118.57142857142857,,258.74619289340103,,297.94896163355423,,,95.16,,297.0060481423854,,,,,,297.94896163355423,,,95.16 +daily_mean_core_cooling_runtime_q99,,405.8885699059339,,117.75571428571429,,258.5095798463438,,363.9549912241175,414.887280264706,,135.92444444444445,,300.1202224068377,,118.57142857142857,,258.74619289340103,,300.59167915242205,,,95.16,,300.1202224068377,,118.57142857142857,,258.74619289340103,,300.59167915242205,,,95.16,,300.1202224068377,,,,,,300.59167915242205,,,95.16 +daily_mean_core_heating_runtime_n,26.0,,6.0,,3.0,,8.0,,,6.0,,15.0,,2.0,,1.0,,7.0,,,4.0,,15.0,,2.0,,1.0,,7.0,,,4.0,,15.0,,1.0,,0.0,,6.0,,,3.0, +daily_mean_core_heating_runtime_upper_bound_95_perc_conf,668.0878742878078,,972.9109653376903,,756.3053234819345,,523.7911569419157,,,496.2899361271436,,511.4962563693091,,723.216940724908,,438.07521367521366,,548.4950449064993,,,487.9146466030139,,511.4962563693091,,723.216940724908,,438.07521367521366,,548.4950449064993,,,487.9146466030139,,511.4962563693091,,686.6589743589743,,,,527.569561172854,,,451.94652467935924, +daily_mean_core_heating_runtime_mean,572.2713120585388,,822.0573321120409,,601.3973785477119,,426.16347924425764,,,431.4076697419949,,445.9376040477507,,591.9318644801007,,438.07521367521366,,455.80406481993134,,,417.13819167588275,,445.9376040477507,,591.9318644801007,,438.07521367521366,,455.80406481993134,,,417.13819167588275,,445.9376040477507,,686.6589743589743,,,,431.9480490275086,,,386.92053517500716, +daily_mean_core_heating_runtime_lower_bound_95_perc_conf,476.45474982926976,,671.2036988863914,,446.48943361348944,,328.5358015465996,,,366.52540335684614,,380.3789517261923,,460.64678823529334,,438.07521367521366,,363.1130847333634,,,346.3617367487516,,380.3789517261923,,460.64678823529334,,438.07521367521366,,363.1130847333634,,,346.3617367487516,,380.3789517261923,,686.6589743589743,,,,336.3265368821632,,,321.8945456706551, +daily_mean_core_heating_runtime_sem,48.88600113738216,,76.96613940084156,,79.03466578276658,,49.81003964166226,,,33.10319713527996,,33.44829200079511,,66.98218175755477,,0.0,,47.291316370697935,,,36.11043618731183,,33.44829200079511,,66.98218175755477,,0.0,,47.291316370697935,,,36.11043618731183,,33.44829200079511,,0.0,,,,48.786485788441524,,,33.17652525732249, +daily_mean_core_heating_runtime_q1,210.62776828198173,,506.6774655891143,,441.17448359525775,,222.24969456726515,,,312.3954688336009,,216.58749390398782,,499.09929679880446,,438.07521367521366,,270.4457035745423,,,312.218309000584,,216.58749390398782,,499.09929679880446,,438.07521367521366,,270.4457035745423,,,312.218309000584,,216.58749390398782,,686.6589743589743,,,,270.3187314734089,,,311.26490023597825, +daily_mean_core_heating_runtime_q2.5,214.6535742482614,,520.8865320709453,,445.8233884753239,,227.60516609635124,,,316.95154802385173,,229.5528883032766,,501.94111009517064,,438.07521367521366,,271.5884524847428,,,316.5086484413095,,229.5528883032766,,501.94111009517064,,438.07521367521366,,271.5884524847428,,,316.5086484413095,,229.5528883032766,,686.6589743589743,,,,271.27102223190934,,,314.1251265297953, +daily_mean_core_heating_runtime_q5,231.43050290284134,,544.5683095406638,,453.57156327543424,,236.5309519781614,,,324.54501334093663,,251.16187896875795,,506.6774655891143,,438.07521367521366,,273.4930340017437,,,323.65921417585196,,251.16187896875795,,506.6774655891143,,438.07521367521366,,273.4930340017437,,,323.65921417585196,,251.16187896875795,,686.6589743589743,,,,272.8581734960767,,,318.89217035282365, +daily_mean_core_heating_runtime_q10,276.0324760244115,,591.9318644801007,,469.0679128756548,,254.3825237417817,,,339.73194397510633,,274.7627550130776,,516.1501765770017,,438.07521367521366,,277.3021970357454,,,337.960345644937,,274.7627550130776,,516.1501765770017,,438.07521367521366,,277.3021970357454,,,337.960345644937,,274.7627550130776,,686.6589743589743,,,,276.0324760244115,,,328.4262579988803, +daily_mean_core_heating_runtime_q15,302.6138323003455,,639.2954194195374,,484.56426247587535,,270.3187314734089,,,354.918874609276,,285.0787812436497,,525.6228875648891,,438.07521367521366,,281.1113600697472,,,352.261477114022,,285.0787812436497,,525.6228875648891,,438.07521367521366,,281.1113600697472,,,352.261477114022,,285.0787812436497,,686.6589743589743,,,,279.2067785527463,,,337.960345644937, +daily_mean_core_heating_runtime_q20,370.1058052434457,,686.6589743589743,,500.06061207609594,,274.7627550130776,,,370.1058052434457,,303.9626823816298,,535.0955985527764,,438.07521367521366,,314.4685225436457,,,366.5626085831071,,303.9626823816298,,535.0955985527764,,438.07521367521366,,314.4685225436457,,,366.5626085831071,,303.9626823816298,,686.6589743589743,,,,282.3810810810811,,,347.4944332909937, +daily_mean_core_heating_runtime_q25,413.0430227943038,,719.3723633480505,,515.5569616763165,,279.2067785527463,,,378.7540937244177,,357.0285209370504,,544.5683095406638,,438.07521367521366,,362.59968473749245,,,380.8637400521921,,357.0285209370504,,544.5683095406638,,438.07521367521366,,362.59968473749245,,,380.8637400521921,,357.0285209370504,,686.6589743589743,,,,322.4903829092868,,,357.0285209370504, +daily_mean_core_heating_runtime_q30,440.44675103455876,,752.0857523371267,,531.0533112765371,,298.4248018123634,,,387.40238220538976,,411.37421006890986,,554.0410205285511,,438.07521367521366,,410.73084693133933,,,395.1648715212771,,411.37421006890986,,554.0410205285511,,438.07521367521366,,410.73084693133933,,,395.1648715212771,,411.37421006890986,,686.6589743589743,,,,362.59968473749245,,,366.5626085831071, +daily_mean_core_heating_runtime_q35,445.73299483666653,,784.7991413262027,,546.5496608767576,,354.5778243718513,,,396.0506706863618,,434.7375882244257,,563.5137315164386,,438.07521367521366,,447.7210915891455,,,406.7992393915132,,434.7375882244257,,563.5137315164386,,438.07521367521366,,447.7210915891455,,,406.7992393915132,,434.7375882244257,,686.6589743589743,,,,402.7089865656982,,,376.09669622916374, +daily_mean_core_heating_runtime_q40,491.84632034632034,,817.5125303152789,,562.0460104769782,,410.73084693133933,,,404.69895916733384,,440.9210585064278,,572.9864425043259,,438.07521367521366,,462.42950117487044,,,413.10008006405127,,440.9210585064278,,572.9864425043259,,438.07521367521366,,462.42950117487044,,,413.10008006405127,,440.9210585064278,,686.6589743589743,,,,442.81828839390386,,,385.63078387522046, +daily_mean_core_heating_runtime_q45,499.53583339278066,,830.6852528219677,,577.5423600771987,,450.1724931867663,,,415.20036028823057,,443.9841709710089,,582.4591534922133,,438.07521367521366,,477.1379107605954,,,419.4009207365893,,443.9841709710089,,582.4591534922133,,438.07521367521366,,477.1379107605954,,,419.4009207365893,,443.9841709710089,,686.6589743589743,,,,455.075296382008,,,395.1648715212772, +daily_mean_core_heating_runtime_q50,507.1601154729757,,843.8579753286565,,593.0387096774193,,467.33230437011207,,,425.7017614091273,,446.70456365092076,,591.9318644801007,,438.07521367521366,,491.84632034632034,,,425.7017614091273,,446.70456365092076,,591.9318644801007,,438.07521367521366,,491.84632034632034,,,425.7017614091273,,446.70456365092076,,686.6589743589743,,,,467.33230437011207,,,404.69895916733384, +daily_mean_core_heating_runtime_q55,539.2883751733721,,857.0306978353453,,611.0426599387276,,484.4921155534579,,,436.20316253002403,,478.30379333770054,,601.404575467988,,438.07521367521366,,496.2511451726568,,,432.0026020816654,,478.30379333770054,,601.404575467988,,438.07521367521366,,496.2511451726568,,,432.0026020816654,,478.30379333770054,,686.6589743589743,,,,479.58931235821626,,,408.8995196156925, +daily_mean_core_heating_runtime_q60,593.0387096774193,,870.2034203420342,,629.046610200036,,494.78287023054463,,,446.70456365092076,,493.989694048283,,610.8772864558754,,438.07521367521366,,500.6559699989932,,,438.3034427542034,,493.989694048283,,610.8772864558754,,438.07521367521366,,500.6559699989932,,,438.3034427542034,,493.989694048283,,686.6589743589743,,,,491.84632034632034,,,413.1000800640512, +daily_mean_core_heating_runtime_q65,598.557287600039,,907.4128368442693,,647.0505604613444,,499.9218325279371,,,461.97621303281795,,498.13718611784844,,620.3499974437627,,438.07521367521366,,505.0607948253297,,,444.6042834267414,,498.13718611784844,,620.3499974437627,,438.07521367521366,,505.0607948253297,,,444.6042834267414,,498.13718611784844,,686.6589743589743,,,,495.51700770160073,,,417.3006405124099, +daily_mean_core_heating_runtime_q70,642.7995669667212,,944.6222533465045,,665.0545107226527,,505.06079482532965,,,477.24786241471514,,504.6642067341989,,629.8227084316501,,438.07521367521366,,524.909188535666,,,452.8132234036796,,504.6642067341989,,629.8227084316501,,438.07521367521366,,524.909188535666,,,452.8132234036796,,504.6642067341989,,686.6589743589743,,,,499.1876950568811,,,421.5012009607686, +daily_mean_core_heating_runtime_q75,751.4734028076207,,981.8316698487397,,683.0584609839611,,529.504218227722,,,492.51951179661233,,507.1601154729757,,639.2954194195374,,438.07521367521366,,552.4793666880023,,,461.97621303281795,,507.1601154729757,,639.2954194195374,,438.07521367521366,,552.4793666880023,,,461.97621303281795,,507.1601154729757,,686.6589743589743,,,,502.8583824121615,,,425.7017614091273, +daily_mean_core_heating_runtime_q80,817.5125303152789,,1019.041086350975,,701.0624112452695,,561.6694260721144,,,507.7911611785095,,525.9188616645203,,648.7681304074249,,438.07521367521366,,580.0495448403386,,,471.13920266195623,,525.9188616645203,,648.7681304074249,,438.07521367521366,,580.0495448403386,,,471.13920266195623,,525.9188616645203,,686.6589743589743,,,,506.52906976744185,,,429.902321857486, +daily_mean_core_heating_runtime_q85,845.3586450939761,,1024.71162143917,,719.0663615065778,,593.8346339165066,,,518.2902325101304,,589.3658133655574,,658.2408413953121,,438.07521367521366,,598.4807132051533,,,480.30219229109457,,589.3658133655574,,658.2408413953121,,438.07521367521366,,598.4807132051533,,,480.30219229109457,,589.3658133655574,,686.6589743589743,,,,529.504218227722,,,434.1028823058447, +daily_mean_core_heating_runtime_q90,944.6222533465045,,1030.3821565273652,,737.0703117678862,,598.5828123983342,,,528.7893038417512,,598.7359611881059,,667.7135523831996,,438.07521367521366,,598.6338619949248,,,489.4651819202329,,598.7359611881059,,667.7135523831996,,438.07521367521366,,598.6338619949248,,,489.4651819202329,,598.7359611881059,,686.6589743589743,,,,552.4793666880023,,,438.3034427542034, +daily_mean_core_heating_runtime_q95,1036.0526916155602,,1036.0526916155602,,755.0742620291945,,598.7614859864012,,,539.2883751733721,,625.2558040098198,,677.186263371087,,438.07521367521366,,598.7870107846966,,,498.6281715493712,,625.2558040098198,,677.186263371087,,438.07521367521366,,598.7870107846966,,,498.6281715493712,,625.2558040098198,,686.6589743589743,,,,575.4545151482824,,,442.5040032025621, +daily_mean_core_heating_runtime_q98,1070.7332042609685,,1039.4550126684771,,765.8766321859796,,598.8686901392414,,,545.5878179723445,,662.0977062193125,,682.8698899638193,,438.07521367521366,,598.8789000585595,,,504.12596532685416,,662.0977062193125,,682.8698899638193,,438.07521367521366,,598.8789000585595,,,504.12596532685416,,662.0977062193125,,686.6589743589743,,,,589.2396042244507,,,445.02433947157726, +daily_mean_core_heating_runtime_q99,1085.238193039575,,1040.5891196861162,,769.4774222382412,,598.9044248568548,,,547.6876322386687,,674.3783402891434,,684.7644321613968,,438.07521367521366,,598.9095298165138,,,505.95856325268187,,674.3783402891434,,684.7644321613968,,438.07521367521366,,598.9095298165138,,,505.95856325268187,,674.3783402891434,,686.6589743589743,,,,593.8346339165066,,,445.86445156124904, +core_mean_indoor_temperature_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +core_mean_indoor_temperature_upper_bound_95_perc_conf,66.45833211617492,72.98119124561647,66.59075030661255,72.34795267858965,66.795749105521,74.67029711858436,66.71955636679529,73.41876019387465,74.12616907785842,66.78880638691372,71.47426202832798,66.7310217718871,73.56295931291069,67.10680219609411,72.05255863539446,66.77444514891846,74.58221723562633,66.88282923422041,73.64242326821962,,66.97257479862732,71.77541666666667,66.7310217718871,73.56295931291069,67.10680219609411,72.05255863539446,66.77444514891846,74.58221723562633,66.88282923422041,73.64242326821962,,66.97257479862732,71.77541666666667,66.7310217718871,73.56295931291069,67.0219017094017,,,,66.80571805202003,73.64242326821962,,66.72470044575539,71.77541666666667 +core_mean_indoor_temperature_mean,66.19876522456762,72.42525335141814,66.17596424261517,71.28714888291462,66.64144389712241,74.35370158161162,66.10577159763594,72.7343251134255,72.63304626495497,66.23393687840974,70.78821951671195,66.35557167911536,72.81920596222568,66.80191196349574,72.05255863539446,66.77444514891846,74.58221723562633,66.2568270997328,73.26702985322899,,66.20855099058114,71.77541666666667,66.35557167911536,72.81920596222568,66.80191196349574,72.05255863539446,66.77444514891846,74.58221723562633,66.2568270997328,73.26702985322899,,66.20855099058114,71.77541666666667,66.35557167911536,72.81920596222568,67.0219017094017,,,,66.12811726801756,73.26702985322899,,65.92803187984087,71.77541666666667 +core_mean_indoor_temperature_lower_bound_95_perc_conf,65.93919833296033,71.8693154572198,65.76117817861778,70.2263450872396,66.48713868872383,74.03710604463888,65.49198682847658,72.04989003297635,71.13992345205152,65.67906736990575,70.10217700509591,65.98012158634361,72.07545261154067,66.49702173089737,72.05255863539446,66.77444514891846,74.58221723562633,65.6308249652452,72.89163643823836,,65.44452718253497,71.77541666666667,65.98012158634361,72.07545261154067,66.49702173089737,72.05255863539446,66.77444514891846,74.58221723562633,65.6308249652452,72.89163643823836,,65.44452718253497,71.77541666666667,65.98012158634361,72.07545261154067,67.0219017094017,,,,65.4505164840151,72.89163643823836,,65.13136331392636,71.77541666666667 +core_mean_indoor_temperature_sem,0.13243208755474356,0.2836417827542525,0.21162554285580995,0.5412264263648119,0.07872714714213487,0.16152833519017146,0.3131554944690568,0.34920157165772575,0.7617973535221679,0.28309668801223575,0.35002168960001695,0.19155616978150472,0.3794659952474546,0.1555562411216168,0.0,0.0,0.0,0.3193888441263277,0.1915272525462382,,0.38980806532968093,0.0,0.19155616978150472,0.3794659952474546,0.1555562411216168,0.0,0.0,0.0,0.3193888441263277,0.1915272525462382,,0.38980806532968093,0.0,0.19155616978150472,0.3794659952474546,0.0,,,,0.34571468571554576,0.1915272525462382,,0.40646355403802037,0.0 +core_mean_indoor_temperature_q1,65.00042239979544,69.89781126510925,65.48807985713671,70.53704732548438,66.4588513762038,73.97090657901298,65.05397636384349,71.12871573386636,70.68888502840701,65.02583148177513,69.78816596931661,65.00457472803596,71.12434141156464,66.58632201250788,72.05255863539446,66.77444514891846,74.58221723562633,65.14894125522765,72.82588582256751,,65.01864454972767,71.77541666666667,65.00457472803596,71.12434141156464,66.58632201250788,72.05255863539446,66.77444514891846,74.58221723562633,65.14894125522765,72.82588582256751,,65.01864454972767,71.77541666666667,65.00457472803596,71.12434141156464,67.0219017094017,,,,65.14549889529108,72.82588582256751,,65.00724153495443,71.77541666666667 +core_mean_indoor_temperature_q2.5,65.02440274137672,70.0908823294398,65.50387873948046,70.56000961805877,66.46610711964257,73.98769015248745,65.06236628517176,71.15934644488864,70.75939845602423,65.08792544632594,69.81676908995816,65.034783561978,71.19784990810842,66.59292170488506,72.05255863539446,66.77444514891846,74.58221723562633,65.17992249465689,72.831770704474,,65.06995811620729,71.77541666666667,65.034783561978,71.19784990810842,66.59292170488506,72.05255863539446,66.77444514891846,74.58221723562633,65.17992249465689,72.831770704474,,65.06995811620729,71.77541666666667,65.034783561978,71.19784990810842,67.0219017094017,,,,65.17131659481544,72.831770704474,,65.04145057927417,71.77541666666667 +core_mean_indoor_temperature_q5,65.06835908612054,70.3423890303802,65.53021021005333,70.59828010568276,66.4782000253739,74.01566277494487,65.07634948738554,71.21039762992575,70.87692083538623,65.19141538724395,69.8644409576941,65.0851316185481,71.32036406901472,66.60392119218037,72.05255863539446,66.77444514891846,74.58221723562633,65.23155789370563,72.8415788409848,,65.15548072700665,71.77541666666667,65.0851316185481,71.32036406901472,66.60392119218037,72.05255863539446,66.77444514891846,74.58221723562633,65.23155789370563,72.8415788409848,,65.15548072700665,71.77541666666667,65.0851316185481,71.32036406901472,67.0219017094017,,,,65.21434609402272,72.8415788409848,,65.09846565314041,71.77541666666667 +core_mean_indoor_temperature_q10,65.30040509243726,70.52890546006067,65.58287315119911,70.67482108093076,66.50238583683651,74.07160801985972,65.10431589181312,71.3125,71.11196559411025,65.39839526907997,69.95978469316597,65.26598149307144,71.5653923908273,66.62592016677095,72.05255863539446,66.77444514891846,74.58221723562633,65.33482869180307,72.86119511400639,,65.32652594860537,71.77541666666667,65.26598149307144,71.5653923908273,66.62592016677095,72.05255863539446,66.77444514891846,74.58221723562633,65.33482869180307,72.86119511400639,,65.32652594860537,71.77541666666667,65.26598149307144,71.5653923908273,67.0219017094017,,,,65.30040509243726,72.86119511400639,,65.21249580087289,71.77541666666667 +core_mean_indoor_temperature_q15,65.47629122399725,70.66354906018921,65.63553609234489,70.75136205617873,66.52657164829913,74.12755326477456,65.14549889529108,71.44341093903819,71.34701035283426,65.60537515091599,70.05512842863784,65.49595742566994,71.78927376510306,66.64791914136156,72.05255863539446,66.77444514891846,74.58221723562633,65.43809948990054,72.88081138702798,,65.49757117020408,71.77541666666667,65.49595742566994,71.78927376510306,66.64791914136156,72.05255863539446,66.77444514891846,74.58221723562633,65.43809948990054,72.88081138702798,,65.49757117020408,71.77541666666667,65.49595742566994,71.78927376510306,67.0219017094017,,,,65.3864640908518,72.88081138702798,,65.32652594860537,71.77541666666667 +core_mean_indoor_temperature_q20,65.67164768622655,71.08851955226189,65.68819903349066,70.82790303142673,66.55075745976177,74.18349850968941,65.26598149307144,71.57432187807636,71.58205511155828,65.81235503275201,70.15047216410971,65.6599977804951,71.88627345415779,66.66991811595216,72.05255863539446,66.77444514891846,74.58221723562633,65.51939176207354,72.90042766004957,,65.6686163918028,71.77541666666667,65.6599977804951,71.88627345415779,66.66991811595216,72.05255863539446,66.77444514891846,74.58221723562633,65.51939176207354,72.90042766004957,,65.6686163918028,71.77541666666667,65.6599977804951,71.88627345415779,67.0219017094017,,,,65.47252308926635,72.90042766004957,,65.44055609633784,71.77541666666667 +core_mean_indoor_temperature_q25,65.69286588844358,71.26144881496288,65.79074447704363,70.90444400667471,66.57494327122438,74.23944375460425,65.3864640908518,71.82969208188292,71.8170998702823,65.89045052024719,70.24581589958159,65.9158017180175,71.98327314321251,66.69191709054274,72.05255863539446,66.77444514891846,74.58221723562633,65.58969477128431,72.92004393307116,,65.83966161340152,71.77541666666667,65.9158017180175,71.98327314321251,66.69191709054274,72.05255863539446,66.77444514891846,74.58221723562633,65.58969477128431,72.92004393307116,,65.83966161340152,71.77541666666667,65.9158017180175,71.98327314321251,67.0219017094017,,,,65.53110893027534,72.92004393307116,,65.55458624407032,71.77541666666667 +core_mean_indoor_temperature_q30,65.75961074302715,71.57876879535904,65.89328992059662,70.98098498192267,66.59912908268701,74.2953889995191,65.49595742566994,72.08506228568949,72.0521446290063,65.96854600774236,70.30304806850248,66.16445207625941,72.12949902865134,66.71391606513333,72.05255863539446,66.77444514891846,74.58221723562633,65.6599977804951,72.93966020609275,,66.01070683500024,71.77541666666667,66.16445207625941,72.12949902865134,66.71391606513333,72.05255863539446,66.77444514891846,74.58221723562633,65.6599977804951,72.93966020609275,,66.01070683500024,71.77541666666667,66.16445207625941,72.12949902865134,67.0219017094017,,,,65.58969477128431,72.93966020609275,,65.6686163918028,71.77541666666667 +core_mean_indoor_temperature_q35,65.91035713585887,71.68927257799672,65.9958353641496,71.05752595717067,66.62331489414964,74.35133424443396,65.57797760308253,72.17089240551037,72.23771438809612,66.04664149523754,70.36028023742338,66.30345490360284,72.39879040505039,66.73591503972395,72.05255863539446,66.77444514891846,74.58221723562633,65.76929135763845,72.98595931445743,,66.15224629116517,71.77541666666667,66.30345490360284,72.39879040505039,66.73591503972395,72.05255863539446,66.77444514891846,74.58221723562633,65.76929135763845,72.98595931445743,,66.15224629116517,71.77541666666667,66.30345490360284,72.39879040505039,67.0219017094017,,,,65.6482806122933,72.98595931445743,,65.78264653953528,71.77541666666667 +core_mean_indoor_temperature_q40,66.09838080770257,71.9971302416489,66.09838080770257,71.13406693241865,66.64750070561226,74.40727948934881,65.6599977804951,72.25672252533126,72.32433414791754,66.12473698273271,70.41751240634427,66.32799427814479,72.66808178144944,66.75791401431454,72.05255863539446,66.77444514891846,74.58221723562633,65.95656607064691,73.08562409350827,,66.23477421646257,71.77541666666667,66.32799427814479,72.66808178144944,66.75791401431454,72.05255863539446,66.77444514891846,74.58221723562633,65.95656607064691,73.08562409350827,,66.23477421646257,71.77541666666667,66.32799427814479,72.66808178144944,67.0219017094017,,,,65.7068664533023,73.08562409350827,,65.89667668726776,71.77541666666667 +core_mean_indoor_temperature_q45,66.14051134169922,72.0944507223154,66.12074421042661,71.21060790766664,66.67168651707487,74.46322473426365,65.80050380980653,72.53934254664722,72.41095390773896,66.26228352489503,70.47474457526516,66.3501093565244,72.8415788409848,66.77991298890514,72.05255863539446,66.77444514891846,74.58221723562633,66.14384078365539,73.1852888725591,,66.31730214175995,71.77541666666667,66.3501093565244,72.8415788409848,66.77991298890514,72.05255863539446,66.77444514891846,74.58221723562633,66.14384078365539,73.1852888725591,,66.31730214175995,71.77541666666667,66.3501093565244,72.8415788409848,67.0219017094017,,,,65.86292871414268,73.1852888725591,,66.01070683500024,71.77541666666667 +core_mean_indoor_temperature_q50,66.25557343448247,72.1782464990089,66.14310761315066,71.28714888291462,66.6958723285375,74.5191699791785,66.01899097498307,72.8219625679632,72.49757366756036,66.39983006705734,70.53197674418605,66.39442836286564,72.88735014470184,66.80191196349574,72.05255863539446,66.77444514891846,74.58221723562633,66.33111549666386,73.28495365160992,,66.39983006705734,71.77541666666667,66.39442836286564,72.88735014470184,66.80191196349574,72.05255863539446,66.77444514891846,74.58221723562633,66.33111549666386,73.28495365160992,,66.39983006705734,71.77541666666667,66.39442836286564,72.88735014470184,67.0219017094017,,,,66.01899097498307,73.28495365160992,,66.12473698273271,71.77541666666667 +core_mean_indoor_temperature_q55,66.32916473508944,72.24954031675492,66.16547101587472,71.3636898581626,66.70372961057559,74.52547470482328,66.23747814015962,72.88735014470184,72.58419342738176,66.53737660921966,70.74933960552947,66.52567406117252,72.93312144841889,66.82391093808633,72.05255863539446,66.77444514891846,74.58221723562633,66.3501093565244,73.38461843066077,,66.48235799235474,71.77541666666667,66.52567406117252,72.93312144841889,66.82391093808633,72.05255863539446,66.77444514891846,74.58221723562633,66.3501093565244,73.38461843066077,,66.48235799235474,71.77541666666667,66.52567406117252,72.93312144841889,67.0219017094017,,,,66.17505323582347,73.38461843066077,,66.17975559959764,71.77541666666667 +core_mean_indoor_temperature_q60,66.39442836286564,72.79343747383135,66.18783441859875,71.4402308334106,66.7115868926137,74.53177943046806,66.3437780699042,72.95273772144049,72.67081318720318,66.67492315138198,70.96670246687289,66.61912259110665,73.08562409350827,66.84590991267693,72.05255863539446,66.77444514891846,74.58221723562633,66.36910321638493,73.4842832097116,,66.56488591765212,71.77541666666667,66.61912259110665,73.08562409350827,66.84590991267693,72.05255863539446,66.77444514891846,74.58221723562633,66.36910321638493,73.4842832097116,,66.56488591765212,71.77541666666667,66.61912259110665,73.08562409350827,67.0219017094017,,,,66.33111549666386,73.4842832097116,,66.23477421646257,71.77541666666667 +core_mean_indoor_temperature_q65,66.48599121483089,72.8938889023757,66.2863563683465,71.51677180865858,66.7194441746518,74.53808415611284,66.36593757307483,73.25086852585045,72.7574329470246,66.69545793238194,71.18406532821629,66.68487535113562,73.31817524462687,66.86790888726752,72.05255863539446,66.77444514891846,74.58221723562633,66.38809707624546,73.58394798876243,,66.6474138429495,71.77541666666667,66.68487535113562,73.31817524462687,66.86790888726752,72.05255863539446,66.77444514891846,74.58221723562633,66.38809707624546,73.58394798876243,,66.6474138429495,71.77541666666667,66.68487535113562,73.31817524462687,67.0219017094017,,,,66.3469437132143,73.58394798876243,,66.2897928333275,71.77541666666667 +core_mean_indoor_temperature_q70,66.62842268448587,73.48937316937842,66.38487831809425,71.59331278390655,66.72730145668989,74.54438888175763,66.38809707624546,73.54899933026041,72.99719174507224,66.71599271338192,71.40142818955971,66.75454074941116,73.55072639574549,66.88990786185812,72.05255863539446,66.77444514891846,74.58221723562633,66.52135990829734,73.62307757777474,,66.71244166852397,71.77541666666667,66.75454074941116,73.55072639574549,66.88990786185812,72.05255863539446,66.77444514891846,74.58221723562633,66.52135990829734,73.62307757777474,,66.71244166852397,71.77541666666667,66.75454074941116,73.55072639574549,67.0219017094017,,,,66.36277192976475,73.62307757777474,,66.34481145019242,71.77541666666667 +core_mean_indoor_temperature_q75,66.69063503424861,73.63193957176776,66.48340026784201,71.66985375915453,66.73515873872799,74.55069360740242,66.55309279465527,73.58308445601989,73.31352006223302,66.73652749438189,71.61879105090313,66.89817342916008,73.63193957176776,66.91190683644872,72.05255863539446,66.77444514891846,74.58221723562633,66.71175722644492,73.63193957176776,,66.76871944423698,71.77541666666667,66.89817342916008,73.63193957176776,66.91190683644872,72.05255863539446,66.77444514891846,74.58221723562633,66.71175722644492,73.63193957176776,,66.76871944423698,71.77541666666667,66.89817342916008,73.63193957176776,67.0219017094017,,,,66.3786001463152,73.63193957176776,,66.39983006705734,71.77541666666667 +core_mean_indoor_temperature_q80,66.75706227538186,73.84633033471115,66.58192221758976,71.74639473440253,66.74301602076608,74.5569983330472,66.77522299916077,73.61716958177938,73.6298483793938,66.75706227538186,71.65011617405584,67.0233385855262,73.65261755775147,66.93390581103931,72.05255863539446,66.77444514891846,74.58221723562633,66.90215454459248,73.64080156576077,,66.82499721994996,71.77541666666667,67.0233385855262,73.65261755775147,66.93390581103931,72.05255863539446,66.77444514891846,74.58221723562633,66.90215454459248,73.64080156576077,,66.82499721994996,71.77541666666667,67.0233385855262,73.65261755775147,67.0219017094017,,,,66.39442836286564,73.64080156576077,,66.45484868392228,71.77541666666667 +core_mean_indoor_temperature_q85,66.83630928903926,74.47093846270839,66.69191709054274,71.82293570965051,66.75087330280418,74.56330305869199,66.99735320366626,73.64670956175613,73.94617669655457,66.83032378723688,71.68144129720855,67.02836765196194,73.67329554373518,66.95590478562991,72.05255863539446,66.77444514891846,74.58221723562633,67.09972579206168,73.6496635597538,,66.88127499566295,71.77541666666667,67.02836765196194,73.67329554373518,66.95590478562991,72.05255863539446,66.77444514891846,74.58221723562633,67.09972579206168,73.6496635597538,,66.88127499566295,71.77541666666667,67.02836765196194,73.67329554373518,67.0219017094017,,,,66.72969204974899,73.6496635597538,,66.50986730078719,71.77541666666667 +core_mean_indoor_temperature_q90,67.02549389971296,74.53808415611284,66.80191196349574,71.89947668489849,66.75873058484227,74.56960778433677,67.24100519613664,73.67624954173286,74.26250501371536,66.9035852990919,71.71276642036125,67.04169942969085,73.9480398499009,66.97790376022051,72.05255863539446,66.77444514891846,74.58221723562633,67.31164489817412,73.65852555374681,,66.93755277137596,71.77541666666667,67.04169942969085,73.9480398499009,66.97790376022051,72.05255863539446,66.77444514891846,74.58221723562633,67.31164489817412,73.65852555374681,,66.93755277137596,71.77541666666667,67.04169942969085,73.9480398499009,67.0219017094017,,,,67.06495573663233,73.65852555374681,,66.56488591765212,71.77541666666667 +core_mean_indoor_temperature_q95,67.04485276460751,74.7856311036932,66.91190683644872,71.97601766014647,66.76658786688036,74.57591250998155,67.48824415326784,74.3999025486442,74.57883333087612,66.97684681094692,71.74409154351396,67.25572075908107,74.26512854276362,66.99990273481112,72.05255863539446,66.77444514891846,74.58221723562633,67.52356400428658,73.66738754773984,,66.99383054708895,71.77541666666667,67.25572075908107,74.26512854276362,66.99990273481112,72.05255863539446,66.77444514891846,74.58221723562633,67.52356400428658,73.66738754773984,,66.99383054708895,71.77541666666667,67.25572075908107,74.26512854276362,67.0219017094017,,,,67.40021942351568,73.66738754773984,,66.61990453451705,71.77541666666667 +core_mean_indoor_temperature_q98,67.39279571660049,75.00022284549549,66.97790376022051,72.02194224529528,66.77130223610322,74.57969534536842,67.63658752754655,74.83409435279101,74.7686303211726,67.02080371805994,71.76288661740558,67.54357816987185,74.45538175848125,67.01310211956546,72.05255863539446,66.77444514891846,74.58221723562633,67.65071546795406,73.67270474413566,,67.02759721251675,71.77541666666667,67.54357816987185,74.45538175848125,67.01310211956546,72.05255863539446,66.77444514891846,74.58221723562633,67.65071546795406,73.67270474413566,,67.02759721251675,71.77541666666667,67.54357816987185,74.45538175848125,67.0219017094017,,,,67.60137763564569,73.67270474413566,,66.65291570463602,71.77541666666667 +core_mean_indoor_temperature_q99,67.56413941349976,75.06188920052551,66.99990273481112,72.03725044034486,66.77287369251084,74.58095629049738,67.68603531897278,74.97882495417329,74.83189598460476,67.03545602043094,71.76915164203614,67.63953064013545,74.51879949705379,67.01750191448359,72.05255863539446,66.77444514891846,74.58221723562633,67.69309928917654,73.67447714293426,,67.03885276765935,71.77541666666667,67.63953064013545,74.51879949705379,67.01750191448359,72.05255863539446,66.77444514891846,74.58221723562633,67.69309928917654,73.67447714293426,,67.03885276765935,71.77541666666667,67.63953064013545,74.51879949705379,67.0219017094017,,,,67.66843037302236,73.67447714293426,,66.663919428009,71.77541666666667 +core_mean_outdoor_temperature_n,26.0,28.0,6.0,2.0,3.0,3.0,8.0,11.0,4.0,6.0,5.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,2.0,1.0,1.0,1.0,7.0,4.0,0.0,4.0,1.0,15.0,8.0,1.0,0.0,0.0,0.0,6.0,4.0,0.0,3.0,1.0 +core_mean_outdoor_temperature_upper_bound_95_perc_conf,53.65018651009617,78.01125078693039,46.272734295390876,76.90432036372182,54.512422446648245,79.64143560506918,58.68981499367917,79.90336103526907,80.49092154074634,57.69421474920995,74.13717973564815,56.26459711343037,77.29174155792415,50.54871654630986,76.83229892857142,54.09270125240436,77.9752591818887,58.09320908633284,78.4867703492348,,56.843960195313855,74.50577510000001,56.26459711343037,77.29174155792415,50.54871654630986,76.83229892857142,54.09270125240436,77.9752591818887,58.09320908633284,78.4867703492348,,56.843960195313855,74.50577510000001,56.26459711343037,77.29174155792415,36.67280905866011,,,,58.9709648189269,78.4867703492348,,56.03686225017234,74.50577510000001 +core_mean_outdoor_temperature_mean,50.45783833321032,76.82130564647885,42.364402084576234,76.6456807142857,50.03979720846049,78.73490699852954,55.15193134401586,77.88805478435744,78.75717468847847,55.59509019079619,73.19074489126436,53.16917660430993,75.39894955416716,42.48853358128558,76.83229892857142,54.09270125240436,77.9752591818887,54.3839359586555,75.59487145647637,,54.420830347468126,74.50577510000001,53.16917660430993,75.39894955416716,42.48853358128558,76.83229892857142,54.09270125240436,77.9752591818887,54.3839359586555,75.59487145647637,,54.420830347468126,74.50577510000001,53.16917660430993,75.39894955416716,36.67280905866011,,,,55.74806034846171,75.59487145647637,,53.5237120382475,74.50577510000001 +core_mean_outdoor_temperature_lower_bound_95_perc_conf,47.26549015632447,75.6313605060273,38.45606987376159,76.38704106484958,45.56717197027274,77.8283783919899,51.61404769435254,75.8727485334458,77.0234278362106,53.495965632382436,72.24431004688057,50.073756095189495,73.50615755041017,34.4283506162613,76.83229892857142,54.09270125240436,77.9752591818887,50.67466283097816,72.70297256371794,,51.9977004996224,74.50577510000001,50.073756095189495,73.50615755041017,34.4283506162613,76.83229892857142,54.09270125240436,77.9752591818887,50.67466283097816,72.70297256371794,,51.9977004996224,74.50577510000001,50.073756095189495,73.50615755041017,36.67280905866011,,,,52.525155877996525,72.70297256371794,,51.010561826322665,74.50577510000001 +core_mean_outdoor_temperature_sem,1.62874906983972,0.6071148675773181,1.994047046334002,0.1319590048143487,2.2819516521366086,0.462514595173282,1.8050426783996514,1.028217474954914,0.8845647205448284,1.07098191755804,0.48287492060397014,1.579296178122673,0.9657102059984692,4.112338247461366,0.0,0.0,0.0,1.892486289631298,1.4754586187543008,,1.2362907386968016,0.0,1.579296178122673,0.9657102059984692,4.112338247461366,0.0,0.0,0.0,1.892486289631298,1.4754586187543008,,1.2362907386968016,0.0,1.579296178122673,0.9657102059984692,0.0,,,,1.6443390155434636,1.4754586187543008,,1.28221949588002,0.0 +core_mean_outdoor_temperature_q1,29.89315620399973,71.43780476968234,35.20306591963739,76.46279486428571,44.81302400500144,77.98349059077492,46.489007188976814,72.98793130050198,76.10601290328857,50.685838421849844,71.46192456999998,38.006502337222244,71.60020952466861,36.78912354911262,76.83229892857142,54.09270125240436,77.9752591818887,46.44760467909701,72.95984484500009,,50.609341861356505,74.50577510000001,38.006502337222244,71.60020952466861,36.78912354911262,76.83229892857142,54.09270125240436,77.9752591818887,46.44760467909701,72.95984484500009,,50.609341861356505,74.50577510000001,38.006502337222244,71.60020952466861,36.67280905866011,,,,50.50423205792774,72.95984484500009,,50.57109358110983,74.50577510000001 +core_mean_outdoor_temperature_q2.5,32.509433610791646,71.4716320492059,35.31909827271813,76.46839341071428,45.01304407884438,77.99583770410426,46.92373354271471,73.04811656229175,76.21339864026679,50.972700523699885,71.53193155,40.00704225506544,71.75235771621401,36.96359528479138,76.83229892857142,54.09270125240436,77.9752591818887,46.82022726801521,72.97790042353702,,50.78145912246653,74.50577510000001,40.00704225506544,71.75235771621401,36.96359528479138,76.83229892857142,54.09270125240436,77.9752591818887,46.82022726801521,72.97790042353702,,50.78145912246653,74.50577510000001,40.00704225506544,71.75235771621401,36.67280905866011,,,,50.7514192331221,72.97790042353702,,50.685838421849844,74.50577510000001 +core_mean_outdoor_temperature_q5,35.5124855278527,71.8779179955316,35.5124855278527,76.47772432142858,45.34641086858262,78.01641622631982,47.6482774656112,73.14842533194137,76.39237486856382,51.45080402678329,71.64860985,43.341275451470786,72.00593803545634,37.254381510922656,76.83229892857142,54.09270125240436,77.9752591818887,47.441264916212205,73.0079930544319,,51.06832122431656,74.50577510000001,43.341275451470786,72.00593803545634,37.254381510922656,76.83229892857142,54.09270125240436,77.9752591818887,47.441264916212205,73.0079930544319,,51.06832122431656,74.50577510000001,43.341275451470786,72.00593803545634,36.67280905866011,,,,51.16339785844603,73.0079930544319,,50.87707982308321,74.50577510000001 +core_mean_outdoor_temperature_q10,39.712703465263765,72.83807632984949,35.89926003812184,76.49638614285715,46.01314444805911,78.05757327075095,49.09736531140418,73.3490428712406,76.75032732515787,52.40701103295008,71.88196645,47.04121701345535,72.513098673941,37.835953963185204,76.83229892857142,54.09270125240436,77.9752591818887,48.68334021260618,73.06817831622168,,51.642045428016644,74.50577510000001,47.04121701345535,72.513098673941,37.835953963185204,76.83229892857142,54.09270125240436,77.9752591818887,48.68334021260618,73.06817831622168,,51.642045428016644,74.50577510000001,47.04121701345535,72.513098673941,36.67280905866011,,,,51.98735510909389,73.06817831622168,,51.25956262554993,74.50577510000001 +core_mean_outdoor_temperature_q15,44.11266583174755,73.36524926216133,36.28603454839097,76.51504796428571,46.67987802753559,78.09873031518205,50.504232057927744,74.45829874100951,77.10827978175192,53.36321803911687,72.11532305,48.50777635429976,72.96786954657206,38.417526415447746,76.83229892857142,54.09270125240436,77.9752591818887,49.92541550900017,73.12836357801145,,52.215769631716725,74.50577510000001,48.50777635429976,72.96786954657206,38.417526415447746,76.83229892857142,54.09270125240436,77.9752591818887,49.92541550900017,73.12836357801145,,52.215769631716725,74.50577510000001,48.50777635429976,72.96786954657206,36.67280905866011,,,,52.81131235974175,73.12836357801145,,51.642045428016644,74.50577510000001 +core_mean_outdoor_temperature_q20,44.679677289106145,73.71489808045978,36.67280905866011,76.53370978571428,47.34661160701208,78.13988735961318,51.65777220883474,75.56755461077844,77.46623223834598,54.31942504528367,72.34867965,49.932404107020744,73.10830182408152,38.9990988677103,76.83229892857142,54.09270125240436,77.9752591818887,50.99860640831646,73.18854883980121,,52.78949383541679,74.50577510000001,49.932404107020744,73.10830182408152,38.9990988677103,76.83229892857142,54.09270125240436,77.9752591818887,50.99860640831646,73.18854883980121,,52.78949383541679,74.50577510000001,49.932404107020744,73.10830182408152,36.67280905866011,,,,53.635269610389614,73.18854883980121,,52.02452823048336,74.50577510000001 +core_mean_outdoor_temperature_q25,45.23672369651977,74.14058340447154,38.19275626196193,76.55237160714285,48.01334518648855,78.1810444040443,52.81131235974175,75.64196239644276,77.82418469494003,54.67884729617334,72.58203625,50.417018814207324,73.24873410159098,39.58067131997284,76.83229892857142,54.09270125240436,77.9752591818887,51.98735510909389,73.24873410159098,,53.36321803911687,74.50577510000001,50.417018814207324,73.24873410159098,39.58067131997284,76.83229892857142,54.09270125240436,77.9752591818887,51.98735510909389,73.24873410159098,,53.36321803911687,74.50577510000001,50.417018814207324,73.24873410159098,36.67280905866011,,,,53.664335457792205,73.24873410159098,,52.40701103295008,74.50577510000001 +core_mean_outdoor_temperature_q30,46.307162176583276,74.61195305107785,39.712703465263765,76.57103342857143,48.680078765965035,78.22220144847543,53.64689594935066,75.71637018210708,78.18213715153409,55.038269547063,72.80026313793104,51.12273153857112,73.46471609411654,40.162243772235385,76.83229892857142,54.09270125240436,77.9752591818887,52.97610380987132,73.30891936338075,,53.936942242816954,74.50577510000001,51.12273153857112,73.46471609411654,40.162243772235385,76.83229892857142,54.09270125240436,77.9752591818887,52.97610380987132,73.30891936338075,,53.936942242816954,74.50577510000001,51.12273153857112,73.46471609411654,36.67280905866011,,,,53.69340130519481,73.30891936338075,,52.789493835416806,74.50577510000001 +core_mean_outdoor_temperature_q35,47.83197726127037,75.63452161787633,41.2326506685656,76.58969525,49.34681234544151,78.26335849290653,53.68758813571429,76.2061504335193,78.49427481241781,55.39769179795267,73.01849002586208,53.321202351412296,73.86957237418233,40.743816224497934,76.83229892857142,54.09270125240436,77.9752591818887,53.64689594935065,73.46740923678392,,54.391309495461606,74.50577510000001,53.321202351412296,73.86957237418233,40.743816224497934,76.83229892857142,54.09270125240436,77.9752591818887,53.64689594935065,73.46740923678392,,54.391309495461606,74.50577510000001,53.321202351412296,73.86957237418233,36.67280905866011,,,,53.7224671525974,73.46740923678392,,53.17197663788352,74.50577510000001 +core_mean_outdoor_temperature_q40,50.33944060779817,75.97081196599723,42.75259787186742,76.60835707142857,50.013545924918006,78.30451553733766,53.72828032207792,76.6959306849315,78.7147828818809,55.75711404884233,73.23671691379312,53.70502764415585,74.27442865424813,41.32538867676048,76.83229892857142,54.09270125240436,77.9752591818887,53.681774966233775,73.82250833341391,,54.606962845995405,74.50577510000001,53.70502764415585,74.27442865424813,41.32538867676048,76.83229892857142,54.09270125240436,77.9752591818887,53.681774966233775,73.82250833341391,,54.606962845995405,74.50577510000001,53.70502764415585,74.27442865424813,36.67280905866011,,,,53.751533,73.82250833341391,,53.554459440350236,74.50577510000001 +core_mean_outdoor_temperature_q45,50.70770103643011,76.49459272773973,43.29342383442231,76.62701889285714,50.680279504394484,78.34567258176878,53.93010106861078,76.78321454807323,78.93529095134397,56.09588185541425,73.45494380172414,53.85388347572131,74.68736436231606,41.90696112902303,76.83229892857142,54.09270125240436,77.9752591818887,53.716653983116885,74.17760743004388,,54.8226161965292,74.50577510000001,53.85388347572131,74.68736436231606,41.90696112902303,76.83229892857142,54.09270125240436,77.9752591818887,53.716653983116885,74.17760743004388,,54.8226161965292,74.50577510000001,53.85388347572131,74.68736436231606,36.67280905866011,,,,54.04914644768465,74.17760743004388,,53.936942242816954,74.50577510000001 +core_mean_outdoor_temperature_q50,52.49114134713029,76.76411480675145,43.83424979697719,76.6456807142857,51.34701308387096,78.3868296261999,54.34675989536929,76.87049841121495,79.15579902080705,56.43464966198616,73.67317068965518,54.09270125240436,75.11107264105354,42.48853358128558,76.83229892857142,54.09270125240436,77.9752591818887,53.751533,74.53270652667385,,55.038269547063,74.50577510000001,54.09270125240436,75.11107264105354,42.48853358128558,76.83229892857142,54.09270125240436,77.9752591818887,53.751533,74.53270652667385,,55.038269547063,74.50577510000001,54.09270125240436,75.11107264105354,36.67280905866011,,,,54.34675989536929,74.53270652667385,,54.31942504528367,74.50577510000001 +core_mean_outdoor_temperature_q55,53.7224671525974,76.86476848881843,44.375075759532066,76.66434253571427,51.6215819007243,78.5324098823299,54.76341872212779,77.29749792901174,79.37630709027013,56.77341746855807,73.69403438505748,54.251407907419875,75.53478091979102,43.07010603354813,76.83229892857142,54.09270125240436,77.9752591818887,54.10866913722157,74.88780562330382,,55.2539228975968,74.50577510000001,54.251407907419875,75.53478091979102,43.07010603354813,76.83229892857142,54.09270125240436,77.9752591818887,54.10866913722157,74.88780562330382,,55.2539228975968,74.50577510000001,54.251407907419875,75.53478091979102,36.67280905866011,,,,54.64437334305393,74.88780562330382,,54.46319394563954,74.50577510000001 +core_mean_outdoor_temperature_q60,54.09270125240436,77.77464979382455,44.91590172208696,76.68300435714285,51.89615071757765,78.67799013845992,55.798168352185456,77.72449744680851,79.5968151597332,57.11218527512999,73.71489808045978,54.568449743465635,75.93955593139995,43.65167848581067,76.83229892857142,54.09270125240436,77.9752591818887,54.46580527444314,75.24290471993379,,55.4695762481306,74.50577510000001,54.568449743465635,75.93955593139995,43.65167848581067,76.83229892857142,54.09270125240436,77.9752591818887,54.46580527444314,75.24290471993379,,55.4695762481306,74.50577510000001,54.568449743465635,75.93955593139995,36.67280905866011,,,,54.941986790738575,75.24290471993379,,54.606962845995405,74.50577510000001 +core_mean_outdoor_temperature_q65,54.4750654816474,77.98284832561941,45.2907099749023,76.70166617857143,52.17071953443098,78.82357039458992,57.29648608471749,79.04538121336208,79.81732322919628,57.22471127025198,73.73576177586207,55.02349951654895,76.33013099266248,44.23325093807322,76.83229892857142,54.09270125240436,77.9752591818887,54.822941411664715,75.59800381656376,,55.6852295986644,74.50577510000001,55.02349951654895,76.33013099266248,44.23325093807322,76.83229892857142,54.09270125240436,77.9752591818887,54.822941411664715,75.59800381656376,,55.6852295986644,74.50577510000001,55.02349951654895,76.33013099266248,36.67280905866011,,,,56.012213742547175,75.59800381656376,,54.75073174635127,74.50577510000001 +core_mean_outdoor_temperature_q70,55.349550419790454,78.34705242608345,45.66551822771765,76.720328,52.44528835128432,78.96915065071994,58.79480381724954,80.36626497991563,79.97001115714858,57.337237265373986,73.75662547126437,55.59408859722158,76.72070605392499,44.81482339033576,76.83229892857142,54.09270125240436,77.9752591818887,55.79816835218545,76.18135966188794,,55.89262117147109,74.50577510000001,55.59408859722158,76.72070605392499,44.81482339033576,76.83229892857142,54.09270125240436,77.9752591818887,55.79816835218545,76.18135966188794,,55.89262117147109,74.50577510000001,55.59408859722158,76.72070605392499,36.67280905866011,,,,57.082440694355775,76.18135966188794,,54.89450064670713,74.50577510000001 +core_mean_outdoor_temperature_q75,56.77341746855807,78.7762371388226,46.040326480533,76.73898982142856,52.719857168137665,79.11473090684996,59.54914570886431,81.31121523114348,80.0887890143455,57.449763260495985,73.77748916666667,56.43464966198616,77.11803899190073,45.39639584259831,76.83229892857142,54.09270125240436,77.9752591818887,57.082440694355775,76.87884388155922,,56.09588185541425,74.50577510000001,56.43464966198616,77.11803899190073,45.39639584259831,76.83229892857142,54.09270125240436,77.9752591818887,57.082440694355775,76.87884388155922,,56.09588185541425,74.50577510000001,56.43464966198616,77.11803899190073,36.67280905866011,,,,58.152667646164375,76.87884388155922,,55.038269547063,74.50577510000001 +core_mean_outdoor_temperature_q80,57.562289255617976,79.87154842641038,46.41513473334834,76.75765164285713,52.994425984991004,79.26031116297996,60.00589726411218,82.25616548237133,80.2075668715424,57.562289255617976,73.92314635333334,57.53432713969859,77.51807508056179,45.977968294860865,76.83229892857142,54.09270125240436,77.9752591818887,58.36671303652609,77.5763281012305,,56.29914253935739,74.50577510000001,57.53432713969859,77.51807508056179,45.977968294860865,76.83229892857142,54.09270125240436,77.9752591818887,58.36671303652609,77.5763281012305,,56.29914253935739,74.50577510000001,57.53432713969859,77.51807508056179,36.67280905866011,,,,59.222894597972974,77.5763281012305,,55.18203844741886,74.50577510000001 +core_mean_outdoor_temperature_q85,58.5494215239583,80.34249302687071,46.88741557598902,76.7763134642857,53.26899480184434,79.40589141910996,60.462648819360055,82.43739965134192,80.32634472873931,57.752949566535165,74.06880354,59.011823665688674,77.91811116922284,46.55954074712341,76.83229892857142,54.09270125240436,77.9752591818887,59.56032888656277,78.27381232090178,,56.50240322330054,74.50577510000001,59.011823665688674,77.91811116922284,46.55954074712341,76.83229892857142,54.09270125240436,77.9752591818887,59.56032888656277,78.27381232090178,,56.50240322330054,74.50577510000001,59.011823665688674,77.91811116922284,36.67280905866011,,,,60.06648031944747,78.27381232090178,,55.325807347774735,74.50577510000001 +core_mean_outdoor_temperature_q90,59.65995107359279,81.15472445494242,47.359696418629696,76.79497528571427,53.543563618697675,79.55147167523998,61.14870057423811,82.61863382031251,80.44512258593622,57.94360987745236,74.21446072666667,59.74736236871675,78.69256092129677,47.14111319938595,76.83229892857142,54.09270125240436,77.9752591818887,60.57263175233217,78.97129654057306,,56.70566390724369,74.50577510000001,59.74736236871675,78.69256092129677,47.14111319938595,76.83229892857142,54.09270125240436,77.9752591818887,60.57263175233217,78.97129654057306,,56.70566390724369,74.50577510000001,59.74736236871675,78.69256092129677,36.67280905866011,,,,60.910066040921976,78.97129654057306,,55.4695762481306,74.50577510000001 +core_mean_outdoor_temperature_q95,60.42017616845689,82.4917699020331,47.83197726127037,76.81363710714284,53.81813243555102,79.69705193137,61.872969029054545,82.63723508296079,80.56390044313312,58.13427018836955,74.36011791333334,60.847076529610106,79.5294129506062,47.7226856516485,76.83229892857142,54.09270125240436,77.9752591818887,61.58493461810157,79.66878076024435,,56.90892459118684,74.50577510000001,60.847076529610106,79.5294129506062,47.7226856516485,76.83229892857142,54.09270125240436,77.9752591818887,61.58493461810157,79.66878076024435,,56.90892459118684,74.50577510000001,60.847076529610106,79.5294129506062,36.67280905866011,,,,61.75365176239647,79.66878076024435,,55.61334514848647,74.50577510000001 +core_mean_outdoor_temperature_q98,61.562568262704644,82.63574698194893,48.11534576685478,76.8248342,53.982873725663026,79.78440008504799,62.307530101944394,82.64839584054975,80.63516715745126,58.248666374919864,74.44751222533334,61.89717310216662,80.03152416819185,48.071629123006026,76.83229892857142,54.09270125240436,77.9752591818887,62.19231633756321,80.0872712920471,,57.03088100155273,74.50577510000001,61.89717310216662,80.03152416819185,48.071629123006026,76.83229892857142,54.09270125240436,77.9752591818887,62.19231633756321,80.0872712920471,,57.03088100155273,74.50577510000001,61.89717310216662,80.03152416819185,36.67280905866011,,,,62.25980319528117,80.0872712920471,,55.699606488699985,74.50577510000001 +core_mean_outdoor_temperature_q99,62.07990287328781,82.645791663779,48.209801935382906,76.8285665642857,54.03778748903369,79.813516136274,62.45238379290768,82.6521160930794,80.65892272889066,58.28679843710329,74.47664366266667,62.247205293018794,80.19889457405375,48.187943613458536,76.83229892857142,54.09270125240436,77.9752591818887,62.394776910717084,80.22676813598136,,57.07153313834136,74.50577510000001,62.247205293018794,80.19889457405375,48.187943613458536,76.83229892857142,54.09270125240436,77.9752591818887,62.394776910717084,80.22676813598136,,57.07153313834136,74.50577510000001,62.247205293018794,80.19889457405375,36.67280905866011,,,,62.42852033957607,80.22676813598136,,55.72836026877116,74.50577510000001 rhu1_00F_to_05F_n,2.0,,1.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0, rhu1_00F_to_05F_upper_bound_95_perc_conf,0.5933710719298193,,0.500125313283208,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, rhu1_00F_to_05F_mean,0.25851173071567807,,0.500125313283208,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, @@ -1153,9 +1153,9 @@ rhu1_15F_to_20F_q95,0.44432433402164406,,0.45585093757417516,,0.3790069138906348 rhu1_15F_to_20F_q98,0.45124029615316275,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu1_15F_to_20F_q99,0.4535456168636689,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu1_20F_to_25F_n,5.0,,1.0,,1.0,,1.0,,,1.0,,2.0,,0.0,,0.0,,1.0,,,1.0,,2.0,,0.0,,0.0,,1.0,,,1.0,,2.0,,0.0,,0.0,,0.0,,,1.0, -rhu1_20F_to_25F_upper_bound_95_perc_conf,0.40338758712805833,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,,,,0.07103825136612021, -rhu1_20F_to_25F_mean,0.24977405929331006,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,,,,0.07103825136612021, -rhu1_20F_to_25F_lower_bound_95_perc_conf,0.09616053145856182,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,,,,0.07103825136612021, +rhu1_20F_to_25F_upper_bound_95_perc_conf,0.4033875871280583,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,,,,0.07103825136612021, +rhu1_20F_to_25F_mean,0.24977405929331004,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,,,,0.07103825136612021, +rhu1_20F_to_25F_lower_bound_95_perc_conf,0.0961605314585618,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,,,,0.07103825136612021, rhu1_20F_to_25F_sem,0.07837424889527972,,0.0,,0.0,,0.0,,,0.0,,0.07517680112736243,,,,,,0.0,,,0.0,,0.07517680112736243,,,,,,0.0,,,0.0,,0.07517680112736243,,,,,,,,,0.0, rhu1_20F_to_25F_q1,0.03234212413881716,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07316457240072304,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07316457240072304,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07316457240072304,,,,,,,,,0.07103825136612021, rhu1_20F_to_25F_q2.5,0.0347606320905236,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07635405395262726,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07635405395262726,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07635405395262726,,,,,,,,,0.07103825136612021, @@ -1210,9 +1210,9 @@ rhu1_25F_to_30F_q98,0.4811155858446745,,0.494096068768991,,0.3318400322150354,,0 rhu1_25F_to_30F_q99,0.4876058273068328,,0.494096068768991,,0.3318400322150354,,0.21593298752278145,,,0.04152249134948097,,0.21418888256104843,,,,,,0.21593298752278145,,,0.04152249134948097,,0.21418888256104843,,,,,,0.21593298752278145,,,0.04152249134948097,,0.21418888256104843,,,,,,,,,0.04152249134948097, rhu1_30F_to_35F_n,6.0,,1.0,,1.0,,2.0,,,1.0,,3.0,,0.0,,0.0,,2.0,,,1.0,,3.0,,0.0,,0.0,,2.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, rhu1_30F_to_35F_upper_bound_95_perc_conf,0.390066513542105,,0.5004456191032299,,0.28432496802364043,,0.5048805186073437,,,0.014548274889536524,,0.41015405435000085,,,,,,0.5048805186073437,,,0.014548274889536524,,0.41015405435000085,,,,,,0.5048805186073437,,,0.014548274889536524,,0.41015405435000085,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu1_30F_to_35F_mean,0.23707176790762233,,0.5004456191032299,,0.28432496802364043,,0.30120673719908336,,,0.014548274889536524,,0.2056539164292344,,,,,,0.30120673719908336,,,0.014548274889536524,,0.2056539164292344,,,,,,0.30120673719908336,,,0.014548274889536524,,0.2056539164292344,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu1_30F_to_35F_lower_bound_95_perc_conf,0.08407702227313965,,0.5004456191032299,,0.28432496802364043,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084679564,,,,,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084679564,,,,,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084679564,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu1_30F_to_35F_sem,0.07805854369106259,,0.0,,0.0,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.0,,,0.0, +rhu1_30F_to_35F_mean,0.23707176790762233,,0.5004456191032299,,0.28432496802364043,,0.30120673719908336,,,0.014548274889536524,,0.20565391642923445,,,,,,0.30120673719908336,,,0.014548274889536524,,0.20565391642923445,,,,,,0.30120673719908336,,,0.014548274889536524,,0.20565391642923445,,,,,,0.4481650147334583,,,0.014548274889536524, +rhu1_30F_to_35F_lower_bound_95_perc_conf,0.08407702227313968,,0.5004456191032299,,0.28432496802364043,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084680119,,,,,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084680119,,,,,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084680119,,,,,,0.4481650147334583,,,0.014548274889536524, +rhu1_30F_to_35F_sem,0.07805854369106258,,0.0,,0.0,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.0,,,0.0, rhu1_30F_to_35F_q1,0.014855774696617722,,0.5004456191032299,,0.28432496802364043,,0.15718762521539592,,,0.014548274889536524,,0.01734227858503996,,,,,,0.15718762521539592,,,0.014548274889536524,,0.01734227858503996,,,,,,0.15718762521539592,,,0.014548274889536524,,0.01734227858503996,,,,,,0.4481650147334583,,,0.014548274889536524, rhu1_30F_to_35F_q2.5,0.015317024407239522,,0.5004456191032299,,0.28432496802364043,,0.16159637354142714,,,0.014548274889536524,,0.021533284128295117,,,,,,0.16159637354142714,,,0.014548274889536524,,0.021533284128295117,,,,,,0.16159637354142714,,,0.014548274889536524,,0.021533284128295117,,,,,,0.4481650147334583,,,0.014548274889536524, rhu1_30F_to_35F_q5,0.01608577392494252,,0.5004456191032299,,0.28432496802364043,,0.16894428741814588,,,0.014548274889536524,,0.028518293367053714,,,,,,0.16894428741814588,,,0.014548274889536524,,0.028518293367053714,,,,,,0.16894428741814588,,,0.014548274889536524,,0.028518293367053714,,,,,,0.4481650147334583,,,0.014548274889536524, @@ -1236,174 +1236,174 @@ rhu1_30F_to_35F_q90,0.4743053169183441,,0.5004456191032299,,0.28432496802364043, rhu1_30F_to_35F_q95,0.487375468010787,,0.5004456191032299,,0.28432496802364043,,0.4334691869800208,,,0.014548274889536524,,0.4187733592265833,,,,,,0.4334691869800208,,,0.014548274889536524,,0.4187733592265833,,,,,,0.4334691869800208,,,0.014548274889536524,,0.4187733592265833,,,,,,0.4481650147334583,,,0.014548274889536524, rhu1_30F_to_35F_q98,0.4952175586662528,,0.5004456191032299,,0.28432496802364043,,0.4422866836320833,,,0.014548274889536524,,0.4364083525307083,,,,,,0.4422866836320833,,,0.014548274889536524,,0.4364083525307083,,,,,,0.4422866836320833,,,0.014548274889536524,,0.4364083525307083,,,,,,0.4481650147334583,,,0.014548274889536524, rhu1_30F_to_35F_q99,0.4978315888847414,,0.5004456191032299,,0.28432496802364043,,0.4452258491827708,,,0.014548274889536524,,0.4422866836320833,,,,,,0.4452258491827708,,,0.014548274889536524,,0.4422866836320833,,,,,,0.4452258491827708,,,0.014548274889536524,,0.4422866836320833,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu1_35F_to_40F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu1_35F_to_40F_upper_bound_95_perc_conf,0.3457229292640891,,0.497354540159213,,0.19741898266605878,,0.563738812589862,,,0.08044473193645557,,0.35829530413458643,,,,,,0.563738812589862,,,0.08044473193645557,,0.35829530413458643,,,,,,0.563738812589862,,,0.08044473193645557,,0.35829530413458643,,,,,,0.4925278507381578,,,0.08044473193645557, -rhu1_35F_to_40F_mean,0.20154314097819162,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.03881699155171517,,0.17341334222920493,,,,,,0.3080096929066947,,,0.03881699155171517,,0.17341334222920493,,,,,,0.3080096929066947,,,0.03881699155171517,,0.17341334222920493,,,,,,0.4925278507381578,,,0.03881699155171517, -rhu1_35F_to_40F_lower_bound_95_perc_conf,0.05736335269229417,,0.497354540159213,,0.19741898266605878,,0.052280573223527416,,,-0.002810748833025241,,-0.011468619676176572,,,,,,0.052280573223527416,,,-0.002810748833025241,,-0.011468619676176572,,,,,,0.052280573223527416,,,-0.002810748833025241,,-0.011468619676176572,,,,,,0.4925278507381578,,,-0.002810748833025241, -rhu1_35F_to_40F_sem,0.07356111647239666,,0.0,,0.0,,0.1304740406546772,,,0.021238643053438984,,0.09432753158437832,,,,,,0.1304740406546772,,,0.021238643053438984,,0.09432753158437832,,,,,,0.1304740406546772,,,0.021238643053438984,,0.09432753158437832,,,,,,0.0,,,0.021238643053438984, -rhu1_35F_to_40F_q1,0.009596659335507178,,0.497354540159213,,0.19741898266605878,,0.12718189823186088,,,0.009381734040192118,,0.0105831731222951,,,,,,0.12718189823186088,,,0.009381734040192118,,0.0105831731222951,,,,,,0.12718189823186088,,,0.009381734040192118,,0.0105831731222951,,,,,,0.4925278507381578,,,0.009381734040192118, -rhu1_35F_to_40F_q2.5,0.010820126590057006,,0.497354540159213,,0.19741898266605878,,0.13271744296680477,,,0.010282813351769355,,0.013286411057026812,,,,,,0.13271744296680477,,,0.010282813351769355,,0.013286411057026812,,,,,,0.13271744296680477,,,0.010282813351769355,,0.013286411057026812,,,,,,0.4925278507381578,,,0.010282813351769355, -rhu1_35F_to_40F_q5,0.012859238680973384,,0.497354540159213,,0.19741898266605878,,0.14194335085837792,,,0.011784612204398082,,0.017791807614912992,,,,,,0.14194335085837792,,,0.011784612204398082,,0.017791807614912992,,,,,,0.14194335085837792,,,0.011784612204398082,,0.017791807614912992,,,,,,0.4925278507381578,,,0.011784612204398082, -rhu1_35F_to_40F_q10,0.01693746286280614,,0.497354540159213,,0.19741898266605878,,0.16039516664152423,,,0.014788209909655537,,0.026802600730685355,,,,,,0.16039516664152423,,,0.014788209909655537,,0.026802600730685355,,,,,,0.16039516664152423,,,0.014788209909655537,,0.026802600730685355,,,,,,0.4925278507381578,,,0.014788209909655537, -rhu1_35F_to_40F_q15,0.02101568704463889,,0.497354540159213,,0.19741898266605878,,0.17884698242467054,,,0.01779180761491299,,0.03581339384645771,,,,,,0.17884698242467054,,,0.01779180761491299,,0.03581339384645771,,,,,,0.17884698242467054,,,0.01779180761491299,,0.03581339384645771,,,,,,0.4925278507381578,,,0.01779180761491299, -rhu1_35F_to_40F_q20,0.0316706698050578,,0.497354540159213,,0.19741898266605878,,0.19729879820781687,,,0.02079540532017044,,0.044824186962230075,,,,,,0.19729879820781687,,,0.02079540532017044,,0.044824186962230075,,,,,,0.19729879820781687,,,0.02079540532017044,,0.044824186962230075,,,,,,0.4925278507381578,,,0.02079540532017044, -rhu1_35F_to_40F_q25,0.045614031854769754,,0.497354540159213,,0.19741898266605878,,0.21575061399096318,,,0.023799003025427895,,0.053834980078002435,,,,,,0.21575061399096318,,,0.023799003025427895,,0.053834980078002435,,,,,,0.21575061399096318,,,0.023799003025427895,,0.053834980078002435,,,,,,0.4925278507381578,,,0.023799003025427895, -rhu1_35F_to_40F_q30,0.05955739390448171,,0.497354540159213,,0.19741898266605878,,0.23420242977410946,,,0.02680260073068535,,0.0628457731937748,,,,,,0.23420242977410946,,,0.02680260073068535,,0.0628457731937748,,,,,,0.23420242977410946,,,0.02680260073068535,,0.0628457731937748,,,,,,0.4925278507381578,,,0.02680260073068535, -rhu1_35F_to_40F_q35,0.07431682525138388,,0.497354540159213,,0.19741898266605878,,0.2526542455572558,,,0.029806198435942805,,0.07158489692783679,,,,,,0.2526542455572558,,,0.029806198435942805,,0.07158489692783679,,,,,,0.2526542455572558,,,0.029806198435942805,,0.07158489692783679,,,,,,0.4925278507381578,,,0.029806198435942805, -rhu1_35F_to_40F_q40,0.09070839519266649,,0.497354540159213,,0.19741898266605878,,0.2711060613404021,,,0.032809796141200255,,0.07978068189847809,,,,,,0.2711060613404021,,,0.032809796141200255,,0.07978068189847809,,,,,,0.2711060613404021,,,0.032809796141200255,,0.07978068189847809,,,,,,0.4925278507381578,,,0.032809796141200255, -rhu1_35F_to_40F_q45,0.10709996513394904,,0.497354540159213,,0.19741898266605878,,0.2895578771235484,,,0.03581339384645771,,0.08797646686911938,,,,,,0.2895578771235484,,,0.03581339384645771,,0.08797646686911938,,,,,,0.2895578771235484,,,0.03581339384645771,,0.08797646686911938,,,,,,0.4925278507381578,,,0.03581339384645771, -rhu1_35F_to_40F_q50,0.12349153507523161,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.03881699155171517,,0.09617225183976066,,,,,,0.3080096929066947,,,0.03881699155171517,,0.09617225183976066,,,,,,0.3080096929066947,,,0.03881699155171517,,0.09617225183976066,,,,,,0.4925278507381578,,,0.03881699155171517, -rhu1_35F_to_40F_q55,0.14566976935247977,,0.497354540159213,,0.19741898266605878,,0.32646150868984103,,,0.04182058925697262,,0.10436803681040195,,,,,,0.32646150868984103,,,0.04182058925697262,,0.10436803681040195,,,,,,0.32646150868984103,,,0.04182058925697262,,0.10436803681040195,,,,,,0.4925278507381578,,,0.04182058925697262, -rhu1_35F_to_40F_q60,0.1678480036297279,,0.497354540159213,,0.19741898266605878,,0.34491332447298734,,,0.044824186962230075,,0.11256382178104322,,,,,,0.34491332447298734,,,0.044824186962230075,,0.11256382178104322,,,,,,0.34491332447298734,,,0.044824186962230075,,0.11256382178104322,,,,,,0.4925278507381578,,,0.044824186962230075, -rhu1_35F_to_40F_q65,0.1900262379069761,,0.497354540159213,,0.19741898266605878,,0.36336514025613365,,,0.04782778466748753,,0.12075960675168453,,,,,,0.36336514025613365,,,0.04782778466748753,,0.12075960675168453,,,,,,0.36336514025613365,,,0.04782778466748753,,0.12075960675168453,,,,,,0.4925278507381578,,,0.04782778466748753, -rhu1_35F_to_40F_q70,0.25644075628047835,,0.497354540159213,,0.19741898266605878,,0.3818169560392799,,,0.05083138237274498,,0.1603951666415241,,,,,,0.3818169560392799,,,0.05083138237274498,,0.1603951666415241,,,,,,0.3818169560392799,,,0.05083138237274498,,0.1603951666415241,,,,,,0.4925278507381578,,,0.05083138237274498, -rhu1_35F_to_40F_q75,0.3449734167021083,,0.497354540159213,,0.19741898266605878,,0.40026877182242626,,,0.053834980078002435,,0.21575061399096318,,,,,,0.40026877182242626,,,0.053834980078002435,,0.21575061399096318,,,,,,0.40026877182242626,,,0.053834980078002435,,0.21575061399096318,,,,,,0.4925278507381578,,,0.053834980078002435, -rhu1_35F_to_40F_q80,0.4335060771237382,,0.497354540159213,,0.19741898266605878,,0.41872058760557257,,,0.05683857778325989,,0.2711060613404022,,,,,,0.41872058760557257,,,0.05683857778325989,,0.2711060613404022,,,,,,0.41872058760557257,,,0.05683857778325989,,0.2711060613404022,,,,,,0.4925278507381578,,,0.05683857778325989, -rhu1_35F_to_40F_q85,0.4930105196802633,,0.497354540159213,,0.19741898266605878,,0.4371724033887189,,,0.059842175488517335,,0.326461508689841,,,,,,0.4371724033887189,,,0.059842175488517335,,0.326461508689841,,,,,,0.4371724033887189,,,0.059842175488517335,,0.326461508689841,,,,,,0.4925278507381578,,,0.059842175488517335, -rhu1_35F_to_40F_q90,0.4944585265065799,,0.497354540159213,,0.19741898266605878,,0.4556242191718652,,,0.0628457731937748,,0.38181695603928,,,,,,0.4556242191718652,,,0.0628457731937748,,0.38181695603928,,,,,,0.4556242191718652,,,0.0628457731937748,,0.38181695603928,,,,,,0.4925278507381578,,,0.0628457731937748, -rhu1_35F_to_40F_q95,0.4959065333328964,,0.497354540159213,,0.19741898266605878,,0.4740760349550115,,,0.06584937089903226,,0.43717240338871877,,,,,,0.4740760349550115,,,0.06584937089903226,,0.43717240338871877,,,,,,0.4740760349550115,,,0.06584937089903226,,0.43717240338871877,,,,,,0.4925278507381578,,,0.06584937089903226, -rhu1_35F_to_40F_q98,0.49677533742868635,,0.497354540159213,,0.19741898266605878,,0.48514712442489927,,,0.06765152952218673,,0.4703856717983822,,,,,,0.48514712442489927,,,0.06765152952218673,,0.4703856717983822,,,,,,0.48514712442489927,,,0.06765152952218673,,0.4703856717983822,,,,,,0.4925278507381578,,,0.06765152952218673, -rhu1_35F_to_40F_q99,0.49706493879394964,,0.497354540159213,,0.19741898266605878,,0.48883748758152856,,,0.06825224906323821,,0.4814567612682699,,,,,,0.48883748758152856,,,0.06825224906323821,,0.4814567612682699,,,,,,0.48883748758152856,,,0.06825224906323821,,0.4814567612682699,,,,,,0.4925278507381578,,,0.06825224906323821, -rhu1_40F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu1_40F_to_45F_upper_bound_95_perc_conf,0.31890122555762374,,0.4542236394098254,,0.15271363589013506,,0.5647322324958838,,,0.0396871052258929,,0.3451588226609835,,,,,,0.5647322324958838,,,0.0396871052258929,,0.3451588226609835,,,,,,0.5647322324958838,,,0.0396871052258929,,0.3451588226609835,,,,,,0.4877852165596393,,,0.0396871052258929, -rhu1_40F_to_45F_mean,0.17640214036490817,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.019641327256556547,,0.15402270979526309,,,,,,0.28840409233396963,,,0.019641327256556547,,0.15402270979526309,,,,,,0.28840409233396963,,,0.019641327256556547,,0.15402270979526309,,,,,,0.4877852165596393,,,0.019641327256556547, -rhu1_40F_to_45F_lower_bound_95_perc_conf,0.03390305517219261,,0.4542236394098254,,0.15271363589013506,,0.012075952172055482,,,-0.00040445071277980457,,-0.03711340307045738,,,,,,0.012075952172055482,,,-0.00040445071277980457,,-0.03711340307045738,,,,,,0.012075952172055482,,,-0.00040445071277980457,,-0.03711340307045738,,,,,,0.4877852165596393,,,-0.00040445071277980457, -rhu1_40F_to_45F_sem,0.07270361489424264,,0.0,,0.0,,0.14098374498056845,,,0.010227437739457322,,0.09751842493149003,,,,,,0.14098374498056845,,,0.010227437739457322,,0.09751842493149003,,,,,,0.14098374498056845,,,0.010227437739457322,,0.09751842493149003,,,,,,0.0,,,0.010227437739457322, -rhu1_40F_to_45F_q1,0.005574105415664861,,0.4542236394098254,,0.15271363589013506,,0.09301059059281336,,,0.00546682172027891,,0.0060453729666575876,,,,,,0.09301059059281336,,,0.00546682172027891,,0.0060453729666575876,,,,,,0.09301059059281336,,,0.00546682172027891,,0.0060453729666575876,,,,,,0.4877852165596393,,,0.00546682172027891, -rhu1_40F_to_45F_q2.5,0.006168944393527798,,0.4542236394098254,,0.15271363589013506,,0.09899202431958344,,,0.005900735155062918,,0.007347113271009616,,,,,,0.09899202431958344,,,0.005900735155062918,,0.007347113271009616,,,,,,0.09899202431958344,,,0.005900735155062918,,0.007347113271009616,,,,,,0.4877852165596393,,,0.005900735155062918, -rhu1_40F_to_45F_q5,0.007160342689966026,,0.4542236394098254,,0.15271363589013506,,0.10896108053086694,,,0.006623924213036267,,0.009516680444929664,,,,,,0.10896108053086694,,,0.006623924213036267,,0.009516680444929664,,,,,,0.10896108053086694,,,0.006623924213036267,,0.009516680444929664,,,,,,0.4877852165596393,,,0.006623924213036267, -rhu1_40F_to_45F_q10,0.009143139282842484,,0.4542236394098254,,0.15271363589013506,,0.1288991929534339,,,0.008070302328982966,,0.013855814792769757,,,,,,0.1288991929534339,,,0.008070302328982966,,0.013855814792769757,,,,,,0.1288991929534339,,,0.008070302328982966,,0.013855814792769757,,,,,,0.4877852165596393,,,0.008070302328982966, -rhu1_40F_to_45F_q15,0.011125935875718938,,0.4542236394098254,,0.15271363589013506,,0.14883730537600087,,,0.009516680444929662,,0.01819494914060985,,,,,,0.14883730537600087,,,0.009516680444929662,,0.01819494914060985,,,,,,0.14883730537600087,,,0.009516680444929662,,0.01819494914060985,,,,,,0.4877852165596393,,,0.009516680444929662, -rhu1_40F_to_45F_q20,0.01625051614188025,,0.4542236394098254,,0.15271363589013506,,0.16877541779856783,,,0.01096305856087636,,0.022534083488449944,,,,,,0.16877541779856783,,,0.01096305856087636,,0.022534083488449944,,,,,,0.16877541779856783,,,0.01096305856087636,,0.022534083488449944,,,,,,0.4877852165596393,,,0.01096305856087636, -rhu1_40F_to_45F_q25,0.022945988244683975,,0.4542236394098254,,0.15271363589013506,,0.1887135302211348,,,0.012409436676823059,,0.026873217836290035,,,,,,0.1887135302211348,,,0.012409436676823059,,0.026873217836290035,,,,,,0.1887135302211348,,,0.012409436676823059,,0.026873217836290035,,,,,,0.4877852165596393,,,0.012409436676823059, -rhu1_40F_to_45F_q30,0.0296414603474877,,0.4542236394098254,,0.15271363589013506,,0.20865164264370176,,,0.013855814792769755,,0.031212352184130127,,,,,,0.20865164264370176,,,0.013855814792769755,,0.031212352184130127,,,,,,0.20865164264370176,,,0.013855814792769755,,0.031212352184130127,,,,,,0.4877852165596393,,,0.013855814792769755, -rhu1_40F_to_45F_q35,0.039596894385251144,,0.4542236394098254,,0.15271363589013506,,0.22858975506626872,,,0.015302192908716454,,0.03685100140063734,,,,,,0.22858975506626872,,,0.015302192908716454,,0.03685100140063734,,,,,,0.22858975506626872,,,0.015302192908716454,,0.03685100140063734,,,,,,0.4877852165596393,,,0.015302192908716454, -rhu1_40F_to_45F_q40,0.056072252292934124,,0.4542236394098254,,0.15271363589013506,,0.2485278674888357,,,0.01674857102466315,,0.04508868035447882,,,,,,0.2485278674888357,,,0.01674857102466315,,0.04508868035447882,,,,,,0.2485278674888357,,,0.01674857102466315,,0.04508868035447882,,,,,,0.4877852165596393,,,0.01674857102466315, -rhu1_40F_to_45F_q45,0.07254761020061704,,0.4542236394098254,,0.15271363589013506,,0.2684659799114027,,,0.01819494914060985,,0.05332635930832028,,,,,,0.2684659799114027,,,0.01819494914060985,,0.05332635930832028,,,,,,0.2684659799114027,,,0.01819494914060985,,0.05332635930832028,,,,,,0.4877852165596393,,,0.01819494914060985, -rhu1_40F_to_45F_q50,0.08902296810829996,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.019641327256556547,,0.06156403826216174,,,,,,0.28840409233396963,,,0.019641327256556547,,0.06156403826216174,,,,,,0.28840409233396963,,,0.019641327256556547,,0.06156403826216174,,,,,,0.4877852165596393,,,0.019641327256556547, -rhu1_40F_to_45F_q55,0.1081301684428505,,0.4542236394098254,,0.15271363589013506,,0.3083422047565366,,,0.021087705372503245,,0.06980171721600321,,,,,,0.3083422047565366,,,0.021087705372503245,,0.06980171721600321,,,,,,0.3083422047565366,,,0.021087705372503245,,0.06980171721600321,,,,,,0.4877852165596393,,,0.021087705372503245, -rhu1_40F_to_45F_q60,0.127237368777401,,0.4542236394098254,,0.15271363589013506,,0.32828031717910355,,,0.022534083488449944,,0.07803939616984466,,,,,,0.32828031717910355,,,0.022534083488449944,,0.07803939616984466,,,,,,0.32828031717910355,,,0.022534083488449944,,0.07803939616984466,,,,,,0.4877852165596393,,,0.022534083488449944, -rhu1_40F_to_45F_q65,0.14634456911195157,,0.4542236394098254,,0.15271363589013506,,0.34821842960167054,,,0.023980461604396642,,0.08627707512368615,,,,,,0.34821842960167054,,,0.023980461604396642,,0.08627707512368615,,,,,,0.34821842960167054,,,0.023980461604396642,,0.08627707512368615,,,,,,0.4877852165596393,,,0.023980461604396642, -rhu1_40F_to_45F_q70,0.2130156365940729,,0.4542236394098254,,0.15271363589013506,,0.3681565420242375,,,0.025426839720343337,,0.12889919295343374,,,,,,0.3681565420242375,,,0.025426839720343337,,0.12889919295343374,,,,,,0.3681565420242375,,,0.025426839720343337,,0.12889919295343374,,,,,,0.4877852165596393,,,0.025426839720343337, -rhu1_40F_to_45F_q75,0.3034686376499802,,0.4542236394098254,,0.15271363589013506,,0.38809465444680447,,,0.026873217836290035,,0.1887135302211348,,,,,,0.38809465444680447,,,0.026873217836290035,,0.1887135302211348,,,,,,0.38809465444680447,,,0.026873217836290035,,0.1887135302211348,,,,,,0.4877852165596393,,,0.026873217836290035, -rhu1_40F_to_45F_q80,0.3939216387058876,,0.4542236394098254,,0.15271363589013506,,0.40803276686937145,,,0.028319595952236733,,0.24852786748883585,,,,,,0.40803276686937145,,,0.028319595952236733,,0.24852786748883585,,,,,,0.40803276686937145,,,0.028319595952236733,,0.24852786748883585,,,,,,0.4877852165596393,,,0.028319595952236733, -rhu1_40F_to_45F_q85,0.4575797971248068,,0.4542236394098254,,0.15271363589013506,,0.4279708792919384,,,0.029765974068183428,,0.30834220475653656,,,,,,0.4279708792919384,,,0.029765974068183428,,0.30834220475653656,,,,,,0.4279708792919384,,,0.029765974068183428,,0.30834220475653656,,,,,,0.4877852165596393,,,0.029765974068183428, -rhu1_40F_to_45F_q90,0.467648270269751,,0.4542236394098254,,0.15271363589013506,,0.4479089917145054,,,0.031212352184130127,,0.3681565420242376,,,,,,0.4479089917145054,,,0.031212352184130127,,0.3681565420242376,,,,,,0.4479089917145054,,,0.031212352184130127,,0.3681565420242376,,,,,,0.4877852165596393,,,0.031212352184130127, -rhu1_40F_to_45F_q95,0.4777167434146951,,0.4542236394098254,,0.15271363589013506,,0.4678471041370723,,,0.03265873030007683,,0.4279708792919383,,,,,,0.4678471041370723,,,0.03265873030007683,,0.4279708792919383,,,,,,0.4678471041370723,,,0.03265873030007683,,0.4279708792919383,,,,,,0.4877852165596393,,,0.03265873030007683, -rhu1_40F_to_45F_q98,0.48375782730166167,,0.4542236394098254,,0.15271363589013506,,0.4798099715906125,,,0.033526557169644845,,0.4638594816525589,,,,,,0.4798099715906125,,,0.033526557169644845,,0.4638594816525589,,,,,,0.4798099715906125,,,0.033526557169644845,,0.4638594816525589,,,,,,0.4877852165596393,,,0.033526557169644845, -rhu1_40F_to_45F_q99,0.48577152193065043,,0.4542236394098254,,0.15271363589013506,,0.4837975940751259,,,0.033815832792834184,,0.475822349106099,,,,,,0.4837975940751259,,,0.033815832792834184,,0.475822349106099,,,,,,0.4837975940751259,,,0.033815832792834184,,0.475822349106099,,,,,,0.4877852165596393,,,0.033815832792834184, -rhu1_45F_to_50F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu1_45F_to_50F_upper_bound_95_perc_conf,0.27361634070412233,,0.40025798507790855,,0.09249776186213071,,0.4360433574148745,,,0.015836251266091575,,0.29954856908233973,,,,,,0.4360433574148745,,,0.015836251266091575,,0.29954856908233973,,,,,,0.4360433574148745,,,0.015836251266091575,,0.29954856908233973,,,,,,0.5293530585660533,,,0.015836251266091575, -rhu1_45F_to_50F_mean,0.1532105905553325,,0.40025798507790855,,0.09249776186213071,,0.23473027098031748,,,0.010700754484599376,,0.14511846438203024,,,,,,0.23473027098031748,,,0.010700754484599376,,0.14511846438203024,,,,,,0.23473027098031748,,,0.010700754484599376,,0.14511846438203024,,,,,,0.32875898051305136,,,0.010700754484599376, -rhu1_45F_to_50F_lower_bound_95_perc_conf,0.032804840406542704,,0.40025798507790855,,0.09249776186213071,,0.03341718454576048,,,0.005565257703107179,,-0.009311640318279246,,,,,,0.03341718454576048,,,0.005565257703107179,,-0.009311640318279246,,,,,,0.03341718454576048,,,0.005565257703107179,,-0.009311640318279246,,,,,,0.12816490246004944,,,0.005565257703107179, -rhu1_45F_to_50F_sem,0.06143150517795398,,0.0,,0.0,,0.10271075838497806,,,0.002620151419128672,,0.07879086974505586,,,,,,0.10271075838497806,,,0.002620151419128672,,0.07879086974505586,,,,,,0.10271075838497806,,,0.002620151419128672,,0.07879086974505586,,,,,,0.10234391737398058,,,0.002620151419128672, -rhu1_45F_to_50F_q1,0.0070191956468156095,,0.40025798507790855,,0.09249776186213071,,0.04941985136728029,,,0.007069409885644554,,0.007291737105988726,,,,,,0.04941985136728029,,,0.007069409885644554,,0.007291737105988726,,,,,,0.04941985136728029,,,0.007069409885644554,,0.007291737105988726,,,,,,0.18691754765591012,,,0.007069409885644554, -rhu1_45F_to_50F_q2.5,0.00705503789874428,,0.40025798507790855,,0.09249776186213071,,0.053540350545926096,,,0.00718057349581664,,0.007736391546677072,,,,,,0.053540350545926096,,,0.00718057349581664,,0.007736391546677072,,,,,,0.053540350545926096,,,0.00718057349581664,,0.007736391546677072,,,,,,0.19125963233521034,,,0.00718057349581664, -rhu1_45F_to_50F_q5,0.007114774985292062,,0.40025798507790855,,0.09249776186213071,,0.06040784917700244,,,0.007365846179436784,,0.008477482281157649,,,,,,0.06040784917700244,,,0.007365846179436784,,0.008477482281157649,,,,,,0.06040784917700244,,,0.007365846179436784,,0.008477482281157649,,,,,,0.19849644013404408,,,0.007365846179436784, -rhu1_45F_to_50F_q10,0.007234249158387631,,0.40025798507790855,,0.09249776186213071,,0.07414284643915513,,,0.007736391546677072,,0.009959663750118801,,,,,,0.07414284643915513,,,0.007736391546677072,,0.009959663750118801,,,,,,0.07414284643915513,,,0.007736391546677072,,0.009959663750118801,,,,,,0.21297005573171157,,,0.007736391546677072, -rhu1_45F_to_50F_q15,0.007690133220696182,,0.40025798507790855,,0.09249776186213071,,0.0878778437013078,,,0.00810693691391736,,0.011441845219079953,,,,,,0.0878778437013078,,,0.00810693691391736,,0.011441845219079953,,,,,,0.0878778437013078,,,0.00810693691391736,,0.011441845219079953,,,,,,0.22744367132937904,,,0.00810693691391736, -rhu1_45F_to_50F_q20,0.010164476618282632,,0.40025798507790855,,0.09249776186213071,,0.10161284096346049,,,0.008477482281157649,,0.012924026688041105,,,,,,0.10161284096346049,,,0.008477482281157649,,0.012924026688041105,,,,,,0.10161284096346049,,,0.008477482281157649,,0.012924026688041105,,,,,,0.2419172869270465,,,0.008477482281157649, -rhu1_45F_to_50F_q25,0.012638820015869079,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.008848027648397936,,0.014406208157002257,,,,,,0.11534783822561318,,,0.008848027648397936,,0.014406208157002257,,,,,,0.11534783822561318,,,0.008848027648397936,,0.014406208157002257,,,,,,0.25639090252471397,,,0.008848027648397936, -rhu1_45F_to_50F_q30,0.01763287253278701,,0.40025798507790855,,0.09249776186213071,,0.12908283548776586,,,0.009218573015638224,,0.020859536908571754,,,,,,0.12908283548776586,,,0.009218573015638224,,0.020859536908571754,,,,,,0.12908283548776586,,,0.009218573015638224,,0.020859536908571754,,,,,,0.27086451812238144,,,0.009218573015638224, -rhu1_45F_to_50F_q35,0.028926197848033623,,0.40025798507790855,,0.09249776186213071,,0.14281783274991855,,,0.009589118382878513,,0.027312865660141253,,,,,,0.14281783274991855,,,0.009589118382878513,,0.027312865660141253,,,,,,0.14281783274991855,,,0.009589118382878513,,0.027312865660141253,,,,,,0.2853381337200489,,,0.009589118382878513, -rhu1_45F_to_50F_q40,0.04021952316328026,,0.40025798507790855,,0.09249776186213071,,0.15655283001207124,,,0.009959663750118801,,0.03376619441171076,,,,,,0.15655283001207124,,,0.009959663750118801,,0.03376619441171076,,,,,,0.15655283001207124,,,0.009959663750118801,,0.03376619441171076,,,,,,0.2998117493177164,,,0.009959663750118801, -rhu1_45F_to_50F_q45,0.05354658840694189,,0.40025798507790855,,0.09249776186213071,,0.17028782727422392,,,0.010330209117359088,,0.04021952316328026,,,,,,0.17028782727422392,,,0.010330209117359088,,0.04021952316328026,,,,,,0.17028782727422392,,,0.010330209117359088,,0.04021952316328026,,,,,,0.3142853649153839,,,0.010330209117359088, -rhu1_45F_to_50F_q50,0.06958530688849024,,0.40025798507790855,,0.09249776186213071,,0.1840228245363766,,,0.010700754484599376,,0.04667285191484975,,,,,,0.1840228245363766,,,0.010700754484599376,,0.04667285191484975,,,,,,0.1840228245363766,,,0.010700754484599376,,0.04667285191484975,,,,,,0.32875898051305136,,,0.010700754484599376, -rhu1_45F_to_50F_q55,0.08562402537003859,,0.40025798507790855,,0.09249776186213071,,0.2129700557317116,,,0.011071299851839665,,0.07414284643915514,,,,,,0.2129700557317116,,,0.011071299851839665,,0.07414284643915514,,,,,,0.2129700557317116,,,0.011071299851839665,,0.07414284643915514,,,,,,0.3432325961107188,,,0.011071299851839665, -rhu1_45F_to_50F_q60,0.11080277439697991,,0.40025798507790855,,0.09249776186213071,,0.2419172869270465,,,0.011441845219079953,,0.10161284096346049,,,,,,0.2419172869270465,,,0.011441845219079953,,0.10161284096346049,,,,,,0.2419172869270465,,,0.011441845219079953,,0.10161284096346049,,,,,,0.3577062117083863,,,0.011441845219079953, -rhu1_45F_to_50F_q65,0.14283654633296594,,0.40025798507790855,,0.09249776186213071,,0.27086451812238144,,,0.011812390586320241,,0.1290828354877659,,,,,,0.27086451812238144,,,0.011812390586320241,,0.1290828354877659,,,,,,0.27086451812238144,,,0.011812390586320241,,0.1290828354877659,,,,,,0.3721798273060538,,,0.011812390586320241, -rhu1_45F_to_50F_q70,0.17487031826895197,,0.40025798507790855,,0.09249776186213071,,0.29981174931771637,,,0.01218293595356053,,0.1565528300120712,,,,,,0.29981174931771637,,,0.01218293595356053,,0.1565528300120712,,,,,,0.29981174931771637,,,0.01218293595356053,,0.1565528300120712,,,,,,0.3866534429037212,,,0.01218293595356053, -rhu1_45F_to_50F_q75,0.2380816146717596,,0.40025798507790855,,0.09249776186213071,,0.32875898051305136,,,0.012553481320800816,,0.1840228245363766,,,,,,0.32875898051305136,,,0.012553481320800816,,0.1840228245363766,,,,,,0.32875898051305136,,,0.012553481320800816,,0.1840228245363766,,,,,,0.40112705850138874,,,0.012553481320800816, -rhu1_45F_to_50F_q80,0.3137639208612959,,0.40025798507790855,,0.09249776186213071,,0.35770621170838635,,,0.012924026688041105,,0.24191728692704656,,,,,,0.35770621170838635,,,0.012924026688041105,,0.24191728692704656,,,,,,0.35770621170838635,,,0.012924026688041105,,0.24191728692704656,,,,,,0.4156006740990562,,,0.012924026688041105, -rhu1_45F_to_50F_q85,0.389446227050832,,0.40025798507790855,,0.09249776186213071,,0.3866534429037212,,,0.013294572055281392,,0.29981174931771637,,,,,,0.3866534429037212,,,0.013294572055281392,,0.29981174931771637,,,,,,0.3866534429037212,,,0.013294572055281392,,0.29981174931771637,,,,,,0.4300742896967237,,,0.013294572055281392, -rhu1_45F_to_50F_q90,0.42222913050145383,,0.40025798507790855,,0.09249776186213071,,0.4156006740990562,,,0.01366511742252168,,0.35770621170838635,,,,,,0.4156006740990562,,,0.01366511742252168,,0.35770621170838635,,,,,,0.4156006740990562,,,0.01366511742252168,,0.35770621170838635,,,,,,0.4445479052943912,,,0.01366511742252168, -rhu1_45F_to_50F_q95,0.44786213349558995,,0.40025798507790855,,0.09249776186213071,,0.44454790529439114,,,0.014035662789761968,,0.41560067409905616,,,,,,0.44454790529439114,,,0.014035662789761968,,0.41560067409905616,,,,,,0.44454790529439114,,,0.014035662789761968,,0.41560067409905616,,,,,,0.45902152089205867,,,0.014035662789761968, -rhu1_45F_to_50F_q98,0.4632419352920716,,0.40025798507790855,,0.09249776186213071,,0.46191624401159215,,,0.014257990010106142,,0.45033735153345816,,,,,,0.46191624401159215,,,0.014257990010106142,,0.45033735153345816,,,,,,0.46191624401159215,,,0.014257990010106142,,0.45033735153345816,,,,,,0.4677056902506591,,,0.014257990010106142, -rhu1_45F_to_50F_q99,0.4683685358908989,,0.40025798507790855,,0.09249776186213071,,0.4677056902506591,,,0.0143320990835542,,0.46191624401159215,,,,,,0.4677056902506591,,,0.0143320990835542,,0.46191624401159215,,,,,,0.4677056902506591,,,0.0143320990835542,,0.46191624401159215,,,,,,0.47060041337019265,,,0.0143320990835542, -rhu1_50F_to_55F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu1_50F_to_55F_upper_bound_95_perc_conf,0.2214550457879044,,0.32793900049322156,,0.052322643343051506,,0.3703843014393865,,,0.007825549523868078,,0.2463938823724735,,,,,,0.3703843014393865,,,0.007825549523868078,,0.2463938823724735,,,,,,0.3703843014393865,,,0.007825549523868078,,0.2463938823724735,,,,,,0.4792627121655566,,,0.007825549523868078, -rhu1_50F_to_55F_mean,0.11646555978225262,,0.32793900049322156,,0.052322643343051506,,0.17797569642622557,,,0.0069663280020027495,,0.10957194905653644,,,,,,0.17797569642622557,,,0.0069663280020027495,,0.10957194905653644,,,,,,0.17797569642622557,,,0.0069663280020027495,,0.10957194905653644,,,,,,0.2521836704255019,,,0.0069663280020027495, -rhu1_50F_to_55F_lower_bound_95_perc_conf,0.011476073776600842,,0.32793900049322156,,0.052322643343051506,,-0.014432908586935356,,,0.0061071064801374204,,-0.027249984259400617,,,,,,-0.014432908586935356,,,0.0061071064801374204,,-0.027249984259400617,,,,,,-0.014432908586935356,,,0.0061071064801374204,,-0.027249984259400617,,,,,,0.02510462868544716,,,0.0061071064801374204, -rhu1_50F_to_55F_sem,0.053566064288597844,,0.0,,0.0,,0.09816765561895965,,,0.00043837832748231097,,0.06980710883466176,,,,,,0.09816765561895965,,,0.00043837832748231097,,0.06980710883466176,,,,,,0.09816765561895965,,,0.00043837832748231097,,0.06980710883466176,,,,,,0.11585665394900752,,,0.00043837832748231097, -rhu1_50F_to_55F_q1,0.003795118619138927,,0.32793900049322156,,0.052322643343051506,,0.03073530584151248,,,0.006358766637350349,,0.006395964271920905,,,,,,0.03073530584151248,,,0.006358766637350349,,0.006395964271920905,,,,,,0.03073530584151248,,,0.006358766637350349,,0.006395964271920905,,,,,,0.09161454014576613,,,0.006358766637350349, -rhu1_50F_to_55F_q2.5,0.004083162839248852,,0.32793900049322156,,0.052322643343051506,,0.03249864196227176,,,0.006377365454635626,,0.006470359541062015,,,,,,0.03249864196227176,,,0.006377365454635626,,0.006470359541062015,,,,,,0.03249864196227176,,,0.006377365454635626,,0.006470359541062015,,,,,,0.09652992168494172,,,0.006377365454635626, -rhu1_50F_to_55F_q5,0.00456323653943206,,0.32793900049322156,,0.052322643343051506,,0.03543753549687057,,,0.006408363483444422,,0.006594351656297199,,,,,,0.03543753549687057,,,0.006408363483444422,,0.006594351656297199,,,,,,0.03543753549687057,,,0.006408363483444422,,0.006594351656297199,,,,,,0.10472222425023435,,,0.006408363483444422, -rhu1_50F_to_55F_q10,0.005523383939798475,,0.32793900049322156,,0.052322643343051506,,0.04131532256606818,,,0.006470359541062015,,0.006842335886767565,,,,,,0.04131532256606818,,,0.006470359541062015,,0.006842335886767565,,,,,,0.04131532256606818,,,0.006470359541062015,,0.006842335886767565,,,,,,0.12110682938081965,,,0.006470359541062015, -rhu1_50F_to_55F_q15,0.006408363483444423,,0.32793900049322156,,0.052322643343051506,,0.047193109635265795,,,0.006532355598679606,,0.007090320117237933,,,,,,0.047193109635265795,,,0.006532355598679606,,0.007090320117237933,,,,,,0.047193109635265795,,,0.006532355598679606,,0.007090320117237933,,,,,,0.13749143451140491,,,0.006532355598679606, -rhu1_50F_to_55F_q20,0.006842335886767565,,0.32793900049322156,,0.052322643343051506,,0.0530708967044634,,,0.006594351656297199,,0.0073383043477083,,,,,,0.0530708967044634,,,0.006594351656297199,,0.0073383043477083,,,,,,0.0530708967044634,,,0.006594351656297199,,0.0073383043477083,,,,,,0.1538760396419902,,,0.006594351656297199, -rhu1_50F_to_55F_q25,0.007276308290090708,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.00665634771391479,,0.007586288578178667,,,,,,0.05894868377366101,,,0.00665634771391479,,0.007586288578178667,,,,,,0.05894868377366101,,,0.00665634771391479,,0.007586288578178667,,,,,,0.17026064477257546,,,0.00665634771391479, -rhu1_50F_to_55F_q30,0.009783634563128099,,0.32793900049322156,,0.052322643343051506,,0.06482647084285863,,,0.006718343771532381,,0.011980980548077523,,,,,,0.06482647084285863,,,0.006718343771532381,,0.011980980548077523,,,,,,0.06482647084285863,,,0.006718343771532381,,0.011980980548077523,,,,,,0.18664524990316075,,,0.006718343771532381, -rhu1_50F_to_55F_q35,0.017474345510451093,,0.32793900049322156,,0.052322643343051506,,0.07070425791205623,,,0.006780339829149974,,0.01637567251797638,,,,,,0.07070425791205623,,,0.006780339829149974,,0.01637567251797638,,,,,,0.07070425791205623,,,0.006780339829149974,,0.01637567251797638,,,,,,0.20302985503374604,,,0.006780339829149974, -rhu1_50F_to_55F_q40,0.025165056457774105,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.006842335886767565,,0.02077036448787524,,,,,,0.07658204498125384,,,0.006842335886767565,,0.02077036448787524,,,,,,0.07658204498125384,,,0.006842335886767565,,0.02077036448787524,,,,,,0.21941446016433133,,,0.006842335886767565, -rhu1_50F_to_55F_q45,0.032974182664979736,,0.32793900049322156,,0.052322643343051506,,0.08245983205045147,,,0.006904331944385157,,0.025165056457774098,,,,,,0.08245983205045147,,,0.006904331944385157,,0.025165056457774098,,,,,,0.08245983205045147,,,0.006904331944385157,,0.025165056457774098,,,,,,0.23579906529491662,,,0.006904331944385157, -rhu1_50F_to_55F_q50,0.04094119588536223,,0.32793900049322156,,0.052322643343051506,,0.08833761911964907,,,0.0069663280020027495,,0.029559748427672956,,,,,,0.08833761911964907,,,0.0069663280020027495,,0.029559748427672956,,,,,,0.08833761911964907,,,0.0069663280020027495,,0.029559748427672956,,,,,,0.2521836704255019,,,0.0069663280020027495, -rhu1_50F_to_55F_q55,0.04890820910574474,,0.32793900049322156,,0.052322643343051506,,0.12110682938081967,,,0.007028324059620341,,0.041315322566068194,,,,,,0.12110682938081967,,,0.007028324059620341,,0.041315322566068194,,,,,,0.12110682938081967,,,0.007028324059620341,,0.041315322566068194,,,,,,0.2685682755560872,,,0.007028324059620341, -rhu1_50F_to_55F_q60,0.059525638498371024,,0.32793900049322156,,0.052322643343051506,,0.15387603964199018,,,0.007090320117237933,,0.0530708967044634,,,,,,0.15387603964199018,,,0.007090320117237933,,0.0530708967044634,,,,,,0.15387603964199018,,,0.007090320117237933,,0.0530708967044634,,,,,,0.28495288068667246,,,0.007090320117237933, -rhu1_50F_to_55F_q65,0.07213088002018016,,0.32793900049322156,,0.052322643343051506,,0.18664524990316078,,,0.007152316174855525,,0.06482647084285863,,,,,,0.18664524990316078,,,0.007152316174855525,,0.06482647084285863,,,,,,0.18664524990316078,,,0.007152316174855525,,0.06482647084285863,,,,,,0.3013374858172578,,,0.007152316174855525, -rhu1_50F_to_55F_q70,0.0847361215419893,,0.32793900049322156,,0.052322643343051506,,0.2194144601643313,,,0.007214312232473117,,0.07658204498125384,,,,,,0.2194144601643313,,,0.007214312232473117,,0.07658204498125384,,,,,,0.2194144601643313,,,0.007214312232473117,,0.07658204498125384,,,,,,0.317722090947843,,,0.007214312232473117, -rhu1_50F_to_55F_q75,0.1482379644630422,,0.32793900049322156,,0.052322643343051506,,0.2521836704255019,,,0.007276308290090708,,0.08833761911964907,,,,,,0.2521836704255019,,,0.007276308290090708,,0.08833761911964907,,,,,,0.2521836704255019,,,0.007276308290090708,,0.08833761911964907,,,,,,0.3341066960784283,,,0.007276308290090708, -rhu1_50F_to_55F_q80,0.2320984479437927,,0.32793900049322156,,0.052322643343051506,,0.2849528806866725,,,0.0073383043477083,,0.15387603964199026,,,,,,0.2849528806866725,,,0.0073383043477083,,0.15387603964199026,,,,,,0.2849528806866725,,,0.0073383043477083,,0.15387603964199026,,,,,,0.3504913012090136,,,0.0073383043477083, -rhu1_50F_to_55F_q85,0.31595893142454295,,0.32793900049322156,,0.052322643343051506,,0.317722090947843,,,0.007400300405325892,,0.2194144601643313,,,,,,0.317722090947843,,,0.007400300405325892,,0.2194144601643313,,,,,,0.317722090947843,,,0.007400300405325892,,0.2194144601643313,,,,,,0.3668759063395989,,,0.007400300405325892, -rhu1_50F_to_55F_q90,0.3543662168646615,,0.32793900049322156,,0.052322643343051506,,0.3504913012090136,,,0.007462296462943483,,0.2849528806866725,,,,,,0.3504913012090136,,,0.007462296462943483,,0.2849528806866725,,,,,,0.3504913012090136,,,0.007462296462943483,,0.2849528806866725,,,,,,0.38326051147018414,,,0.007462296462943483, -rhu1_50F_to_55F_q95,0.3851979692980081,,0.32793900049322156,,0.052322643343051506,,0.38326051147018414,,,0.007524292520561075,,0.3504913012090135,,,,,,0.38326051147018414,,,0.007524292520561075,,0.3504913012090135,,,,,,0.38326051147018414,,,0.007524292520561075,,0.3504913012090135,,,,,,0.39964511660076946,,,0.007524292520561075, -rhu1_50F_to_55F_q98,0.40369702075801606,,0.32793900049322156,,0.052322643343051506,,0.4029220376268865,,,0.00756149015513163,,0.3898143535224183,,,,,,0.4029220376268865,,,0.00756149015513163,,0.3898143535224183,,,,,,0.4029220376268865,,,0.00756149015513163,,0.3898143535224183,,,,,,0.4094758796791206,,,0.00756149015513163, -rhu1_50F_to_55F_q99,0.40986337124468536,,0.32793900049322156,,0.052322643343051506,,0.4094758796791206,,,0.007573889366655149,,0.4029220376268865,,,,,,0.4094758796791206,,,0.007573889366655149,,0.4029220376268865,,,,,,0.4094758796791206,,,0.007573889366655149,,0.4029220376268865,,,,,,0.4127528007052377,,,0.007573889366655149, -rhu1_55F_to_60F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu1_55F_to_60F_upper_bound_95_perc_conf,0.1702145697762304,,0.2512798460089282,,0.028319891645631964,,0.28907142512330697,,,0.011200110178684592,,0.19158995899854325,,,,,,0.28907142512330697,,,0.011200110178684592,,0.19158995899854325,,,,,,0.28907142512330697,,,0.011200110178684592,,0.19158995899854325,,,,,,0.38225745267880634,,,0.011200110178684592, -rhu1_55F_to_60F_mean,0.08811343984153783,,0.2512798460089282,,0.028319891645631964,,0.1353369656925489,,,0.007716277277185472,,0.08428869032640353,,,,,,0.1353369656925489,,,0.007716277277185472,,0.08428869032640353,,,,,,0.1353369656925489,,,0.007716277277185472,,0.08428869032640353,,,,,,0.1853010670763522,,,0.007716277277185472, -rhu1_55F_to_60F_lower_bound_95_perc_conf,0.006012309906845245,,0.2512798460089282,,0.028319891645631964,,-0.018397493738209175,,,0.004232444375686352,,-0.023012578345736195,,,,,,-0.018397493738209175,,,0.004232444375686352,,-0.023012578345736195,,,,,,-0.018397493738209175,,,0.004232444375686352,,-0.023012578345736195,,,,,,-0.011655318526101965,,,0.004232444375686352, -rhu1_55F_to_60F_sem,0.04188833159933295,,0.0,,0.0,,0.07843594868916229,,,0.0017774657660709794,,0.054745545240887615,,,,,,0.07843594868916229,,,0.0017774657660709794,,0.054745545240887615,,,,,,0.07843594868916229,,,0.0017774657660709794,,0.054745545240887615,,,,,,0.10048795183798681,,,0.0017774657660709794, -rhu1_55F_to_60F_q1,0.003958005660414839,,0.2512798460089282,,0.028319891645631964,,0.03556438052108304,,,0.0052528354080146385,,0.0054036583795965265,,,,,,0.03556438052108304,,,0.0052528354080146385,,0.0054036583795965265,,,,,,0.03556438052108304,,,0.0052528354080146385,,0.0054036583795965265,,,,,,0.04603187121886433,,,0.0052528354080146385, -rhu1_55F_to_60F_q2.5,0.004098519982449907,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.0053282468938055825,,0.0057053043227603024,,,,,,0.03579780691529407,,,0.0053282468938055825,,0.0057053043227603024,,,,,,0.03579780691529407,,,0.0053282468938055825,,0.0057053043227603024,,,,,,0.05029521394919559,,,0.0053282468938055825, -rhu1_55F_to_60F_q5,0.00433271051917502,,0.2512798460089282,,0.028319891645631964,,0.036186850905645794,,,0.005453932703457155,,0.006208047561366595,,,,,,0.036186850905645794,,,0.005453932703457155,,0.006208047561366595,,,,,,0.036186850905645794,,,0.005453932703457155,,0.006208047561366595,,,,,,0.057400785166414364,,,0.005453932703457155, -rhu1_55F_to_60F_q10,0.004801091592625245,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.0057053043227603024,,0.0072135340385791795,,,,,,0.03696493888634925,,,0.0057053043227603024,,0.0072135340385791795,,,,,,0.03696493888634925,,,0.0057053043227603024,,0.0072135340385791795,,,,,,0.0716119276008519,,,0.0057053043227603024, -rhu1_55F_to_60F_q15,0.005453932703457156,,0.2512798460089282,,0.028319891645631964,,0.03774302686705269,,,0.005956675942063448,,0.008219020515791764,,,,,,0.03774302686705269,,,0.005956675942063448,,0.008219020515791764,,,,,,0.03774302686705269,,,0.005956675942063448,,0.008219020515791764,,,,,,0.08582307003528944,,,0.005956675942063448, -rhu1_55F_to_60F_q20,0.00721353403857918,,0.2512798460089282,,0.028319891645631964,,0.03852111484775614,,,0.006208047561366595,,0.00922450699300435,,,,,,0.03852111484775614,,,0.006208047561366595,,0.00922450699300435,,,,,,0.03852111484775614,,,0.006208047561366595,,0.00922450699300435,,,,,,0.10003421246972698,,,0.006208047561366595, -rhu1_55F_to_60F_q25,0.008973135373701204,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.0064594191806697406,,0.010229993470216935,,,,,,0.039299202828459584,,,0.0064594191806697406,,0.010229993470216935,,,,,,0.039299202828459584,,,0.0064594191806697406,,0.010229993470216935,,,,,,0.1142453549041645,,,0.0064594191806697406, -rhu1_55F_to_60F_q30,0.012038983287758438,,0.2512798460089282,,0.028319891645631964,,0.04007729080916304,,,0.006710790799972887,,0.015265747361162017,,,,,,0.04007729080916304,,,0.006710790799972887,,0.015265747361162017,,,,,,0.04007729080916304,,,0.006710790799972887,,0.015265747361162017,,,,,,0.12845649733860204,,,0.006710790799972887, -rhu1_55F_to_60F_q35,0.018370447649153694,,0.2512798460089282,,0.028319891645631964,,0.04085537878986648,,,0.006962162419276033,,0.0203015012521071,,,,,,0.04085537878986648,,,0.006962162419276033,,0.0203015012521071,,,,,,0.04085537878986648,,,0.006962162419276033,,0.0203015012521071,,,,,,0.14266763977303956,,,0.006962162419276033, -rhu1_55F_to_60F_q40,0.024701912010548964,,0.2512798460089282,,0.028319891645631964,,0.041633466770569935,,,0.0072135340385791795,,0.025337255143052184,,,,,,0.041633466770569935,,,0.0072135340385791795,,0.025337255143052184,,,,,,0.041633466770569935,,,0.0072135340385791795,,0.025337255143052184,,,,,,0.1568787822074771,,,0.0072135340385791795, -rhu1_55F_to_60F_q45,0.029383222337528523,,0.2512798460089282,,0.028319891645631964,,0.04241155475127338,,,0.007464905657882327,,0.030373009033997266,,,,,,0.04241155475127338,,,0.007464905657882327,,0.030373009033997266,,,,,,0.04241155475127338,,,0.007464905657882327,,0.030373009033997266,,,,,,0.17108992464191464,,,0.007464905657882327, -rhu1_55F_to_60F_q50,0.03186432728528715,,0.2512798460089282,,0.028319891645631964,,0.04318964273197683,,,0.007716277277185472,,0.03540876292494235,,,,,,0.04318964273197683,,,0.007716277277185472,,0.03540876292494235,,,,,,0.04318964273197683,,,0.007716277277185472,,0.03540876292494235,,,,,,0.1853010670763522,,,0.007716277277185472, -rhu1_55F_to_60F_q55,0.03434543223304579,,0.2512798460089282,,0.028319891645631964,,0.07161192760085192,,,0.007967648896488619,,0.03696493888634925,,,,,,0.07161192760085192,,,0.007967648896488619,,0.03696493888634925,,,,,,0.07161192760085192,,,0.007967648896488619,,0.03696493888634925,,,,,,0.1995122095107897,,,0.007967648896488619, -rhu1_55F_to_60F_q60,0.03696493888634925,,0.2512798460089282,,0.028319891645631964,,0.10003421246972696,,,0.008219020515791764,,0.03852111484775614,,,,,,0.10003421246972696,,,0.008219020515791764,,0.03852111484775614,,,,,,0.10003421246972696,,,0.008219020515791764,,0.03852111484775614,,,,,,0.21372335194522724,,,0.008219020515791764, -rhu1_55F_to_60F_q65,0.03968824681881131,,0.2512798460089282,,0.028319891645631964,,0.12845649733860204,,,0.008470392135094911,,0.04007729080916304,,,,,,0.12845649733860204,,,0.008470392135094911,,0.04007729080916304,,,,,,0.12845649733860204,,,0.008470392135094911,,0.04007729080916304,,,,,,0.2279344943796648,,,0.008470392135094911, -rhu1_55F_to_60F_q70,0.042411554751273374,,0.2512798460089282,,0.028319891645631964,,0.15687878220747709,,,0.008721763754398057,,0.04163346677056993,,,,,,0.15687878220747709,,,0.008721763754398057,,0.04163346677056993,,,,,,0.15687878220747709,,,0.008721763754398057,,0.04163346677056993,,,,,,0.2421456368141023,,,0.008721763754398057, -rhu1_55F_to_60F_q75,0.09521219355121467,,0.2512798460089282,,0.028319891645631964,,0.1853010670763522,,,0.008973135373701204,,0.04318964273197683,,,,,,0.1853010670763522,,,0.008973135373701204,,0.04318964273197683,,,,,,0.1853010670763522,,,0.008973135373701204,,0.04318964273197683,,,,,,0.2563567792485399,,,0.008973135373701204, -rhu1_55F_to_60F_q80,0.16804376469814777,,0.2512798460089282,,0.028319891645631964,,0.21372335194522726,,,0.00922450699300435,,0.10003421246972702,,,,,,0.21372335194522726,,,0.00922450699300435,,0.10003421246972702,,,,,,0.21372335194522726,,,0.00922450699300435,,0.10003421246972702,,,,,,0.2705679216829774,,,0.00922450699300435, -rhu1_55F_to_60F_q85,0.2408753358450807,,0.2512798460089282,,0.028319891645631964,,0.2421456368141023,,,0.009475878612307495,,0.15687878220747709,,,,,,0.2421456368141023,,,0.009475878612307495,,0.15687878220747709,,,,,,0.2421456368141023,,,0.009475878612307495,,0.15687878220747709,,,,,,0.2847790641174149,,,0.009475878612307495, -rhu1_55F_to_60F_q90,0.274119639632468,,0.2512798460089282,,0.028319891645631964,,0.2705679216829774,,,0.009727250231610642,,0.21372335194522726,,,,,,0.2705679216829774,,,0.009727250231610642,,0.21372335194522726,,,,,,0.2705679216829774,,,0.009727250231610642,,0.21372335194522726,,,,,,0.29899020655185243,,,0.009727250231610642, -rhu1_55F_to_60F_q95,0.30076606552659774,,0.2512798460089282,,0.028319891645631964,,0.29899020655185243,,,0.009978621850913789,,0.2705679216829774,,,,,,0.29899020655185243,,,0.009978621850913789,,0.2705679216829774,,,,,,0.29899020655185243,,,0.009978621850913789,,0.2705679216829774,,,,,,0.31320134898629,,,0.009978621850913789, -rhu1_55F_to_60F_q98,0.31675392106307554,,0.2512798460089282,,0.028319891645631964,,0.31604357747317746,,,0.010129444822495677,,0.3046746635256275,,,,,,0.31604357747317746,,,0.010129444822495677,,0.3046746635256275,,,,,,0.31604357747317746,,,0.010129444822495677,,0.3046746635256275,,,,,,0.3217280344469525,,,0.010129444822495677, -rhu1_55F_to_60F_q99,0.32208320624190157,,0.2512798460089282,,0.028319891645631964,,0.3217280344469525,,,0.010179719146356304,,0.31604357747317746,,,,,,0.3217280344469525,,,0.010179719146356304,,0.31604357747317746,,,,,,0.3217280344469525,,,0.010179719146356304,,0.31604357747317746,,,,,,0.32457026293384006,,,0.010179719146356304, -rhu1_30F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu1_30F_to_45F_upper_bound_95_perc_conf,0.34305398205847804,,0.48989079000319163,,0.22154695797667256,,0.559111251556371,,,0.044822725374200276,,0.3511684155595577,,,,,,0.559111251556371,,,0.044822725374200276,,0.3511684155595577,,,,,,0.559111251556371,,,0.044822725374200276,,0.3511684155595577,,,,,,0.487868709448776,,,0.044822725374200276, -rhu1_30F_to_45F_mean,0.19767439439520942,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.023326382852582137,,0.16329755267285415,,,,,,0.3032687224931262,,,0.023326382852582137,,0.16329755267285415,,,,,,0.3032687224931262,,,0.023326382852582137,,0.16329755267285415,,,,,,0.487868709448776,,,0.023326382852582137, -rhu1_30F_to_45F_lower_bound_95_perc_conf,0.05229480673194084,,0.48989079000319163,,0.22154695797667256,,0.047426193429881414,,,0.0018300403309639938,,-0.024573310213849398,,,,,,0.047426193429881414,,,0.0018300403309639938,,-0.024573310213849398,,,,,,0.047426193429881414,,,0.0018300403309639938,,-0.024573310213849398,,,,,,0.487868709448776,,,0.0018300403309639938, -rhu1_30F_to_45F_sem,0.07417325901187173,,0.0,,0.0,,0.13053190258328815,,,0.010967521694703134,,0.09585248106464467,,,,,,0.13053190258328815,,,0.010967521694703134,,0.09585248106464467,,,,,,0.13053190258328815,,,0.010967521694703134,,0.09585248106464467,,,,,,0.0,,,0.010967521694703134, -rhu1_30F_to_45F_q1,0.008492575156444197,,0.48989079000319163,,0.22154695797667256,,0.12236073527658946,,,0.008126173284837217,,0.00874659000188803,,,,,,0.12236073527658946,,,0.008126173284837217,,0.00874659000188803,,,,,,0.12236073527658946,,,0.008126173284837217,,0.00874659000188803,,,,,,0.487868709448776,,,0.008126173284837217, -rhu1_30F_to_45F_q2.5,0.00950749050164278,,0.48989079000319163,,0.22154695797667256,,0.12789873488525894,,,0.008591485822625327,,0.01014252761525236,,,,,,0.12789873488525894,,,0.008591485822625327,,0.01014252761525236,,,,,,0.12789873488525894,,,0.008591485822625327,,0.01014252761525236,,,,,,0.487868709448776,,,0.008591485822625327, -rhu1_30F_to_45F_q5,0.01119901607697375,,0.48989079000319163,,0.22154695797667256,,0.13712873423304145,,,0.009367006718938843,,0.012469090304192909,,,,,,0.13712873423304145,,,0.009367006718938843,,0.012469090304192909,,,,,,0.13712873423304145,,,0.009367006718938843,,0.012469090304192909,,,,,,0.487868709448776,,,0.009367006718938843, -rhu1_30F_to_45F_q10,0.014582067227635689,,0.48989079000319163,,0.22154695797667256,,0.15558873292860642,,,0.010918048511565876,,0.017122215682074008,,,,,,0.15558873292860642,,,0.010918048511565876,,0.017122215682074008,,,,,,0.15558873292860642,,,0.010918048511565876,,0.017122215682074008,,,,,,0.487868709448776,,,0.010918048511565876, -rhu1_30F_to_45F_q15,0.017965118378297625,,0.48989079000319163,,0.22154695797667256,,0.1740487316241714,,,0.012469090304192906,,0.0217753410599551,,,,,,0.1740487316241714,,,0.012469090304192906,,0.0217753410599551,,,,,,0.1740487316241714,,,0.012469090304192906,,0.0217753410599551,,,,,,0.487868709448776,,,0.012469090304192906, -rhu1_30F_to_45F_q20,0.023041601831918446,,0.48989079000319163,,0.22154695797667256,,0.19250873031973637,,,0.01402013209681994,,0.026428466437836202,,,,,,0.19250873031973637,,,0.01402013209681994,,0.026428466437836202,,,,,,0.19250873031973637,,,0.01402013209681994,,0.026428466437836202,,,,,,0.487868709448776,,,0.01402013209681994, -rhu1_30F_to_45F_q25,0.028964801437018697,,0.48989079000319163,,0.22154695797667256,,0.21096872901530134,,,0.015571173889446972,,0.031081591815717298,,,,,,0.21096872901530134,,,0.015571173889446972,,0.031081591815717298,,,,,,0.21096872901530134,,,0.015571173889446972,,0.031081591815717298,,,,,,0.487868709448776,,,0.015571173889446972, -rhu1_30F_to_45F_q30,0.03488800104211895,,0.48989079000319163,,0.22154695797667256,,0.2294287277108663,,,0.017122215682074005,,0.03573471719359839,,,,,,0.2294287277108663,,,0.017122215682074005,,0.03573471719359839,,,,,,0.2294287277108663,,,0.017122215682074005,,0.03573471719359839,,,,,,0.487868709448776,,,0.017122215682074005, -rhu1_30F_to_45F_q35,0.04681999425471483,,0.48989079000319163,,0.22154695797667256,,0.24788872640643128,,,0.018673257474701038,,0.04282839751678365,,,,,,0.24788872640643128,,,0.018673257474701038,,0.04282839751678365,,,,,,0.24788872640643128,,,0.018673257474701038,,0.04282839751678365,,,,,,0.487868709448776,,,0.018673257474701038, -rhu1_30F_to_45F_q40,0.07076957468230209,,0.48989079000319163,,0.22154695797667256,,0.26634872510199625,,,0.02022429926732807,,0.054803187730577275,,,,,,0.26634872510199625,,,0.02022429926732807,,0.054803187730577275,,,,,,0.26634872510199625,,,0.02022429926732807,,0.054803187730577275,,,,,,0.487868709448776,,,0.02022429926732807, -rhu1_30F_to_45F_q45,0.09471915510988928,,0.48989079000319163,,0.22154695797667256,,0.2848087237975612,,,0.0217753410599551,,0.06677797794437086,,,,,,0.2848087237975612,,,0.0217753410599551,,0.06677797794437086,,,,,,0.2848087237975612,,,0.0217753410599551,,0.06677797794437086,,,,,,0.487868709448776,,,0.0217753410599551, -rhu1_30F_to_45F_q50,0.11866873553747646,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.023326382852582137,,0.07875276815816445,,,,,,0.3032687224931262,,,0.023326382852582137,,0.07875276815816445,,,,,,0.3032687224931262,,,0.023326382852582137,,0.07875276815816445,,,,,,0.487868709448776,,,0.023326382852582137, -rhu1_30F_to_45F_q55,0.1495322022692353,,0.48989079000319163,,0.22154695797667256,,0.32172872118869117,,,0.024877424645209166,,0.09072755837195806,,,,,,0.32172872118869117,,,0.024877424645209166,,0.09072755837195806,,,,,,0.32172872118869117,,,0.024877424645209166,,0.09072755837195806,,,,,,0.487868709448776,,,0.024877424645209166, -rhu1_30F_to_45F_q60,0.1803956690009941,,0.48989079000319163,,0.22154695797667256,,0.34018871988425614,,,0.0264284664378362,,0.10270234858575164,,,,,,0.34018871988425614,,,0.0264284664378362,,0.10270234858575164,,,,,,0.34018871988425614,,,0.0264284664378362,,0.10270234858575164,,,,,,0.487868709448776,,,0.0264284664378362, -rhu1_30F_to_45F_q65,0.21125913573275298,,0.48989079000319163,,0.22154695797667256,,0.35864871857982117,,,0.027979508230463235,,0.11467713879954528,,,,,,0.35864871857982117,,,0.027979508230463235,,0.11467713879954528,,,,,,0.35864871857982117,,,0.027979508230463235,,0.11467713879954528,,,,,,0.487868709448776,,,0.027979508230463235, -rhu1_30F_to_45F_q70,0.274811308271093,,0.48989079000319163,,0.22154695797667256,,0.3771087172753861,,,0.029530550023090265,,0.15558873292860628,,,,,,0.3771087172753861,,,0.029530550023090265,,0.15558873292860628,,,,,,0.3771087172753861,,,0.029530550023090265,,0.15558873292860628,,,,,,0.487868709448776,,,0.029530550023090265, -rhu1_30F_to_45F_q75,0.3547078337127243,,0.48989079000319163,,0.22154695797667256,,0.3955687159709511,,,0.031081591815717298,,0.21096872901530134,,,,,,0.3955687159709511,,,0.031081591815717298,,0.21096872901530134,,,,,,0.3955687159709511,,,0.031081591815717298,,0.21096872901530134,,,,,,0.487868709448776,,,0.031081591815717298, -rhu1_30F_to_45F_q80,0.43460435915435547,,0.48989079000319163,,0.22154695797667256,,0.4140287146665161,,,0.03263263360834433,,0.26634872510199636,,,,,,0.4140287146665161,,,0.03263263360834433,,0.26634872510199636,,,,,,0.4140287146665161,,,0.03263263360834433,,0.26634872510199636,,,,,,0.487868709448776,,,0.03263263360834433, -rhu1_30F_to_45F_q85,0.48807091750421755,,0.48989079000319163,,0.22154695797667256,,0.432488713362081,,,0.034183675400971364,,0.3217287211886911,,,,,,0.432488713362081,,,0.034183675400971364,,0.3217287211886911,,,,,,0.432488713362081,,,0.034183675400971364,,0.3217287211886911,,,,,,0.487868709448776,,,0.034183675400971364, -rhu1_30F_to_45F_q90,0.4886775416705422,,0.48989079000319163,,0.22154695797667256,,0.45094871205764603,,,0.03573471719359839,,0.3771087172753862,,,,,,0.45094871205764603,,,0.03573471719359839,,0.3771087172753862,,,,,,0.45094871205764603,,,0.03573471719359839,,0.3771087172753862,,,,,,0.487868709448776,,,0.03573471719359839, -rhu1_30F_to_45F_q95,0.48928416583686696,,0.48989079000319163,,0.22154695797667256,,0.46940871075321094,,,0.03728575898622542,,0.43248871336208095,,,,,,0.46940871075321094,,,0.03728575898622542,,0.43248871336208095,,,,,,0.46940871075321094,,,0.03728575898622542,,0.43248871336208095,,,,,,0.487868709448776,,,0.03728575898622542, -rhu1_30F_to_45F_q98,0.4896481403366617,,0.48989079000319163,,0.22154695797667256,,0.48048470997055,,,0.038216384061801646,,0.465716711014098,,,,,,0.48048470997055,,,0.038216384061801646,,0.465716711014098,,,,,,0.48048470997055,,,0.038216384061801646,,0.465716711014098,,,,,,0.487868709448776,,,0.038216384061801646, -rhu1_30F_to_45F_q99,0.4897694651699267,,0.48989079000319163,,0.22154695797667256,,0.484176709709663,,,0.03852659242032705,,0.4767927102314369,,,,,,0.484176709709663,,,0.03852659242032705,,0.4767927102314369,,,,,,0.484176709709663,,,0.03852659242032705,,0.4767927102314369,,,,,,0.487868709448776,,,0.03852659242032705, +rhu1_35F_to_40F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu1_35F_to_40F_upper_bound_95_perc_conf,0.311045652951614,,0.497354540159213,,0.19741898266605878,,0.44186045522738204,,,0.08044473193645557,,0.29915323187260134,,,,,,0.44186045522738204,,,0.08044473193645557,,0.29915323187260134,,,,,,0.44186045522738204,,,0.08044473193645557,,0.29915323187260134,,,,,,0.5861518853429941,,,0.08044473193645557, +rhu1_35F_to_40F_mean,0.1772677917863067,,0.497354540159213,,0.19741898266605878,,0.20778657775216725,,,0.03881699155171517,,0.1401987432719864,,,,,,0.20778657775216725,,,0.03881699155171517,,0.1401987432719864,,,,,,0.20778657775216725,,,0.03881699155171517,,0.1401987432719864,,,,,,0.24993409909063505,,,0.03881699155171517, +rhu1_35F_to_40F_lower_bound_95_perc_conf,0.043489930620999345,,0.497354540159213,,0.19741898266605878,,-0.026287299723047552,,,-0.002810748833025241,,-0.018755745328628587,,,,,,-0.026287299723047552,,,-0.002810748833025241,,-0.018755745328628587,,,,,,-0.026287299723047552,,,-0.002810748833025241,,-0.018755745328628587,,,,,,-0.086283687161724,,,-0.002810748833025241, +rhu1_35F_to_40F_sem,0.0682540107986262,,0.0,,0.0,,0.11942544769143612,,,0.021238643053438984,,0.08109922887786479,,,,,,0.11942544769143612,,,0.021238643053438984,,0.08109922887786479,,,,,,0.11942544769143612,,,0.021238643053438984,,0.08109922887786479,,,,,,0.1715396868634485,,,0.021238643053438984, +rhu1_35F_to_40F_q1,0.007441194137034289,,0.497354540159213,,0.19741898266605878,,0.009663371195754694,,,0.009381734040192118,,0.007397974125353439,,,,,,0.009663371195754694,,,0.009381734040192118,,0.007397974125353439,,,,,,0.009663371195754694,,,0.009381734040192118,,0.007397974125353439,,,,,,0.012192222476062761,,,0.009381734040192118, +rhu1_35F_to_40F_q2.5,0.0075924641779172635,,0.497354540159213,,0.19741898266605878,,0.013147906824718272,,,0.010282813351769355,,0.007484414148715139,,,,,,0.013147906824718272,,,0.010282813351769355,,0.007484414148715139,,,,,,0.013147906824718272,,,0.010282813351769355,,0.007484414148715139,,,,,,0.019470035025488445,,,0.010282813351769355, +rhu1_35F_to_40F_q5,0.00784458091272222,,0.497354540159213,,0.19741898266605878,,0.01895546620632424,,,0.011784612204398082,,0.007628480854317972,,,,,,0.01895546620632424,,,0.011784612204398082,,0.007628480854317972,,,,,,0.01895546620632424,,,0.011784612204398082,,0.007628480854317972,,,,,,0.03159972260786458,,,0.011784612204398082, +rhu1_35F_to_40F_q10,0.008348814382332133,,0.497354540159213,,0.19741898266605878,,0.03057058496953617,,,0.014788209909655537,,0.007916614265523637,,,,,,0.03057058496953617,,,0.014788209909655537,,0.007916614265523637,,,,,,0.03057058496953617,,,0.014788209909655537,,0.007916614265523637,,,,,,0.055859097772616856,,,0.014788209909655537, +rhu1_35F_to_40F_q15,0.009460718529446088,,0.497354540159213,,0.19741898266605878,,0.0421857037327481,,,0.01779180761491299,,0.0082047476767293,,,,,,0.0421857037327481,,,0.01779180761491299,,0.0082047476767293,,,,,,0.0421857037327481,,,0.01779180761491299,,0.0082047476767293,,,,,,0.08011847293736914,,,0.01779180761491299, +rhu1_35F_to_40F_q20,0.014218646741584302,,0.497354540159213,,0.19741898266605878,,0.053800822495960035,,,0.02079540532017044,,0.008492881087934964,,,,,,0.053800822495960035,,,0.02079540532017044,,0.008492881087934964,,,,,,0.053800822495960035,,,0.02079540532017044,,0.008492881087934964,,,,,,0.1043778481021214,,,0.02079540532017044, +rhu1_35F_to_40F_q25,0.018976574953722514,,0.497354540159213,,0.19741898266605878,,0.06541594125917195,,,0.023799003025427895,,0.008781014499140628,,,,,,0.06541594125917195,,,0.023799003025427895,,0.008781014499140628,,,,,,0.06541594125917195,,,0.023799003025427895,,0.008781014499140628,,,,,,0.12863722326687368,,,0.023799003025427895, +rhu1_35F_to_40F_q30,0.027022882455153805,,0.497354540159213,,0.19741898266605878,,0.0770310600223839,,,0.02680260073068535,,0.02079540532017044,,,,,,0.0770310600223839,,,0.02680260073068535,,0.02079540532017044,,,,,,0.0770310600223839,,,0.02680260073068535,,0.02079540532017044,,,,,,0.15289659843162595,,,0.02680260073068535, +rhu1_35F_to_40F_q35,0.04329013817981775,,0.497354540159213,,0.19741898266605878,,0.08864617878559582,,,0.029806198435942805,,0.03280979614120025,,,,,,0.08864617878559582,,,0.029806198435942805,,0.03280979614120025,,,,,,0.08864617878559582,,,0.029806198435942805,,0.03280979614120025,,,,,,0.17715597359637822,,,0.029806198435942805, +rhu1_35F_to_40F_q40,0.05955739390448174,,0.497354540159213,,0.19741898266605878,,0.10026129754880776,,,0.032809796141200255,,0.044824186962230075,,,,,,0.10026129754880776,,,0.032809796141200255,,0.044824186962230075,,,,,,0.10026129754880776,,,0.032809796141200255,,0.044824186962230075,,,,,,0.2014153487611305,,,0.032809796141200255, +rhu1_35F_to_40F_q45,0.07704875357493099,,0.497354540159213,,0.19741898266605878,,0.11187641631201968,,,0.03581339384645771,,0.05683857778325989,,,,,,0.11187641631201968,,,0.03581339384645771,,0.05683857778325989,,,,,,0.11187641631201968,,,0.03581339384645771,,0.05683857778325989,,,,,,0.22567472392588278,,,0.03581339384645771, +rhu1_35F_to_40F_q50,0.09617225183976066,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.03881699155171517,,0.0688529686042897,,,,,,0.12349153507523161,,,0.03881699155171517,,0.0688529686042897,,,,,,0.12349153507523161,,,0.03881699155171517,,0.0688529686042897,,,,,,0.24993409909063505,,,0.03881699155171517, +rhu1_35F_to_40F_q55,0.11529575010459035,,0.497354540159213,,0.19741898266605878,,0.16039516664152426,,,0.04182058925697262,,0.07978068189847809,,,,,,0.16039516664152426,,,0.04182058925697262,,0.07978068189847809,,,,,,0.16039516664152426,,,0.04182058925697262,,0.07978068189847809,,,,,,0.27419347425538737,,,0.04182058925697262, +rhu1_35F_to_40F_q60,0.13827702459339705,,0.497354540159213,,0.19741898266605878,,0.19729879820781682,,,0.044824186962230075,,0.09070839519266646,,,,,,0.19729879820781682,,,0.044824186962230075,,0.09070839519266646,,,,,,0.19729879820781682,,,0.044824186962230075,,0.09070839519266646,,,,,,0.2984528494201396,,,0.044824186962230075, +rhu1_35F_to_40F_q65,0.16415163125018653,,0.497354540159213,,0.19741898266605878,,0.2342024297741095,,,0.04782778466748753,,0.10163610848685486,,,,,,0.2342024297741095,,,0.04782778466748753,,0.10163610848685486,,,,,,0.2342024297741095,,,0.04782778466748753,,0.10163610848685486,,,,,,0.3227122245848919,,,0.04782778466748753, +rhu1_35F_to_40F_q70,0.190026237906976,,0.497354540159213,,0.19741898266605878,,0.27110606134040205,,,0.05083138237274498,,0.11256382178104322,,,,,,0.27110606134040205,,,0.05083138237274498,,0.11256382178104322,,,,,,0.27110606134040205,,,0.05083138237274498,,0.11256382178104322,,,,,,0.34697159974964414,,,0.05083138237274498, +rhu1_35F_to_40F_q75,0.27119619968408354,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.053834980078002435,,0.12349153507523161,,,,,,0.3080096929066947,,,0.053834980078002435,,0.12349153507523161,,,,,,0.3080096929066947,,,0.053834980078002435,,0.12349153507523161,,,,,,0.37123097491439644,,,0.053834980078002435, +rhu1_35F_to_40F_q80,0.3744843035093184,,0.497354540159213,,0.19741898266605878,,0.3449133244729874,,,0.05683857778325989,,0.19729879820781693,,,,,,0.3449133244729874,,,0.05683857778325989,,0.19729879820781693,,,,,,0.3449133244729874,,,0.05683857778325989,,0.19729879820781693,,,,,,0.3954903500791487,,,0.05683857778325989, +rhu1_35F_to_40F_q85,0.4777724073345529,,0.497354540159213,,0.19741898266605878,,0.3818169560392799,,,0.059842175488517335,,0.27110606134040205,,,,,,0.3818169560392799,,,0.059842175488517335,,0.27110606134040205,,,,,,0.3818169560392799,,,0.059842175488517335,,0.27110606134040205,,,,,,0.419749725243901,,,0.059842175488517335, +rhu1_35F_to_40F_q90,0.4939758575644744,,0.497354540159213,,0.19741898266605878,,0.41872058760557257,,,0.0628457731937748,,0.3449133244729874,,,,,,0.41872058760557257,,,0.0628457731937748,,0.3449133244729874,,,,,,0.41872058760557257,,,0.0628457731937748,,0.3449133244729874,,,,,,0.44400910040865327,,,0.0628457731937748, +rhu1_35F_to_40F_q95,0.4956651988618437,,0.497354540159213,,0.19741898266605878,,0.4556242191718652,,,0.06584937089903226,,0.41872058760557246,,,,,,0.4556242191718652,,,0.06584937089903226,,0.41872058760557246,,,,,,0.4556242191718652,,,0.06584937089903226,,0.41872058760557246,,,,,,0.4682684755734055,,,0.06584937089903226, +rhu1_35F_to_40F_q98,0.4966788036402653,,0.497354540159213,,0.19741898266605878,,0.47776639811164073,,,0.06765152952218673,,0.4630049454851237,,,,,,0.47776639811164073,,,0.06765152952218673,,0.4630049454851237,,,,,,0.47776639811164073,,,0.06765152952218673,,0.4630049454851237,,,,,,0.4828241006722569,,,0.06765152952218673, +rhu1_35F_to_40F_q99,0.49701667189973914,,0.497354540159213,,0.19741898266605878,,0.48514712442489927,,,0.06825224906323821,,0.47776639811164073,,,,,,0.48514712442489927,,,0.06825224906323821,,0.47776639811164073,,,,,,0.48514712442489927,,,0.06825224906323821,,0.47776639811164073,,,,,,0.4876759757052074,,,0.06825224906323821, +rhu1_40F_to_45F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu1_40F_to_45F_upper_bound_95_perc_conf,0.2854677131990364,,0.4542236394098254,,0.15271363589013506,,0.43227512159226117,,,0.0396871052258929,,0.2854427997158579,,,,,,0.43227512159226117,,,0.0396871052258929,,0.2854427997158579,,,,,,0.43227512159226117,,,0.0396871052258929,,0.2854427997158579,,,,,,0.5817722392752076,,,0.0396871052258929, +rhu1_40F_to_45F_mean,0.15444144797711756,,0.4542236394098254,,0.15271363589013506,,0.19250826197684082,,,0.019641327256556547,,0.12336148808872711,,,,,,0.19250826197684082,,,0.019641327256556547,,0.12336148808872711,,,,,,0.19250826197684082,,,0.019641327256556547,,0.12336148808872711,,,,,,0.24425090891111123,,,0.019641327256556547, +rhu1_40F_to_45F_lower_bound_95_perc_conf,0.023415182755198716,,0.4542236394098254,,0.15271363589013506,,-0.047258597638579536,,,-0.00040445071277980457,,-0.038719823538403655,,,,,,-0.047258597638579536,,,-0.00040445071277980457,,-0.038719823538403655,,,,,,-0.047258597638579536,,,-0.00040445071277980457,,-0.038719823538403655,,,,,,-0.09327042145298514,,,-0.00040445071277980457, +rhu1_40F_to_45F_sem,0.06685013531730553,,0.0,,0.0,,0.1223300304160308,,,0.010227437739457322,,0.0826945467485361,,,,,,0.1223300304160308,,,0.010227437739457322,,0.0826945467485361,,,,,,0.1223300304160308,,,0.010227437739457322,,0.0826945467485361,,,,,,0.17220476038984509,,,0.010227437739457322, +rhu1_40F_to_45F_q1,0.0010288674009986244,,0.4542236394098254,,0.15271363589013506,,0.002482728599497513,,,0.00546682172027891,,0.0008950390559634327,,,,,,0.002482728599497513,,,0.00546682172027891,,0.0008950390559634327,,,,,,0.002482728599497513,,,0.00546682172027891,,0.0008950390559634327,,,,,,0.005587287415553738,,,0.00546682172027891, +rhu1_40F_to_45F_q2.5,0.0014972666086217959,,0.4542236394098254,,0.15271363589013506,,0.005131919604869016,,,0.005900735155062918,,0.0011626957460338164,,,,,,0.005131919604869016,,,0.005900735155062918,,0.0011626957460338164,,,,,,0.005131919604869016,,,0.005900735155062918,,0.0011626957460338164,,,,,,0.01289331664500958,,,0.005900735155062918, +rhu1_40F_to_45F_q5,0.0022779319546604145,,0.4542236394098254,,0.15271363589013506,,0.009547237947154855,,,0.006623924213036267,,0.0016087902294844554,,,,,,0.009547237947154855,,,0.006623924213036267,,0.0016087902294844554,,,,,,0.009547237947154855,,,0.006623924213036267,,0.0016087902294844554,,,,,,0.025070032027435987,,,0.006623924213036267, +rhu1_40F_to_45F_q10,0.003839262646737652,,0.4542236394098254,,0.15271363589013506,,0.018377874631726535,,,0.008070302328982966,,0.002500979196385734,,,,,,0.018377874631726535,,,0.008070302328982966,,0.002500979196385734,,,,,,0.018377874631726535,,,0.008070302328982966,,0.002500979196385734,,,,,,0.04942346279228879,,,0.008070302328982966, +rhu1_40F_to_45F_q15,0.005508012195902313,,0.4542236394098254,,0.15271363589013506,,0.02720851131629821,,,0.009516680444929662,,0.0033931681632870126,,,,,,0.02720851131629821,,,0.009516680444929662,,0.0033931681632870126,,,,,,0.02720851131629821,,,0.009516680444929662,,0.0033931681632870126,,,,,,0.07377689355714159,,,0.009516680444929662, +rhu1_40F_to_45F_q20,0.007821274887591514,,0.4542236394098254,,0.15271363589013506,,0.03603914800086989,,,0.01096305856087636,,0.004285357130188291,,,,,,0.03603914800086989,,,0.01096305856087636,,0.004285357130188291,,,,,,0.03603914800086989,,,0.01096305856087636,,0.004285357130188291,,,,,,0.09813032432199441,,,0.01096305856087636, +rhu1_40F_to_45F_q25,0.010134537579280711,,0.4542236394098254,,0.15271363589013506,,0.04486978468544157,,,0.012409436676823059,,0.00517754609708957,,,,,,0.04486978468544157,,,0.012409436676823059,,0.00517754609708957,,,,,,0.04486978468544157,,,0.012409436676823059,,0.00517754609708957,,,,,,0.12248375508684721,,,0.012409436676823059, +rhu1_40F_to_45F_q30,0.014018692107612337,,0.4542236394098254,,0.15271363589013506,,0.05370042137001325,,,0.013855814792769755,,0.010963058560876359,,,,,,0.05370042137001325,,,0.013855814792769755,,0.010963058560876359,,,,,,0.05370042137001325,,,0.013855814792769755,,0.010963058560876359,,,,,,0.14683718585170003,,,0.013855814792769755, +rhu1_40F_to_45F_q35,0.021830076227550014,,0.4542236394098254,,0.15271363589013506,,0.06253105805458492,,,0.015302192908716454,,0.016748571024663147,,,,,,0.06253105805458492,,,0.015302192908716454,,0.016748571024663147,,,,,,0.06253105805458492,,,0.015302192908716454,,0.016748571024663147,,,,,,0.17119061661655283,,,0.015302192908716454, +rhu1_40F_to_45F_q40,0.02964146034748771,,0.4542236394098254,,0.15271363589013506,,0.0713616947391566,,,0.01674857102466315,,0.022534083488449944,,,,,,0.0713616947391566,,,0.01674857102466315,,0.022534083488449944,,,,,,0.0713616947391566,,,0.01674857102466315,,0.022534083488449944,,,,,,0.19554404738140566,,,0.01674857102466315, +rhu1_40F_to_45F_q45,0.04234278736986498,,0.4542236394098254,,0.15271363589013506,,0.0801923314237283,,,0.01819494914060985,,0.028319595952236733,,,,,,0.0801923314237283,,,0.01819494914060985,,0.028319595952236733,,,,,,0.0801923314237283,,,0.01819494914060985,,0.028319595952236733,,,,,,0.21989747814625843,,,0.01819494914060985, +rhu1_40F_to_45F_q50,0.06156403826216174,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.019641327256556547,,0.03410510841602352,,,,,,0.08902296810829996,,,0.019641327256556547,,0.03410510841602352,,,,,,0.08902296810829996,,,0.019641327256556547,,0.03410510841602352,,,,,,0.24425090891111123,,,0.019641327256556547, +rhu1_40F_to_45F_q55,0.08078528915445853,,0.4542236394098254,,0.15271363589013506,,0.12889919295343394,,,0.021087705372503245,,0.04508868035447882,,,,,,0.12889919295343394,,,0.021087705372503245,,0.04508868035447882,,,,,,0.12889919295343394,,,0.021087705372503245,,0.04508868035447882,,,,,,0.2686043396759641,,,0.021087705372503245, +rhu1_40F_to_45F_q60,0.101761101664667,,0.4542236394098254,,0.15271363589013506,,0.1687754177985678,,,0.022534083488449944,,0.0560722522929341,,,,,,0.1687754177985678,,,0.022534083488449944,,0.0560722522929341,,,,,,0.1687754177985678,,,0.022534083488449944,,0.0560722522929341,,,,,,0.2929577704408169,,,0.022534083488449944, +rhu1_40F_to_45F_q65,0.12405283538830926,,0.4542236394098254,,0.15271363589013506,,0.20865164264370178,,,0.023980461604396642,,0.0670558242313894,,,,,,0.20865164264370178,,,0.023980461604396642,,0.0670558242313894,,,,,,0.20865164264370178,,,0.023980461604396642,,0.0670558242313894,,,,,,0.3173112012056697,,,0.023980461604396642, +rhu1_40F_to_45F_q70,0.1463445691119515,,0.4542236394098254,,0.15271363589013506,,0.24852786748883565,,,0.025426839720343337,,0.07803939616984466,,,,,,0.24852786748883565,,,0.025426839720343337,,0.07803939616984466,,,,,,0.24852786748883565,,,0.025426839720343337,,0.07803939616984466,,,,,,0.34166463197052244,,,0.025426839720343337, +rhu1_40F_to_45F_q75,0.22809113677005766,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.026873217836290035,,0.08902296810829996,,,,,,0.28840409233396963,,,0.026873217836290035,,0.08902296810829996,,,,,,0.28840409233396963,,,0.026873217836290035,,0.08902296810829996,,,,,,0.3660180627353753,,,0.026873217836290035, +rhu1_40F_to_45F_q80,0.33361963800194944,,0.4542236394098254,,0.15271363589013506,,0.3282803171791036,,,0.028319595952236733,,0.16877541779856792,,,,,,0.3282803171791036,,,0.028319595952236733,,0.16877541779856792,,,,,,0.3282803171791036,,,0.028319595952236733,,0.16877541779856792,,,,,,0.3903714935002281,,,0.028319595952236733, +rhu1_40F_to_45F_q85,0.43914813923384094,,0.4542236394098254,,0.15271363589013506,,0.3681565420242375,,,0.029765974068183428,,0.24852786748883565,,,,,,0.3681565420242375,,,0.029765974068183428,,0.24852786748883565,,,,,,0.3681565420242375,,,0.029765974068183428,,0.24852786748883565,,,,,,0.4147249242650809,,,0.029765974068183428, +rhu1_40F_to_45F_q90,0.46429211255476954,,0.4542236394098254,,0.15271363589013506,,0.40803276686937145,,,0.031212352184130127,,0.3282803171791036,,,,,,0.40803276686937145,,,0.031212352184130127,,0.3282803171791036,,,,,,0.40803276686937145,,,0.031212352184130127,,0.3282803171791036,,,,,,0.4390783550299337,,,0.031212352184130127, +rhu1_40F_to_45F_q95,0.47603866455720445,,0.4542236394098254,,0.15271363589013506,,0.4479089917145053,,,0.03265873030007683,,0.4080327668693714,,,,,,0.4479089917145053,,,0.03265873030007683,,0.4080327668693714,,,,,,0.4479089917145053,,,0.03265873030007683,,0.4080327668693714,,,,,,0.4634317857947865,,,0.03265873030007683, +rhu1_40F_to_45F_q98,0.4830865957586653,,0.4542236394098254,,0.15271363589013506,,0.4718347266215857,,,0.033526557169644845,,0.4558842366835321,,,,,,0.4718347266215857,,,0.033526557169644845,,0.4558842366835321,,,,,,0.4718347266215857,,,0.033526557169644845,,0.4558842366835321,,,,,,0.47804384425369817,,,0.033526557169644845, +rhu1_40F_to_45F_q99,0.48543590615915233,,0.4542236394098254,,0.15271363589013506,,0.4798099715906125,,,0.033815832792834184,,0.4718347266215857,,,,,,0.4798099715906125,,,0.033815832792834184,,0.4718347266215857,,,,,,0.4798099715906125,,,0.033815832792834184,,0.4718347266215857,,,,,,0.48291453040666876,,,0.033815832792834184, +rhu1_45F_to_50F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu1_45F_to_50F_upper_bound_95_perc_conf,0.24806241305596655,,0.40025798507790855,,0.09249776186213071,,0.35703819455179375,,,0.015836251266091575,,0.2571386254614932,,,,,,0.35703819455179375,,,0.015836251266091575,,0.2571386254614932,,,,,,0.35703819455179375,,,0.015836251266091575,,0.2571386254614932,,,,,,0.43918838857062703,,,0.015836251266091575, +rhu1_45F_to_50F_mean,0.13684391703511,,0.40025798507790855,,0.09249776186213071,,0.1775253354535707,,,0.010700754484599376,,0.1219171417972469,,,,,,0.1775253354535707,,,0.010700754484599376,,0.1219171417972469,,,,,,0.1775253354535707,,,0.010700754484599376,,0.1219171417972469,,,,,,0.22114282996647763,,,0.010700754484599376, +rhu1_45F_to_50F_lower_bound_95_perc_conf,0.02562542101425347,,0.40025798507790855,,0.09249776186213071,,-0.001987523644652378,,,0.005565257703107179,,-0.0133043418669994,,,,,,-0.001987523644652378,,,0.005565257703107179,,-0.0133043418669994,,,,,,-0.001987523644652378,,,0.005565257703107179,,-0.0133043418669994,,,,,,0.0030972713623282633,,,0.005565257703107179, +rhu1_45F_to_50F_sem,0.05674413062288599,,0.0,,0.0,,0.09158819341746074,,,0.002620151419128672,,0.06899055288992158,,,,,,0.09158819341746074,,,0.002620151419128672,,0.06899055288992158,,,,,,0.09158819341746074,,,0.002620151419128672,,0.06899055288992158,,,,,,0.11124773398170887,,,0.002620151419128672, +rhu1_45F_to_50F_q1,0.005997310628439528,,0.40025798507790855,,0.09249776186213071,,0.0071333985645758114,,,0.007069409885644554,,0.005964767470273539,,,,,,0.0071333985645758114,,,0.007069409885644554,,0.005964767470273539,,,,,,0.0071333985645758114,,,0.007069409885644554,,0.005964767470273539,,,,,,0.009472774786591153,,,0.007069409885644554, +rhu1_45F_to_50F_q2.5,0.00612748326110348,,0.40025798507790855,,0.09249776186213071,,0.00896770310144419,,,0.00718057349581664,,0.006046125365688509,,,,,,0.00896770310144419,,,0.00718057349581664,,0.006046125365688509,,,,,,0.00896770310144419,,,0.00718057349581664,,0.006046125365688509,,,,,,0.014816143656482546,,,0.00718057349581664, +rhu1_45F_to_50F_q5,0.006344437648876734,,0.40025798507790855,,0.09249776186213071,,0.012024877329558155,,,0.007365846179436784,,0.006181721858046794,,,,,,0.012024877329558155,,,0.007365846179436784,,0.006181721858046794,,,,,,0.012024877329558155,,,0.007365846179436784,,0.006181721858046794,,,,,,0.023721758439634866,,,0.007365846179436784, +rhu1_45F_to_50F_q10,0.006778346424423242,,0.40025798507790855,,0.09249776186213071,,0.018139225785786087,,,0.007736391546677072,,0.006452914842763361,,,,,,0.018139225785786087,,,0.007736391546677072,,0.006452914842763361,,,,,,0.018139225785786087,,,0.007736391546677072,,0.006452914842763361,,,,,,0.041532988005939506,,,0.007736391546677072, +rhu1_45F_to_50F_q15,0.007063571768251106,,0.40025798507790855,,0.09249776186213071,,0.02425357424201401,,,0.00810693691391736,,0.006724107827479928,,,,,,0.02425357424201401,,,0.00810693691391736,,0.006724107827479928,,,,,,0.02425357424201401,,,0.00810693691391736,,0.006724107827479928,,,,,,0.05934421757224414,,,0.00810693691391736, +rhu1_45F_to_50F_q20,0.007200113680360326,,0.40025798507790855,,0.09249776186213071,,0.03036792269824195,,,0.008477482281157649,,0.006995300812196496,,,,,,0.03036792269824195,,,0.008477482281157649,,0.006995300812196496,,,,,,0.03036792269824195,,,0.008477482281157649,,0.006995300812196496,,,,,,0.07715544713854879,,,0.008477482281157649, +rhu1_45F_to_50F_q25,0.007336655592469546,,0.40025798507790855,,0.09249776186213071,,0.036482271154469864,,,0.008848027648397936,,0.008848027648397936,,,,,,0.036482271154469864,,,0.008848027648397936,,0.008848027648397936,,,,,,0.036482271154469864,,,0.008848027648397936,,0.008848027648397936,,,,,,0.09496667670485343,,,0.008848027648397936, +rhu1_45F_to_50F_q30,0.010164476618282629,,0.40025798507790855,,0.09249776186213071,,0.04259661961069779,,,0.009218573015638224,,0.010700754484599376,,,,,,0.04259661961069779,,,0.009218573015638224,,0.010700754484599376,,,,,,0.04259661961069779,,,0.009218573015638224,,0.010700754484599376,,,,,,0.11277790627115805,,,0.009218573015638224, +rhu1_45F_to_50F_q35,0.012992297644095714,,0.40025798507790855,,0.09249776186213071,,0.05354035054592607,,,0.009589118382878513,,0.012553481320800816,,,,,,0.05354035054592607,,,0.009589118382878513,,0.012553481320800816,,,,,,0.05354035054592607,,,0.009589118382878513,,0.012553481320800816,,,,,,0.13058913583746268,,,0.009589118382878513, +rhu1_45F_to_50F_q40,0.02085953690857176,,0.40025798507790855,,0.09249776186213071,,0.07414284643915514,,,0.009959663750118801,,0.014406208157002257,,,,,,0.07414284643915514,,,0.009959663750118801,,0.014406208157002257,,,,,,0.07414284643915514,,,0.009959663750118801,,0.014406208157002257,,,,,,0.14840036540376733,,,0.009959663750118801, +rhu1_45F_to_50F_q45,0.03376619441171076,,0.40025798507790855,,0.09249776186213071,,0.09474534233238417,,,0.010330209117359088,,0.02247286909646413,,,,,,0.09474534233238417,,,0.010330209117359088,,0.02247286909646413,,,,,,0.09474534233238417,,,0.010330209117359088,,0.02247286909646413,,,,,,0.16621159497007199,,,0.010330209117359088, +rhu1_45F_to_50F_q50,0.04667285191484975,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.010700754484599376,,0.030539530035926004,,,,,,0.11534783822561318,,,0.010700754484599376,,0.030539530035926004,,,,,,0.11534783822561318,,,0.010700754484599376,,0.030539530035926004,,,,,,0.1840228245363766,,,0.010700754484599376, +rhu1_45F_to_50F_q55,0.06500281589376215,,0.40025798507790855,,0.09249776186213071,,0.13595033411884222,,,0.011071299851839665,,0.03860619097538787,,,,,,0.13595033411884222,,,0.011071299851839665,,0.03860619097538787,,,,,,0.13595033411884222,,,0.011071299851839665,,0.03860619097538787,,,,,,0.2129700557317116,,,0.011071299851839665, +rhu1_45F_to_50F_q60,0.08333277987267451,,0.40025798507790855,,0.09249776186213071,,0.1565528300120712,,,0.011441845219079953,,0.04667285191484975,,,,,,0.1565528300120712,,,0.011441845219079953,,0.04667285191484975,,,,,,0.1565528300120712,,,0.011441845219079953,,0.04667285191484975,,,,,,0.2419172869270465,,,0.011441845219079953, +rhu1_45F_to_50F_q65,0.11080277439697991,,0.40025798507790855,,0.09249776186213071,,0.17715532590530028,,,0.011812390586320241,,0.08101034507023147,,,,,,0.17715532590530028,,,0.011812390586320241,,0.08101034507023147,,,,,,0.17715532590530028,,,0.011812390586320241,,0.08101034507023147,,,,,,0.27086451812238144,,,0.011812390586320241, +rhu1_45F_to_50F_q70,0.1474127994666782,,0.40025798507790855,,0.09249776186213071,,0.21297005573171146,,,0.01218293595356053,,0.11534783822561318,,,,,,0.21297005573171146,,,0.01218293595356053,,0.11534783822561318,,,,,,0.21297005573171146,,,0.01218293595356053,,0.11534783822561318,,,,,,0.29981174931771637,,,0.01218293595356053, +rhu1_45F_to_50F_q75,0.1840228245363766,,0.40025798507790855,,0.09249776186213071,,0.25639090252471397,,,0.012553481320800816,,0.14968533138099488,,,,,,0.25639090252471397,,,0.012553481320800816,,0.14968533138099488,,,,,,0.25639090252471397,,,0.012553481320800816,,0.14968533138099488,,,,,,0.32875898051305136,,,0.012553481320800816, +rhu1_45F_to_50F_q80,0.27051688875298946,,0.40025798507790855,,0.09249776186213071,,0.29981174931771654,,,0.012924026688041105,,0.1840228245363766,,,,,,0.29981174931771654,,,0.012924026688041105,,0.1840228245363766,,,,,,0.29981174931771654,,,0.012924026688041105,,0.1840228245363766,,,,,,0.35770621170838635,,,0.012924026688041105, +rhu1_45F_to_50F_q85,0.3570109529696021,,0.40025798507790855,,0.09249776186213071,,0.3432325961107188,,,0.013294572055281392,,0.25639090252471397,,,,,,0.3432325961107188,,,0.013294572055281392,,0.25639090252471397,,,,,,0.3432325961107188,,,0.013294572055281392,,0.25639090252471397,,,,,,0.3866534429037212,,,0.013294572055281392, +rhu1_45F_to_50F_q90,0.4149054153602721,,0.40025798507790855,,0.09249776186213071,,0.38665344290372133,,,0.01366511742252168,,0.32875898051305136,,,,,,0.38665344290372133,,,0.01366511742252168,,0.32875898051305136,,,,,,0.38665344290372133,,,0.01366511742252168,,0.32875898051305136,,,,,,0.4156006740990562,,,0.01366511742252168, +rhu1_45F_to_50F_q95,0.4442002759249991,,0.40025798507790855,,0.09249776186213071,,0.43007428969672357,,,0.014035662789761968,,0.40112705850138874,,,,,,0.43007428969672357,,,0.014035662789761968,,0.40112705850138874,,,,,,0.43007428969672357,,,0.014035662789761968,,0.40112705850138874,,,,,,0.44454790529439114,,,0.014035662789761968, +rhu1_45F_to_50F_q98,0.4617771922638353,,0.40025798507790855,,0.09249776186213071,,0.4561267977725251,,,0.014257990010106142,,0.4445479052943913,,,,,,0.4561267977725251,,,0.014257990010106142,,0.4445479052943913,,,,,,0.4561267977725251,,,0.014257990010106142,,0.4445479052943913,,,,,,0.46191624401159215,,,0.014257990010106142, +rhu1_45F_to_50F_q99,0.4676361643767807,,0.40025798507790855,,0.09249776186213071,,0.4648109671311256,,,0.0143320990835542,,0.4590215208920587,,,,,,0.4648109671311256,,,0.0143320990835542,,0.4590215208920587,,,,,,0.4648109671311256,,,0.0143320990835542,,0.4590215208920587,,,,,,0.4677056902506591,,,0.0143320990835542, +rhu1_50F_to_55F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu1_50F_to_55F_upper_bound_95_perc_conf,0.20011648004875887,,0.32793900049322156,,0.052322643343051506,,0.2965847139528017,,,0.007825549523868078,,0.21027364658100645,,,,,,0.2965847139528017,,,0.007825549523868078,,0.21027364658100645,,,,,,0.2965847139528017,,,0.007825549523868078,,0.21027364658100645,,,,,,0.37056376091973364,,,0.007825549523868078, +rhu1_50F_to_55F_mean,0.10398497707003466,,0.32793900049322156,,0.052322643343051506,,0.13451685116274195,,,0.0069663280020027495,,0.09200001010916221,,,,,,0.13451685116274195,,,0.0069663280020027495,,0.09200001010916221,,,,,,0.13451685116274195,,,0.0069663280020027495,,0.09200001010916221,,,,,,0.16950255207443163,,,0.0069663280020027495, +rhu1_50F_to_55F_lower_bound_95_perc_conf,0.007853474091310458,,0.32793900049322156,,0.052322643343051506,,-0.027551011627317823,,,0.0061071064801374204,,-0.02627362636268203,,,,,,-0.027551011627317823,,,0.0061071064801374204,,-0.02627362636268203,,,,,,-0.027551011627317823,,,0.0061071064801374204,,-0.02627362636268203,,,,,,-0.03155865677087036,,,0.0061071064801374204, +rhu1_50F_to_55F_sem,0.049046685193226636,,0.0,,0.0,,0.08268768509696928,,,0.00043837832748231097,,0.060343692077471554,,,,,,0.08268768509696928,,,0.00043837832748231097,,0.060343692077471554,,,,,,0.08268768509696928,,,0.00043837832748231097,,0.060343692077471554,,,,,,0.10258224941086837,,,0.00043837832748231097, +rhu1_50F_to_55F_q1,0.00364606723772368,,0.32793900049322156,,0.052322643343051506,,0.004902898363952543,,,0.006358766637350349,,0.004250617974967875,,,,,,0.004902898363952543,,,0.006358766637350349,,0.004250617974967875,,,,,,0.004902898363952543,,,0.006358766637350349,,0.004250617974967875,,,,,,0.005824261447238247,,,0.006358766637350349, +rhu1_50F_to_55F_q2.5,0.003710534385710733,,0.32793900049322156,,0.052322643343051506,,0.006046772851444728,,,0.006377365454635626,,0.004416071878983055,,,,,,0.006046772851444728,,,0.006377365454635626,,0.004416071878983055,,,,,,0.006046772851444728,,,0.006377365454635626,,0.004416071878983055,,,,,,0.008350180559658986,,,0.006377365454635626, +rhu1_50F_to_55F_q5,0.0038179796323558213,,0.32793900049322156,,0.052322643343051506,,0.007953230330598367,,,0.006408363483444422,,0.0046918283856750235,,,,,,0.007953230330598367,,,0.006408363483444422,,0.0046918283856750235,,,,,,0.007953230330598367,,,0.006408363483444422,,0.0046918283856750235,,,,,,0.012560045747026885,,,0.006408363483444422, +rhu1_50F_to_55F_q10,0.004032870125645999,,0.32793900049322156,,0.052322643343051506,,0.011766145288905648,,,0.006470359541062015,,0.005243341399058959,,,,,,0.011766145288905648,,,0.006470359541062015,,0.005243341399058959,,,,,,0.011766145288905648,,,0.006470359541062015,,0.005243341399058959,,,,,,0.020979776121762685,,,0.006470359541062015, +rhu1_50F_to_55F_q15,0.004581525782998235,,0.32793900049322156,,0.052322643343051506,,0.015579060247212928,,,0.006532355598679606,,0.005794854412442894,,,,,,0.015579060247212928,,,0.006532355598679606,,0.005794854412442894,,,,,,0.015579060247212928,,,0.006532355598679606,,0.005794854412442894,,,,,,0.029399506496498484,,,0.006532355598679606, +rhu1_50F_to_55F_q20,0.005463946604412534,,0.32793900049322156,,0.052322643343051506,,0.01939197520552021,,,0.006594351656297199,,0.006346367425826831,,,,,,0.01939197520552021,,,0.006594351656297199,,0.006346367425826831,,,,,,0.01939197520552021,,,0.006594351656297199,,0.006346367425826831,,,,,,0.03781923687123428,,,0.006594351656297199, +rhu1_50F_to_55F_q25,0.006346367425826831,,0.32793900049322156,,0.052322643343051506,,0.023204890163827492,,,0.00665634771391479,,0.00665634771391479,,,,,,0.023204890163827492,,,0.00665634771391479,,0.00665634771391479,,,,,,0.023204890163827492,,,0.00665634771391479,,0.00665634771391479,,,,,,0.04623896724597008,,,0.00665634771391479, +rhu1_50F_to_55F_q30,0.006842335886767565,,0.32793900049322156,,0.052322643343051506,,0.02701780512213477,,,0.006718343771532381,,0.0069663280020027495,,,,,,0.02701780512213477,,,0.006718343771532381,,0.0069663280020027495,,,,,,0.02701780512213477,,,0.006718343771532381,,0.0069663280020027495,,,,,,0.05465869762070588,,,0.006718343771532381, +rhu1_50F_to_55F_q35,0.0073383043477083,,0.32793900049322156,,0.052322643343051506,,0.03249864196227175,,,0.006780339829149974,,0.007276308290090708,,,,,,0.03249864196227175,,,0.006780339829149974,,0.007276308290090708,,,,,,0.03249864196227175,,,0.006780339829149974,,0.007276308290090708,,,,,,0.06307842799544168,,,0.006780339829149974, +rhu1_50F_to_55F_q40,0.01198098054807753,,0.32793900049322156,,0.052322643343051506,,0.041315322566068194,,,0.006842335886767565,,0.007586288578178667,,,,,,0.041315322566068194,,,0.006842335886767565,,0.007586288578178667,,,,,,0.041315322566068194,,,0.006842335886767565,,0.007586288578178667,,,,,,0.07149815837017748,,,0.006842335886767565, +rhu1_50F_to_55F_q45,0.02077036448787524,,0.32793900049322156,,0.052322643343051506,,0.0501320031698646,,,0.006904331944385157,,0.013079653540552238,,,,,,0.0501320031698646,,,0.006904331944385157,,0.013079653540552238,,,,,,0.0501320031698646,,,0.006904331944385157,,0.013079653540552238,,,,,,0.07991788874491328,,,0.006904331944385157, +rhu1_50F_to_55F_q50,0.029559748427672956,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.0069663280020027495,,0.018573018502925812,,,,,,0.05894868377366101,,,0.0069663280020027495,,0.018573018502925812,,,,,,0.05894868377366101,,,0.0069663280020027495,,0.018573018502925812,,,,,,0.08833761911964907,,,0.0069663280020027495, +rhu1_50F_to_55F_q55,0.03866490639382439,,0.32793900049322156,,0.052322643343051506,,0.06776536437745745,,,0.007028324059620341,,0.024066383465299386,,,,,,0.06776536437745745,,,0.007028324059620341,,0.024066383465299386,,,,,,0.06776536437745745,,,0.007028324059620341,,0.024066383465299386,,,,,,0.12110682938081967,,,0.007028324059620341, +rhu1_50F_to_55F_q60,0.047770064359975786,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.007090320117237933,,0.029559748427672956,,,,,,0.07658204498125384,,,0.007090320117237933,,0.029559748427672956,,,,,,0.07658204498125384,,,0.007090320117237933,,0.029559748427672956,,,,,,0.15387603964199018,,,0.007090320117237933, +rhu1_50F_to_55F_q65,0.059525638498371024,,0.32793900049322156,,0.052322643343051506,,0.08539872558505027,,,0.007152316174855525,,0.04425421610066699,,,,,,0.08539872558505027,,,0.007152316174855525,,0.04425421610066699,,,,,,0.08539872558505027,,,0.007152316174855525,,0.04425421610066699,,,,,,0.18664524990316078,,,0.007152316174855525, +rhu1_50F_to_55F_q70,0.07393162880901002,,0.32793900049322156,,0.052322643343051506,,0.12110682938081951,,,0.007214312232473117,,0.05894868377366101,,,,,,0.12110682938081951,,,0.007214312232473117,,0.05894868377366101,,,,,,0.12110682938081951,,,0.007214312232473117,,0.05894868377366101,,,,,,0.2194144601643313,,,0.007214312232473117, +rhu1_50F_to_55F_q75,0.08833761911964907,,0.32793900049322156,,0.052322643343051506,,0.17026064477257546,,,0.007276308290090708,,0.07364315144665504,,,,,,0.17026064477257546,,,0.007276308290090708,,0.07364315144665504,,,,,,0.17026064477257546,,,0.007276308290090708,,0.07364315144665504,,,,,,0.2521836704255019,,,0.007276308290090708, +rhu1_50F_to_55F_q80,0.18417817166907816,,0.32793900049322156,,0.052322643343051506,,0.21941446016433144,,,0.0073383043477083,,0.08833761911964907,,,,,,0.21941446016433144,,,0.0073383043477083,,0.08833761911964907,,,,,,0.21941446016433144,,,0.0073383043477083,,0.08833761911964907,,,,,,0.2849528806866725,,,0.0073383043477083, +rhu1_50F_to_55F_q85,0.28001872421850704,,0.32793900049322156,,0.052322643343051506,,0.2685682755560871,,,0.007400300405325892,,0.17026064477257546,,,,,,0.2685682755560871,,,0.007400300405325892,,0.17026064477257546,,,,,,0.2685682755560871,,,0.007400300405325892,,0.17026064477257546,,,,,,0.317722090947843,,,0.007400300405325892, +rhu1_50F_to_55F_q90,0.3455571447408482,,0.32793900049322156,,0.052322643343051506,,0.3177220909478431,,,0.007462296462943483,,0.2521836704255019,,,,,,0.3177220909478431,,,0.007462296462943483,,0.2521836704255019,,,,,,0.3177220909478431,,,0.007462296462943483,,0.2521836704255019,,,,,,0.3504913012090136,,,0.007462296462943483, +rhu1_50F_to_55F_q95,0.38079343323610143,,0.32793900049322156,,0.052322643343051506,,0.36687590633959877,,,0.007524292520561075,,0.3341066960784283,,,,,,0.36687590633959877,,,0.007524292520561075,,0.3341066960784283,,,,,,0.36687590633959877,,,0.007524292520561075,,0.3341066960784283,,,,,,0.38326051147018414,,,0.007524292520561075, +rhu1_50F_to_55F_q98,0.4019352063332534,,0.32793900049322156,,0.052322643343051506,,0.39636819557465236,,,0.00756149015513163,,0.3832605114701843,,,,,,0.39636819557465236,,,0.00756149015513163,,0.3832605114701843,,,,,,0.39636819557465236,,,0.00756149015513163,,0.3832605114701843,,,,,,0.4029220376268865,,,0.00756149015513163, +rhu1_50F_to_55F_q99,0.4089824640323041,,0.32793900049322156,,0.052322643343051506,,0.4061989586530035,,,0.007573889366655149,,0.39964511660076946,,,,,,0.4061989586530035,,,0.007573889366655149,,0.39964511660076946,,,,,,0.4061989586530035,,,0.007573889366655149,,0.39964511660076946,,,,,,0.4094758796791206,,,0.007573889366655149, +rhu1_55F_to_60F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu1_55F_to_60F_upper_bound_95_perc_conf,0.15385154242060148,,0.2512798460089282,,0.028319891645631964,,0.2306593003264391,,,0.011200110178684592,,0.16360069563852653,,,,,,0.2306593003264391,,,0.011200110178684592,,0.16360069563852653,,,,,,0.2306593003264391,,,0.011200110178684592,,0.16360069563852653,,,,,,0.2879701022874005,,,0.011200110178684592, +rhu1_55F_to_60F_mean,0.07892253243528852,,0.2512798460089282,,0.028319891645631964,,0.10285154256573516,,,0.007716277277185472,,0.07113978746955193,,,,,,0.10285154256573516,,,0.007716277277185472,,0.07113978746955193,,,,,,0.10285154256573516,,,0.007716277277185472,,0.07113978746955193,,,,,,0.1253324691126661,,,0.007716277277185472, +rhu1_55F_to_60F_lower_bound_95_perc_conf,0.003993522449975556,,0.2512798460089282,,0.028319891645631964,,-0.02495621519496881,,,0.004232444375686352,,-0.021321120699422658,,,,,,-0.02495621519496881,,,0.004232444375686352,,-0.021321120699422658,,,,,,-0.02495621519496881,,,0.004232444375686352,,-0.021321120699422658,,,,,,-0.037305164062068324,,,0.004232444375686352, +rhu1_55F_to_60F_sem,0.03822908672720049,,0.0,,0.0,,0.06520803967382856,,,0.0017774657660709794,,0.04717393273927275,,,,,,0.06520803967382856,,,0.0017774657660709794,,0.04717393273927275,,,,,,0.06520803967382856,,,0.0017774657660709794,,0.04717393273927275,,,,,,0.08297838427282368,,,0.0017774657660709794, +rhu1_55F_to_60F_q1,0.003971387976799132,,0.2512798460089282,,0.028319891645631964,,0.006295677877483367,,,0.0052528354080146385,,0.005212196689211005,,,,,,0.006295677877483367,,,0.0052528354080146385,,0.005212196689211005,,,,,,0.006295677877483367,,,0.0052528354080146385,,0.005212196689211005,,,,,,0.006151160576227572,,,0.0052528354080146385, +rhu1_55F_to_60F_q2.5,0.004131975773410637,,0.2512798460089282,,0.028319891645631964,,0.0076462849157675475,,,0.0053282468938055825,,0.005226650096796497,,,,,,0.0076462849157675475,,,0.0053282468938055825,,0.005226650096796497,,,,,,0.0076462849157675475,,,0.0053282468938055825,,0.005226650096796497,,,,,,0.007284991662628059,,,0.0053282468938055825, +rhu1_55F_to_60F_q5,0.004399622101096481,,0.2512798460089282,,0.028319891645631964,,0.00989729664624118,,,0.005453932703457155,,0.005250739109438986,,,,,,0.00989729664624118,,,0.005453932703457155,,0.005250739109438986,,,,,,0.00989729664624118,,,0.005453932703457155,,0.005250739109438986,,,,,,0.009174710139962206,,,0.005453932703457155, +rhu1_55F_to_60F_q10,0.004934914756468166,,0.2512798460089282,,0.028319891645631964,,0.014399320107188446,,,0.0057053043227603024,,0.005298917134723961,,,,,,0.014399320107188446,,,0.0057053043227603024,,0.005298917134723961,,,,,,0.014399320107188446,,,0.0057053043227603024,,0.005298917134723961,,,,,,0.012954147094630497,,,0.0057053043227603024, +rhu1_55F_to_60F_q15,0.005241103504381991,,0.2512798460089282,,0.028319891645631964,,0.01890134356813571,,,0.005956675942063448,,0.005347095160008938,,,,,,0.01890134356813571,,,0.005956675942063448,,0.005347095160008938,,,,,,0.01890134356813571,,,0.005956675942063448,,0.005347095160008938,,,,,,0.016733584049298787,,,0.005956675942063448, +rhu1_55F_to_60F_q20,0.005318188344837952,,0.2512798460089282,,0.028319891645631964,,0.023403367029082977,,,0.006208047561366595,,0.005395273185293914,,,,,,0.023403367029082977,,,0.006208047561366595,,0.005395273185293914,,,,,,0.023403367029082977,,,0.006208047561366595,,0.005395273185293914,,,,,,0.02051302100396708,,,0.006208047561366595, +rhu1_55F_to_60F_q25,0.005395273185293914,,0.2512798460089282,,0.028319891645631964,,0.027905390490030237,,,0.0064594191806697406,,0.006603953256524669,,,,,,0.027905390490030237,,,0.0064594191806697406,,0.006603953256524669,,,,,,0.027905390490030237,,,0.0064594191806697406,,0.006603953256524669,,,,,,0.02429245795863537,,,0.0064594191806697406, +rhu1_55F_to_60F_q30,0.007329161299263122,,0.2512798460089282,,0.028319891645631964,,0.0324074139509775,,,0.006710790799972887,,0.007812633327755425,,,,,,0.0324074139509775,,,0.006710790799972887,,0.007812633327755425,,,,,,0.0324074139509775,,,0.006710790799972887,,0.007812633327755425,,,,,,0.028071894913303662,,,0.006710790799972887, +rhu1_55F_to_60F_q35,0.00926304941323233,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.006962162419276033,,0.009021313398986179,,,,,,0.03579780691529407,,,0.006962162419276033,,0.009021313398986179,,,,,,0.03579780691529407,,,0.006962162419276033,,0.009021313398986179,,,,,,0.03185133186797195,,,0.006962162419276033, +rhu1_55F_to_60F_q40,0.013847973105299944,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.0072135340385791795,,0.010229993470216935,,,,,,0.03696493888634925,,,0.0072135340385791795,,0.010229993470216935,,,,,,0.03696493888634925,,,0.0072135340385791795,,0.010229993470216935,,,,,,0.03563076882264025,,,0.0072135340385791795, +rhu1_55F_to_60F_q45,0.021083932375465957,,0.2512798460089282,,0.028319891645631964,,0.038132070857404415,,,0.007464905657882327,,0.016524685833898288,,,,,,0.038132070857404415,,,0.007464905657882327,,0.016524685833898288,,,,,,0.038132070857404415,,,0.007464905657882327,,0.016524685833898288,,,,,,0.039410205777308534,,,0.007464905657882327, +rhu1_55F_to_60F_q50,0.028319891645631964,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.007716277277185472,,0.02281937819757964,,,,,,0.039299202828459584,,,0.007716277277185472,,0.02281937819757964,,,,,,0.039299202828459584,,,0.007716277277185472,,0.02281937819757964,,,,,,0.04318964273197683,,,0.007716277277185472, +rhu1_55F_to_60F_q55,0.03115544015735612,,0.2512798460089282,,0.028319891645631964,,0.04046633479951476,,,0.007967648896488619,,0.029114070561260995,,,,,,0.04046633479951476,,,0.007967648896488619,,0.029114070561260995,,,,,,0.04046633479951476,,,0.007967648896488619,,0.029114070561260995,,,,,,0.07161192760085192,,,0.007967648896488619, +rhu1_55F_to_60F_q60,0.03399098866908027,,0.2512798460089282,,0.028319891645631964,,0.04163346677056993,,,0.008219020515791764,,0.03540876292494235,,,,,,0.04163346677056993,,,0.008219020515791764,,0.03540876292494235,,,,,,0.04163346677056993,,,0.008219020515791764,,0.03540876292494235,,,,,,0.10003421246972696,,,0.008219020515791764, +rhu1_55F_to_60F_q65,0.03696493888634925,,0.2512798460089282,,0.028319891645631964,,0.042800598741625104,,,0.008470392135094911,,0.03735398287670097,,,,,,0.042800598741625104,,,0.008470392135094911,,0.03735398287670097,,,,,,0.042800598741625104,,,0.008470392135094911,,0.03735398287670097,,,,,,0.12845649733860204,,,0.008470392135094911, +rhu1_55F_to_60F_q70,0.04007729080916303,,0.2512798460089282,,0.028319891645631964,,0.0716119276008518,,,0.008721763754398057,,0.039299202828459584,,,,,,0.0716119276008518,,,0.008721763754398057,,0.039299202828459584,,,,,,0.0716119276008518,,,0.008721763754398057,,0.039299202828459584,,,,,,0.15687878220747709,,,0.008721763754398057, +rhu1_55F_to_60F_q75,0.04318964273197683,,0.2512798460089282,,0.028319891645631964,,0.1142453549041645,,,0.008973135373701204,,0.041244422780218205,,,,,,0.1142453549041645,,,0.008973135373701204,,0.041244422780218205,,,,,,0.1142453549041645,,,0.008973135373701204,,0.041244422780218205,,,,,,0.1853010670763522,,,0.008973135373701204, +rhu1_55F_to_60F_q80,0.12642572404275745,,0.2512798460089282,,0.028319891645631964,,0.15687878220747722,,,0.00922450699300435,,0.04318964273197683,,,,,,0.15687878220747722,,,0.00922450699300435,,0.04318964273197683,,,,,,0.15687878220747722,,,0.00922450699300435,,0.04318964273197683,,,,,,0.21372335194522726,,,0.00922450699300435, +rhu1_55F_to_60F_q85,0.2096618053535379,,0.2512798460089282,,0.028319891645631964,,0.19951220951078968,,,0.009475878612307495,,0.1142453549041645,,,,,,0.19951220951078968,,,0.009475878612307495,,0.1142453549041645,,,,,,0.19951220951078968,,,0.009475878612307495,,0.1142453549041645,,,,,,0.2421456368141023,,,0.009475878612307495, +rhu1_55F_to_60F_q90,0.2665063750912881,,0.2512798460089282,,0.028319891645631964,,0.24214563681410237,,,0.009727250231610642,,0.1853010670763522,,,,,,0.24214563681410237,,,0.009727250231610642,,0.1853010670763522,,,,,,0.24214563681410237,,,0.009727250231610642,,0.1853010670763522,,,,,,0.2705679216829774,,,0.009727250231610642, +rhu1_55F_to_60F_q95,0.29695943325600777,,0.2512798460089282,,0.028319891645631964,,0.2847790641174148,,,0.009978621850913789,,0.2563567792485399,,,,,,0.2847790641174148,,,0.009978621850913789,,0.2563567792485399,,,,,,0.2847790641174148,,,0.009978621850913789,,0.2563567792485399,,,,,,0.29899020655185243,,,0.009978621850913789, +rhu1_55F_to_60F_q98,0.3152312681548396,,0.2512798460089282,,0.028319891645631964,,0.31035912049940245,,,0.010129444822495677,,0.29899020655185254,,,,,,0.31035912049940245,,,0.010129444822495677,,0.29899020655185254,,,,,,0.31035912049940245,,,0.010129444822495677,,0.29899020655185254,,,,,,0.31604357747317746,,,0.010129444822495677, +rhu1_55F_to_60F_q99,0.3213218797877836,,0.2512798460089282,,0.028319891645631964,,0.31888580596006494,,,0.010179719146356304,,0.31320134898629004,,,,,,0.31888580596006494,,,0.010179719146356304,,0.31320134898629004,,,,,,0.31888580596006494,,,0.010179719146356304,,0.31320134898629004,,,,,,0.3217280344469525,,,0.010179719146356304, +rhu1_30F_to_45F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu1_30F_to_45F_upper_bound_95_perc_conf,0.308072153300455,,0.48989079000319163,,0.22154695797667256,,0.43720934500751896,,,0.044822725374200276,,0.2915864526294547,,,,,,0.43720934500751896,,,0.044822725374200276,,0.2915864526294547,,,,,,0.43720934500751896,,,0.044822725374200276,,0.2915864526294547,,,,,,0.5817154048433182,,,0.044822725374200276, +rhu1_30F_to_45F_mean,0.17315600908718343,,0.48989079000319163,,0.22154695797667256,,0.20268825230575127,,,0.023326382852582137,,0.1309435045244836,,,,,,0.20268825230575127,,,0.023326382852582137,,0.1309435045244836,,,,,,0.20268825230575127,,,0.023326382852582137,,0.1309435045244836,,,,,,0.2446980106898887,,,0.023326382852582137, +rhu1_30F_to_45F_lower_bound_95_perc_conf,0.038239864873911844,,0.48989079000319163,,0.22154695797667256,,-0.03183284039601644,,,0.0018300403309639938,,-0.02969944358048751,,,,,,-0.03183284039601644,,,0.0018300403309639938,,-0.02969944358048751,,,,,,-0.03183284039601644,,,0.0018300403309639938,,-0.02969944358048751,,,,,,-0.09231938346354082,,,0.0018300403309639938, +rhu1_30F_to_45F_sem,0.0688347674557508,,0.0,,0.0,,0.1196536187253917,,,0.010967521694703134,,0.08196068780865874,,,,,,0.1196536187253917,,,0.010967521694703134,,0.08196068780865874,,,,,,0.1196536187253917,,,0.010967521694703134,,0.08196068780865874,,,,,,0.17194765007828036,,,0.010967521694703134, +rhu1_30F_to_45F_q1,0.0019675176406731636,,0.48989079000319163,,0.22154695797667256,,0.003870140403130938,,,0.008126173284837217,,0.0017788580508138524,,,,,,0.003870140403130938,,,0.008126173284837217,,0.0017788580508138524,,,,,,0.003870140403130938,,,0.008126173284837217,,0.0017788580508138524,,,,,,0.006390725906179184,,,0.008126173284837217, +rhu1_30F_to_45F_q2.5,0.002627826205180753,,0.48989079000319163,,0.22154695797667256,,0.007384383111325189,,,0.008591485822625327,,0.002156177230532475,,,,,,0.007384383111325189,,,0.008591485822625327,,0.002156177230532475,,,,,,0.007384383111325189,,,0.008591485822625327,,0.002156177230532475,,,,,,0.013685846868945802,,,0.008591485822625327, +rhu1_30F_to_45F_q5,0.0037283404793600683,,0.48989079000319163,,0.22154695797667256,,0.01324145429164894,,,0.009367006718938843,,0.002785042530063512,,,,,,0.01324145429164894,,,0.009367006718938843,,0.002785042530063512,,,,,,0.01324145429164894,,,0.009367006718938843,,0.002785042530063512,,,,,,0.025844381806890165,,,0.009367006718938843, +rhu1_30F_to_45F_q10,0.005929369027718699,,0.48989079000319163,,0.22154695797667256,,0.024955596652296443,,,0.010918048511565876,,0.0040427731291255865,,,,,,0.024955596652296443,,,0.010918048511565876,,0.0040427731291255865,,,,,,0.024955596652296443,,,0.010918048511565876,,0.0040427731291255865,,,,,,0.0501614516827789,,,0.010918048511565876, +rhu1_30F_to_45F_q15,0.008379806784755467,,0.48989079000319163,,0.22154695797667256,,0.036669739012943944,,,0.012469090304192906,,0.005300503728187661,,,,,,0.036669739012943944,,,0.012469090304192906,,0.005300503728187661,,,,,,0.036669739012943944,,,0.012469090304192906,,0.005300503728187661,,,,,,0.07447852155866762,,,0.012469090304192906, +rhu1_30F_to_45F_q20,0.012326699793861064,,0.48989079000319163,,0.22154695797667256,,0.048383881373591446,,,0.01402013209681994,,0.006558234327249736,,,,,,0.048383881373591446,,,0.01402013209681994,,0.006558234327249736,,,,,,0.048383881373591446,,,0.01402013209681994,,0.006558234327249736,,,,,,0.09879559143455635,,,0.01402013209681994, +rhu1_30F_to_45F_q25,0.01627359280296666,,0.48989079000319163,,0.22154695797667256,,0.06009802373423895,,,0.015571173889446972,,0.00781596492631181,,,,,,0.06009802373423895,,,0.015571173889446972,,0.00781596492631181,,,,,,0.06009802373423895,,,0.015571173889446972,,0.00781596492631181,,,,,,0.12311266131044507,,,0.015571173889446972, +rhu1_30F_to_45F_q30,0.021067201963551694,,0.48989079000319163,,0.22154695797667256,,0.07181216609488644,,,0.017122215682074005,,0.014020132096819939,,,,,,0.07181216609488644,,,0.017122215682074005,,0.014020132096819939,,,,,,0.07181216609488644,,,0.017122215682074005,,0.014020132096819939,,,,,,0.1474297311863338,,,0.017122215682074005, +rhu1_30F_to_45F_q35,0.027977601502835316,,0.48989079000319163,,0.22154695797667256,,0.08352630845553395,,,0.018673257474701038,,0.020224299267328067,,,,,,0.08352630845553395,,,0.018673257474701038,,0.020224299267328067,,,,,,0.08352630845553395,,,0.018673257474701038,,0.020224299267328067,,,,,,0.1717468010622225,,,0.018673257474701038, +rhu1_30F_to_45F_q40,0.03488800104211896,,0.48989079000319163,,0.22154695797667256,,0.09524045081618146,,,0.02022429926732807,,0.026428466437836202,,,,,,0.09524045081618146,,,0.02022429926732807,,0.026428466437836202,,,,,,0.09524045081618146,,,0.02022429926732807,,0.026428466437836202,,,,,,0.19606387093811128,,,0.02022429926732807, +rhu1_30F_to_45F_q45,0.05081159099264605,,0.48989079000319163,,0.22154695797667256,,0.10695459317682897,,,0.0217753410599551,,0.03263263360834433,,,,,,0.10695459317682897,,,0.0217753410599551,,0.03263263360834433,,,,,,0.10695459317682897,,,0.0217753410599551,,0.03263263360834433,,,,,,0.22038094081399998,,,0.0217753410599551, +rhu1_30F_to_45F_q50,0.07875276815816445,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.023326382852582137,,0.03883680077885246,,,,,,0.11866873553747646,,,0.023326382852582137,,0.03883680077885246,,,,,,0.11866873553747646,,,0.023326382852582137,,0.03883680077885246,,,,,,0.2446980106898887,,,0.023326382852582137, +rhu1_30F_to_45F_q55,0.10669394532368291,,0.48989079000319163,,0.22154695797667256,,0.15558873292860645,,,0.024877424645209166,,0.054803187730577275,,,,,,0.15558873292860645,,,0.024877424645209166,,0.054803187730577275,,,,,,0.15558873292860645,,,0.024877424645209166,,0.054803187730577275,,,,,,0.26901508056577744,,,0.024877424645209166, +rhu1_30F_to_45F_q60,0.1392443800253157,,0.48989079000319163,,0.22154695797667256,,0.19250873031973637,,,0.0264284664378362,,0.07076957468230205,,,,,,0.19250873031973637,,,0.0264284664378362,,0.07076957468230205,,,,,,0.19250873031973637,,,0.0264284664378362,,0.07076957468230205,,,,,,0.29333215044166616,,,0.0264284664378362, +rhu1_30F_to_45F_q65,0.1752517578790343,,0.48989079000319163,,0.22154695797667256,,0.2294287277108663,,,0.027979508230463235,,0.08673596163402686,,,,,,0.2294287277108663,,,0.027979508230463235,,0.08673596163402686,,,,,,0.2294287277108663,,,0.027979508230463235,,0.08673596163402686,,,,,,0.3176492203175549,,,0.027979508230463235, +rhu1_30F_to_45F_q70,0.2112591357327529,,0.48989079000319163,,0.22154695797667256,,0.26634872510199625,,,0.029530550023090265,,0.10270234858575164,,,,,,0.26634872510199625,,,0.029530550023090265,,0.10270234858575164,,,,,,0.26634872510199625,,,0.029530550023090265,,0.10270234858575164,,,,,,0.3419662901934436,,,0.029530550023090265, +rhu1_30F_to_45F_q75,0.28812739584469843,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.031081591815717298,,0.11866873553747646,,,,,,0.3032687224931262,,,0.031081591815717298,,0.11866873553747646,,,,,,0.3032687224931262,,,0.031081591815717298,,0.11866873553747646,,,,,,0.3662833600693324,,,0.031081591815717298, +rhu1_30F_to_45F_q80,0.38134000885993474,,0.48989079000319163,,0.22154695797667256,,0.3401887198842562,,,0.03263263360834433,,0.19250873031973642,,,,,,0.3401887198842562,,,0.03263263360834433,,0.19250873031973642,,,,,,0.3401887198842562,,,0.03263263360834433,,0.19250873031973642,,,,,,0.3906004299452211,,,0.03263263360834433, +rhu1_30F_to_45F_q85,0.47455262187517083,,0.48989079000319163,,0.22154695797667256,,0.3771087172753861,,,0.034183675400971364,,0.26634872510199625,,,,,,0.3771087172753861,,,0.034183675400971364,,0.26634872510199625,,,,,,0.3771087172753861,,,0.034183675400971364,,0.26634872510199625,,,,,,0.41491749982110976,,,0.034183675400971364, +rhu1_30F_to_45F_q90,0.48847533361510065,,0.48989079000319163,,0.22154695797667256,,0.4140287146665161,,,0.03573471719359839,,0.3401887198842562,,,,,,0.4140287146665161,,,0.03573471719359839,,0.3401887198842562,,,,,,0.4140287146665161,,,0.03573471719359839,,0.3401887198842562,,,,,,0.43923456969699853,,,0.03573471719359839, +rhu1_30F_to_45F_q95,0.48918306180914617,,0.48989079000319163,,0.22154695797667256,,0.450948712057646,,,0.03728575898622542,,0.41402871466651603,,,,,,0.450948712057646,,,0.03728575898622542,,0.41402871466651603,,,,,,0.450948712057646,,,0.03728575898622542,,0.41402871466651603,,,,,,0.4635516395728872,,,0.03728575898622542, +rhu1_30F_to_45F_q98,0.4896076987255734,,0.48989079000319163,,0.22154695797667256,,0.473100710492324,,,0.038216384061801646,,0.45833271153587196,,,,,,0.473100710492324,,,0.038216384061801646,,0.45833271153587196,,,,,,0.473100710492324,,,0.038216384061801646,,0.45833271153587196,,,,,,0.47814188149842046,,,0.038216384061801646, +rhu1_30F_to_45F_q99,0.4897492443643825,,0.48989079000319163,,0.22154695797667256,,0.48048470997055,,,0.03852659242032705,,0.473100710492324,,,,,,0.48048470997055,,,0.03852659242032705,,0.473100710492324,,,,,,0.48048470997055,,,0.03852659242032705,,0.473100710492324,,,,,,0.4830052954735982,,,0.03852659242032705, rhu2_00F_to_05F_n,2.0,,1.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0, rhu2_00F_to_05F_upper_bound_95_perc_conf,0.5933710719298193,,0.500125313283208,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, rhu2_00F_to_05F_mean,0.25851173071567807,,0.500125313283208,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, @@ -1517,9 +1517,9 @@ rhu2_15F_to_20F_q95,0.44432433402164406,,0.45585093757417516,,0.3790069138906348 rhu2_15F_to_20F_q98,0.45124029615316275,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2_15F_to_20F_q99,0.4535456168636689,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2_20F_to_25F_n,5.0,,1.0,,1.0,,1.0,,,1.0,,2.0,,0.0,,0.0,,1.0,,,1.0,,2.0,,0.0,,0.0,,1.0,,,1.0,,2.0,,0.0,,0.0,,0.0,,,1.0, -rhu2_20F_to_25F_upper_bound_95_perc_conf,0.40338758712805833,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,,,,0.07103825136612021, -rhu2_20F_to_25F_mean,0.24977405929331006,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,,,,0.07103825136612021, -rhu2_20F_to_25F_lower_bound_95_perc_conf,0.09616053145856182,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,,,,0.07103825136612021, +rhu2_20F_to_25F_upper_bound_95_perc_conf,0.4033875871280583,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,0.28367035482640207,,,0.07103825136612021,,0.3247008333058915,,,,,,,,,0.07103825136612021, +rhu2_20F_to_25F_mean,0.24977405929331004,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,0.28367035482640207,,,0.07103825136612021,,0.17735430309626116,,,,,,,,,0.07103825136612021, +rhu2_20F_to_25F_lower_bound_95_perc_conf,0.0961605314585618,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,0.28367035482640207,,,0.07103825136612021,,0.030007772886630812,,,,,,,,,0.07103825136612021, rhu2_20F_to_25F_sem,0.07837424889527972,,0.0,,0.0,,0.0,,,0.0,,0.07517680112736243,,,,,,0.0,,,0.0,,0.07517680112736243,,,,,,0.0,,,0.0,,0.07517680112736243,,,,,,,,,0.0, rhu2_20F_to_25F_q1,0.03234212413881716,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07316457240072304,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07316457240072304,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07316457240072304,,,,,,,,,0.07103825136612021, rhu2_20F_to_25F_q2.5,0.0347606320905236,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07635405395262726,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07635405395262726,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07635405395262726,,,,,,,,,0.07103825136612021, @@ -1574,9 +1574,9 @@ rhu2_25F_to_30F_q98,0.4811155858446745,,0.494096068768991,,0.3318400322150354,,0 rhu2_25F_to_30F_q99,0.4876058273068328,,0.494096068768991,,0.3318400322150354,,0.21593298752278145,,,0.04152249134948097,,0.21418888256104843,,,,,,0.21593298752278145,,,0.04152249134948097,,0.21418888256104843,,,,,,0.21593298752278145,,,0.04152249134948097,,0.21418888256104843,,,,,,,,,0.04152249134948097, rhu2_30F_to_35F_n,6.0,,1.0,,1.0,,2.0,,,1.0,,3.0,,0.0,,0.0,,2.0,,,1.0,,3.0,,0.0,,0.0,,2.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, rhu2_30F_to_35F_upper_bound_95_perc_conf,0.390066513542105,,0.5004456191032299,,0.28432496802364043,,0.5048805186073437,,,0.014548274889536524,,0.41015405435000085,,,,,,0.5048805186073437,,,0.014548274889536524,,0.41015405435000085,,,,,,0.5048805186073437,,,0.014548274889536524,,0.41015405435000085,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2_30F_to_35F_mean,0.23707176790762233,,0.5004456191032299,,0.28432496802364043,,0.30120673719908336,,,0.014548274889536524,,0.2056539164292344,,,,,,0.30120673719908336,,,0.014548274889536524,,0.2056539164292344,,,,,,0.30120673719908336,,,0.014548274889536524,,0.2056539164292344,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2_30F_to_35F_lower_bound_95_perc_conf,0.08407702227313965,,0.5004456191032299,,0.28432496802364043,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084679564,,,,,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084679564,,,,,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084679564,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2_30F_to_35F_sem,0.07805854369106259,,0.0,,0.0,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.0,,,0.0, +rhu2_30F_to_35F_mean,0.23707176790762233,,0.5004456191032299,,0.28432496802364043,,0.30120673719908336,,,0.014548274889536524,,0.20565391642923445,,,,,,0.30120673719908336,,,0.014548274889536524,,0.20565391642923445,,,,,,0.30120673719908336,,,0.014548274889536524,,0.20565391642923445,,,,,,0.4481650147334583,,,0.014548274889536524, +rhu2_30F_to_35F_lower_bound_95_perc_conf,0.08407702227313968,,0.5004456191032299,,0.28432496802364043,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084680119,,,,,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084680119,,,,,,0.09753295579082302,,,0.014548274889536524,,0.0011537785084680119,,,,,,0.4481650147334583,,,0.014548274889536524, +rhu2_30F_to_35F_sem,0.07805854369106258,,0.0,,0.0,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.1039151945960512,,,0.0,,0.10433680506161552,,,,,,0.0,,,0.0, rhu2_30F_to_35F_q1,0.014855774696617722,,0.5004456191032299,,0.28432496802364043,,0.15718762521539592,,,0.014548274889536524,,0.01734227858503996,,,,,,0.15718762521539592,,,0.014548274889536524,,0.01734227858503996,,,,,,0.15718762521539592,,,0.014548274889536524,,0.01734227858503996,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2_30F_to_35F_q2.5,0.015317024407239522,,0.5004456191032299,,0.28432496802364043,,0.16159637354142714,,,0.014548274889536524,,0.021533284128295117,,,,,,0.16159637354142714,,,0.014548274889536524,,0.021533284128295117,,,,,,0.16159637354142714,,,0.014548274889536524,,0.021533284128295117,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2_30F_to_35F_q5,0.01608577392494252,,0.5004456191032299,,0.28432496802364043,,0.16894428741814588,,,0.014548274889536524,,0.028518293367053714,,,,,,0.16894428741814588,,,0.014548274889536524,,0.028518293367053714,,,,,,0.16894428741814588,,,0.014548274889536524,,0.028518293367053714,,,,,,0.4481650147334583,,,0.014548274889536524, @@ -1600,174 +1600,174 @@ rhu2_30F_to_35F_q90,0.4743053169183441,,0.5004456191032299,,0.28432496802364043, rhu2_30F_to_35F_q95,0.487375468010787,,0.5004456191032299,,0.28432496802364043,,0.4334691869800208,,,0.014548274889536524,,0.4187733592265833,,,,,,0.4334691869800208,,,0.014548274889536524,,0.4187733592265833,,,,,,0.4334691869800208,,,0.014548274889536524,,0.4187733592265833,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2_30F_to_35F_q98,0.4952175586662528,,0.5004456191032299,,0.28432496802364043,,0.4422866836320833,,,0.014548274889536524,,0.4364083525307083,,,,,,0.4422866836320833,,,0.014548274889536524,,0.4364083525307083,,,,,,0.4422866836320833,,,0.014548274889536524,,0.4364083525307083,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2_30F_to_35F_q99,0.4978315888847414,,0.5004456191032299,,0.28432496802364043,,0.4452258491827708,,,0.014548274889536524,,0.4422866836320833,,,,,,0.4452258491827708,,,0.014548274889536524,,0.4422866836320833,,,,,,0.4452258491827708,,,0.014548274889536524,,0.4422866836320833,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2_35F_to_40F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu2_35F_to_40F_upper_bound_95_perc_conf,0.3457229292640891,,0.497354540159213,,0.19741898266605878,,0.563738812589862,,,0.08044473193645557,,0.35829530413458643,,,,,,0.563738812589862,,,0.08044473193645557,,0.35829530413458643,,,,,,0.563738812589862,,,0.08044473193645557,,0.35829530413458643,,,,,,0.4925278507381578,,,0.08044473193645557, -rhu2_35F_to_40F_mean,0.20154314097819162,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.03881699155171517,,0.17341334222920493,,,,,,0.3080096929066947,,,0.03881699155171517,,0.17341334222920493,,,,,,0.3080096929066947,,,0.03881699155171517,,0.17341334222920493,,,,,,0.4925278507381578,,,0.03881699155171517, -rhu2_35F_to_40F_lower_bound_95_perc_conf,0.05736335269229417,,0.497354540159213,,0.19741898266605878,,0.052280573223527416,,,-0.002810748833025241,,-0.011468619676176572,,,,,,0.052280573223527416,,,-0.002810748833025241,,-0.011468619676176572,,,,,,0.052280573223527416,,,-0.002810748833025241,,-0.011468619676176572,,,,,,0.4925278507381578,,,-0.002810748833025241, -rhu2_35F_to_40F_sem,0.07356111647239666,,0.0,,0.0,,0.1304740406546772,,,0.021238643053438984,,0.09432753158437832,,,,,,0.1304740406546772,,,0.021238643053438984,,0.09432753158437832,,,,,,0.1304740406546772,,,0.021238643053438984,,0.09432753158437832,,,,,,0.0,,,0.021238643053438984, -rhu2_35F_to_40F_q1,0.009596659335507178,,0.497354540159213,,0.19741898266605878,,0.12718189823186088,,,0.009381734040192118,,0.0105831731222951,,,,,,0.12718189823186088,,,0.009381734040192118,,0.0105831731222951,,,,,,0.12718189823186088,,,0.009381734040192118,,0.0105831731222951,,,,,,0.4925278507381578,,,0.009381734040192118, -rhu2_35F_to_40F_q2.5,0.010820126590057006,,0.497354540159213,,0.19741898266605878,,0.13271744296680477,,,0.010282813351769355,,0.013286411057026812,,,,,,0.13271744296680477,,,0.010282813351769355,,0.013286411057026812,,,,,,0.13271744296680477,,,0.010282813351769355,,0.013286411057026812,,,,,,0.4925278507381578,,,0.010282813351769355, -rhu2_35F_to_40F_q5,0.012859238680973384,,0.497354540159213,,0.19741898266605878,,0.14194335085837792,,,0.011784612204398082,,0.017791807614912992,,,,,,0.14194335085837792,,,0.011784612204398082,,0.017791807614912992,,,,,,0.14194335085837792,,,0.011784612204398082,,0.017791807614912992,,,,,,0.4925278507381578,,,0.011784612204398082, -rhu2_35F_to_40F_q10,0.01693746286280614,,0.497354540159213,,0.19741898266605878,,0.16039516664152423,,,0.014788209909655537,,0.026802600730685355,,,,,,0.16039516664152423,,,0.014788209909655537,,0.026802600730685355,,,,,,0.16039516664152423,,,0.014788209909655537,,0.026802600730685355,,,,,,0.4925278507381578,,,0.014788209909655537, -rhu2_35F_to_40F_q15,0.02101568704463889,,0.497354540159213,,0.19741898266605878,,0.17884698242467054,,,0.01779180761491299,,0.03581339384645771,,,,,,0.17884698242467054,,,0.01779180761491299,,0.03581339384645771,,,,,,0.17884698242467054,,,0.01779180761491299,,0.03581339384645771,,,,,,0.4925278507381578,,,0.01779180761491299, -rhu2_35F_to_40F_q20,0.0316706698050578,,0.497354540159213,,0.19741898266605878,,0.19729879820781687,,,0.02079540532017044,,0.044824186962230075,,,,,,0.19729879820781687,,,0.02079540532017044,,0.044824186962230075,,,,,,0.19729879820781687,,,0.02079540532017044,,0.044824186962230075,,,,,,0.4925278507381578,,,0.02079540532017044, -rhu2_35F_to_40F_q25,0.045614031854769754,,0.497354540159213,,0.19741898266605878,,0.21575061399096318,,,0.023799003025427895,,0.053834980078002435,,,,,,0.21575061399096318,,,0.023799003025427895,,0.053834980078002435,,,,,,0.21575061399096318,,,0.023799003025427895,,0.053834980078002435,,,,,,0.4925278507381578,,,0.023799003025427895, -rhu2_35F_to_40F_q30,0.05955739390448171,,0.497354540159213,,0.19741898266605878,,0.23420242977410946,,,0.02680260073068535,,0.0628457731937748,,,,,,0.23420242977410946,,,0.02680260073068535,,0.0628457731937748,,,,,,0.23420242977410946,,,0.02680260073068535,,0.0628457731937748,,,,,,0.4925278507381578,,,0.02680260073068535, -rhu2_35F_to_40F_q35,0.07431682525138388,,0.497354540159213,,0.19741898266605878,,0.2526542455572558,,,0.029806198435942805,,0.07158489692783679,,,,,,0.2526542455572558,,,0.029806198435942805,,0.07158489692783679,,,,,,0.2526542455572558,,,0.029806198435942805,,0.07158489692783679,,,,,,0.4925278507381578,,,0.029806198435942805, -rhu2_35F_to_40F_q40,0.09070839519266649,,0.497354540159213,,0.19741898266605878,,0.2711060613404021,,,0.032809796141200255,,0.07978068189847809,,,,,,0.2711060613404021,,,0.032809796141200255,,0.07978068189847809,,,,,,0.2711060613404021,,,0.032809796141200255,,0.07978068189847809,,,,,,0.4925278507381578,,,0.032809796141200255, -rhu2_35F_to_40F_q45,0.10709996513394904,,0.497354540159213,,0.19741898266605878,,0.2895578771235484,,,0.03581339384645771,,0.08797646686911938,,,,,,0.2895578771235484,,,0.03581339384645771,,0.08797646686911938,,,,,,0.2895578771235484,,,0.03581339384645771,,0.08797646686911938,,,,,,0.4925278507381578,,,0.03581339384645771, -rhu2_35F_to_40F_q50,0.12349153507523161,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.03881699155171517,,0.09617225183976066,,,,,,0.3080096929066947,,,0.03881699155171517,,0.09617225183976066,,,,,,0.3080096929066947,,,0.03881699155171517,,0.09617225183976066,,,,,,0.4925278507381578,,,0.03881699155171517, -rhu2_35F_to_40F_q55,0.14566976935247977,,0.497354540159213,,0.19741898266605878,,0.32646150868984103,,,0.04182058925697262,,0.10436803681040195,,,,,,0.32646150868984103,,,0.04182058925697262,,0.10436803681040195,,,,,,0.32646150868984103,,,0.04182058925697262,,0.10436803681040195,,,,,,0.4925278507381578,,,0.04182058925697262, -rhu2_35F_to_40F_q60,0.1678480036297279,,0.497354540159213,,0.19741898266605878,,0.34491332447298734,,,0.044824186962230075,,0.11256382178104322,,,,,,0.34491332447298734,,,0.044824186962230075,,0.11256382178104322,,,,,,0.34491332447298734,,,0.044824186962230075,,0.11256382178104322,,,,,,0.4925278507381578,,,0.044824186962230075, -rhu2_35F_to_40F_q65,0.1900262379069761,,0.497354540159213,,0.19741898266605878,,0.36336514025613365,,,0.04782778466748753,,0.12075960675168453,,,,,,0.36336514025613365,,,0.04782778466748753,,0.12075960675168453,,,,,,0.36336514025613365,,,0.04782778466748753,,0.12075960675168453,,,,,,0.4925278507381578,,,0.04782778466748753, -rhu2_35F_to_40F_q70,0.25644075628047835,,0.497354540159213,,0.19741898266605878,,0.3818169560392799,,,0.05083138237274498,,0.1603951666415241,,,,,,0.3818169560392799,,,0.05083138237274498,,0.1603951666415241,,,,,,0.3818169560392799,,,0.05083138237274498,,0.1603951666415241,,,,,,0.4925278507381578,,,0.05083138237274498, -rhu2_35F_to_40F_q75,0.3449734167021083,,0.497354540159213,,0.19741898266605878,,0.40026877182242626,,,0.053834980078002435,,0.21575061399096318,,,,,,0.40026877182242626,,,0.053834980078002435,,0.21575061399096318,,,,,,0.40026877182242626,,,0.053834980078002435,,0.21575061399096318,,,,,,0.4925278507381578,,,0.053834980078002435, -rhu2_35F_to_40F_q80,0.4335060771237382,,0.497354540159213,,0.19741898266605878,,0.41872058760557257,,,0.05683857778325989,,0.2711060613404022,,,,,,0.41872058760557257,,,0.05683857778325989,,0.2711060613404022,,,,,,0.41872058760557257,,,0.05683857778325989,,0.2711060613404022,,,,,,0.4925278507381578,,,0.05683857778325989, -rhu2_35F_to_40F_q85,0.4930105196802633,,0.497354540159213,,0.19741898266605878,,0.4371724033887189,,,0.059842175488517335,,0.326461508689841,,,,,,0.4371724033887189,,,0.059842175488517335,,0.326461508689841,,,,,,0.4371724033887189,,,0.059842175488517335,,0.326461508689841,,,,,,0.4925278507381578,,,0.059842175488517335, -rhu2_35F_to_40F_q90,0.4944585265065799,,0.497354540159213,,0.19741898266605878,,0.4556242191718652,,,0.0628457731937748,,0.38181695603928,,,,,,0.4556242191718652,,,0.0628457731937748,,0.38181695603928,,,,,,0.4556242191718652,,,0.0628457731937748,,0.38181695603928,,,,,,0.4925278507381578,,,0.0628457731937748, -rhu2_35F_to_40F_q95,0.4959065333328964,,0.497354540159213,,0.19741898266605878,,0.4740760349550115,,,0.06584937089903226,,0.43717240338871877,,,,,,0.4740760349550115,,,0.06584937089903226,,0.43717240338871877,,,,,,0.4740760349550115,,,0.06584937089903226,,0.43717240338871877,,,,,,0.4925278507381578,,,0.06584937089903226, -rhu2_35F_to_40F_q98,0.49677533742868635,,0.497354540159213,,0.19741898266605878,,0.48514712442489927,,,0.06765152952218673,,0.4703856717983822,,,,,,0.48514712442489927,,,0.06765152952218673,,0.4703856717983822,,,,,,0.48514712442489927,,,0.06765152952218673,,0.4703856717983822,,,,,,0.4925278507381578,,,0.06765152952218673, -rhu2_35F_to_40F_q99,0.49706493879394964,,0.497354540159213,,0.19741898266605878,,0.48883748758152856,,,0.06825224906323821,,0.4814567612682699,,,,,,0.48883748758152856,,,0.06825224906323821,,0.4814567612682699,,,,,,0.48883748758152856,,,0.06825224906323821,,0.4814567612682699,,,,,,0.4925278507381578,,,0.06825224906323821, -rhu2_40F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu2_40F_to_45F_upper_bound_95_perc_conf,0.31890122555762374,,0.4542236394098254,,0.15271363589013506,,0.5647322324958838,,,0.0396871052258929,,0.3451588226609835,,,,,,0.5647322324958838,,,0.0396871052258929,,0.3451588226609835,,,,,,0.5647322324958838,,,0.0396871052258929,,0.3451588226609835,,,,,,0.4877852165596393,,,0.0396871052258929, -rhu2_40F_to_45F_mean,0.17640214036490817,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.019641327256556547,,0.15402270979526309,,,,,,0.28840409233396963,,,0.019641327256556547,,0.15402270979526309,,,,,,0.28840409233396963,,,0.019641327256556547,,0.15402270979526309,,,,,,0.4877852165596393,,,0.019641327256556547, -rhu2_40F_to_45F_lower_bound_95_perc_conf,0.03390305517219261,,0.4542236394098254,,0.15271363589013506,,0.012075952172055482,,,-0.00040445071277980457,,-0.03711340307045738,,,,,,0.012075952172055482,,,-0.00040445071277980457,,-0.03711340307045738,,,,,,0.012075952172055482,,,-0.00040445071277980457,,-0.03711340307045738,,,,,,0.4877852165596393,,,-0.00040445071277980457, -rhu2_40F_to_45F_sem,0.07270361489424264,,0.0,,0.0,,0.14098374498056845,,,0.010227437739457322,,0.09751842493149003,,,,,,0.14098374498056845,,,0.010227437739457322,,0.09751842493149003,,,,,,0.14098374498056845,,,0.010227437739457322,,0.09751842493149003,,,,,,0.0,,,0.010227437739457322, -rhu2_40F_to_45F_q1,0.005574105415664861,,0.4542236394098254,,0.15271363589013506,,0.09301059059281336,,,0.00546682172027891,,0.0060453729666575876,,,,,,0.09301059059281336,,,0.00546682172027891,,0.0060453729666575876,,,,,,0.09301059059281336,,,0.00546682172027891,,0.0060453729666575876,,,,,,0.4877852165596393,,,0.00546682172027891, -rhu2_40F_to_45F_q2.5,0.006168944393527798,,0.4542236394098254,,0.15271363589013506,,0.09899202431958344,,,0.005900735155062918,,0.007347113271009616,,,,,,0.09899202431958344,,,0.005900735155062918,,0.007347113271009616,,,,,,0.09899202431958344,,,0.005900735155062918,,0.007347113271009616,,,,,,0.4877852165596393,,,0.005900735155062918, -rhu2_40F_to_45F_q5,0.007160342689966026,,0.4542236394098254,,0.15271363589013506,,0.10896108053086694,,,0.006623924213036267,,0.009516680444929664,,,,,,0.10896108053086694,,,0.006623924213036267,,0.009516680444929664,,,,,,0.10896108053086694,,,0.006623924213036267,,0.009516680444929664,,,,,,0.4877852165596393,,,0.006623924213036267, -rhu2_40F_to_45F_q10,0.009143139282842484,,0.4542236394098254,,0.15271363589013506,,0.1288991929534339,,,0.008070302328982966,,0.013855814792769757,,,,,,0.1288991929534339,,,0.008070302328982966,,0.013855814792769757,,,,,,0.1288991929534339,,,0.008070302328982966,,0.013855814792769757,,,,,,0.4877852165596393,,,0.008070302328982966, -rhu2_40F_to_45F_q15,0.011125935875718938,,0.4542236394098254,,0.15271363589013506,,0.14883730537600087,,,0.009516680444929662,,0.01819494914060985,,,,,,0.14883730537600087,,,0.009516680444929662,,0.01819494914060985,,,,,,0.14883730537600087,,,0.009516680444929662,,0.01819494914060985,,,,,,0.4877852165596393,,,0.009516680444929662, -rhu2_40F_to_45F_q20,0.01625051614188025,,0.4542236394098254,,0.15271363589013506,,0.16877541779856783,,,0.01096305856087636,,0.022534083488449944,,,,,,0.16877541779856783,,,0.01096305856087636,,0.022534083488449944,,,,,,0.16877541779856783,,,0.01096305856087636,,0.022534083488449944,,,,,,0.4877852165596393,,,0.01096305856087636, -rhu2_40F_to_45F_q25,0.022945988244683975,,0.4542236394098254,,0.15271363589013506,,0.1887135302211348,,,0.012409436676823059,,0.026873217836290035,,,,,,0.1887135302211348,,,0.012409436676823059,,0.026873217836290035,,,,,,0.1887135302211348,,,0.012409436676823059,,0.026873217836290035,,,,,,0.4877852165596393,,,0.012409436676823059, -rhu2_40F_to_45F_q30,0.0296414603474877,,0.4542236394098254,,0.15271363589013506,,0.20865164264370176,,,0.013855814792769755,,0.031212352184130127,,,,,,0.20865164264370176,,,0.013855814792769755,,0.031212352184130127,,,,,,0.20865164264370176,,,0.013855814792769755,,0.031212352184130127,,,,,,0.4877852165596393,,,0.013855814792769755, -rhu2_40F_to_45F_q35,0.039596894385251144,,0.4542236394098254,,0.15271363589013506,,0.22858975506626872,,,0.015302192908716454,,0.03685100140063734,,,,,,0.22858975506626872,,,0.015302192908716454,,0.03685100140063734,,,,,,0.22858975506626872,,,0.015302192908716454,,0.03685100140063734,,,,,,0.4877852165596393,,,0.015302192908716454, -rhu2_40F_to_45F_q40,0.056072252292934124,,0.4542236394098254,,0.15271363589013506,,0.2485278674888357,,,0.01674857102466315,,0.04508868035447882,,,,,,0.2485278674888357,,,0.01674857102466315,,0.04508868035447882,,,,,,0.2485278674888357,,,0.01674857102466315,,0.04508868035447882,,,,,,0.4877852165596393,,,0.01674857102466315, -rhu2_40F_to_45F_q45,0.07254761020061704,,0.4542236394098254,,0.15271363589013506,,0.2684659799114027,,,0.01819494914060985,,0.05332635930832028,,,,,,0.2684659799114027,,,0.01819494914060985,,0.05332635930832028,,,,,,0.2684659799114027,,,0.01819494914060985,,0.05332635930832028,,,,,,0.4877852165596393,,,0.01819494914060985, -rhu2_40F_to_45F_q50,0.08902296810829996,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.019641327256556547,,0.06156403826216174,,,,,,0.28840409233396963,,,0.019641327256556547,,0.06156403826216174,,,,,,0.28840409233396963,,,0.019641327256556547,,0.06156403826216174,,,,,,0.4877852165596393,,,0.019641327256556547, -rhu2_40F_to_45F_q55,0.1081301684428505,,0.4542236394098254,,0.15271363589013506,,0.3083422047565366,,,0.021087705372503245,,0.06980171721600321,,,,,,0.3083422047565366,,,0.021087705372503245,,0.06980171721600321,,,,,,0.3083422047565366,,,0.021087705372503245,,0.06980171721600321,,,,,,0.4877852165596393,,,0.021087705372503245, -rhu2_40F_to_45F_q60,0.127237368777401,,0.4542236394098254,,0.15271363589013506,,0.32828031717910355,,,0.022534083488449944,,0.07803939616984466,,,,,,0.32828031717910355,,,0.022534083488449944,,0.07803939616984466,,,,,,0.32828031717910355,,,0.022534083488449944,,0.07803939616984466,,,,,,0.4877852165596393,,,0.022534083488449944, -rhu2_40F_to_45F_q65,0.14634456911195157,,0.4542236394098254,,0.15271363589013506,,0.34821842960167054,,,0.023980461604396642,,0.08627707512368615,,,,,,0.34821842960167054,,,0.023980461604396642,,0.08627707512368615,,,,,,0.34821842960167054,,,0.023980461604396642,,0.08627707512368615,,,,,,0.4877852165596393,,,0.023980461604396642, -rhu2_40F_to_45F_q70,0.2130156365940729,,0.4542236394098254,,0.15271363589013506,,0.3681565420242375,,,0.025426839720343337,,0.12889919295343374,,,,,,0.3681565420242375,,,0.025426839720343337,,0.12889919295343374,,,,,,0.3681565420242375,,,0.025426839720343337,,0.12889919295343374,,,,,,0.4877852165596393,,,0.025426839720343337, -rhu2_40F_to_45F_q75,0.3034686376499802,,0.4542236394098254,,0.15271363589013506,,0.38809465444680447,,,0.026873217836290035,,0.1887135302211348,,,,,,0.38809465444680447,,,0.026873217836290035,,0.1887135302211348,,,,,,0.38809465444680447,,,0.026873217836290035,,0.1887135302211348,,,,,,0.4877852165596393,,,0.026873217836290035, -rhu2_40F_to_45F_q80,0.3939216387058876,,0.4542236394098254,,0.15271363589013506,,0.40803276686937145,,,0.028319595952236733,,0.24852786748883585,,,,,,0.40803276686937145,,,0.028319595952236733,,0.24852786748883585,,,,,,0.40803276686937145,,,0.028319595952236733,,0.24852786748883585,,,,,,0.4877852165596393,,,0.028319595952236733, -rhu2_40F_to_45F_q85,0.4575797971248068,,0.4542236394098254,,0.15271363589013506,,0.4279708792919384,,,0.029765974068183428,,0.30834220475653656,,,,,,0.4279708792919384,,,0.029765974068183428,,0.30834220475653656,,,,,,0.4279708792919384,,,0.029765974068183428,,0.30834220475653656,,,,,,0.4877852165596393,,,0.029765974068183428, -rhu2_40F_to_45F_q90,0.467648270269751,,0.4542236394098254,,0.15271363589013506,,0.4479089917145054,,,0.031212352184130127,,0.3681565420242376,,,,,,0.4479089917145054,,,0.031212352184130127,,0.3681565420242376,,,,,,0.4479089917145054,,,0.031212352184130127,,0.3681565420242376,,,,,,0.4877852165596393,,,0.031212352184130127, -rhu2_40F_to_45F_q95,0.4777167434146951,,0.4542236394098254,,0.15271363589013506,,0.4678471041370723,,,0.03265873030007683,,0.4279708792919383,,,,,,0.4678471041370723,,,0.03265873030007683,,0.4279708792919383,,,,,,0.4678471041370723,,,0.03265873030007683,,0.4279708792919383,,,,,,0.4877852165596393,,,0.03265873030007683, -rhu2_40F_to_45F_q98,0.48375782730166167,,0.4542236394098254,,0.15271363589013506,,0.4798099715906125,,,0.033526557169644845,,0.4638594816525589,,,,,,0.4798099715906125,,,0.033526557169644845,,0.4638594816525589,,,,,,0.4798099715906125,,,0.033526557169644845,,0.4638594816525589,,,,,,0.4877852165596393,,,0.033526557169644845, -rhu2_40F_to_45F_q99,0.48577152193065043,,0.4542236394098254,,0.15271363589013506,,0.4837975940751259,,,0.033815832792834184,,0.475822349106099,,,,,,0.4837975940751259,,,0.033815832792834184,,0.475822349106099,,,,,,0.4837975940751259,,,0.033815832792834184,,0.475822349106099,,,,,,0.4877852165596393,,,0.033815832792834184, -rhu2_45F_to_50F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu2_45F_to_50F_upper_bound_95_perc_conf,0.27361634070412233,,0.40025798507790855,,0.09249776186213071,,0.4360433574148745,,,0.015836251266091575,,0.29954856908233973,,,,,,0.4360433574148745,,,0.015836251266091575,,0.29954856908233973,,,,,,0.4360433574148745,,,0.015836251266091575,,0.29954856908233973,,,,,,0.5293530585660533,,,0.015836251266091575, -rhu2_45F_to_50F_mean,0.1532105905553325,,0.40025798507790855,,0.09249776186213071,,0.23473027098031748,,,0.010700754484599376,,0.14511846438203024,,,,,,0.23473027098031748,,,0.010700754484599376,,0.14511846438203024,,,,,,0.23473027098031748,,,0.010700754484599376,,0.14511846438203024,,,,,,0.32875898051305136,,,0.010700754484599376, -rhu2_45F_to_50F_lower_bound_95_perc_conf,0.032804840406542704,,0.40025798507790855,,0.09249776186213071,,0.03341718454576048,,,0.005565257703107179,,-0.009311640318279246,,,,,,0.03341718454576048,,,0.005565257703107179,,-0.009311640318279246,,,,,,0.03341718454576048,,,0.005565257703107179,,-0.009311640318279246,,,,,,0.12816490246004944,,,0.005565257703107179, -rhu2_45F_to_50F_sem,0.06143150517795398,,0.0,,0.0,,0.10271075838497806,,,0.002620151419128672,,0.07879086974505586,,,,,,0.10271075838497806,,,0.002620151419128672,,0.07879086974505586,,,,,,0.10271075838497806,,,0.002620151419128672,,0.07879086974505586,,,,,,0.10234391737398058,,,0.002620151419128672, -rhu2_45F_to_50F_q1,0.0070191956468156095,,0.40025798507790855,,0.09249776186213071,,0.04941985136728029,,,0.007069409885644554,,0.007291737105988726,,,,,,0.04941985136728029,,,0.007069409885644554,,0.007291737105988726,,,,,,0.04941985136728029,,,0.007069409885644554,,0.007291737105988726,,,,,,0.18691754765591012,,,0.007069409885644554, -rhu2_45F_to_50F_q2.5,0.00705503789874428,,0.40025798507790855,,0.09249776186213071,,0.053540350545926096,,,0.00718057349581664,,0.007736391546677072,,,,,,0.053540350545926096,,,0.00718057349581664,,0.007736391546677072,,,,,,0.053540350545926096,,,0.00718057349581664,,0.007736391546677072,,,,,,0.19125963233521034,,,0.00718057349581664, -rhu2_45F_to_50F_q5,0.007114774985292062,,0.40025798507790855,,0.09249776186213071,,0.06040784917700244,,,0.007365846179436784,,0.008477482281157649,,,,,,0.06040784917700244,,,0.007365846179436784,,0.008477482281157649,,,,,,0.06040784917700244,,,0.007365846179436784,,0.008477482281157649,,,,,,0.19849644013404408,,,0.007365846179436784, -rhu2_45F_to_50F_q10,0.007234249158387631,,0.40025798507790855,,0.09249776186213071,,0.07414284643915513,,,0.007736391546677072,,0.009959663750118801,,,,,,0.07414284643915513,,,0.007736391546677072,,0.009959663750118801,,,,,,0.07414284643915513,,,0.007736391546677072,,0.009959663750118801,,,,,,0.21297005573171157,,,0.007736391546677072, -rhu2_45F_to_50F_q15,0.007690133220696182,,0.40025798507790855,,0.09249776186213071,,0.0878778437013078,,,0.00810693691391736,,0.011441845219079953,,,,,,0.0878778437013078,,,0.00810693691391736,,0.011441845219079953,,,,,,0.0878778437013078,,,0.00810693691391736,,0.011441845219079953,,,,,,0.22744367132937904,,,0.00810693691391736, -rhu2_45F_to_50F_q20,0.010164476618282632,,0.40025798507790855,,0.09249776186213071,,0.10161284096346049,,,0.008477482281157649,,0.012924026688041105,,,,,,0.10161284096346049,,,0.008477482281157649,,0.012924026688041105,,,,,,0.10161284096346049,,,0.008477482281157649,,0.012924026688041105,,,,,,0.2419172869270465,,,0.008477482281157649, -rhu2_45F_to_50F_q25,0.012638820015869079,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.008848027648397936,,0.014406208157002257,,,,,,0.11534783822561318,,,0.008848027648397936,,0.014406208157002257,,,,,,0.11534783822561318,,,0.008848027648397936,,0.014406208157002257,,,,,,0.25639090252471397,,,0.008848027648397936, -rhu2_45F_to_50F_q30,0.01763287253278701,,0.40025798507790855,,0.09249776186213071,,0.12908283548776586,,,0.009218573015638224,,0.020859536908571754,,,,,,0.12908283548776586,,,0.009218573015638224,,0.020859536908571754,,,,,,0.12908283548776586,,,0.009218573015638224,,0.020859536908571754,,,,,,0.27086451812238144,,,0.009218573015638224, -rhu2_45F_to_50F_q35,0.028926197848033623,,0.40025798507790855,,0.09249776186213071,,0.14281783274991855,,,0.009589118382878513,,0.027312865660141253,,,,,,0.14281783274991855,,,0.009589118382878513,,0.027312865660141253,,,,,,0.14281783274991855,,,0.009589118382878513,,0.027312865660141253,,,,,,0.2853381337200489,,,0.009589118382878513, -rhu2_45F_to_50F_q40,0.04021952316328026,,0.40025798507790855,,0.09249776186213071,,0.15655283001207124,,,0.009959663750118801,,0.03376619441171076,,,,,,0.15655283001207124,,,0.009959663750118801,,0.03376619441171076,,,,,,0.15655283001207124,,,0.009959663750118801,,0.03376619441171076,,,,,,0.2998117493177164,,,0.009959663750118801, -rhu2_45F_to_50F_q45,0.05354658840694189,,0.40025798507790855,,0.09249776186213071,,0.17028782727422392,,,0.010330209117359088,,0.04021952316328026,,,,,,0.17028782727422392,,,0.010330209117359088,,0.04021952316328026,,,,,,0.17028782727422392,,,0.010330209117359088,,0.04021952316328026,,,,,,0.3142853649153839,,,0.010330209117359088, -rhu2_45F_to_50F_q50,0.06958530688849024,,0.40025798507790855,,0.09249776186213071,,0.1840228245363766,,,0.010700754484599376,,0.04667285191484975,,,,,,0.1840228245363766,,,0.010700754484599376,,0.04667285191484975,,,,,,0.1840228245363766,,,0.010700754484599376,,0.04667285191484975,,,,,,0.32875898051305136,,,0.010700754484599376, -rhu2_45F_to_50F_q55,0.08562402537003859,,0.40025798507790855,,0.09249776186213071,,0.2129700557317116,,,0.011071299851839665,,0.07414284643915514,,,,,,0.2129700557317116,,,0.011071299851839665,,0.07414284643915514,,,,,,0.2129700557317116,,,0.011071299851839665,,0.07414284643915514,,,,,,0.3432325961107188,,,0.011071299851839665, -rhu2_45F_to_50F_q60,0.11080277439697991,,0.40025798507790855,,0.09249776186213071,,0.2419172869270465,,,0.011441845219079953,,0.10161284096346049,,,,,,0.2419172869270465,,,0.011441845219079953,,0.10161284096346049,,,,,,0.2419172869270465,,,0.011441845219079953,,0.10161284096346049,,,,,,0.3577062117083863,,,0.011441845219079953, -rhu2_45F_to_50F_q65,0.14283654633296594,,0.40025798507790855,,0.09249776186213071,,0.27086451812238144,,,0.011812390586320241,,0.1290828354877659,,,,,,0.27086451812238144,,,0.011812390586320241,,0.1290828354877659,,,,,,0.27086451812238144,,,0.011812390586320241,,0.1290828354877659,,,,,,0.3721798273060538,,,0.011812390586320241, -rhu2_45F_to_50F_q70,0.17487031826895197,,0.40025798507790855,,0.09249776186213071,,0.29981174931771637,,,0.01218293595356053,,0.1565528300120712,,,,,,0.29981174931771637,,,0.01218293595356053,,0.1565528300120712,,,,,,0.29981174931771637,,,0.01218293595356053,,0.1565528300120712,,,,,,0.3866534429037212,,,0.01218293595356053, -rhu2_45F_to_50F_q75,0.2380816146717596,,0.40025798507790855,,0.09249776186213071,,0.32875898051305136,,,0.012553481320800816,,0.1840228245363766,,,,,,0.32875898051305136,,,0.012553481320800816,,0.1840228245363766,,,,,,0.32875898051305136,,,0.012553481320800816,,0.1840228245363766,,,,,,0.40112705850138874,,,0.012553481320800816, -rhu2_45F_to_50F_q80,0.3137639208612959,,0.40025798507790855,,0.09249776186213071,,0.35770621170838635,,,0.012924026688041105,,0.24191728692704656,,,,,,0.35770621170838635,,,0.012924026688041105,,0.24191728692704656,,,,,,0.35770621170838635,,,0.012924026688041105,,0.24191728692704656,,,,,,0.4156006740990562,,,0.012924026688041105, -rhu2_45F_to_50F_q85,0.389446227050832,,0.40025798507790855,,0.09249776186213071,,0.3866534429037212,,,0.013294572055281392,,0.29981174931771637,,,,,,0.3866534429037212,,,0.013294572055281392,,0.29981174931771637,,,,,,0.3866534429037212,,,0.013294572055281392,,0.29981174931771637,,,,,,0.4300742896967237,,,0.013294572055281392, -rhu2_45F_to_50F_q90,0.42222913050145383,,0.40025798507790855,,0.09249776186213071,,0.4156006740990562,,,0.01366511742252168,,0.35770621170838635,,,,,,0.4156006740990562,,,0.01366511742252168,,0.35770621170838635,,,,,,0.4156006740990562,,,0.01366511742252168,,0.35770621170838635,,,,,,0.4445479052943912,,,0.01366511742252168, -rhu2_45F_to_50F_q95,0.44786213349558995,,0.40025798507790855,,0.09249776186213071,,0.44454790529439114,,,0.014035662789761968,,0.41560067409905616,,,,,,0.44454790529439114,,,0.014035662789761968,,0.41560067409905616,,,,,,0.44454790529439114,,,0.014035662789761968,,0.41560067409905616,,,,,,0.45902152089205867,,,0.014035662789761968, -rhu2_45F_to_50F_q98,0.4632419352920716,,0.40025798507790855,,0.09249776186213071,,0.46191624401159215,,,0.014257990010106142,,0.45033735153345816,,,,,,0.46191624401159215,,,0.014257990010106142,,0.45033735153345816,,,,,,0.46191624401159215,,,0.014257990010106142,,0.45033735153345816,,,,,,0.4677056902506591,,,0.014257990010106142, -rhu2_45F_to_50F_q99,0.4683685358908989,,0.40025798507790855,,0.09249776186213071,,0.4677056902506591,,,0.0143320990835542,,0.46191624401159215,,,,,,0.4677056902506591,,,0.0143320990835542,,0.46191624401159215,,,,,,0.4677056902506591,,,0.0143320990835542,,0.46191624401159215,,,,,,0.47060041337019265,,,0.0143320990835542, -rhu2_50F_to_55F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu2_50F_to_55F_upper_bound_95_perc_conf,0.2214550457879044,,0.32793900049322156,,0.052322643343051506,,0.3703843014393865,,,0.007825549523868078,,0.2463938823724735,,,,,,0.3703843014393865,,,0.007825549523868078,,0.2463938823724735,,,,,,0.3703843014393865,,,0.007825549523868078,,0.2463938823724735,,,,,,0.4792627121655566,,,0.007825549523868078, -rhu2_50F_to_55F_mean,0.11646555978225262,,0.32793900049322156,,0.052322643343051506,,0.17797569642622557,,,0.0069663280020027495,,0.10957194905653644,,,,,,0.17797569642622557,,,0.0069663280020027495,,0.10957194905653644,,,,,,0.17797569642622557,,,0.0069663280020027495,,0.10957194905653644,,,,,,0.2521836704255019,,,0.0069663280020027495, -rhu2_50F_to_55F_lower_bound_95_perc_conf,0.011476073776600842,,0.32793900049322156,,0.052322643343051506,,-0.014432908586935356,,,0.0061071064801374204,,-0.027249984259400617,,,,,,-0.014432908586935356,,,0.0061071064801374204,,-0.027249984259400617,,,,,,-0.014432908586935356,,,0.0061071064801374204,,-0.027249984259400617,,,,,,0.02510462868544716,,,0.0061071064801374204, -rhu2_50F_to_55F_sem,0.053566064288597844,,0.0,,0.0,,0.09816765561895965,,,0.00043837832748231097,,0.06980710883466176,,,,,,0.09816765561895965,,,0.00043837832748231097,,0.06980710883466176,,,,,,0.09816765561895965,,,0.00043837832748231097,,0.06980710883466176,,,,,,0.11585665394900752,,,0.00043837832748231097, -rhu2_50F_to_55F_q1,0.003795118619138927,,0.32793900049322156,,0.052322643343051506,,0.03073530584151248,,,0.006358766637350349,,0.006395964271920905,,,,,,0.03073530584151248,,,0.006358766637350349,,0.006395964271920905,,,,,,0.03073530584151248,,,0.006358766637350349,,0.006395964271920905,,,,,,0.09161454014576613,,,0.006358766637350349, -rhu2_50F_to_55F_q2.5,0.004083162839248852,,0.32793900049322156,,0.052322643343051506,,0.03249864196227176,,,0.006377365454635626,,0.006470359541062015,,,,,,0.03249864196227176,,,0.006377365454635626,,0.006470359541062015,,,,,,0.03249864196227176,,,0.006377365454635626,,0.006470359541062015,,,,,,0.09652992168494172,,,0.006377365454635626, -rhu2_50F_to_55F_q5,0.00456323653943206,,0.32793900049322156,,0.052322643343051506,,0.03543753549687057,,,0.006408363483444422,,0.006594351656297199,,,,,,0.03543753549687057,,,0.006408363483444422,,0.006594351656297199,,,,,,0.03543753549687057,,,0.006408363483444422,,0.006594351656297199,,,,,,0.10472222425023435,,,0.006408363483444422, -rhu2_50F_to_55F_q10,0.005523383939798475,,0.32793900049322156,,0.052322643343051506,,0.04131532256606818,,,0.006470359541062015,,0.006842335886767565,,,,,,0.04131532256606818,,,0.006470359541062015,,0.006842335886767565,,,,,,0.04131532256606818,,,0.006470359541062015,,0.006842335886767565,,,,,,0.12110682938081965,,,0.006470359541062015, -rhu2_50F_to_55F_q15,0.006408363483444423,,0.32793900049322156,,0.052322643343051506,,0.047193109635265795,,,0.006532355598679606,,0.007090320117237933,,,,,,0.047193109635265795,,,0.006532355598679606,,0.007090320117237933,,,,,,0.047193109635265795,,,0.006532355598679606,,0.007090320117237933,,,,,,0.13749143451140491,,,0.006532355598679606, -rhu2_50F_to_55F_q20,0.006842335886767565,,0.32793900049322156,,0.052322643343051506,,0.0530708967044634,,,0.006594351656297199,,0.0073383043477083,,,,,,0.0530708967044634,,,0.006594351656297199,,0.0073383043477083,,,,,,0.0530708967044634,,,0.006594351656297199,,0.0073383043477083,,,,,,0.1538760396419902,,,0.006594351656297199, -rhu2_50F_to_55F_q25,0.007276308290090708,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.00665634771391479,,0.007586288578178667,,,,,,0.05894868377366101,,,0.00665634771391479,,0.007586288578178667,,,,,,0.05894868377366101,,,0.00665634771391479,,0.007586288578178667,,,,,,0.17026064477257546,,,0.00665634771391479, -rhu2_50F_to_55F_q30,0.009783634563128099,,0.32793900049322156,,0.052322643343051506,,0.06482647084285863,,,0.006718343771532381,,0.011980980548077523,,,,,,0.06482647084285863,,,0.006718343771532381,,0.011980980548077523,,,,,,0.06482647084285863,,,0.006718343771532381,,0.011980980548077523,,,,,,0.18664524990316075,,,0.006718343771532381, -rhu2_50F_to_55F_q35,0.017474345510451093,,0.32793900049322156,,0.052322643343051506,,0.07070425791205623,,,0.006780339829149974,,0.01637567251797638,,,,,,0.07070425791205623,,,0.006780339829149974,,0.01637567251797638,,,,,,0.07070425791205623,,,0.006780339829149974,,0.01637567251797638,,,,,,0.20302985503374604,,,0.006780339829149974, -rhu2_50F_to_55F_q40,0.025165056457774105,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.006842335886767565,,0.02077036448787524,,,,,,0.07658204498125384,,,0.006842335886767565,,0.02077036448787524,,,,,,0.07658204498125384,,,0.006842335886767565,,0.02077036448787524,,,,,,0.21941446016433133,,,0.006842335886767565, -rhu2_50F_to_55F_q45,0.032974182664979736,,0.32793900049322156,,0.052322643343051506,,0.08245983205045147,,,0.006904331944385157,,0.025165056457774098,,,,,,0.08245983205045147,,,0.006904331944385157,,0.025165056457774098,,,,,,0.08245983205045147,,,0.006904331944385157,,0.025165056457774098,,,,,,0.23579906529491662,,,0.006904331944385157, -rhu2_50F_to_55F_q50,0.04094119588536223,,0.32793900049322156,,0.052322643343051506,,0.08833761911964907,,,0.0069663280020027495,,0.029559748427672956,,,,,,0.08833761911964907,,,0.0069663280020027495,,0.029559748427672956,,,,,,0.08833761911964907,,,0.0069663280020027495,,0.029559748427672956,,,,,,0.2521836704255019,,,0.0069663280020027495, -rhu2_50F_to_55F_q55,0.04890820910574474,,0.32793900049322156,,0.052322643343051506,,0.12110682938081967,,,0.007028324059620341,,0.041315322566068194,,,,,,0.12110682938081967,,,0.007028324059620341,,0.041315322566068194,,,,,,0.12110682938081967,,,0.007028324059620341,,0.041315322566068194,,,,,,0.2685682755560872,,,0.007028324059620341, -rhu2_50F_to_55F_q60,0.059525638498371024,,0.32793900049322156,,0.052322643343051506,,0.15387603964199018,,,0.007090320117237933,,0.0530708967044634,,,,,,0.15387603964199018,,,0.007090320117237933,,0.0530708967044634,,,,,,0.15387603964199018,,,0.007090320117237933,,0.0530708967044634,,,,,,0.28495288068667246,,,0.007090320117237933, -rhu2_50F_to_55F_q65,0.07213088002018016,,0.32793900049322156,,0.052322643343051506,,0.18664524990316078,,,0.007152316174855525,,0.06482647084285863,,,,,,0.18664524990316078,,,0.007152316174855525,,0.06482647084285863,,,,,,0.18664524990316078,,,0.007152316174855525,,0.06482647084285863,,,,,,0.3013374858172578,,,0.007152316174855525, -rhu2_50F_to_55F_q70,0.0847361215419893,,0.32793900049322156,,0.052322643343051506,,0.2194144601643313,,,0.007214312232473117,,0.07658204498125384,,,,,,0.2194144601643313,,,0.007214312232473117,,0.07658204498125384,,,,,,0.2194144601643313,,,0.007214312232473117,,0.07658204498125384,,,,,,0.317722090947843,,,0.007214312232473117, -rhu2_50F_to_55F_q75,0.1482379644630422,,0.32793900049322156,,0.052322643343051506,,0.2521836704255019,,,0.007276308290090708,,0.08833761911964907,,,,,,0.2521836704255019,,,0.007276308290090708,,0.08833761911964907,,,,,,0.2521836704255019,,,0.007276308290090708,,0.08833761911964907,,,,,,0.3341066960784283,,,0.007276308290090708, -rhu2_50F_to_55F_q80,0.2320984479437927,,0.32793900049322156,,0.052322643343051506,,0.2849528806866725,,,0.0073383043477083,,0.15387603964199026,,,,,,0.2849528806866725,,,0.0073383043477083,,0.15387603964199026,,,,,,0.2849528806866725,,,0.0073383043477083,,0.15387603964199026,,,,,,0.3504913012090136,,,0.0073383043477083, -rhu2_50F_to_55F_q85,0.31595893142454295,,0.32793900049322156,,0.052322643343051506,,0.317722090947843,,,0.007400300405325892,,0.2194144601643313,,,,,,0.317722090947843,,,0.007400300405325892,,0.2194144601643313,,,,,,0.317722090947843,,,0.007400300405325892,,0.2194144601643313,,,,,,0.3668759063395989,,,0.007400300405325892, -rhu2_50F_to_55F_q90,0.3543662168646615,,0.32793900049322156,,0.052322643343051506,,0.3504913012090136,,,0.007462296462943483,,0.2849528806866725,,,,,,0.3504913012090136,,,0.007462296462943483,,0.2849528806866725,,,,,,0.3504913012090136,,,0.007462296462943483,,0.2849528806866725,,,,,,0.38326051147018414,,,0.007462296462943483, -rhu2_50F_to_55F_q95,0.3851979692980081,,0.32793900049322156,,0.052322643343051506,,0.38326051147018414,,,0.007524292520561075,,0.3504913012090135,,,,,,0.38326051147018414,,,0.007524292520561075,,0.3504913012090135,,,,,,0.38326051147018414,,,0.007524292520561075,,0.3504913012090135,,,,,,0.39964511660076946,,,0.007524292520561075, -rhu2_50F_to_55F_q98,0.40369702075801606,,0.32793900049322156,,0.052322643343051506,,0.4029220376268865,,,0.00756149015513163,,0.3898143535224183,,,,,,0.4029220376268865,,,0.00756149015513163,,0.3898143535224183,,,,,,0.4029220376268865,,,0.00756149015513163,,0.3898143535224183,,,,,,0.4094758796791206,,,0.00756149015513163, -rhu2_50F_to_55F_q99,0.40986337124468536,,0.32793900049322156,,0.052322643343051506,,0.4094758796791206,,,0.007573889366655149,,0.4029220376268865,,,,,,0.4094758796791206,,,0.007573889366655149,,0.4029220376268865,,,,,,0.4094758796791206,,,0.007573889366655149,,0.4029220376268865,,,,,,0.4127528007052377,,,0.007573889366655149, -rhu2_55F_to_60F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, -rhu2_55F_to_60F_upper_bound_95_perc_conf,0.1702145697762304,,0.2512798460089282,,0.028319891645631964,,0.28907142512330697,,,0.011200110178684592,,0.19158995899854325,,,,,,0.28907142512330697,,,0.011200110178684592,,0.19158995899854325,,,,,,0.28907142512330697,,,0.011200110178684592,,0.19158995899854325,,,,,,0.38225745267880634,,,0.011200110178684592, -rhu2_55F_to_60F_mean,0.08811343984153783,,0.2512798460089282,,0.028319891645631964,,0.1353369656925489,,,0.007716277277185472,,0.08428869032640353,,,,,,0.1353369656925489,,,0.007716277277185472,,0.08428869032640353,,,,,,0.1353369656925489,,,0.007716277277185472,,0.08428869032640353,,,,,,0.1853010670763522,,,0.007716277277185472, -rhu2_55F_to_60F_lower_bound_95_perc_conf,0.006012309906845245,,0.2512798460089282,,0.028319891645631964,,-0.018397493738209175,,,0.004232444375686352,,-0.023012578345736195,,,,,,-0.018397493738209175,,,0.004232444375686352,,-0.023012578345736195,,,,,,-0.018397493738209175,,,0.004232444375686352,,-0.023012578345736195,,,,,,-0.011655318526101965,,,0.004232444375686352, -rhu2_55F_to_60F_sem,0.04188833159933295,,0.0,,0.0,,0.07843594868916229,,,0.0017774657660709794,,0.054745545240887615,,,,,,0.07843594868916229,,,0.0017774657660709794,,0.054745545240887615,,,,,,0.07843594868916229,,,0.0017774657660709794,,0.054745545240887615,,,,,,0.10048795183798681,,,0.0017774657660709794, -rhu2_55F_to_60F_q1,0.003958005660414839,,0.2512798460089282,,0.028319891645631964,,0.03556438052108304,,,0.0052528354080146385,,0.0054036583795965265,,,,,,0.03556438052108304,,,0.0052528354080146385,,0.0054036583795965265,,,,,,0.03556438052108304,,,0.0052528354080146385,,0.0054036583795965265,,,,,,0.04603187121886433,,,0.0052528354080146385, -rhu2_55F_to_60F_q2.5,0.004098519982449907,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.0053282468938055825,,0.0057053043227603024,,,,,,0.03579780691529407,,,0.0053282468938055825,,0.0057053043227603024,,,,,,0.03579780691529407,,,0.0053282468938055825,,0.0057053043227603024,,,,,,0.05029521394919559,,,0.0053282468938055825, -rhu2_55F_to_60F_q5,0.00433271051917502,,0.2512798460089282,,0.028319891645631964,,0.036186850905645794,,,0.005453932703457155,,0.006208047561366595,,,,,,0.036186850905645794,,,0.005453932703457155,,0.006208047561366595,,,,,,0.036186850905645794,,,0.005453932703457155,,0.006208047561366595,,,,,,0.057400785166414364,,,0.005453932703457155, -rhu2_55F_to_60F_q10,0.004801091592625245,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.0057053043227603024,,0.0072135340385791795,,,,,,0.03696493888634925,,,0.0057053043227603024,,0.0072135340385791795,,,,,,0.03696493888634925,,,0.0057053043227603024,,0.0072135340385791795,,,,,,0.0716119276008519,,,0.0057053043227603024, -rhu2_55F_to_60F_q15,0.005453932703457156,,0.2512798460089282,,0.028319891645631964,,0.03774302686705269,,,0.005956675942063448,,0.008219020515791764,,,,,,0.03774302686705269,,,0.005956675942063448,,0.008219020515791764,,,,,,0.03774302686705269,,,0.005956675942063448,,0.008219020515791764,,,,,,0.08582307003528944,,,0.005956675942063448, -rhu2_55F_to_60F_q20,0.00721353403857918,,0.2512798460089282,,0.028319891645631964,,0.03852111484775614,,,0.006208047561366595,,0.00922450699300435,,,,,,0.03852111484775614,,,0.006208047561366595,,0.00922450699300435,,,,,,0.03852111484775614,,,0.006208047561366595,,0.00922450699300435,,,,,,0.10003421246972698,,,0.006208047561366595, -rhu2_55F_to_60F_q25,0.008973135373701204,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.0064594191806697406,,0.010229993470216935,,,,,,0.039299202828459584,,,0.0064594191806697406,,0.010229993470216935,,,,,,0.039299202828459584,,,0.0064594191806697406,,0.010229993470216935,,,,,,0.1142453549041645,,,0.0064594191806697406, -rhu2_55F_to_60F_q30,0.012038983287758438,,0.2512798460089282,,0.028319891645631964,,0.04007729080916304,,,0.006710790799972887,,0.015265747361162017,,,,,,0.04007729080916304,,,0.006710790799972887,,0.015265747361162017,,,,,,0.04007729080916304,,,0.006710790799972887,,0.015265747361162017,,,,,,0.12845649733860204,,,0.006710790799972887, -rhu2_55F_to_60F_q35,0.018370447649153694,,0.2512798460089282,,0.028319891645631964,,0.04085537878986648,,,0.006962162419276033,,0.0203015012521071,,,,,,0.04085537878986648,,,0.006962162419276033,,0.0203015012521071,,,,,,0.04085537878986648,,,0.006962162419276033,,0.0203015012521071,,,,,,0.14266763977303956,,,0.006962162419276033, -rhu2_55F_to_60F_q40,0.024701912010548964,,0.2512798460089282,,0.028319891645631964,,0.041633466770569935,,,0.0072135340385791795,,0.025337255143052184,,,,,,0.041633466770569935,,,0.0072135340385791795,,0.025337255143052184,,,,,,0.041633466770569935,,,0.0072135340385791795,,0.025337255143052184,,,,,,0.1568787822074771,,,0.0072135340385791795, -rhu2_55F_to_60F_q45,0.029383222337528523,,0.2512798460089282,,0.028319891645631964,,0.04241155475127338,,,0.007464905657882327,,0.030373009033997266,,,,,,0.04241155475127338,,,0.007464905657882327,,0.030373009033997266,,,,,,0.04241155475127338,,,0.007464905657882327,,0.030373009033997266,,,,,,0.17108992464191464,,,0.007464905657882327, -rhu2_55F_to_60F_q50,0.03186432728528715,,0.2512798460089282,,0.028319891645631964,,0.04318964273197683,,,0.007716277277185472,,0.03540876292494235,,,,,,0.04318964273197683,,,0.007716277277185472,,0.03540876292494235,,,,,,0.04318964273197683,,,0.007716277277185472,,0.03540876292494235,,,,,,0.1853010670763522,,,0.007716277277185472, -rhu2_55F_to_60F_q55,0.03434543223304579,,0.2512798460089282,,0.028319891645631964,,0.07161192760085192,,,0.007967648896488619,,0.03696493888634925,,,,,,0.07161192760085192,,,0.007967648896488619,,0.03696493888634925,,,,,,0.07161192760085192,,,0.007967648896488619,,0.03696493888634925,,,,,,0.1995122095107897,,,0.007967648896488619, -rhu2_55F_to_60F_q60,0.03696493888634925,,0.2512798460089282,,0.028319891645631964,,0.10003421246972696,,,0.008219020515791764,,0.03852111484775614,,,,,,0.10003421246972696,,,0.008219020515791764,,0.03852111484775614,,,,,,0.10003421246972696,,,0.008219020515791764,,0.03852111484775614,,,,,,0.21372335194522724,,,0.008219020515791764, -rhu2_55F_to_60F_q65,0.03968824681881131,,0.2512798460089282,,0.028319891645631964,,0.12845649733860204,,,0.008470392135094911,,0.04007729080916304,,,,,,0.12845649733860204,,,0.008470392135094911,,0.04007729080916304,,,,,,0.12845649733860204,,,0.008470392135094911,,0.04007729080916304,,,,,,0.2279344943796648,,,0.008470392135094911, -rhu2_55F_to_60F_q70,0.042411554751273374,,0.2512798460089282,,0.028319891645631964,,0.15687878220747709,,,0.008721763754398057,,0.04163346677056993,,,,,,0.15687878220747709,,,0.008721763754398057,,0.04163346677056993,,,,,,0.15687878220747709,,,0.008721763754398057,,0.04163346677056993,,,,,,0.2421456368141023,,,0.008721763754398057, -rhu2_55F_to_60F_q75,0.09521219355121467,,0.2512798460089282,,0.028319891645631964,,0.1853010670763522,,,0.008973135373701204,,0.04318964273197683,,,,,,0.1853010670763522,,,0.008973135373701204,,0.04318964273197683,,,,,,0.1853010670763522,,,0.008973135373701204,,0.04318964273197683,,,,,,0.2563567792485399,,,0.008973135373701204, -rhu2_55F_to_60F_q80,0.16804376469814777,,0.2512798460089282,,0.028319891645631964,,0.21372335194522726,,,0.00922450699300435,,0.10003421246972702,,,,,,0.21372335194522726,,,0.00922450699300435,,0.10003421246972702,,,,,,0.21372335194522726,,,0.00922450699300435,,0.10003421246972702,,,,,,0.2705679216829774,,,0.00922450699300435, -rhu2_55F_to_60F_q85,0.2408753358450807,,0.2512798460089282,,0.028319891645631964,,0.2421456368141023,,,0.009475878612307495,,0.15687878220747709,,,,,,0.2421456368141023,,,0.009475878612307495,,0.15687878220747709,,,,,,0.2421456368141023,,,0.009475878612307495,,0.15687878220747709,,,,,,0.2847790641174149,,,0.009475878612307495, -rhu2_55F_to_60F_q90,0.274119639632468,,0.2512798460089282,,0.028319891645631964,,0.2705679216829774,,,0.009727250231610642,,0.21372335194522726,,,,,,0.2705679216829774,,,0.009727250231610642,,0.21372335194522726,,,,,,0.2705679216829774,,,0.009727250231610642,,0.21372335194522726,,,,,,0.29899020655185243,,,0.009727250231610642, -rhu2_55F_to_60F_q95,0.30076606552659774,,0.2512798460089282,,0.028319891645631964,,0.29899020655185243,,,0.009978621850913789,,0.2705679216829774,,,,,,0.29899020655185243,,,0.009978621850913789,,0.2705679216829774,,,,,,0.29899020655185243,,,0.009978621850913789,,0.2705679216829774,,,,,,0.31320134898629,,,0.009978621850913789, -rhu2_55F_to_60F_q98,0.31675392106307554,,0.2512798460089282,,0.028319891645631964,,0.31604357747317746,,,0.010129444822495677,,0.3046746635256275,,,,,,0.31604357747317746,,,0.010129444822495677,,0.3046746635256275,,,,,,0.31604357747317746,,,0.010129444822495677,,0.3046746635256275,,,,,,0.3217280344469525,,,0.010129444822495677, -rhu2_55F_to_60F_q99,0.32208320624190157,,0.2512798460089282,,0.028319891645631964,,0.3217280344469525,,,0.010179719146356304,,0.31604357747317746,,,,,,0.3217280344469525,,,0.010179719146356304,,0.31604357747317746,,,,,,0.3217280344469525,,,0.010179719146356304,,0.31604357747317746,,,,,,0.32457026293384006,,,0.010179719146356304, -rhu2_30F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,2.0,,,2.0,,4.0,,0.0,,0.0,,1.0,,,2.0, -rhu2_30F_to_45F_upper_bound_95_perc_conf,0.34305398205847804,,0.48989079000319163,,0.22154695797667256,,0.559111251556371,,,0.044822725374200276,,0.3511684155595577,,,,,,0.559111251556371,,,0.044822725374200276,,0.3511684155595577,,,,,,0.559111251556371,,,0.044822725374200276,,0.3511684155595577,,,,,,0.487868709448776,,,0.044822725374200276, -rhu2_30F_to_45F_mean,0.19767439439520942,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.023326382852582137,,0.16329755267285415,,,,,,0.3032687224931262,,,0.023326382852582137,,0.16329755267285415,,,,,,0.3032687224931262,,,0.023326382852582137,,0.16329755267285415,,,,,,0.487868709448776,,,0.023326382852582137, -rhu2_30F_to_45F_lower_bound_95_perc_conf,0.05229480673194084,,0.48989079000319163,,0.22154695797667256,,0.047426193429881414,,,0.0018300403309639938,,-0.024573310213849398,,,,,,0.047426193429881414,,,0.0018300403309639938,,-0.024573310213849398,,,,,,0.047426193429881414,,,0.0018300403309639938,,-0.024573310213849398,,,,,,0.487868709448776,,,0.0018300403309639938, -rhu2_30F_to_45F_sem,0.07417325901187173,,0.0,,0.0,,0.13053190258328815,,,0.010967521694703134,,0.09585248106464467,,,,,,0.13053190258328815,,,0.010967521694703134,,0.09585248106464467,,,,,,0.13053190258328815,,,0.010967521694703134,,0.09585248106464467,,,,,,0.0,,,0.010967521694703134, -rhu2_30F_to_45F_q1,0.008492575156444197,,0.48989079000319163,,0.22154695797667256,,0.12236073527658946,,,0.008126173284837217,,0.00874659000188803,,,,,,0.12236073527658946,,,0.008126173284837217,,0.00874659000188803,,,,,,0.12236073527658946,,,0.008126173284837217,,0.00874659000188803,,,,,,0.487868709448776,,,0.008126173284837217, -rhu2_30F_to_45F_q2.5,0.00950749050164278,,0.48989079000319163,,0.22154695797667256,,0.12789873488525894,,,0.008591485822625327,,0.01014252761525236,,,,,,0.12789873488525894,,,0.008591485822625327,,0.01014252761525236,,,,,,0.12789873488525894,,,0.008591485822625327,,0.01014252761525236,,,,,,0.487868709448776,,,0.008591485822625327, -rhu2_30F_to_45F_q5,0.01119901607697375,,0.48989079000319163,,0.22154695797667256,,0.13712873423304145,,,0.009367006718938843,,0.012469090304192909,,,,,,0.13712873423304145,,,0.009367006718938843,,0.012469090304192909,,,,,,0.13712873423304145,,,0.009367006718938843,,0.012469090304192909,,,,,,0.487868709448776,,,0.009367006718938843, -rhu2_30F_to_45F_q10,0.014582067227635689,,0.48989079000319163,,0.22154695797667256,,0.15558873292860642,,,0.010918048511565876,,0.017122215682074008,,,,,,0.15558873292860642,,,0.010918048511565876,,0.017122215682074008,,,,,,0.15558873292860642,,,0.010918048511565876,,0.017122215682074008,,,,,,0.487868709448776,,,0.010918048511565876, -rhu2_30F_to_45F_q15,0.017965118378297625,,0.48989079000319163,,0.22154695797667256,,0.1740487316241714,,,0.012469090304192906,,0.0217753410599551,,,,,,0.1740487316241714,,,0.012469090304192906,,0.0217753410599551,,,,,,0.1740487316241714,,,0.012469090304192906,,0.0217753410599551,,,,,,0.487868709448776,,,0.012469090304192906, -rhu2_30F_to_45F_q20,0.023041601831918446,,0.48989079000319163,,0.22154695797667256,,0.19250873031973637,,,0.01402013209681994,,0.026428466437836202,,,,,,0.19250873031973637,,,0.01402013209681994,,0.026428466437836202,,,,,,0.19250873031973637,,,0.01402013209681994,,0.026428466437836202,,,,,,0.487868709448776,,,0.01402013209681994, -rhu2_30F_to_45F_q25,0.028964801437018697,,0.48989079000319163,,0.22154695797667256,,0.21096872901530134,,,0.015571173889446972,,0.031081591815717298,,,,,,0.21096872901530134,,,0.015571173889446972,,0.031081591815717298,,,,,,0.21096872901530134,,,0.015571173889446972,,0.031081591815717298,,,,,,0.487868709448776,,,0.015571173889446972, -rhu2_30F_to_45F_q30,0.03488800104211895,,0.48989079000319163,,0.22154695797667256,,0.2294287277108663,,,0.017122215682074005,,0.03573471719359839,,,,,,0.2294287277108663,,,0.017122215682074005,,0.03573471719359839,,,,,,0.2294287277108663,,,0.017122215682074005,,0.03573471719359839,,,,,,0.487868709448776,,,0.017122215682074005, -rhu2_30F_to_45F_q35,0.04681999425471483,,0.48989079000319163,,0.22154695797667256,,0.24788872640643128,,,0.018673257474701038,,0.04282839751678365,,,,,,0.24788872640643128,,,0.018673257474701038,,0.04282839751678365,,,,,,0.24788872640643128,,,0.018673257474701038,,0.04282839751678365,,,,,,0.487868709448776,,,0.018673257474701038, -rhu2_30F_to_45F_q40,0.07076957468230209,,0.48989079000319163,,0.22154695797667256,,0.26634872510199625,,,0.02022429926732807,,0.054803187730577275,,,,,,0.26634872510199625,,,0.02022429926732807,,0.054803187730577275,,,,,,0.26634872510199625,,,0.02022429926732807,,0.054803187730577275,,,,,,0.487868709448776,,,0.02022429926732807, -rhu2_30F_to_45F_q45,0.09471915510988928,,0.48989079000319163,,0.22154695797667256,,0.2848087237975612,,,0.0217753410599551,,0.06677797794437086,,,,,,0.2848087237975612,,,0.0217753410599551,,0.06677797794437086,,,,,,0.2848087237975612,,,0.0217753410599551,,0.06677797794437086,,,,,,0.487868709448776,,,0.0217753410599551, -rhu2_30F_to_45F_q50,0.11866873553747646,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.023326382852582137,,0.07875276815816445,,,,,,0.3032687224931262,,,0.023326382852582137,,0.07875276815816445,,,,,,0.3032687224931262,,,0.023326382852582137,,0.07875276815816445,,,,,,0.487868709448776,,,0.023326382852582137, -rhu2_30F_to_45F_q55,0.1495322022692353,,0.48989079000319163,,0.22154695797667256,,0.32172872118869117,,,0.024877424645209166,,0.09072755837195806,,,,,,0.32172872118869117,,,0.024877424645209166,,0.09072755837195806,,,,,,0.32172872118869117,,,0.024877424645209166,,0.09072755837195806,,,,,,0.487868709448776,,,0.024877424645209166, -rhu2_30F_to_45F_q60,0.1803956690009941,,0.48989079000319163,,0.22154695797667256,,0.34018871988425614,,,0.0264284664378362,,0.10270234858575164,,,,,,0.34018871988425614,,,0.0264284664378362,,0.10270234858575164,,,,,,0.34018871988425614,,,0.0264284664378362,,0.10270234858575164,,,,,,0.487868709448776,,,0.0264284664378362, -rhu2_30F_to_45F_q65,0.21125913573275298,,0.48989079000319163,,0.22154695797667256,,0.35864871857982117,,,0.027979508230463235,,0.11467713879954528,,,,,,0.35864871857982117,,,0.027979508230463235,,0.11467713879954528,,,,,,0.35864871857982117,,,0.027979508230463235,,0.11467713879954528,,,,,,0.487868709448776,,,0.027979508230463235, -rhu2_30F_to_45F_q70,0.274811308271093,,0.48989079000319163,,0.22154695797667256,,0.3771087172753861,,,0.029530550023090265,,0.15558873292860628,,,,,,0.3771087172753861,,,0.029530550023090265,,0.15558873292860628,,,,,,0.3771087172753861,,,0.029530550023090265,,0.15558873292860628,,,,,,0.487868709448776,,,0.029530550023090265, -rhu2_30F_to_45F_q75,0.3547078337127243,,0.48989079000319163,,0.22154695797667256,,0.3955687159709511,,,0.031081591815717298,,0.21096872901530134,,,,,,0.3955687159709511,,,0.031081591815717298,,0.21096872901530134,,,,,,0.3955687159709511,,,0.031081591815717298,,0.21096872901530134,,,,,,0.487868709448776,,,0.031081591815717298, -rhu2_30F_to_45F_q80,0.43460435915435547,,0.48989079000319163,,0.22154695797667256,,0.4140287146665161,,,0.03263263360834433,,0.26634872510199636,,,,,,0.4140287146665161,,,0.03263263360834433,,0.26634872510199636,,,,,,0.4140287146665161,,,0.03263263360834433,,0.26634872510199636,,,,,,0.487868709448776,,,0.03263263360834433, -rhu2_30F_to_45F_q85,0.48807091750421755,,0.48989079000319163,,0.22154695797667256,,0.432488713362081,,,0.034183675400971364,,0.3217287211886911,,,,,,0.432488713362081,,,0.034183675400971364,,0.3217287211886911,,,,,,0.432488713362081,,,0.034183675400971364,,0.3217287211886911,,,,,,0.487868709448776,,,0.034183675400971364, -rhu2_30F_to_45F_q90,0.4886775416705422,,0.48989079000319163,,0.22154695797667256,,0.45094871205764603,,,0.03573471719359839,,0.3771087172753862,,,,,,0.45094871205764603,,,0.03573471719359839,,0.3771087172753862,,,,,,0.45094871205764603,,,0.03573471719359839,,0.3771087172753862,,,,,,0.487868709448776,,,0.03573471719359839, -rhu2_30F_to_45F_q95,0.48928416583686696,,0.48989079000319163,,0.22154695797667256,,0.46940871075321094,,,0.03728575898622542,,0.43248871336208095,,,,,,0.46940871075321094,,,0.03728575898622542,,0.43248871336208095,,,,,,0.46940871075321094,,,0.03728575898622542,,0.43248871336208095,,,,,,0.487868709448776,,,0.03728575898622542, -rhu2_30F_to_45F_q98,0.4896481403366617,,0.48989079000319163,,0.22154695797667256,,0.48048470997055,,,0.038216384061801646,,0.465716711014098,,,,,,0.48048470997055,,,0.038216384061801646,,0.465716711014098,,,,,,0.48048470997055,,,0.038216384061801646,,0.465716711014098,,,,,,0.487868709448776,,,0.038216384061801646, -rhu2_30F_to_45F_q99,0.4897694651699267,,0.48989079000319163,,0.22154695797667256,,0.484176709709663,,,0.03852659242032705,,0.4767927102314369,,,,,,0.484176709709663,,,0.03852659242032705,,0.4767927102314369,,,,,,0.484176709709663,,,0.03852659242032705,,0.4767927102314369,,,,,,0.487868709448776,,,0.03852659242032705, +rhu2_35F_to_40F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu2_35F_to_40F_upper_bound_95_perc_conf,0.311045652951614,,0.497354540159213,,0.19741898266605878,,0.44186045522738204,,,0.08044473193645557,,0.29915323187260134,,,,,,0.44186045522738204,,,0.08044473193645557,,0.29915323187260134,,,,,,0.44186045522738204,,,0.08044473193645557,,0.29915323187260134,,,,,,0.5861518853429941,,,0.08044473193645557, +rhu2_35F_to_40F_mean,0.1772677917863067,,0.497354540159213,,0.19741898266605878,,0.20778657775216725,,,0.03881699155171517,,0.1401987432719864,,,,,,0.20778657775216725,,,0.03881699155171517,,0.1401987432719864,,,,,,0.20778657775216725,,,0.03881699155171517,,0.1401987432719864,,,,,,0.24993409909063505,,,0.03881699155171517, +rhu2_35F_to_40F_lower_bound_95_perc_conf,0.043489930620999345,,0.497354540159213,,0.19741898266605878,,-0.026287299723047552,,,-0.002810748833025241,,-0.018755745328628587,,,,,,-0.026287299723047552,,,-0.002810748833025241,,-0.018755745328628587,,,,,,-0.026287299723047552,,,-0.002810748833025241,,-0.018755745328628587,,,,,,-0.086283687161724,,,-0.002810748833025241, +rhu2_35F_to_40F_sem,0.0682540107986262,,0.0,,0.0,,0.11942544769143612,,,0.021238643053438984,,0.08109922887786479,,,,,,0.11942544769143612,,,0.021238643053438984,,0.08109922887786479,,,,,,0.11942544769143612,,,0.021238643053438984,,0.08109922887786479,,,,,,0.1715396868634485,,,0.021238643053438984, +rhu2_35F_to_40F_q1,0.007441194137034289,,0.497354540159213,,0.19741898266605878,,0.009663371195754694,,,0.009381734040192118,,0.007397974125353439,,,,,,0.009663371195754694,,,0.009381734040192118,,0.007397974125353439,,,,,,0.009663371195754694,,,0.009381734040192118,,0.007397974125353439,,,,,,0.012192222476062761,,,0.009381734040192118, +rhu2_35F_to_40F_q2.5,0.0075924641779172635,,0.497354540159213,,0.19741898266605878,,0.013147906824718272,,,0.010282813351769355,,0.007484414148715139,,,,,,0.013147906824718272,,,0.010282813351769355,,0.007484414148715139,,,,,,0.013147906824718272,,,0.010282813351769355,,0.007484414148715139,,,,,,0.019470035025488445,,,0.010282813351769355, +rhu2_35F_to_40F_q5,0.00784458091272222,,0.497354540159213,,0.19741898266605878,,0.01895546620632424,,,0.011784612204398082,,0.007628480854317972,,,,,,0.01895546620632424,,,0.011784612204398082,,0.007628480854317972,,,,,,0.01895546620632424,,,0.011784612204398082,,0.007628480854317972,,,,,,0.03159972260786458,,,0.011784612204398082, +rhu2_35F_to_40F_q10,0.008348814382332133,,0.497354540159213,,0.19741898266605878,,0.03057058496953617,,,0.014788209909655537,,0.007916614265523637,,,,,,0.03057058496953617,,,0.014788209909655537,,0.007916614265523637,,,,,,0.03057058496953617,,,0.014788209909655537,,0.007916614265523637,,,,,,0.055859097772616856,,,0.014788209909655537, +rhu2_35F_to_40F_q15,0.009460718529446088,,0.497354540159213,,0.19741898266605878,,0.0421857037327481,,,0.01779180761491299,,0.0082047476767293,,,,,,0.0421857037327481,,,0.01779180761491299,,0.0082047476767293,,,,,,0.0421857037327481,,,0.01779180761491299,,0.0082047476767293,,,,,,0.08011847293736914,,,0.01779180761491299, +rhu2_35F_to_40F_q20,0.014218646741584302,,0.497354540159213,,0.19741898266605878,,0.053800822495960035,,,0.02079540532017044,,0.008492881087934964,,,,,,0.053800822495960035,,,0.02079540532017044,,0.008492881087934964,,,,,,0.053800822495960035,,,0.02079540532017044,,0.008492881087934964,,,,,,0.1043778481021214,,,0.02079540532017044, +rhu2_35F_to_40F_q25,0.018976574953722514,,0.497354540159213,,0.19741898266605878,,0.06541594125917195,,,0.023799003025427895,,0.008781014499140628,,,,,,0.06541594125917195,,,0.023799003025427895,,0.008781014499140628,,,,,,0.06541594125917195,,,0.023799003025427895,,0.008781014499140628,,,,,,0.12863722326687368,,,0.023799003025427895, +rhu2_35F_to_40F_q30,0.027022882455153805,,0.497354540159213,,0.19741898266605878,,0.0770310600223839,,,0.02680260073068535,,0.02079540532017044,,,,,,0.0770310600223839,,,0.02680260073068535,,0.02079540532017044,,,,,,0.0770310600223839,,,0.02680260073068535,,0.02079540532017044,,,,,,0.15289659843162595,,,0.02680260073068535, +rhu2_35F_to_40F_q35,0.04329013817981775,,0.497354540159213,,0.19741898266605878,,0.08864617878559582,,,0.029806198435942805,,0.03280979614120025,,,,,,0.08864617878559582,,,0.029806198435942805,,0.03280979614120025,,,,,,0.08864617878559582,,,0.029806198435942805,,0.03280979614120025,,,,,,0.17715597359637822,,,0.029806198435942805, +rhu2_35F_to_40F_q40,0.05955739390448174,,0.497354540159213,,0.19741898266605878,,0.10026129754880776,,,0.032809796141200255,,0.044824186962230075,,,,,,0.10026129754880776,,,0.032809796141200255,,0.044824186962230075,,,,,,0.10026129754880776,,,0.032809796141200255,,0.044824186962230075,,,,,,0.2014153487611305,,,0.032809796141200255, +rhu2_35F_to_40F_q45,0.07704875357493099,,0.497354540159213,,0.19741898266605878,,0.11187641631201968,,,0.03581339384645771,,0.05683857778325989,,,,,,0.11187641631201968,,,0.03581339384645771,,0.05683857778325989,,,,,,0.11187641631201968,,,0.03581339384645771,,0.05683857778325989,,,,,,0.22567472392588278,,,0.03581339384645771, +rhu2_35F_to_40F_q50,0.09617225183976066,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.03881699155171517,,0.0688529686042897,,,,,,0.12349153507523161,,,0.03881699155171517,,0.0688529686042897,,,,,,0.12349153507523161,,,0.03881699155171517,,0.0688529686042897,,,,,,0.24993409909063505,,,0.03881699155171517, +rhu2_35F_to_40F_q55,0.11529575010459035,,0.497354540159213,,0.19741898266605878,,0.16039516664152426,,,0.04182058925697262,,0.07978068189847809,,,,,,0.16039516664152426,,,0.04182058925697262,,0.07978068189847809,,,,,,0.16039516664152426,,,0.04182058925697262,,0.07978068189847809,,,,,,0.27419347425538737,,,0.04182058925697262, +rhu2_35F_to_40F_q60,0.13827702459339705,,0.497354540159213,,0.19741898266605878,,0.19729879820781682,,,0.044824186962230075,,0.09070839519266646,,,,,,0.19729879820781682,,,0.044824186962230075,,0.09070839519266646,,,,,,0.19729879820781682,,,0.044824186962230075,,0.09070839519266646,,,,,,0.2984528494201396,,,0.044824186962230075, +rhu2_35F_to_40F_q65,0.16415163125018653,,0.497354540159213,,0.19741898266605878,,0.2342024297741095,,,0.04782778466748753,,0.10163610848685486,,,,,,0.2342024297741095,,,0.04782778466748753,,0.10163610848685486,,,,,,0.2342024297741095,,,0.04782778466748753,,0.10163610848685486,,,,,,0.3227122245848919,,,0.04782778466748753, +rhu2_35F_to_40F_q70,0.190026237906976,,0.497354540159213,,0.19741898266605878,,0.27110606134040205,,,0.05083138237274498,,0.11256382178104322,,,,,,0.27110606134040205,,,0.05083138237274498,,0.11256382178104322,,,,,,0.27110606134040205,,,0.05083138237274498,,0.11256382178104322,,,,,,0.34697159974964414,,,0.05083138237274498, +rhu2_35F_to_40F_q75,0.27119619968408354,,0.497354540159213,,0.19741898266605878,,0.3080096929066947,,,0.053834980078002435,,0.12349153507523161,,,,,,0.3080096929066947,,,0.053834980078002435,,0.12349153507523161,,,,,,0.3080096929066947,,,0.053834980078002435,,0.12349153507523161,,,,,,0.37123097491439644,,,0.053834980078002435, +rhu2_35F_to_40F_q80,0.3744843035093184,,0.497354540159213,,0.19741898266605878,,0.3449133244729874,,,0.05683857778325989,,0.19729879820781693,,,,,,0.3449133244729874,,,0.05683857778325989,,0.19729879820781693,,,,,,0.3449133244729874,,,0.05683857778325989,,0.19729879820781693,,,,,,0.3954903500791487,,,0.05683857778325989, +rhu2_35F_to_40F_q85,0.4777724073345529,,0.497354540159213,,0.19741898266605878,,0.3818169560392799,,,0.059842175488517335,,0.27110606134040205,,,,,,0.3818169560392799,,,0.059842175488517335,,0.27110606134040205,,,,,,0.3818169560392799,,,0.059842175488517335,,0.27110606134040205,,,,,,0.419749725243901,,,0.059842175488517335, +rhu2_35F_to_40F_q90,0.4939758575644744,,0.497354540159213,,0.19741898266605878,,0.41872058760557257,,,0.0628457731937748,,0.3449133244729874,,,,,,0.41872058760557257,,,0.0628457731937748,,0.3449133244729874,,,,,,0.41872058760557257,,,0.0628457731937748,,0.3449133244729874,,,,,,0.44400910040865327,,,0.0628457731937748, +rhu2_35F_to_40F_q95,0.4956651988618437,,0.497354540159213,,0.19741898266605878,,0.4556242191718652,,,0.06584937089903226,,0.41872058760557246,,,,,,0.4556242191718652,,,0.06584937089903226,,0.41872058760557246,,,,,,0.4556242191718652,,,0.06584937089903226,,0.41872058760557246,,,,,,0.4682684755734055,,,0.06584937089903226, +rhu2_35F_to_40F_q98,0.4966788036402653,,0.497354540159213,,0.19741898266605878,,0.47776639811164073,,,0.06765152952218673,,0.4630049454851237,,,,,,0.47776639811164073,,,0.06765152952218673,,0.4630049454851237,,,,,,0.47776639811164073,,,0.06765152952218673,,0.4630049454851237,,,,,,0.4828241006722569,,,0.06765152952218673, +rhu2_35F_to_40F_q99,0.49701667189973914,,0.497354540159213,,0.19741898266605878,,0.48514712442489927,,,0.06825224906323821,,0.47776639811164073,,,,,,0.48514712442489927,,,0.06825224906323821,,0.47776639811164073,,,,,,0.48514712442489927,,,0.06825224906323821,,0.47776639811164073,,,,,,0.4876759757052074,,,0.06825224906323821, +rhu2_40F_to_45F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu2_40F_to_45F_upper_bound_95_perc_conf,0.2854677131990364,,0.4542236394098254,,0.15271363589013506,,0.43227512159226117,,,0.0396871052258929,,0.2854427997158579,,,,,,0.43227512159226117,,,0.0396871052258929,,0.2854427997158579,,,,,,0.43227512159226117,,,0.0396871052258929,,0.2854427997158579,,,,,,0.5817722392752076,,,0.0396871052258929, +rhu2_40F_to_45F_mean,0.15444144797711756,,0.4542236394098254,,0.15271363589013506,,0.19250826197684082,,,0.019641327256556547,,0.12336148808872711,,,,,,0.19250826197684082,,,0.019641327256556547,,0.12336148808872711,,,,,,0.19250826197684082,,,0.019641327256556547,,0.12336148808872711,,,,,,0.24425090891111123,,,0.019641327256556547, +rhu2_40F_to_45F_lower_bound_95_perc_conf,0.023415182755198716,,0.4542236394098254,,0.15271363589013506,,-0.047258597638579536,,,-0.00040445071277980457,,-0.038719823538403655,,,,,,-0.047258597638579536,,,-0.00040445071277980457,,-0.038719823538403655,,,,,,-0.047258597638579536,,,-0.00040445071277980457,,-0.038719823538403655,,,,,,-0.09327042145298514,,,-0.00040445071277980457, +rhu2_40F_to_45F_sem,0.06685013531730553,,0.0,,0.0,,0.1223300304160308,,,0.010227437739457322,,0.0826945467485361,,,,,,0.1223300304160308,,,0.010227437739457322,,0.0826945467485361,,,,,,0.1223300304160308,,,0.010227437739457322,,0.0826945467485361,,,,,,0.17220476038984509,,,0.010227437739457322, +rhu2_40F_to_45F_q1,0.0010288674009986244,,0.4542236394098254,,0.15271363589013506,,0.002482728599497513,,,0.00546682172027891,,0.0008950390559634327,,,,,,0.002482728599497513,,,0.00546682172027891,,0.0008950390559634327,,,,,,0.002482728599497513,,,0.00546682172027891,,0.0008950390559634327,,,,,,0.005587287415553738,,,0.00546682172027891, +rhu2_40F_to_45F_q2.5,0.0014972666086217959,,0.4542236394098254,,0.15271363589013506,,0.005131919604869016,,,0.005900735155062918,,0.0011626957460338164,,,,,,0.005131919604869016,,,0.005900735155062918,,0.0011626957460338164,,,,,,0.005131919604869016,,,0.005900735155062918,,0.0011626957460338164,,,,,,0.01289331664500958,,,0.005900735155062918, +rhu2_40F_to_45F_q5,0.0022779319546604145,,0.4542236394098254,,0.15271363589013506,,0.009547237947154855,,,0.006623924213036267,,0.0016087902294844554,,,,,,0.009547237947154855,,,0.006623924213036267,,0.0016087902294844554,,,,,,0.009547237947154855,,,0.006623924213036267,,0.0016087902294844554,,,,,,0.025070032027435987,,,0.006623924213036267, +rhu2_40F_to_45F_q10,0.003839262646737652,,0.4542236394098254,,0.15271363589013506,,0.018377874631726535,,,0.008070302328982966,,0.002500979196385734,,,,,,0.018377874631726535,,,0.008070302328982966,,0.002500979196385734,,,,,,0.018377874631726535,,,0.008070302328982966,,0.002500979196385734,,,,,,0.04942346279228879,,,0.008070302328982966, +rhu2_40F_to_45F_q15,0.005508012195902313,,0.4542236394098254,,0.15271363589013506,,0.02720851131629821,,,0.009516680444929662,,0.0033931681632870126,,,,,,0.02720851131629821,,,0.009516680444929662,,0.0033931681632870126,,,,,,0.02720851131629821,,,0.009516680444929662,,0.0033931681632870126,,,,,,0.07377689355714159,,,0.009516680444929662, +rhu2_40F_to_45F_q20,0.007821274887591514,,0.4542236394098254,,0.15271363589013506,,0.03603914800086989,,,0.01096305856087636,,0.004285357130188291,,,,,,0.03603914800086989,,,0.01096305856087636,,0.004285357130188291,,,,,,0.03603914800086989,,,0.01096305856087636,,0.004285357130188291,,,,,,0.09813032432199441,,,0.01096305856087636, +rhu2_40F_to_45F_q25,0.010134537579280711,,0.4542236394098254,,0.15271363589013506,,0.04486978468544157,,,0.012409436676823059,,0.00517754609708957,,,,,,0.04486978468544157,,,0.012409436676823059,,0.00517754609708957,,,,,,0.04486978468544157,,,0.012409436676823059,,0.00517754609708957,,,,,,0.12248375508684721,,,0.012409436676823059, +rhu2_40F_to_45F_q30,0.014018692107612337,,0.4542236394098254,,0.15271363589013506,,0.05370042137001325,,,0.013855814792769755,,0.010963058560876359,,,,,,0.05370042137001325,,,0.013855814792769755,,0.010963058560876359,,,,,,0.05370042137001325,,,0.013855814792769755,,0.010963058560876359,,,,,,0.14683718585170003,,,0.013855814792769755, +rhu2_40F_to_45F_q35,0.021830076227550014,,0.4542236394098254,,0.15271363589013506,,0.06253105805458492,,,0.015302192908716454,,0.016748571024663147,,,,,,0.06253105805458492,,,0.015302192908716454,,0.016748571024663147,,,,,,0.06253105805458492,,,0.015302192908716454,,0.016748571024663147,,,,,,0.17119061661655283,,,0.015302192908716454, +rhu2_40F_to_45F_q40,0.02964146034748771,,0.4542236394098254,,0.15271363589013506,,0.0713616947391566,,,0.01674857102466315,,0.022534083488449944,,,,,,0.0713616947391566,,,0.01674857102466315,,0.022534083488449944,,,,,,0.0713616947391566,,,0.01674857102466315,,0.022534083488449944,,,,,,0.19554404738140566,,,0.01674857102466315, +rhu2_40F_to_45F_q45,0.04234278736986498,,0.4542236394098254,,0.15271363589013506,,0.0801923314237283,,,0.01819494914060985,,0.028319595952236733,,,,,,0.0801923314237283,,,0.01819494914060985,,0.028319595952236733,,,,,,0.0801923314237283,,,0.01819494914060985,,0.028319595952236733,,,,,,0.21989747814625843,,,0.01819494914060985, +rhu2_40F_to_45F_q50,0.06156403826216174,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.019641327256556547,,0.03410510841602352,,,,,,0.08902296810829996,,,0.019641327256556547,,0.03410510841602352,,,,,,0.08902296810829996,,,0.019641327256556547,,0.03410510841602352,,,,,,0.24425090891111123,,,0.019641327256556547, +rhu2_40F_to_45F_q55,0.08078528915445853,,0.4542236394098254,,0.15271363589013506,,0.12889919295343394,,,0.021087705372503245,,0.04508868035447882,,,,,,0.12889919295343394,,,0.021087705372503245,,0.04508868035447882,,,,,,0.12889919295343394,,,0.021087705372503245,,0.04508868035447882,,,,,,0.2686043396759641,,,0.021087705372503245, +rhu2_40F_to_45F_q60,0.101761101664667,,0.4542236394098254,,0.15271363589013506,,0.1687754177985678,,,0.022534083488449944,,0.0560722522929341,,,,,,0.1687754177985678,,,0.022534083488449944,,0.0560722522929341,,,,,,0.1687754177985678,,,0.022534083488449944,,0.0560722522929341,,,,,,0.2929577704408169,,,0.022534083488449944, +rhu2_40F_to_45F_q65,0.12405283538830926,,0.4542236394098254,,0.15271363589013506,,0.20865164264370178,,,0.023980461604396642,,0.0670558242313894,,,,,,0.20865164264370178,,,0.023980461604396642,,0.0670558242313894,,,,,,0.20865164264370178,,,0.023980461604396642,,0.0670558242313894,,,,,,0.3173112012056697,,,0.023980461604396642, +rhu2_40F_to_45F_q70,0.1463445691119515,,0.4542236394098254,,0.15271363589013506,,0.24852786748883565,,,0.025426839720343337,,0.07803939616984466,,,,,,0.24852786748883565,,,0.025426839720343337,,0.07803939616984466,,,,,,0.24852786748883565,,,0.025426839720343337,,0.07803939616984466,,,,,,0.34166463197052244,,,0.025426839720343337, +rhu2_40F_to_45F_q75,0.22809113677005766,,0.4542236394098254,,0.15271363589013506,,0.28840409233396963,,,0.026873217836290035,,0.08902296810829996,,,,,,0.28840409233396963,,,0.026873217836290035,,0.08902296810829996,,,,,,0.28840409233396963,,,0.026873217836290035,,0.08902296810829996,,,,,,0.3660180627353753,,,0.026873217836290035, +rhu2_40F_to_45F_q80,0.33361963800194944,,0.4542236394098254,,0.15271363589013506,,0.3282803171791036,,,0.028319595952236733,,0.16877541779856792,,,,,,0.3282803171791036,,,0.028319595952236733,,0.16877541779856792,,,,,,0.3282803171791036,,,0.028319595952236733,,0.16877541779856792,,,,,,0.3903714935002281,,,0.028319595952236733, +rhu2_40F_to_45F_q85,0.43914813923384094,,0.4542236394098254,,0.15271363589013506,,0.3681565420242375,,,0.029765974068183428,,0.24852786748883565,,,,,,0.3681565420242375,,,0.029765974068183428,,0.24852786748883565,,,,,,0.3681565420242375,,,0.029765974068183428,,0.24852786748883565,,,,,,0.4147249242650809,,,0.029765974068183428, +rhu2_40F_to_45F_q90,0.46429211255476954,,0.4542236394098254,,0.15271363589013506,,0.40803276686937145,,,0.031212352184130127,,0.3282803171791036,,,,,,0.40803276686937145,,,0.031212352184130127,,0.3282803171791036,,,,,,0.40803276686937145,,,0.031212352184130127,,0.3282803171791036,,,,,,0.4390783550299337,,,0.031212352184130127, +rhu2_40F_to_45F_q95,0.47603866455720445,,0.4542236394098254,,0.15271363589013506,,0.4479089917145053,,,0.03265873030007683,,0.4080327668693714,,,,,,0.4479089917145053,,,0.03265873030007683,,0.4080327668693714,,,,,,0.4479089917145053,,,0.03265873030007683,,0.4080327668693714,,,,,,0.4634317857947865,,,0.03265873030007683, +rhu2_40F_to_45F_q98,0.4830865957586653,,0.4542236394098254,,0.15271363589013506,,0.4718347266215857,,,0.033526557169644845,,0.4558842366835321,,,,,,0.4718347266215857,,,0.033526557169644845,,0.4558842366835321,,,,,,0.4718347266215857,,,0.033526557169644845,,0.4558842366835321,,,,,,0.47804384425369817,,,0.033526557169644845, +rhu2_40F_to_45F_q99,0.48543590615915233,,0.4542236394098254,,0.15271363589013506,,0.4798099715906125,,,0.033815832792834184,,0.4718347266215857,,,,,,0.4798099715906125,,,0.033815832792834184,,0.4718347266215857,,,,,,0.4798099715906125,,,0.033815832792834184,,0.4718347266215857,,,,,,0.48291453040666876,,,0.033815832792834184, +rhu2_45F_to_50F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu2_45F_to_50F_upper_bound_95_perc_conf,0.24806241305596655,,0.40025798507790855,,0.09249776186213071,,0.35703819455179375,,,0.015836251266091575,,0.2571386254614932,,,,,,0.35703819455179375,,,0.015836251266091575,,0.2571386254614932,,,,,,0.35703819455179375,,,0.015836251266091575,,0.2571386254614932,,,,,,0.43918838857062703,,,0.015836251266091575, +rhu2_45F_to_50F_mean,0.13684391703511,,0.40025798507790855,,0.09249776186213071,,0.1775253354535707,,,0.010700754484599376,,0.1219171417972469,,,,,,0.1775253354535707,,,0.010700754484599376,,0.1219171417972469,,,,,,0.1775253354535707,,,0.010700754484599376,,0.1219171417972469,,,,,,0.22114282996647763,,,0.010700754484599376, +rhu2_45F_to_50F_lower_bound_95_perc_conf,0.02562542101425347,,0.40025798507790855,,0.09249776186213071,,-0.001987523644652378,,,0.005565257703107179,,-0.0133043418669994,,,,,,-0.001987523644652378,,,0.005565257703107179,,-0.0133043418669994,,,,,,-0.001987523644652378,,,0.005565257703107179,,-0.0133043418669994,,,,,,0.0030972713623282633,,,0.005565257703107179, +rhu2_45F_to_50F_sem,0.05674413062288599,,0.0,,0.0,,0.09158819341746074,,,0.002620151419128672,,0.06899055288992158,,,,,,0.09158819341746074,,,0.002620151419128672,,0.06899055288992158,,,,,,0.09158819341746074,,,0.002620151419128672,,0.06899055288992158,,,,,,0.11124773398170887,,,0.002620151419128672, +rhu2_45F_to_50F_q1,0.005997310628439528,,0.40025798507790855,,0.09249776186213071,,0.0071333985645758114,,,0.007069409885644554,,0.005964767470273539,,,,,,0.0071333985645758114,,,0.007069409885644554,,0.005964767470273539,,,,,,0.0071333985645758114,,,0.007069409885644554,,0.005964767470273539,,,,,,0.009472774786591153,,,0.007069409885644554, +rhu2_45F_to_50F_q2.5,0.00612748326110348,,0.40025798507790855,,0.09249776186213071,,0.00896770310144419,,,0.00718057349581664,,0.006046125365688509,,,,,,0.00896770310144419,,,0.00718057349581664,,0.006046125365688509,,,,,,0.00896770310144419,,,0.00718057349581664,,0.006046125365688509,,,,,,0.014816143656482546,,,0.00718057349581664, +rhu2_45F_to_50F_q5,0.006344437648876734,,0.40025798507790855,,0.09249776186213071,,0.012024877329558155,,,0.007365846179436784,,0.006181721858046794,,,,,,0.012024877329558155,,,0.007365846179436784,,0.006181721858046794,,,,,,0.012024877329558155,,,0.007365846179436784,,0.006181721858046794,,,,,,0.023721758439634866,,,0.007365846179436784, +rhu2_45F_to_50F_q10,0.006778346424423242,,0.40025798507790855,,0.09249776186213071,,0.018139225785786087,,,0.007736391546677072,,0.006452914842763361,,,,,,0.018139225785786087,,,0.007736391546677072,,0.006452914842763361,,,,,,0.018139225785786087,,,0.007736391546677072,,0.006452914842763361,,,,,,0.041532988005939506,,,0.007736391546677072, +rhu2_45F_to_50F_q15,0.007063571768251106,,0.40025798507790855,,0.09249776186213071,,0.02425357424201401,,,0.00810693691391736,,0.006724107827479928,,,,,,0.02425357424201401,,,0.00810693691391736,,0.006724107827479928,,,,,,0.02425357424201401,,,0.00810693691391736,,0.006724107827479928,,,,,,0.05934421757224414,,,0.00810693691391736, +rhu2_45F_to_50F_q20,0.007200113680360326,,0.40025798507790855,,0.09249776186213071,,0.03036792269824195,,,0.008477482281157649,,0.006995300812196496,,,,,,0.03036792269824195,,,0.008477482281157649,,0.006995300812196496,,,,,,0.03036792269824195,,,0.008477482281157649,,0.006995300812196496,,,,,,0.07715544713854879,,,0.008477482281157649, +rhu2_45F_to_50F_q25,0.007336655592469546,,0.40025798507790855,,0.09249776186213071,,0.036482271154469864,,,0.008848027648397936,,0.008848027648397936,,,,,,0.036482271154469864,,,0.008848027648397936,,0.008848027648397936,,,,,,0.036482271154469864,,,0.008848027648397936,,0.008848027648397936,,,,,,0.09496667670485343,,,0.008848027648397936, +rhu2_45F_to_50F_q30,0.010164476618282629,,0.40025798507790855,,0.09249776186213071,,0.04259661961069779,,,0.009218573015638224,,0.010700754484599376,,,,,,0.04259661961069779,,,0.009218573015638224,,0.010700754484599376,,,,,,0.04259661961069779,,,0.009218573015638224,,0.010700754484599376,,,,,,0.11277790627115805,,,0.009218573015638224, +rhu2_45F_to_50F_q35,0.012992297644095714,,0.40025798507790855,,0.09249776186213071,,0.05354035054592607,,,0.009589118382878513,,0.012553481320800816,,,,,,0.05354035054592607,,,0.009589118382878513,,0.012553481320800816,,,,,,0.05354035054592607,,,0.009589118382878513,,0.012553481320800816,,,,,,0.13058913583746268,,,0.009589118382878513, +rhu2_45F_to_50F_q40,0.02085953690857176,,0.40025798507790855,,0.09249776186213071,,0.07414284643915514,,,0.009959663750118801,,0.014406208157002257,,,,,,0.07414284643915514,,,0.009959663750118801,,0.014406208157002257,,,,,,0.07414284643915514,,,0.009959663750118801,,0.014406208157002257,,,,,,0.14840036540376733,,,0.009959663750118801, +rhu2_45F_to_50F_q45,0.03376619441171076,,0.40025798507790855,,0.09249776186213071,,0.09474534233238417,,,0.010330209117359088,,0.02247286909646413,,,,,,0.09474534233238417,,,0.010330209117359088,,0.02247286909646413,,,,,,0.09474534233238417,,,0.010330209117359088,,0.02247286909646413,,,,,,0.16621159497007199,,,0.010330209117359088, +rhu2_45F_to_50F_q50,0.04667285191484975,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.010700754484599376,,0.030539530035926004,,,,,,0.11534783822561318,,,0.010700754484599376,,0.030539530035926004,,,,,,0.11534783822561318,,,0.010700754484599376,,0.030539530035926004,,,,,,0.1840228245363766,,,0.010700754484599376, +rhu2_45F_to_50F_q55,0.06500281589376215,,0.40025798507790855,,0.09249776186213071,,0.13595033411884222,,,0.011071299851839665,,0.03860619097538787,,,,,,0.13595033411884222,,,0.011071299851839665,,0.03860619097538787,,,,,,0.13595033411884222,,,0.011071299851839665,,0.03860619097538787,,,,,,0.2129700557317116,,,0.011071299851839665, +rhu2_45F_to_50F_q60,0.08333277987267451,,0.40025798507790855,,0.09249776186213071,,0.1565528300120712,,,0.011441845219079953,,0.04667285191484975,,,,,,0.1565528300120712,,,0.011441845219079953,,0.04667285191484975,,,,,,0.1565528300120712,,,0.011441845219079953,,0.04667285191484975,,,,,,0.2419172869270465,,,0.011441845219079953, +rhu2_45F_to_50F_q65,0.11080277439697991,,0.40025798507790855,,0.09249776186213071,,0.17715532590530028,,,0.011812390586320241,,0.08101034507023147,,,,,,0.17715532590530028,,,0.011812390586320241,,0.08101034507023147,,,,,,0.17715532590530028,,,0.011812390586320241,,0.08101034507023147,,,,,,0.27086451812238144,,,0.011812390586320241, +rhu2_45F_to_50F_q70,0.1474127994666782,,0.40025798507790855,,0.09249776186213071,,0.21297005573171146,,,0.01218293595356053,,0.11534783822561318,,,,,,0.21297005573171146,,,0.01218293595356053,,0.11534783822561318,,,,,,0.21297005573171146,,,0.01218293595356053,,0.11534783822561318,,,,,,0.29981174931771637,,,0.01218293595356053, +rhu2_45F_to_50F_q75,0.1840228245363766,,0.40025798507790855,,0.09249776186213071,,0.25639090252471397,,,0.012553481320800816,,0.14968533138099488,,,,,,0.25639090252471397,,,0.012553481320800816,,0.14968533138099488,,,,,,0.25639090252471397,,,0.012553481320800816,,0.14968533138099488,,,,,,0.32875898051305136,,,0.012553481320800816, +rhu2_45F_to_50F_q80,0.27051688875298946,,0.40025798507790855,,0.09249776186213071,,0.29981174931771654,,,0.012924026688041105,,0.1840228245363766,,,,,,0.29981174931771654,,,0.012924026688041105,,0.1840228245363766,,,,,,0.29981174931771654,,,0.012924026688041105,,0.1840228245363766,,,,,,0.35770621170838635,,,0.012924026688041105, +rhu2_45F_to_50F_q85,0.3570109529696021,,0.40025798507790855,,0.09249776186213071,,0.3432325961107188,,,0.013294572055281392,,0.25639090252471397,,,,,,0.3432325961107188,,,0.013294572055281392,,0.25639090252471397,,,,,,0.3432325961107188,,,0.013294572055281392,,0.25639090252471397,,,,,,0.3866534429037212,,,0.013294572055281392, +rhu2_45F_to_50F_q90,0.4149054153602721,,0.40025798507790855,,0.09249776186213071,,0.38665344290372133,,,0.01366511742252168,,0.32875898051305136,,,,,,0.38665344290372133,,,0.01366511742252168,,0.32875898051305136,,,,,,0.38665344290372133,,,0.01366511742252168,,0.32875898051305136,,,,,,0.4156006740990562,,,0.01366511742252168, +rhu2_45F_to_50F_q95,0.4442002759249991,,0.40025798507790855,,0.09249776186213071,,0.43007428969672357,,,0.014035662789761968,,0.40112705850138874,,,,,,0.43007428969672357,,,0.014035662789761968,,0.40112705850138874,,,,,,0.43007428969672357,,,0.014035662789761968,,0.40112705850138874,,,,,,0.44454790529439114,,,0.014035662789761968, +rhu2_45F_to_50F_q98,0.4617771922638353,,0.40025798507790855,,0.09249776186213071,,0.4561267977725251,,,0.014257990010106142,,0.4445479052943913,,,,,,0.4561267977725251,,,0.014257990010106142,,0.4445479052943913,,,,,,0.4561267977725251,,,0.014257990010106142,,0.4445479052943913,,,,,,0.46191624401159215,,,0.014257990010106142, +rhu2_45F_to_50F_q99,0.4676361643767807,,0.40025798507790855,,0.09249776186213071,,0.4648109671311256,,,0.0143320990835542,,0.4590215208920587,,,,,,0.4648109671311256,,,0.0143320990835542,,0.4590215208920587,,,,,,0.4648109671311256,,,0.0143320990835542,,0.4590215208920587,,,,,,0.4677056902506591,,,0.0143320990835542, +rhu2_50F_to_55F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu2_50F_to_55F_upper_bound_95_perc_conf,0.20011648004875887,,0.32793900049322156,,0.052322643343051506,,0.2965847139528017,,,0.007825549523868078,,0.21027364658100645,,,,,,0.2965847139528017,,,0.007825549523868078,,0.21027364658100645,,,,,,0.2965847139528017,,,0.007825549523868078,,0.21027364658100645,,,,,,0.37056376091973364,,,0.007825549523868078, +rhu2_50F_to_55F_mean,0.10398497707003466,,0.32793900049322156,,0.052322643343051506,,0.13451685116274195,,,0.0069663280020027495,,0.09200001010916221,,,,,,0.13451685116274195,,,0.0069663280020027495,,0.09200001010916221,,,,,,0.13451685116274195,,,0.0069663280020027495,,0.09200001010916221,,,,,,0.16950255207443163,,,0.0069663280020027495, +rhu2_50F_to_55F_lower_bound_95_perc_conf,0.007853474091310458,,0.32793900049322156,,0.052322643343051506,,-0.027551011627317823,,,0.0061071064801374204,,-0.02627362636268203,,,,,,-0.027551011627317823,,,0.0061071064801374204,,-0.02627362636268203,,,,,,-0.027551011627317823,,,0.0061071064801374204,,-0.02627362636268203,,,,,,-0.03155865677087036,,,0.0061071064801374204, +rhu2_50F_to_55F_sem,0.049046685193226636,,0.0,,0.0,,0.08268768509696928,,,0.00043837832748231097,,0.060343692077471554,,,,,,0.08268768509696928,,,0.00043837832748231097,,0.060343692077471554,,,,,,0.08268768509696928,,,0.00043837832748231097,,0.060343692077471554,,,,,,0.10258224941086837,,,0.00043837832748231097, +rhu2_50F_to_55F_q1,0.00364606723772368,,0.32793900049322156,,0.052322643343051506,,0.004902898363952543,,,0.006358766637350349,,0.004250617974967875,,,,,,0.004902898363952543,,,0.006358766637350349,,0.004250617974967875,,,,,,0.004902898363952543,,,0.006358766637350349,,0.004250617974967875,,,,,,0.005824261447238247,,,0.006358766637350349, +rhu2_50F_to_55F_q2.5,0.003710534385710733,,0.32793900049322156,,0.052322643343051506,,0.006046772851444728,,,0.006377365454635626,,0.004416071878983055,,,,,,0.006046772851444728,,,0.006377365454635626,,0.004416071878983055,,,,,,0.006046772851444728,,,0.006377365454635626,,0.004416071878983055,,,,,,0.008350180559658986,,,0.006377365454635626, +rhu2_50F_to_55F_q5,0.0038179796323558213,,0.32793900049322156,,0.052322643343051506,,0.007953230330598367,,,0.006408363483444422,,0.0046918283856750235,,,,,,0.007953230330598367,,,0.006408363483444422,,0.0046918283856750235,,,,,,0.007953230330598367,,,0.006408363483444422,,0.0046918283856750235,,,,,,0.012560045747026885,,,0.006408363483444422, +rhu2_50F_to_55F_q10,0.004032870125645999,,0.32793900049322156,,0.052322643343051506,,0.011766145288905648,,,0.006470359541062015,,0.005243341399058959,,,,,,0.011766145288905648,,,0.006470359541062015,,0.005243341399058959,,,,,,0.011766145288905648,,,0.006470359541062015,,0.005243341399058959,,,,,,0.020979776121762685,,,0.006470359541062015, +rhu2_50F_to_55F_q15,0.004581525782998235,,0.32793900049322156,,0.052322643343051506,,0.015579060247212928,,,0.006532355598679606,,0.005794854412442894,,,,,,0.015579060247212928,,,0.006532355598679606,,0.005794854412442894,,,,,,0.015579060247212928,,,0.006532355598679606,,0.005794854412442894,,,,,,0.029399506496498484,,,0.006532355598679606, +rhu2_50F_to_55F_q20,0.005463946604412534,,0.32793900049322156,,0.052322643343051506,,0.01939197520552021,,,0.006594351656297199,,0.006346367425826831,,,,,,0.01939197520552021,,,0.006594351656297199,,0.006346367425826831,,,,,,0.01939197520552021,,,0.006594351656297199,,0.006346367425826831,,,,,,0.03781923687123428,,,0.006594351656297199, +rhu2_50F_to_55F_q25,0.006346367425826831,,0.32793900049322156,,0.052322643343051506,,0.023204890163827492,,,0.00665634771391479,,0.00665634771391479,,,,,,0.023204890163827492,,,0.00665634771391479,,0.00665634771391479,,,,,,0.023204890163827492,,,0.00665634771391479,,0.00665634771391479,,,,,,0.04623896724597008,,,0.00665634771391479, +rhu2_50F_to_55F_q30,0.006842335886767565,,0.32793900049322156,,0.052322643343051506,,0.02701780512213477,,,0.006718343771532381,,0.0069663280020027495,,,,,,0.02701780512213477,,,0.006718343771532381,,0.0069663280020027495,,,,,,0.02701780512213477,,,0.006718343771532381,,0.0069663280020027495,,,,,,0.05465869762070588,,,0.006718343771532381, +rhu2_50F_to_55F_q35,0.0073383043477083,,0.32793900049322156,,0.052322643343051506,,0.03249864196227175,,,0.006780339829149974,,0.007276308290090708,,,,,,0.03249864196227175,,,0.006780339829149974,,0.007276308290090708,,,,,,0.03249864196227175,,,0.006780339829149974,,0.007276308290090708,,,,,,0.06307842799544168,,,0.006780339829149974, +rhu2_50F_to_55F_q40,0.01198098054807753,,0.32793900049322156,,0.052322643343051506,,0.041315322566068194,,,0.006842335886767565,,0.007586288578178667,,,,,,0.041315322566068194,,,0.006842335886767565,,0.007586288578178667,,,,,,0.041315322566068194,,,0.006842335886767565,,0.007586288578178667,,,,,,0.07149815837017748,,,0.006842335886767565, +rhu2_50F_to_55F_q45,0.02077036448787524,,0.32793900049322156,,0.052322643343051506,,0.0501320031698646,,,0.006904331944385157,,0.013079653540552238,,,,,,0.0501320031698646,,,0.006904331944385157,,0.013079653540552238,,,,,,0.0501320031698646,,,0.006904331944385157,,0.013079653540552238,,,,,,0.07991788874491328,,,0.006904331944385157, +rhu2_50F_to_55F_q50,0.029559748427672956,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.0069663280020027495,,0.018573018502925812,,,,,,0.05894868377366101,,,0.0069663280020027495,,0.018573018502925812,,,,,,0.05894868377366101,,,0.0069663280020027495,,0.018573018502925812,,,,,,0.08833761911964907,,,0.0069663280020027495, +rhu2_50F_to_55F_q55,0.03866490639382439,,0.32793900049322156,,0.052322643343051506,,0.06776536437745745,,,0.007028324059620341,,0.024066383465299386,,,,,,0.06776536437745745,,,0.007028324059620341,,0.024066383465299386,,,,,,0.06776536437745745,,,0.007028324059620341,,0.024066383465299386,,,,,,0.12110682938081967,,,0.007028324059620341, +rhu2_50F_to_55F_q60,0.047770064359975786,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.007090320117237933,,0.029559748427672956,,,,,,0.07658204498125384,,,0.007090320117237933,,0.029559748427672956,,,,,,0.07658204498125384,,,0.007090320117237933,,0.029559748427672956,,,,,,0.15387603964199018,,,0.007090320117237933, +rhu2_50F_to_55F_q65,0.059525638498371024,,0.32793900049322156,,0.052322643343051506,,0.08539872558505027,,,0.007152316174855525,,0.04425421610066699,,,,,,0.08539872558505027,,,0.007152316174855525,,0.04425421610066699,,,,,,0.08539872558505027,,,0.007152316174855525,,0.04425421610066699,,,,,,0.18664524990316078,,,0.007152316174855525, +rhu2_50F_to_55F_q70,0.07393162880901002,,0.32793900049322156,,0.052322643343051506,,0.12110682938081951,,,0.007214312232473117,,0.05894868377366101,,,,,,0.12110682938081951,,,0.007214312232473117,,0.05894868377366101,,,,,,0.12110682938081951,,,0.007214312232473117,,0.05894868377366101,,,,,,0.2194144601643313,,,0.007214312232473117, +rhu2_50F_to_55F_q75,0.08833761911964907,,0.32793900049322156,,0.052322643343051506,,0.17026064477257546,,,0.007276308290090708,,0.07364315144665504,,,,,,0.17026064477257546,,,0.007276308290090708,,0.07364315144665504,,,,,,0.17026064477257546,,,0.007276308290090708,,0.07364315144665504,,,,,,0.2521836704255019,,,0.007276308290090708, +rhu2_50F_to_55F_q80,0.18417817166907816,,0.32793900049322156,,0.052322643343051506,,0.21941446016433144,,,0.0073383043477083,,0.08833761911964907,,,,,,0.21941446016433144,,,0.0073383043477083,,0.08833761911964907,,,,,,0.21941446016433144,,,0.0073383043477083,,0.08833761911964907,,,,,,0.2849528806866725,,,0.0073383043477083, +rhu2_50F_to_55F_q85,0.28001872421850704,,0.32793900049322156,,0.052322643343051506,,0.2685682755560871,,,0.007400300405325892,,0.17026064477257546,,,,,,0.2685682755560871,,,0.007400300405325892,,0.17026064477257546,,,,,,0.2685682755560871,,,0.007400300405325892,,0.17026064477257546,,,,,,0.317722090947843,,,0.007400300405325892, +rhu2_50F_to_55F_q90,0.3455571447408482,,0.32793900049322156,,0.052322643343051506,,0.3177220909478431,,,0.007462296462943483,,0.2521836704255019,,,,,,0.3177220909478431,,,0.007462296462943483,,0.2521836704255019,,,,,,0.3177220909478431,,,0.007462296462943483,,0.2521836704255019,,,,,,0.3504913012090136,,,0.007462296462943483, +rhu2_50F_to_55F_q95,0.38079343323610143,,0.32793900049322156,,0.052322643343051506,,0.36687590633959877,,,0.007524292520561075,,0.3341066960784283,,,,,,0.36687590633959877,,,0.007524292520561075,,0.3341066960784283,,,,,,0.36687590633959877,,,0.007524292520561075,,0.3341066960784283,,,,,,0.38326051147018414,,,0.007524292520561075, +rhu2_50F_to_55F_q98,0.4019352063332534,,0.32793900049322156,,0.052322643343051506,,0.39636819557465236,,,0.00756149015513163,,0.3832605114701843,,,,,,0.39636819557465236,,,0.00756149015513163,,0.3832605114701843,,,,,,0.39636819557465236,,,0.00756149015513163,,0.3832605114701843,,,,,,0.4029220376268865,,,0.00756149015513163, +rhu2_50F_to_55F_q99,0.4089824640323041,,0.32793900049322156,,0.052322643343051506,,0.4061989586530035,,,0.007573889366655149,,0.39964511660076946,,,,,,0.4061989586530035,,,0.007573889366655149,,0.39964511660076946,,,,,,0.4061989586530035,,,0.007573889366655149,,0.39964511660076946,,,,,,0.4094758796791206,,,0.007573889366655149, +rhu2_55F_to_60F_n,9.0,,1.0,,1.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,4.0,,,2.0,,6.0,,0.0,,0.0,,3.0,,,2.0, +rhu2_55F_to_60F_upper_bound_95_perc_conf,0.15385154242060148,,0.2512798460089282,,0.028319891645631964,,0.2306593003264391,,,0.011200110178684592,,0.16360069563852653,,,,,,0.2306593003264391,,,0.011200110178684592,,0.16360069563852653,,,,,,0.2306593003264391,,,0.011200110178684592,,0.16360069563852653,,,,,,0.2879701022874005,,,0.011200110178684592, +rhu2_55F_to_60F_mean,0.07892253243528852,,0.2512798460089282,,0.028319891645631964,,0.10285154256573516,,,0.007716277277185472,,0.07113978746955193,,,,,,0.10285154256573516,,,0.007716277277185472,,0.07113978746955193,,,,,,0.10285154256573516,,,0.007716277277185472,,0.07113978746955193,,,,,,0.1253324691126661,,,0.007716277277185472, +rhu2_55F_to_60F_lower_bound_95_perc_conf,0.003993522449975556,,0.2512798460089282,,0.028319891645631964,,-0.02495621519496881,,,0.004232444375686352,,-0.021321120699422658,,,,,,-0.02495621519496881,,,0.004232444375686352,,-0.021321120699422658,,,,,,-0.02495621519496881,,,0.004232444375686352,,-0.021321120699422658,,,,,,-0.037305164062068324,,,0.004232444375686352, +rhu2_55F_to_60F_sem,0.03822908672720049,,0.0,,0.0,,0.06520803967382856,,,0.0017774657660709794,,0.04717393273927275,,,,,,0.06520803967382856,,,0.0017774657660709794,,0.04717393273927275,,,,,,0.06520803967382856,,,0.0017774657660709794,,0.04717393273927275,,,,,,0.08297838427282368,,,0.0017774657660709794, +rhu2_55F_to_60F_q1,0.003971387976799132,,0.2512798460089282,,0.028319891645631964,,0.006295677877483367,,,0.0052528354080146385,,0.005212196689211005,,,,,,0.006295677877483367,,,0.0052528354080146385,,0.005212196689211005,,,,,,0.006295677877483367,,,0.0052528354080146385,,0.005212196689211005,,,,,,0.006151160576227572,,,0.0052528354080146385, +rhu2_55F_to_60F_q2.5,0.004131975773410637,,0.2512798460089282,,0.028319891645631964,,0.0076462849157675475,,,0.0053282468938055825,,0.005226650096796497,,,,,,0.0076462849157675475,,,0.0053282468938055825,,0.005226650096796497,,,,,,0.0076462849157675475,,,0.0053282468938055825,,0.005226650096796497,,,,,,0.007284991662628059,,,0.0053282468938055825, +rhu2_55F_to_60F_q5,0.004399622101096481,,0.2512798460089282,,0.028319891645631964,,0.00989729664624118,,,0.005453932703457155,,0.005250739109438986,,,,,,0.00989729664624118,,,0.005453932703457155,,0.005250739109438986,,,,,,0.00989729664624118,,,0.005453932703457155,,0.005250739109438986,,,,,,0.009174710139962206,,,0.005453932703457155, +rhu2_55F_to_60F_q10,0.004934914756468166,,0.2512798460089282,,0.028319891645631964,,0.014399320107188446,,,0.0057053043227603024,,0.005298917134723961,,,,,,0.014399320107188446,,,0.0057053043227603024,,0.005298917134723961,,,,,,0.014399320107188446,,,0.0057053043227603024,,0.005298917134723961,,,,,,0.012954147094630497,,,0.0057053043227603024, +rhu2_55F_to_60F_q15,0.005241103504381991,,0.2512798460089282,,0.028319891645631964,,0.01890134356813571,,,0.005956675942063448,,0.005347095160008938,,,,,,0.01890134356813571,,,0.005956675942063448,,0.005347095160008938,,,,,,0.01890134356813571,,,0.005956675942063448,,0.005347095160008938,,,,,,0.016733584049298787,,,0.005956675942063448, +rhu2_55F_to_60F_q20,0.005318188344837952,,0.2512798460089282,,0.028319891645631964,,0.023403367029082977,,,0.006208047561366595,,0.005395273185293914,,,,,,0.023403367029082977,,,0.006208047561366595,,0.005395273185293914,,,,,,0.023403367029082977,,,0.006208047561366595,,0.005395273185293914,,,,,,0.02051302100396708,,,0.006208047561366595, +rhu2_55F_to_60F_q25,0.005395273185293914,,0.2512798460089282,,0.028319891645631964,,0.027905390490030237,,,0.0064594191806697406,,0.006603953256524669,,,,,,0.027905390490030237,,,0.0064594191806697406,,0.006603953256524669,,,,,,0.027905390490030237,,,0.0064594191806697406,,0.006603953256524669,,,,,,0.02429245795863537,,,0.0064594191806697406, +rhu2_55F_to_60F_q30,0.007329161299263122,,0.2512798460089282,,0.028319891645631964,,0.0324074139509775,,,0.006710790799972887,,0.007812633327755425,,,,,,0.0324074139509775,,,0.006710790799972887,,0.007812633327755425,,,,,,0.0324074139509775,,,0.006710790799972887,,0.007812633327755425,,,,,,0.028071894913303662,,,0.006710790799972887, +rhu2_55F_to_60F_q35,0.00926304941323233,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.006962162419276033,,0.009021313398986179,,,,,,0.03579780691529407,,,0.006962162419276033,,0.009021313398986179,,,,,,0.03579780691529407,,,0.006962162419276033,,0.009021313398986179,,,,,,0.03185133186797195,,,0.006962162419276033, +rhu2_55F_to_60F_q40,0.013847973105299944,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.0072135340385791795,,0.010229993470216935,,,,,,0.03696493888634925,,,0.0072135340385791795,,0.010229993470216935,,,,,,0.03696493888634925,,,0.0072135340385791795,,0.010229993470216935,,,,,,0.03563076882264025,,,0.0072135340385791795, +rhu2_55F_to_60F_q45,0.021083932375465957,,0.2512798460089282,,0.028319891645631964,,0.038132070857404415,,,0.007464905657882327,,0.016524685833898288,,,,,,0.038132070857404415,,,0.007464905657882327,,0.016524685833898288,,,,,,0.038132070857404415,,,0.007464905657882327,,0.016524685833898288,,,,,,0.039410205777308534,,,0.007464905657882327, +rhu2_55F_to_60F_q50,0.028319891645631964,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.007716277277185472,,0.02281937819757964,,,,,,0.039299202828459584,,,0.007716277277185472,,0.02281937819757964,,,,,,0.039299202828459584,,,0.007716277277185472,,0.02281937819757964,,,,,,0.04318964273197683,,,0.007716277277185472, +rhu2_55F_to_60F_q55,0.03115544015735612,,0.2512798460089282,,0.028319891645631964,,0.04046633479951476,,,0.007967648896488619,,0.029114070561260995,,,,,,0.04046633479951476,,,0.007967648896488619,,0.029114070561260995,,,,,,0.04046633479951476,,,0.007967648896488619,,0.029114070561260995,,,,,,0.07161192760085192,,,0.007967648896488619, +rhu2_55F_to_60F_q60,0.03399098866908027,,0.2512798460089282,,0.028319891645631964,,0.04163346677056993,,,0.008219020515791764,,0.03540876292494235,,,,,,0.04163346677056993,,,0.008219020515791764,,0.03540876292494235,,,,,,0.04163346677056993,,,0.008219020515791764,,0.03540876292494235,,,,,,0.10003421246972696,,,0.008219020515791764, +rhu2_55F_to_60F_q65,0.03696493888634925,,0.2512798460089282,,0.028319891645631964,,0.042800598741625104,,,0.008470392135094911,,0.03735398287670097,,,,,,0.042800598741625104,,,0.008470392135094911,,0.03735398287670097,,,,,,0.042800598741625104,,,0.008470392135094911,,0.03735398287670097,,,,,,0.12845649733860204,,,0.008470392135094911, +rhu2_55F_to_60F_q70,0.04007729080916303,,0.2512798460089282,,0.028319891645631964,,0.0716119276008518,,,0.008721763754398057,,0.039299202828459584,,,,,,0.0716119276008518,,,0.008721763754398057,,0.039299202828459584,,,,,,0.0716119276008518,,,0.008721763754398057,,0.039299202828459584,,,,,,0.15687878220747709,,,0.008721763754398057, +rhu2_55F_to_60F_q75,0.04318964273197683,,0.2512798460089282,,0.028319891645631964,,0.1142453549041645,,,0.008973135373701204,,0.041244422780218205,,,,,,0.1142453549041645,,,0.008973135373701204,,0.041244422780218205,,,,,,0.1142453549041645,,,0.008973135373701204,,0.041244422780218205,,,,,,0.1853010670763522,,,0.008973135373701204, +rhu2_55F_to_60F_q80,0.12642572404275745,,0.2512798460089282,,0.028319891645631964,,0.15687878220747722,,,0.00922450699300435,,0.04318964273197683,,,,,,0.15687878220747722,,,0.00922450699300435,,0.04318964273197683,,,,,,0.15687878220747722,,,0.00922450699300435,,0.04318964273197683,,,,,,0.21372335194522726,,,0.00922450699300435, +rhu2_55F_to_60F_q85,0.2096618053535379,,0.2512798460089282,,0.028319891645631964,,0.19951220951078968,,,0.009475878612307495,,0.1142453549041645,,,,,,0.19951220951078968,,,0.009475878612307495,,0.1142453549041645,,,,,,0.19951220951078968,,,0.009475878612307495,,0.1142453549041645,,,,,,0.2421456368141023,,,0.009475878612307495, +rhu2_55F_to_60F_q90,0.2665063750912881,,0.2512798460089282,,0.028319891645631964,,0.24214563681410237,,,0.009727250231610642,,0.1853010670763522,,,,,,0.24214563681410237,,,0.009727250231610642,,0.1853010670763522,,,,,,0.24214563681410237,,,0.009727250231610642,,0.1853010670763522,,,,,,0.2705679216829774,,,0.009727250231610642, +rhu2_55F_to_60F_q95,0.29695943325600777,,0.2512798460089282,,0.028319891645631964,,0.2847790641174148,,,0.009978621850913789,,0.2563567792485399,,,,,,0.2847790641174148,,,0.009978621850913789,,0.2563567792485399,,,,,,0.2847790641174148,,,0.009978621850913789,,0.2563567792485399,,,,,,0.29899020655185243,,,0.009978621850913789, +rhu2_55F_to_60F_q98,0.3152312681548396,,0.2512798460089282,,0.028319891645631964,,0.31035912049940245,,,0.010129444822495677,,0.29899020655185254,,,,,,0.31035912049940245,,,0.010129444822495677,,0.29899020655185254,,,,,,0.31035912049940245,,,0.010129444822495677,,0.29899020655185254,,,,,,0.31604357747317746,,,0.010129444822495677, +rhu2_55F_to_60F_q99,0.3213218797877836,,0.2512798460089282,,0.028319891645631964,,0.31888580596006494,,,0.010179719146356304,,0.31320134898629004,,,,,,0.31888580596006494,,,0.010179719146356304,,0.31320134898629004,,,,,,0.31888580596006494,,,0.010179719146356304,,0.31320134898629004,,,,,,0.3217280344469525,,,0.010179719146356304, +rhu2_30F_to_45F_n,8.0,,1.0,,1.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,3.0,,,2.0,,5.0,,0.0,,0.0,,2.0,,,2.0, +rhu2_30F_to_45F_upper_bound_95_perc_conf,0.308072153300455,,0.48989079000319163,,0.22154695797667256,,0.43720934500751896,,,0.044822725374200276,,0.2915864526294547,,,,,,0.43720934500751896,,,0.044822725374200276,,0.2915864526294547,,,,,,0.43720934500751896,,,0.044822725374200276,,0.2915864526294547,,,,,,0.5817154048433182,,,0.044822725374200276, +rhu2_30F_to_45F_mean,0.17315600908718343,,0.48989079000319163,,0.22154695797667256,,0.20268825230575127,,,0.023326382852582137,,0.1309435045244836,,,,,,0.20268825230575127,,,0.023326382852582137,,0.1309435045244836,,,,,,0.20268825230575127,,,0.023326382852582137,,0.1309435045244836,,,,,,0.2446980106898887,,,0.023326382852582137, +rhu2_30F_to_45F_lower_bound_95_perc_conf,0.038239864873911844,,0.48989079000319163,,0.22154695797667256,,-0.03183284039601644,,,0.0018300403309639938,,-0.02969944358048751,,,,,,-0.03183284039601644,,,0.0018300403309639938,,-0.02969944358048751,,,,,,-0.03183284039601644,,,0.0018300403309639938,,-0.02969944358048751,,,,,,-0.09231938346354082,,,0.0018300403309639938, +rhu2_30F_to_45F_sem,0.0688347674557508,,0.0,,0.0,,0.1196536187253917,,,0.010967521694703134,,0.08196068780865874,,,,,,0.1196536187253917,,,0.010967521694703134,,0.08196068780865874,,,,,,0.1196536187253917,,,0.010967521694703134,,0.08196068780865874,,,,,,0.17194765007828036,,,0.010967521694703134, +rhu2_30F_to_45F_q1,0.0019675176406731636,,0.48989079000319163,,0.22154695797667256,,0.003870140403130938,,,0.008126173284837217,,0.0017788580508138524,,,,,,0.003870140403130938,,,0.008126173284837217,,0.0017788580508138524,,,,,,0.003870140403130938,,,0.008126173284837217,,0.0017788580508138524,,,,,,0.006390725906179184,,,0.008126173284837217, +rhu2_30F_to_45F_q2.5,0.002627826205180753,,0.48989079000319163,,0.22154695797667256,,0.007384383111325189,,,0.008591485822625327,,0.002156177230532475,,,,,,0.007384383111325189,,,0.008591485822625327,,0.002156177230532475,,,,,,0.007384383111325189,,,0.008591485822625327,,0.002156177230532475,,,,,,0.013685846868945802,,,0.008591485822625327, +rhu2_30F_to_45F_q5,0.0037283404793600683,,0.48989079000319163,,0.22154695797667256,,0.01324145429164894,,,0.009367006718938843,,0.002785042530063512,,,,,,0.01324145429164894,,,0.009367006718938843,,0.002785042530063512,,,,,,0.01324145429164894,,,0.009367006718938843,,0.002785042530063512,,,,,,0.025844381806890165,,,0.009367006718938843, +rhu2_30F_to_45F_q10,0.005929369027718699,,0.48989079000319163,,0.22154695797667256,,0.024955596652296443,,,0.010918048511565876,,0.0040427731291255865,,,,,,0.024955596652296443,,,0.010918048511565876,,0.0040427731291255865,,,,,,0.024955596652296443,,,0.010918048511565876,,0.0040427731291255865,,,,,,0.0501614516827789,,,0.010918048511565876, +rhu2_30F_to_45F_q15,0.008379806784755467,,0.48989079000319163,,0.22154695797667256,,0.036669739012943944,,,0.012469090304192906,,0.005300503728187661,,,,,,0.036669739012943944,,,0.012469090304192906,,0.005300503728187661,,,,,,0.036669739012943944,,,0.012469090304192906,,0.005300503728187661,,,,,,0.07447852155866762,,,0.012469090304192906, +rhu2_30F_to_45F_q20,0.012326699793861064,,0.48989079000319163,,0.22154695797667256,,0.048383881373591446,,,0.01402013209681994,,0.006558234327249736,,,,,,0.048383881373591446,,,0.01402013209681994,,0.006558234327249736,,,,,,0.048383881373591446,,,0.01402013209681994,,0.006558234327249736,,,,,,0.09879559143455635,,,0.01402013209681994, +rhu2_30F_to_45F_q25,0.01627359280296666,,0.48989079000319163,,0.22154695797667256,,0.06009802373423895,,,0.015571173889446972,,0.00781596492631181,,,,,,0.06009802373423895,,,0.015571173889446972,,0.00781596492631181,,,,,,0.06009802373423895,,,0.015571173889446972,,0.00781596492631181,,,,,,0.12311266131044507,,,0.015571173889446972, +rhu2_30F_to_45F_q30,0.021067201963551694,,0.48989079000319163,,0.22154695797667256,,0.07181216609488644,,,0.017122215682074005,,0.014020132096819939,,,,,,0.07181216609488644,,,0.017122215682074005,,0.014020132096819939,,,,,,0.07181216609488644,,,0.017122215682074005,,0.014020132096819939,,,,,,0.1474297311863338,,,0.017122215682074005, +rhu2_30F_to_45F_q35,0.027977601502835316,,0.48989079000319163,,0.22154695797667256,,0.08352630845553395,,,0.018673257474701038,,0.020224299267328067,,,,,,0.08352630845553395,,,0.018673257474701038,,0.020224299267328067,,,,,,0.08352630845553395,,,0.018673257474701038,,0.020224299267328067,,,,,,0.1717468010622225,,,0.018673257474701038, +rhu2_30F_to_45F_q40,0.03488800104211896,,0.48989079000319163,,0.22154695797667256,,0.09524045081618146,,,0.02022429926732807,,0.026428466437836202,,,,,,0.09524045081618146,,,0.02022429926732807,,0.026428466437836202,,,,,,0.09524045081618146,,,0.02022429926732807,,0.026428466437836202,,,,,,0.19606387093811128,,,0.02022429926732807, +rhu2_30F_to_45F_q45,0.05081159099264605,,0.48989079000319163,,0.22154695797667256,,0.10695459317682897,,,0.0217753410599551,,0.03263263360834433,,,,,,0.10695459317682897,,,0.0217753410599551,,0.03263263360834433,,,,,,0.10695459317682897,,,0.0217753410599551,,0.03263263360834433,,,,,,0.22038094081399998,,,0.0217753410599551, +rhu2_30F_to_45F_q50,0.07875276815816445,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.023326382852582137,,0.03883680077885246,,,,,,0.11866873553747646,,,0.023326382852582137,,0.03883680077885246,,,,,,0.11866873553747646,,,0.023326382852582137,,0.03883680077885246,,,,,,0.2446980106898887,,,0.023326382852582137, +rhu2_30F_to_45F_q55,0.10669394532368291,,0.48989079000319163,,0.22154695797667256,,0.15558873292860645,,,0.024877424645209166,,0.054803187730577275,,,,,,0.15558873292860645,,,0.024877424645209166,,0.054803187730577275,,,,,,0.15558873292860645,,,0.024877424645209166,,0.054803187730577275,,,,,,0.26901508056577744,,,0.024877424645209166, +rhu2_30F_to_45F_q60,0.1392443800253157,,0.48989079000319163,,0.22154695797667256,,0.19250873031973637,,,0.0264284664378362,,0.07076957468230205,,,,,,0.19250873031973637,,,0.0264284664378362,,0.07076957468230205,,,,,,0.19250873031973637,,,0.0264284664378362,,0.07076957468230205,,,,,,0.29333215044166616,,,0.0264284664378362, +rhu2_30F_to_45F_q65,0.1752517578790343,,0.48989079000319163,,0.22154695797667256,,0.2294287277108663,,,0.027979508230463235,,0.08673596163402686,,,,,,0.2294287277108663,,,0.027979508230463235,,0.08673596163402686,,,,,,0.2294287277108663,,,0.027979508230463235,,0.08673596163402686,,,,,,0.3176492203175549,,,0.027979508230463235, +rhu2_30F_to_45F_q70,0.2112591357327529,,0.48989079000319163,,0.22154695797667256,,0.26634872510199625,,,0.029530550023090265,,0.10270234858575164,,,,,,0.26634872510199625,,,0.029530550023090265,,0.10270234858575164,,,,,,0.26634872510199625,,,0.029530550023090265,,0.10270234858575164,,,,,,0.3419662901934436,,,0.029530550023090265, +rhu2_30F_to_45F_q75,0.28812739584469843,,0.48989079000319163,,0.22154695797667256,,0.3032687224931262,,,0.031081591815717298,,0.11866873553747646,,,,,,0.3032687224931262,,,0.031081591815717298,,0.11866873553747646,,,,,,0.3032687224931262,,,0.031081591815717298,,0.11866873553747646,,,,,,0.3662833600693324,,,0.031081591815717298, +rhu2_30F_to_45F_q80,0.38134000885993474,,0.48989079000319163,,0.22154695797667256,,0.3401887198842562,,,0.03263263360834433,,0.19250873031973642,,,,,,0.3401887198842562,,,0.03263263360834433,,0.19250873031973642,,,,,,0.3401887198842562,,,0.03263263360834433,,0.19250873031973642,,,,,,0.3906004299452211,,,0.03263263360834433, +rhu2_30F_to_45F_q85,0.47455262187517083,,0.48989079000319163,,0.22154695797667256,,0.3771087172753861,,,0.034183675400971364,,0.26634872510199625,,,,,,0.3771087172753861,,,0.034183675400971364,,0.26634872510199625,,,,,,0.3771087172753861,,,0.034183675400971364,,0.26634872510199625,,,,,,0.41491749982110976,,,0.034183675400971364, +rhu2_30F_to_45F_q90,0.48847533361510065,,0.48989079000319163,,0.22154695797667256,,0.4140287146665161,,,0.03573471719359839,,0.3401887198842562,,,,,,0.4140287146665161,,,0.03573471719359839,,0.3401887198842562,,,,,,0.4140287146665161,,,0.03573471719359839,,0.3401887198842562,,,,,,0.43923456969699853,,,0.03573471719359839, +rhu2_30F_to_45F_q95,0.48918306180914617,,0.48989079000319163,,0.22154695797667256,,0.450948712057646,,,0.03728575898622542,,0.41402871466651603,,,,,,0.450948712057646,,,0.03728575898622542,,0.41402871466651603,,,,,,0.450948712057646,,,0.03728575898622542,,0.41402871466651603,,,,,,0.4635516395728872,,,0.03728575898622542, +rhu2_30F_to_45F_q98,0.4896076987255734,,0.48989079000319163,,0.22154695797667256,,0.473100710492324,,,0.038216384061801646,,0.45833271153587196,,,,,,0.473100710492324,,,0.038216384061801646,,0.45833271153587196,,,,,,0.473100710492324,,,0.038216384061801646,,0.45833271153587196,,,,,,0.47814188149842046,,,0.038216384061801646, +rhu2_30F_to_45F_q99,0.4897492443643825,,0.48989079000319163,,0.22154695797667256,,0.48048470997055,,,0.03852659242032705,,0.473100710492324,,,,,,0.48048470997055,,,0.03852659242032705,,0.473100710492324,,,,,,0.48048470997055,,,0.03852659242032705,,0.473100710492324,,,,,,0.4830052954735982,,,0.03852659242032705, rhu2IQFLT_00F_to_05F_n,1.0,,1.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0,,0.0,,0.0,,0.0,,0.0,,,0.0, rhu2IQFLT_00F_to_05F_upper_bound_95_perc_conf,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, rhu2IQFLT_00F_to_05F_mean,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, @@ -1797,9 +1797,9 @@ rhu2IQFLT_00F_to_05F_q95,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,, rhu2IQFLT_00F_to_05F_q98,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, rhu2IQFLT_00F_to_05F_q99,0.016898148148148148,,0.500125313283208,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, rhu2IQFLT_05F_to_10F_n,3.0,,1.0,,1.0,,1.0,,,0.0,,1.0,,0.0,,0.0,,1.0,,,0.0,,1.0,,0.0,,0.0,,1.0,,,0.0,,1.0,,0.0,,0.0,,0.0,,,0.0, -rhu2IQFLT_05F_to_10F_upper_bound_95_perc_conf,0.4604601887775158,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, -rhu2IQFLT_05F_to_10F_mean,0.26580825617283954,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, -rhu2IQFLT_05F_to_10F_lower_bound_95_perc_conf,0.07115632356816329,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, +rhu2IQFLT_05F_to_10F_upper_bound_95_perc_conf,0.4604601887775157,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, +rhu2IQFLT_05F_to_10F_mean,0.2658082561728395,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, +rhu2IQFLT_05F_to_10F_lower_bound_95_perc_conf,0.07115632356816323,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, rhu2IQFLT_05F_to_10F_sem,0.09931221051258993,,0.0,,0.0,,0.0,,,,,0.0,,,,,,0.0,,,,,0.0,,,,,,0.0,,,,,0.0,,,,,,,,,, rhu2IQFLT_05F_to_10F_q1,0.031406828703703704,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, rhu2IQFLT_05F_to_10F_q2.5,0.04140769675925926,,0.4590764641027304,,0.35810185185185184,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,0.41458333333333336,,,,,0.41458333333333336,,,,,,,,,, @@ -1854,8 +1854,8 @@ rhu2IQFLT_10F_to_15F_q98,0.35702216041303086,,0.4606881304407904,,0.363368055555 rhu2IQFLT_10F_to_15F_q99,0.3601951079842932,,0.4606881304407904,,0.36336805555555557,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, rhu2IQFLT_15F_to_20F_n,3.0,,1.0,,1.0,,1.0,,,0.0,,1.0,,0.0,,0.0,,1.0,,,0.0,,1.0,,0.0,,0.0,,1.0,,,0.0,,1.0,,0.0,,0.0,,0.0,,,0.0, rhu2IQFLT_15F_to_20F_upper_bound_95_perc_conf,0.37224147871507085,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, -rhu2IQFLT_15F_to_20F_mean,0.214819050092242,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, -rhu2IQFLT_15F_to_20F_lower_bound_95_perc_conf,0.057396621469413184,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, +rhu2IQFLT_15F_to_20F_mean,0.21481905009224203,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, +rhu2IQFLT_15F_to_20F_lower_bound_95_perc_conf,0.05739662146941321,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2IQFLT_15F_to_20F_sem,0.08031756562389225,,0.0,,0.0,,0.0,,,,,0.0,,,,,,0.0,,,,,0.0,,,,,,0.0,,,,,0.0,,,,,,,,,, rhu2IQFLT_15F_to_20F_q1,0.04261358358759038,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2IQFLT_15F_to_20F_q2.5,0.04824555450043133,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, @@ -1882,8 +1882,8 @@ rhu2IQFLT_15F_to_20F_q98,0.37291028933795856,,0.45585093757417516,,0.37900691389 rhu2IQFLT_15F_to_20F_q99,0.3759586016142967,,0.45585093757417516,,0.37900691389063484,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,0.22659130007372819,,,,,0.22659130007372819,,,,,,,,,, rhu2IQFLT_20F_to_25F_n,4.0,,1.0,,1.0,,1.0,,,1.0,,1.0,,0.0,,0.0,,1.0,,,1.0,,1.0,,0.0,,0.0,,1.0,,,1.0,,1.0,,0.0,,0.0,,0.0,,,1.0, rhu2IQFLT_20F_to_25F_upper_bound_95_perc_conf,0.33124760604075976,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, -rhu2IQFLT_20F_to_25F_mean,0.19027795885071838,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, -rhu2IQFLT_20F_to_25F_lower_bound_95_perc_conf,0.04930831166067701,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, +rhu2IQFLT_20F_to_25F_mean,0.19027795885071835,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, +rhu2IQFLT_20F_to_25F_lower_bound_95_perc_conf,0.04930831166067698,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, rhu2IQFLT_20F_to_25F_sem,0.07192328938267417,,0.0,,0.0,,0.0,,,0.0,,0.0,,,,,,0.0,,,0.0,,0.0,,,,,,0.0,,,0.0,,0.0,,,,,,,,,0.0, rhu2IQFLT_20F_to_25F_q1,0.03193903948019942,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, rhu2IQFLT_20F_to_25F_q2.5,0.03375292044397925,,0.4877584610636766,,0.375673443706005,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,0.28367035482640207,,,0.07103825136612021,,0.07103825136612021,,,,,,,,,0.07103825136612021, @@ -1964,171 +1964,171 @@ rhu2IQFLT_30F_to_35F_q90,0.3826289960495312,,0.5004456191032299,,0.2843249680236 rhu2IQFLT_30F_to_35F_q95,0.4153970053914947,,0.5004456191032299,,0.28432496802364043,,0.1542484596647084,,,0.014548274889536524,,0.1472634504259498,,,,,,0.1542484596647084,,,0.014548274889536524,,0.1472634504259498,,,,,,0.1542484596647084,,,0.014548274889536524,,0.1472634504259498,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2IQFLT_30F_to_35F_q98,0.4350578109966729,,0.5004456191032299,,0.28432496802364043,,0.1542484596647084,,,0.014548274889536524,,0.15145445596920495,,,,,,0.1542484596647084,,,0.014548274889536524,,0.15145445596920495,,,,,,0.1542484596647084,,,0.014548274889536524,,0.15145445596920495,,,,,,0.4481650147334583,,,0.014548274889536524, rhu2IQFLT_30F_to_35F_q99,0.44161141286506556,,0.5004456191032299,,0.28432496802364043,,0.1542484596647084,,,0.014548274889536524,,0.1528514578169567,,,,,,0.1542484596647084,,,0.014548274889536524,,0.1528514578169567,,,,,,0.1542484596647084,,,0.014548274889536524,,0.1528514578169567,,,,,,0.4481650147334583,,,0.014548274889536524, -rhu2IQFLT_35F_to_40F_n,6.0,,1.0,,1.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_35F_to_40F_upper_bound_95_perc_conf,0.28415238280092736,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.12005520808759002,,,,,,0.12349153507523161,,,0.008781014499140628,,0.12005520808759002,,,,,,0.12349153507523161,,,0.008781014499140628,,0.12005520808759002,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_mean,0.15224124111468804,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.06704183939288731,,,,,,0.12349153507523161,,,0.008781014499140628,,0.06704183939288731,,,,,,0.12349153507523161,,,0.008781014499140628,,0.06704183939288731,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_lower_bound_95_perc_conf,0.020330099428448684,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.014028470698184609,,,,,,0.12349153507523161,,,0.008781014499140628,,0.014028470698184609,,,,,,0.12349153507523161,,,0.008781014499140628,,0.014028470698184609,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_sem,0.06730160290114252,,0.0,,0.0,,0.0,,,0.0,,0.027047637089134033,,,,,,0.0,,,0.0,,0.027047637089134033,,,,,,0.0,,,0.0,,0.027047637089134033,,,,,,0.0,,,0.0, -rhu2IQFLT_35F_to_40F_q1,0.009460718529446088,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.00998245358124361,,,,,,0.12349153507523161,,,0.008781014499140628,,0.00998245358124361,,,,,,0.12349153507523161,,,0.008781014499140628,,0.00998245358124361,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q2.5,0.010480274574904276,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.011784612204398082,,,,,,0.12349153507523161,,,0.008781014499140628,,0.011784612204398082,,,,,,0.12349153507523161,,,0.008781014499140628,,0.011784612204398082,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q5,0.012179534650667925,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.014788209909655537,,,,,,0.12349153507523161,,,0.008781014499140628,,0.014788209909655537,,,,,,0.12349153507523161,,,0.008781014499140628,,0.014788209909655537,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q10,0.01557805480219522,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.02079540532017044,,,,,,0.12349153507523161,,,0.008781014499140628,,0.02079540532017044,,,,,,0.12349153507523161,,,0.008781014499140628,,0.02079540532017044,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q15,0.018976574953722514,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.02680260073068535,,,,,,0.12349153507523161,,,0.008781014499140628,,0.02680260073068535,,,,,,0.12349153507523161,,,0.008781014499140628,,0.02680260073068535,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q20,0.02237509510524981,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.032809796141200255,,,,,,0.12349153507523161,,,0.008781014499140628,,0.032809796141200255,,,,,,0.12349153507523161,,,0.008781014499140628,,0.032809796141200255,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q25,0.03399456348000979,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.03881699155171517,,,,,,0.12349153507523161,,,0.008781014499140628,,0.03881699155171517,,,,,,0.12349153507523161,,,0.008781014499140628,,0.03881699155171517,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q30,0.045614031854769754,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.044824186962230075,,,,,,0.12349153507523161,,,0.008781014499140628,,0.044824186962230075,,,,,,0.12349153507523161,,,0.008781014499140628,,0.044824186962230075,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q35,0.057233500229529735,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.05083138237274498,,,,,,0.12349153507523161,,,0.008781014499140628,,0.05083138237274498,,,,,,0.12349153507523161,,,0.008781014499140628,,0.05083138237274498,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q40,0.0688529686042897,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.05683857778325989,,,,,,0.12349153507523161,,,0.008781014499140628,,0.05683857778325989,,,,,,0.12349153507523161,,,0.008781014499140628,,0.05683857778325989,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q45,0.08251261022202519,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.0628457731937748,,,,,,0.12349153507523161,,,0.008781014499140628,,0.0628457731937748,,,,,,0.12349153507523161,,,0.008781014499140628,,0.0628457731937748,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q50,0.09617225183976066,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.0688529686042897,,,,,,0.12349153507523161,,,0.008781014499140628,,0.0688529686042897,,,,,,0.12349153507523161,,,0.008781014499140628,,0.0688529686042897,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q55,0.10983189345749614,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.0743168252513839,,,,,,0.12349153507523161,,,0.008781014499140628,,0.0743168252513839,,,,,,0.12349153507523161,,,0.008781014499140628,,0.0743168252513839,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q60,0.12349153507523161,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.07978068189847808,,,,,,0.12349153507523161,,,0.008781014499140628,,0.07978068189847808,,,,,,0.12349153507523161,,,0.008781014499140628,,0.07978068189847808,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q65,0.14197339697293843,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.08524453854557229,,,,,,0.12349153507523161,,,0.008781014499140628,,0.08524453854557229,,,,,,0.12349153507523161,,,0.008781014499140628,,0.08524453854557229,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q70,0.1604552588706452,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.09070839519266646,,,,,,0.12349153507523161,,,0.008781014499140628,,0.09070839519266646,,,,,,0.12349153507523161,,,0.008781014499140628,,0.09070839519266646,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q75,0.17893712076835197,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.09617225183976066,,,,,,0.12349153507523161,,,0.008781014499140628,,0.09617225183976066,,,,,,0.12349153507523161,,,0.008781014499140628,,0.09617225183976066,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q80,0.19741898266605878,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.10163610848685486,,,,,,0.12349153507523161,,,0.008781014499140628,,0.10163610848685486,,,,,,0.12349153507523161,,,0.008781014499140628,,0.10163610848685486,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q85,0.27119619968408354,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.10709996513394904,,,,,,0.12349153507523161,,,0.008781014499140628,,0.10709996513394904,,,,,,0.12349153507523161,,,0.008781014499140628,,0.10709996513394904,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q90,0.3449734167021083,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.11256382178104324,,,,,,0.12349153507523161,,,0.008781014499140628,,0.11256382178104324,,,,,,0.12349153507523161,,,0.008781014499140628,,0.11256382178104324,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q95,0.41875063372013305,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.11802767842813741,,,,,,0.12349153507523161,,,0.008781014499140628,,0.11802767842813741,,,,,,0.12349153507523161,,,0.008781014499140628,,0.11802767842813741,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q98,0.46301696393094804,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.12130599241639393,,,,,,0.12349153507523161,,,0.008781014499140628,,0.12130599241639393,,,,,,0.12349153507523161,,,0.008781014499140628,,0.12130599241639393,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_35F_to_40F_q99,0.4777724073345529,,0.497354540159213,,0.19741898266605878,,0.12349153507523161,,,0.008781014499140628,,0.12239876374581277,,,,,,0.12349153507523161,,,0.008781014499140628,,0.12239876374581277,,,,,,0.12349153507523161,,,0.008781014499140628,,0.12239876374581277,,,,,,0.4925278507381578,,,0.008781014499140628, -rhu2IQFLT_40F_to_45F_n,6.0,,1.0,,1.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_40F_to_45F_upper_bound_95_perc_conf,0.2492752256202171,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.08211857480561863,,,,,,0.08902296810829996,,,0.00517754609708957,,0.08211857480561863,,,,,,0.08902296810829996,,,0.00517754609708957,,0.08211857480561863,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_mean,0.12450496099911966,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.04276854087380435,,,,,,0.08902296810829996,,,0.00517754609708957,,0.04276854087380435,,,,,,0.08902296810829996,,,0.00517754609708957,,0.04276854087380435,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_lower_bound_95_perc_conf,-0.00026530362197778323,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.003418506941990064,,,,,,0.08902296810829996,,,0.00517754609708957,,0.003418506941990064,,,,,,0.08902296810829996,,,0.00517754609708957,,0.003418506941990064,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_sem,0.06365829827607013,,0.0,,0.0,,0.0,,,0.0,,0.020076547924395043,,,,,,0.0,,,0.0,,0.020076547924395043,,,,,,0.0,,,0.0,,0.020076547924395043,,,,,,0.0,,,0.0, -rhu2IQFLT_40F_to_45F_q1,0.005508012195902312,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0057560973434682495,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0057560973434682495,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0057560973434682495,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q2.5,0.006003711344121427,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.006623924213036267,,,,,,0.08902296810829996,,,0.00517754609708957,,0.006623924213036267,,,,,,0.08902296810829996,,,0.00517754609708957,,0.006623924213036267,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q5,0.006829876591153283,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.008070302328982966,,,,,,0.08902296810829996,,,0.00517754609708957,,0.008070302328982966,,,,,,0.08902296810829996,,,0.00517754609708957,,0.008070302328982966,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q10,0.008482207085216997,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.01096305856087636,,,,,,0.08902296810829996,,,0.00517754609708957,,0.01096305856087636,,,,,,0.08902296810829996,,,0.00517754609708957,,0.01096305856087636,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q15,0.010134537579280711,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.013855814792769755,,,,,,0.08902296810829996,,,0.00517754609708957,,0.013855814792769755,,,,,,0.08902296810829996,,,0.00517754609708957,,0.013855814792769755,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q20,0.011786868073344425,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.01674857102466315,,,,,,0.08902296810829996,,,0.00517754609708957,,0.01674857102466315,,,,,,0.08902296810829996,,,0.00517754609708957,,0.01674857102466315,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q25,0.0173664281590142,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.019641327256556547,,,,,,0.08902296810829996,,,0.00517754609708957,,0.019641327256556547,,,,,,0.08902296810829996,,,0.00517754609708957,,0.019641327256556547,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q30,0.022945988244683975,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.022534083488449944,,,,,,0.08902296810829996,,,0.00517754609708957,,0.022534083488449944,,,,,,0.08902296810829996,,,0.00517754609708957,,0.022534083488449944,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q35,0.02852554833035375,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.025426839720343337,,,,,,0.08902296810829996,,,0.00517754609708957,,0.025426839720343337,,,,,,0.08902296810829996,,,0.00517754609708957,,0.025426839720343337,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q40,0.03410510841602352,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.028319595952236733,,,,,,0.08902296810829996,,,0.00517754609708957,,0.028319595952236733,,,,,,0.08902296810829996,,,0.00517754609708957,,0.028319595952236733,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q45,0.047834573339092634,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.031212352184130127,,,,,,0.08902296810829996,,,0.00517754609708957,,0.031212352184130127,,,,,,0.08902296810829996,,,0.00517754609708957,,0.031212352184130127,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q50,0.06156403826216174,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.03410510841602352,,,,,,0.08902296810829996,,,0.00517754609708957,,0.03410510841602352,,,,,,0.08902296810829996,,,0.00517754609708957,,0.03410510841602352,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q55,0.07529350318523086,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.03959689438525117,,,,,,0.08902296810829996,,,0.00517754609708957,,0.03959689438525117,,,,,,0.08902296810829996,,,0.00517754609708957,,0.03959689438525117,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q60,0.08902296810829996,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.045088680354478806,,,,,,0.08902296810829996,,,0.00517754609708957,,0.045088680354478806,,,,,,0.08902296810829996,,,0.00517754609708957,,0.045088680354478806,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q65,0.10494563505375873,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.050580466323706455,,,,,,0.08902296810829996,,,0.00517754609708957,,0.050580466323706455,,,,,,0.08902296810829996,,,0.00517754609708957,,0.050580466323706455,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q70,0.12086830199921751,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0560722522929341,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0560722522929341,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0560722522929341,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q75,0.1367909689446763,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.06156403826216174,,,,,,0.08902296810829996,,,0.00517754609708957,,0.06156403826216174,,,,,,0.08902296810829996,,,0.00517754609708957,,0.06156403826216174,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q80,0.15271363589013506,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0670558242313894,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0670558242313894,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0670558242313894,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q85,0.22809113677005766,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.07254761020061702,,,,,,0.08902296810829996,,,0.00517754609708957,,0.07254761020061702,,,,,,0.08902296810829996,,,0.00517754609708957,,0.07254761020061702,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q90,0.3034686376499802,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.07803939616984466,,,,,,0.08902296810829996,,,0.00517754609708957,,0.07803939616984466,,,,,,0.08902296810829996,,,0.00517754609708957,,0.07803939616984466,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q95,0.37884613852990284,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0835311821390723,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0835311821390723,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0835311821390723,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q98,0.42407263905785647,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.0868262537206089,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0868262537206089,,,,,,0.08902296810829996,,,0.00517754609708957,,0.0868262537206089,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_40F_to_45F_q99,0.43914813923384094,,0.4542236394098254,,0.15271363589013506,,0.08902296810829996,,,0.00517754609708957,,0.08792461091445443,,,,,,0.08902296810829996,,,0.00517754609708957,,0.08792461091445443,,,,,,0.08902296810829996,,,0.00517754609708957,,0.08792461091445443,,,,,,0.4877852165596393,,,0.00517754609708957, -rhu2IQFLT_45F_to_50F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_45F_to_50F_upper_bound_95_perc_conf,0.20616839163392411,,0.40025798507790855,,0.09249776186213071,,0.21052651332135208,,,0.006995300812196496,,0.13302912757250507,,,,,,0.21052651332135208,,,0.006995300812196496,,0.13302912757250507,,,,,,0.21052651332135208,,,0.006995300812196496,,0.13302912757250507,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_mean,0.10745565542184769,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.006995300812196496,,0.06302429635510629,,,,,,0.11534783822561318,,,0.006995300812196496,,0.06302429635510629,,,,,,0.11534783822561318,,,0.006995300812196496,,0.06302429635510629,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_lower_bound_95_perc_conf,0.008742919209771272,,0.40025798507790855,,0.09249776186213071,,0.020169163129874282,,,0.006995300812196496,,-0.006980534862292484,,,,,,0.020169163129874282,,,0.006995300812196496,,-0.006980534862292484,,,,,,0.020169163129874282,,,0.006995300812196496,,-0.006980534862292484,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_sem,0.05036364092452879,,0.0,,0.0,,0.04856054851823413,,,0.0,,0.03571675062112182,,,,,,0.04856054851823413,,,0.0,,0.03571675062112182,,,,,,0.04856054851823413,,,0.0,,0.03571675062112182,,,,,,0.0,,,0.0, -rhu2IQFLT_45F_to_50F_q1,0.007015782099012879,,0.40025798507790855,,0.09249776186213071,,0.04804635164106502,,,0.006995300812196496,,0.007217628032540668,,,,,,0.04804635164106502,,,0.006995300812196496,,0.007217628032540668,,,,,,0.04804635164106502,,,0.006995300812196496,,0.007217628032540668,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q2.5,0.007046504029237453,,0.40025798507790855,,0.09249776186213071,,0.05010660123038792,,,0.006995300812196496,,0.007551118863056929,,,,,,0.05010660123038792,,,0.006995300812196496,,0.007551118863056929,,,,,,0.05010660123038792,,,0.006995300812196496,,0.007551118863056929,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q5,0.007097707246278411,,0.40025798507790855,,0.09249776186213071,,0.053540350545926096,,,0.006995300812196496,,0.00810693691391736,,,,,,0.053540350545926096,,,0.006995300812196496,,0.00810693691391736,,,,,,0.053540350545926096,,,0.006995300812196496,,0.00810693691391736,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q10,0.007200113680360326,,0.40025798507790855,,0.09249776186213071,,0.06040784917700244,,,0.006995300812196496,,0.009218573015638224,,,,,,0.06040784917700244,,,0.006995300812196496,,0.009218573015638224,,,,,,0.06040784917700244,,,0.006995300812196496,,0.009218573015638224,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q15,0.007302520114442241,,0.40025798507790855,,0.09249776186213071,,0.06727534780807878,,,0.006995300812196496,,0.010330209117359088,,,,,,0.06727534780807878,,,0.006995300812196496,,0.010330209117359088,,,,,,0.06727534780807878,,,0.006995300812196496,,0.010330209117359088,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q20,0.00875056610537609,,0.40025798507790855,,0.09249776186213071,,0.07414284643915513,,,0.006995300812196496,,0.011441845219079953,,,,,,0.07414284643915513,,,0.006995300812196496,,0.011441845219079953,,,,,,0.07414284643915513,,,0.006995300812196496,,0.011441845219079953,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q25,0.010871431874735901,,0.40025798507790855,,0.09249776186213071,,0.08101034507023147,,,0.006995300812196496,,0.012553481320800816,,,,,,0.08101034507023147,,,0.006995300812196496,,0.012553481320800816,,,,,,0.08101034507023147,,,0.006995300812196496,,0.012553481320800816,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q30,0.012992297644095714,,0.40025798507790855,,0.09249776186213071,,0.0878778437013078,,,0.006995300812196496,,0.013665117422521682,,,,,,0.0878778437013078,,,0.006995300812196496,,0.013665117422521682,,,,,,0.0878778437013078,,,0.006995300812196496,,0.013665117422521682,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q35,0.017632872532786996,,0.40025798507790855,,0.09249776186213071,,0.09474534233238414,,,0.006995300812196496,,0.016019540344894626,,,,,,0.09474534233238414,,,0.006995300812196496,,0.016019540344894626,,,,,,0.09474534233238414,,,0.006995300812196496,,0.016019540344894626,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q40,0.027312865660141267,,0.40025798507790855,,0.09249776186213071,,0.10161284096346049,,,0.006995300812196496,,0.02085953690857176,,,,,,0.10161284096346049,,,0.006995300812196496,,0.02085953690857176,,,,,,0.10161284096346049,,,0.006995300812196496,,0.02085953690857176,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q45,0.03699285878749551,,0.40025798507790855,,0.09249776186213071,,0.10848033959453685,,,0.006995300812196496,,0.025699533472248882,,,,,,0.10848033959453685,,,0.006995300812196496,,0.025699533472248882,,,,,,0.10848033959453685,,,0.006995300812196496,,0.025699533472248882,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q50,0.04667285191484975,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.006995300812196496,,0.030539530035926004,,,,,,0.11534783822561318,,,0.006995300812196496,,0.030539530035926004,,,,,,0.11534783822561318,,,0.006995300812196496,,0.030539530035926004,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q55,0.06042032489903405,,0.40025798507790855,,0.09249776186213071,,0.12221533685668953,,,0.006995300812196496,,0.03537952659960313,,,,,,0.12221533685668953,,,0.006995300812196496,,0.03537952659960313,,,,,,0.12221533685668953,,,0.006995300812196496,,0.03537952659960313,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q60,0.07416779788321831,,0.40025798507790855,,0.09249776186213071,,0.12908283548776586,,,0.006995300812196496,,0.040219523163280244,,,,,,0.12908283548776586,,,0.006995300812196496,,0.040219523163280244,,,,,,0.12908283548776586,,,0.006995300812196496,,0.040219523163280244,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q65,0.08791527086740264,,0.40025798507790855,,0.09249776186213071,,0.13595033411884222,,,0.006995300812196496,,0.04505951972695738,,,,,,0.13595033411884222,,,0.006995300812196496,,0.04505951972695738,,,,,,0.13595033411884222,,,0.006995300812196496,,0.04505951972695738,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q70,0.11080277439697983,,0.40025798507790855,,0.09249776186213071,,0.14281783274991855,,,0.006995300812196496,,0.060407849177002385,,,,,,0.14281783274991855,,,0.006995300812196496,,0.060407849177002385,,,,,,0.14281783274991855,,,0.006995300812196496,,0.060407849177002385,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q75,0.13826029319925365,,0.40025798507790855,,0.09249776186213071,,0.14968533138099488,,,0.006995300812196496,,0.08101034507023147,,,,,,0.14968533138099488,,,0.006995300812196496,,0.08101034507023147,,,,,,0.14968533138099488,,,0.006995300812196496,,0.08101034507023147,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q80,0.1657178120015275,,0.40025798507790855,,0.09249776186213071,,0.15655283001207124,,,0.006995300812196496,,0.10161284096346054,,,,,,0.15655283001207124,,,0.006995300812196496,,0.10161284096346054,,,,,,0.15655283001207124,,,0.006995300812196496,,0.10161284096346054,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q85,0.20564634059052972,,0.40025798507790855,,0.09249776186213071,,0.1634203286431476,,,0.006995300812196496,,0.1222153368566895,,,,,,0.1634203286431476,,,0.006995300812196496,,0.1222153368566895,,,,,,0.1634203286431476,,,0.006995300812196496,,0.1222153368566895,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q90,0.27051688875298946,,0.40025798507790855,,0.09249776186213071,,0.17028782727422392,,,0.006995300812196496,,0.14281783274991858,,,,,,0.17028782727422392,,,0.006995300812196496,,0.14281783274991858,,,,,,0.17028782727422392,,,0.006995300812196496,,0.14281783274991858,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q95,0.3353874369154488,,0.40025798507790855,,0.09249776186213071,,0.17715532590530025,,,0.006995300812196496,,0.1634203286431475,,,,,,0.17715532590530025,,,0.006995300812196496,,0.1634203286431475,,,,,,0.17715532590530025,,,0.006995300812196496,,0.1634203286431475,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q98,0.3743097658129247,,0.40025798507790855,,0.09249776186213071,,0.18127582508394607,,,0.006995300812196496,,0.175781826179085,,,,,,0.18127582508394607,,,0.006995300812196496,,0.175781826179085,,,,,,0.18127582508394607,,,0.006995300812196496,,0.175781826179085,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_45F_to_50F_q99,0.38728387544541654,,0.40025798507790855,,0.09249776186213071,,0.18264932481016136,,,0.006995300812196496,,0.17990232535773076,,,,,,0.18264932481016136,,,0.006995300812196496,,0.17990232535773076,,,,,,0.18264932481016136,,,0.006995300812196496,,0.17990232535773076,,,,,,0.1840228245363766,,,0.006995300812196496, -rhu2IQFLT_50F_to_55F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_50F_to_55F_upper_bound_95_perc_conf,0.15339852871347964,,0.32793900049322156,,0.052322643343051506,,0.0996796701046633,,,0.006346367425826831,,0.06557234558678243,,,,,,0.0996796701046633,,,0.006346367425826831,,0.06557234558678243,,,,,,0.0996796701046633,,,0.006346367425826831,,0.06557234558678243,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_mean,0.07367067950380947,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.006346367425826831,,0.03295750588783188,,,,,,0.05894868377366101,,,0.006346367425826831,,0.03295750588783188,,,,,,0.05894868377366101,,,0.006346367425826831,,0.03295750588783188,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_lower_bound_95_perc_conf,-0.0060571697058606905,,0.32793900049322156,,0.052322643343051506,,0.01821769744265872,,,0.006346367425826831,,0.0003426661888813326,,,,,,0.01821769744265872,,,0.006346367425826831,,0.0003426661888813326,,,,,,0.01821769744265872,,,0.006346367425826831,,0.0003426661888813326,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_sem,0.04067747408656641,,0.0,,0.0,,0.02078111547500117,,,0.0,,0.01664022433619926,,,,,,0.02078111547500117,,,0.0,,0.01664022433619926,,,,,,0.02078111547500117,,,0.0,,0.01664022433619926,,,,,,0.0,,,0.0, -rhu2IQFLT_50F_to_55F_q1,0.003767685836271315,,0.32793900049322156,,0.052322643343051506,,0.030147527134592716,,,0.006346367425826831,,0.006383565060397386,,,,,,0.030147527134592716,,,0.006346367425826831,,0.006383565060397386,,,,,,0.030147527134592716,,,0.006346367425826831,,0.006383565060397386,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q2.5,0.004014580882079823,,0.32793900049322156,,0.052322643343051506,,0.031029195194972357,,,0.006346367425826831,,0.006439361512253219,,,,,,0.031029195194972357,,,0.006346367425826831,,0.006439361512253219,,,,,,0.031029195194972357,,,0.006346367425826831,,0.006439361512253219,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q5,0.0044260726250940005,,0.32793900049322156,,0.052322643343051506,,0.03249864196227176,,,0.006346367425826831,,0.006532355598679606,,,,,,0.03249864196227176,,,0.006346367425826831,,0.006532355598679606,,,,,,0.03249864196227176,,,0.006346367425826831,,0.006532355598679606,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q10,0.005249056111122356,,0.32793900049322156,,0.052322643343051506,,0.03543753549687057,,,0.006346367425826831,,0.006718343771532381,,,,,,0.03543753549687057,,,0.006346367425826831,,0.006718343771532381,,,,,,0.03543753549687057,,,0.006346367425826831,,0.006718343771532381,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q15,0.006072039597150712,,0.32793900049322156,,0.052322643343051506,,0.03837642903146937,,,0.006346367425826831,,0.006904331944385157,,,,,,0.03837642903146937,,,0.006346367425826831,,0.006904331944385157,,,,,,0.03837642903146937,,,0.006346367425826831,,0.006904331944385157,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q20,0.006594351656297198,,0.32793900049322156,,0.052322643343051506,,0.04131532256606818,,,0.006346367425826831,,0.007090320117237933,,,,,,0.04131532256606818,,,0.006346367425826831,,0.007090320117237933,,,,,,0.04131532256606818,,,0.006346367425826831,,0.007090320117237933,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q25,0.0069663280020027495,,0.32793900049322156,,0.052322643343051506,,0.04425421610066699,,,0.006346367425826831,,0.007276308290090708,,,,,,0.04425421610066699,,,0.006346367425826831,,0.007276308290090708,,,,,,0.04425421610066699,,,0.006346367425826831,,0.007276308290090708,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q30,0.0073383043477083,,0.32793900049322156,,0.052322643343051506,,0.047193109635265795,,,0.006346367425826831,,0.007462296462943484,,,,,,0.047193109635265795,,,0.006346367425826831,,0.007462296462943484,,,,,,0.047193109635265795,,,0.006346367425826831,,0.007462296462943484,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q35,0.009783634563128089,,0.32793900049322156,,0.052322643343051506,,0.050132003169864596,,,0.006346367425826831,,0.008684961570653378,,,,,,0.050132003169864596,,,0.006346367425826831,,0.008684961570653378,,,,,,0.050132003169864596,,,0.006346367425826831,,0.008684961570653378,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q40,0.016375672517976392,,0.32793900049322156,,0.052322643343051506,,0.0530708967044634,,,0.006346367425826831,,0.01198098054807753,,,,,,0.0530708967044634,,,0.006346367425826831,,0.01198098054807753,,,,,,0.0530708967044634,,,0.006346367425826831,,0.01198098054807753,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q45,0.022967710472824674,,0.32793900049322156,,0.052322643343051506,,0.05600979023906222,,,0.006346367425826831,,0.015276999525501671,,,,,,0.05600979023906222,,,0.006346367425826831,,0.015276999525501671,,,,,,0.05600979023906222,,,0.006346367425826831,,0.015276999525501671,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q50,0.029559748427672956,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.006346367425826831,,0.018573018502925812,,,,,,0.05894868377366101,,,0.006346367425826831,,0.018573018502925812,,,,,,0.05894868377366101,,,0.006346367425826831,,0.018573018502925812,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q55,0.03638861690228653,,0.32793900049322156,,0.052322643343051506,,0.06188757730825983,,,0.006346367425826831,,0.02186903748034996,,,,,,0.06188757730825983,,,0.006346367425826831,,0.02186903748034996,,,,,,0.06188757730825983,,,0.006346367425826831,,0.02186903748034996,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q60,0.04321748537690008,,0.32793900049322156,,0.052322643343051506,,0.06482647084285863,,,0.006346367425826831,,0.025165056457774095,,,,,,0.06482647084285863,,,0.006346367425826831,,0.025165056457774095,,,,,,0.06482647084285863,,,0.006346367425826831,,0.025165056457774095,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q65,0.05004635385151366,,0.32793900049322156,,0.052322643343051506,,0.06776536437745743,,,0.006346367425826831,,0.028461075435198244,,,,,,0.06776536437745743,,,0.006346367425826831,,0.028461075435198244,,,,,,0.06776536437745743,,,0.006346367425826831,,0.028461075435198244,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q70,0.05952563849837099,,0.32793900049322156,,0.052322643343051506,,0.07070425791205623,,,0.006346367425826831,,0.035437535496870544,,,,,,0.07070425791205623,,,0.006346367425826831,,0.035437535496870544,,,,,,0.07070425791205623,,,0.006346367425826831,,0.035437535496870544,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q75,0.07033013123135029,,0.32793900049322156,,0.052322643343051506,,0.07364315144665504,,,0.006346367425826831,,0.04425421610066699,,,,,,0.07364315144665504,,,0.006346367425826831,,0.04425421610066699,,,,,,0.07364315144665504,,,0.006346367425826831,,0.04425421610066699,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q80,0.08113462396432959,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.006346367425826831,,0.053070896704463424,,,,,,0.07658204498125384,,,0.006346367425826831,,0.053070896704463424,,,,,,0.07658204498125384,,,0.006346367425826831,,0.053070896704463424,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q85,0.11229775725700625,,0.32793900049322156,,0.052322643343051506,,0.07952093851585265,,,0.006346367425826831,,0.061887577308259806,,,,,,0.07952093851585265,,,0.006346367425826831,,0.061887577308259806,,,,,,0.07952093851585265,,,0.006346367425826831,,0.061887577308259806,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q90,0.18417817166907816,,0.32793900049322156,,0.052322643343051506,,0.08245983205045147,,,0.006346367425826831,,0.07070425791205626,,,,,,0.08245983205045147,,,0.006346367425826831,,0.07070425791205626,,,,,,0.08245983205045147,,,0.006346367425826831,,0.07070425791205626,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q95,0.2560585860811496,,0.32793900049322156,,0.052322643343051506,,0.08539872558505027,,,0.006346367425826831,,0.07952093851585264,,,,,,0.08539872558505027,,,0.006346367425826831,,0.07952093851585264,,,,,,0.08539872558505027,,,0.006346367425826831,,0.07952093851585264,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q98,0.2991868347283928,,0.32793900049322156,,0.052322643343051506,,0.08716206170580955,,,0.006346367425826831,,0.0848109468781305,,,,,,0.08716206170580955,,,0.006346367425826831,,0.0848109468781305,,,,,,0.08716206170580955,,,0.006346367425826831,,0.0848109468781305,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_50F_to_55F_q99,0.31356291761080707,,0.32793900049322156,,0.052322643343051506,,0.0877498404127293,,,0.006346367425826831,,0.08657428299888978,,,,,,0.0877498404127293,,,0.006346367425826831,,0.08657428299888978,,,,,,0.0877498404127293,,,0.006346367425826831,,0.08657428299888978,,,,,,0.08833761911964907,,,0.006346367425826831, -rhu2IQFLT_55F_to_60F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_55F_to_60F_upper_bound_95_perc_conf,0.11453467185332641,,0.2512798460089282,,0.028319891645631964,,0.044691077446108105,,,0.00520256108415401,,0.03931272609342687,,,,,,0.044691077446108105,,,0.00520256108415401,,0.03931272609342687,,,,,,0.044691077446108105,,,0.00520256108415401,,0.03931272609342687,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_mean,0.05392786104451073,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.00520256108415401,,0.02350774005282253,,,,,,0.039299202828459584,,,0.00520256108415401,,0.02350774005282253,,,,,,0.039299202828459584,,,0.00520256108415401,,0.02350774005282253,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_lower_bound_95_perc_conf,-0.006678949764304963,,0.2512798460089282,,0.028319891645631964,,0.033907328210811064,,,0.00520256108415401,,0.007702754012218194,,,,,,0.033907328210811064,,,0.00520256108415401,,0.007702754012218194,,,,,,0.033907328210811064,,,0.00520256108415401,,0.007702754012218194,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_sem,0.030921842249395762,,0.0,,0.0,,0.0027509564375757774,,,0.0,,0.008063768388063436,,,,,,0.0027509564375757774,,,0.0,,0.008063768388063436,,,,,,0.0027509564375757774,,,0.0,,0.008063768388063436,,,,,,0.0,,,0.0, -rhu2IQFLT_55F_to_60F_q1,0.0039446233440305475,,0.2512798460089282,,0.028319891645631964,,0.03548657172301269,,,0.00520256108415401,,0.005353384055735898,,,,,,0.03548657172301269,,,0.00520256108415401,,0.005353384055735898,,,,,,0.03548657172301269,,,0.00520256108415401,,0.005353384055735898,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q2.5,0.004065064191489177,,0.2512798460089282,,0.028319891645631964,,0.03560328492011821,,,0.00520256108415401,,0.00557961851310873,,,,,,0.03560328492011821,,,0.00520256108415401,,0.00557961851310873,,,,,,0.03560328492011821,,,0.00520256108415401,,0.00557961851310873,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q5,0.004265798937253559,,0.2512798460089282,,0.028319891645631964,,0.03579780691529407,,,0.00520256108415401,,0.005956675942063448,,,,,,0.03579780691529407,,,0.00520256108415401,,0.005956675942063448,,,,,,0.03579780691529407,,,0.00520256108415401,,0.005956675942063448,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q10,0.0046672684287823235,,0.2512798460089282,,0.028319891645631964,,0.036186850905645794,,,0.00520256108415401,,0.006710790799972888,,,,,,0.036186850905645794,,,0.00520256108415401,,0.006710790799972888,,,,,,0.036186850905645794,,,0.00520256108415401,,0.006710790799972888,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q15,0.005068737920311088,,0.2512798460089282,,0.028319891645631964,,0.03657589489599752,,,0.00520256108415401,,0.007464905657882326,,,,,,0.03657589489599752,,,0.00520256108415401,,0.007464905657882326,,,,,,0.03657589489599752,,,0.00520256108415401,,0.007464905657882326,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q20,0.006208047561366595,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.00520256108415401,,0.008219020515791766,,,,,,0.03696493888634925,,,0.00520256108415401,,0.008219020515791766,,,,,,0.03696493888634925,,,0.00520256108415401,,0.008219020515791766,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q25,0.007716277277185472,,0.2512798460089282,,0.028319891645631964,,0.03735398287670097,,,0.00520256108415401,,0.008973135373701204,,,,,,0.03735398287670097,,,0.00520256108415401,,0.008973135373701204,,,,,,0.03735398287670097,,,0.00520256108415401,,0.008973135373701204,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q30,0.00922450699300435,,0.2512798460089282,,0.028319891645631964,,0.03774302686705269,,,0.00520256108415401,,0.009727250231610642,,,,,,0.03774302686705269,,,0.00520256108415401,,0.009727250231610642,,,,,,0.03774302686705269,,,0.00520256108415401,,0.009727250231610642,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q35,0.012038983287758431,,0.2512798460089282,,0.028319891645631964,,0.038132070857404415,,,0.00520256108415401,,0.0114889319429532,,,,,,0.038132070857404415,,,0.00520256108415401,,0.0114889319429532,,,,,,0.038132070857404415,,,0.00520256108415401,,0.0114889319429532,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q40,0.017465952740382953,,0.2512798460089282,,0.028319891645631964,,0.03852111484775614,,,0.00520256108415401,,0.015265747361162022,,,,,,0.03852111484775614,,,0.00520256108415401,,0.015265747361162022,,,,,,0.03852111484775614,,,0.00520256108415401,,0.015265747361162022,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q45,0.022892922193007457,,0.2512798460089282,,0.028319891645631964,,0.03891015883810786,,,0.00520256108415401,,0.01904256277937083,,,,,,0.03891015883810786,,,0.00520256108415401,,0.01904256277937083,,,,,,0.03891015883810786,,,0.00520256108415401,,0.01904256277937083,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q50,0.028319891645631964,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.00520256108415401,,0.02281937819757964,,,,,,0.039299202828459584,,,0.00520256108415401,,0.02281937819757964,,,,,,0.039299202828459584,,,0.00520256108415401,,0.02281937819757964,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q55,0.03044655302942508,,0.2512798460089282,,0.028319891645631964,,0.039688246818811314,,,0.00520256108415401,,0.026596193615788456,,,,,,0.039688246818811314,,,0.00520256108415401,,0.026596193615788456,,,,,,0.039688246818811314,,,0.00520256108415401,,0.026596193615788456,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q60,0.03257321441321819,,0.2512798460089282,,0.028319891645631964,,0.04007729080916304,,,0.00520256108415401,,0.030373009033997263,,,,,,0.04007729080916304,,,0.00520256108415401,,0.030373009033997263,,,,,,0.04007729080916304,,,0.00520256108415401,,0.030373009033997263,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q65,0.034699875797011316,,0.2512798460089282,,0.028319891645631964,,0.04046633479951476,,,0.00520256108415401,,0.03414982445220608,,,,,,0.04046633479951476,,,0.00520256108415401,,0.03414982445220608,,,,,,0.04046633479951476,,,0.00520256108415401,,0.03414982445220608,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q70,0.03696493888634924,,0.2512798460089282,,0.028319891645631964,,0.04085537878986648,,,0.00520256108415401,,0.036186850905645794,,,,,,0.04085537878986648,,,0.00520256108415401,,0.036186850905645794,,,,,,0.04085537878986648,,,0.00520256108415401,,0.036186850905645794,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q75,0.039299202828459584,,0.2512798460089282,,0.028319891645631964,,0.041244422780218205,,,0.00520256108415401,,0.03735398287670097,,,,,,0.041244422780218205,,,0.00520256108415401,,0.03735398287670097,,,,,,0.041244422780218205,,,0.00520256108415401,,0.03735398287670097,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q80,0.041633466770569935,,0.2512798460089282,,0.028319891645631964,,0.041633466770569935,,,0.00520256108415401,,0.03852111484775614,,,,,,0.041633466770569935,,,0.00520256108415401,,0.03852111484775614,,,,,,0.041633466770569935,,,0.00520256108415401,,0.03852111484775614,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q85,0.06399866305967189,,0.2512798460089282,,0.028319891645631964,,0.04202251076092166,,,0.00520256108415401,,0.03968824681881131,,,,,,0.04202251076092166,,,0.00520256108415401,,0.03968824681881131,,,,,,0.04202251076092166,,,0.00520256108415401,,0.03968824681881131,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q90,0.12642572404275745,,0.2512798460089282,,0.028319891645631964,,0.04241155475127338,,,0.00520256108415401,,0.04085537878986648,,,,,,0.04241155475127338,,,0.00520256108415401,,0.04085537878986648,,,,,,0.04241155475127338,,,0.00520256108415401,,0.04085537878986648,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q95,0.18885278502584266,,0.2512798460089282,,0.028319891645631964,,0.042800598741625104,,,0.00520256108415401,,0.04202251076092165,,,,,,0.042800598741625104,,,0.00520256108415401,,0.04202251076092165,,,,,,0.042800598741625104,,,0.00520256108415401,,0.04202251076092165,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q98,0.22630902161569402,,0.2512798460089282,,0.028319891645631964,,0.04303402513583614,,,0.00520256108415401,,0.04272278994355476,,,,,,0.04303402513583614,,,0.00520256108415401,,0.04272278994355476,,,,,,0.04303402513583614,,,0.00520256108415401,,0.04272278994355476,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_55F_to_60F_q99,0.23879443381231105,,0.2512798460089282,,0.028319891645631964,,0.04311183393390648,,,0.00520256108415401,,0.04295621633776579,,,,,,0.04311183393390648,,,0.00520256108415401,,0.04295621633776579,,,,,,0.04311183393390648,,,0.00520256108415401,,0.04295621633776579,,,,,,0.04318964273197683,,,0.00520256108415401, -rhu2IQFLT_30F_to_45F_n,6.0,,1.0,,1.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0,,3.0,,0.0,,0.0,,1.0,,,1.0, -rhu2IQFLT_30F_to_45F_upper_bound_95_perc_conf,0.2836438476906288,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.10794747948432894,,,,,,0.11866873553747646,,,0.00781596492631181,,0.10794747948432894,,,,,,0.11866873553747646,,,0.00781596492631181,,0.10794747948432894,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_mean,0.14897166179387902,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.05510716708088024,,,,,,0.11866873553747646,,,0.00781596492631181,,0.05510716708088024,,,,,,0.11866873553747646,,,0.00781596492631181,,0.05510716708088024,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_lower_bound_95_perc_conf,0.014299475897129238,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.00226685467743154,,,,,,0.11866873553747646,,,0.00781596492631181,,0.00226685467743154,,,,,,0.11866873553747646,,,0.00781596492631181,,0.00226685467743154,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_sem,0.06871029892691316,,0.0,,0.0,,0.0,,,0.0,,0.02695934306298403,,,,,,0.0,,,0.0,,0.02695934306298403,,,,,,0.0,,,0.0,,0.02695934306298403,,,,,,0.0,,,0.0, -rhu2IQFLT_30F_to_45F_q1,0.008379806784755466,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.008436381643362623,,,,,,0.11866873553747646,,,0.00781596492631181,,0.008436381643362623,,,,,,0.11866873553747646,,,0.00781596492631181,,0.008436381643362623,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q2.5,0.00922556957242095,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.009367006718938843,,,,,,0.11866873553747646,,,0.00781596492631181,,0.009367006718938843,,,,,,0.11866873553747646,,,0.00781596492631181,,0.009367006718938843,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q5,0.010635174218530092,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.010918048511565876,,,,,,0.11866873553747646,,,0.00781596492631181,,0.010918048511565876,,,,,,0.11866873553747646,,,0.00781596492631181,,0.010918048511565876,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q10,0.013454383510748374,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.01402013209681994,,,,,,0.11866873553747646,,,0.00781596492631181,,0.01402013209681994,,,,,,0.11866873553747646,,,0.00781596492631181,,0.01402013209681994,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q15,0.01627359280296666,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.017122215682074005,,,,,,0.11866873553747646,,,0.00781596492631181,,0.017122215682074005,,,,,,0.11866873553747646,,,0.00781596492631181,,0.017122215682074005,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q20,0.01909280209518494,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.02022429926732807,,,,,,0.11866873553747646,,,0.00781596492631181,,0.02022429926732807,,,,,,0.11866873553747646,,,0.00781596492631181,,0.02022429926732807,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q25,0.02402880176610182,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.023326382852582137,,,,,,0.11866873553747646,,,0.00781596492631181,,0.023326382852582137,,,,,,0.11866873553747646,,,0.00781596492631181,,0.023326382852582137,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q30,0.028964801437018697,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.0264284664378362,,,,,,0.11866873553747646,,,0.00781596492631181,,0.0264284664378362,,,,,,0.11866873553747646,,,0.00781596492631181,,0.0264284664378362,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q35,0.03390080110793558,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.029530550023090265,,,,,,0.11866873553747646,,,0.00781596492631181,,0.029530550023090265,,,,,,0.11866873553747646,,,0.00781596492631181,,0.029530550023090265,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q40,0.03883680077885246,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.03263263360834433,,,,,,0.11866873553747646,,,0.00781596492631181,,0.03263263360834433,,,,,,0.11866873553747646,,,0.00781596492631181,,0.03263263360834433,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q45,0.05879478446850846,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.03573471719359839,,,,,,0.11866873553747646,,,0.00781596492631181,,0.03573471719359839,,,,,,0.11866873553747646,,,0.00781596492631181,,0.03573471719359839,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q50,0.07875276815816445,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.03883680077885246,,,,,,0.11866873553747646,,,0.00781596492631181,,0.03883680077885246,,,,,,0.11866873553747646,,,0.00781596492631181,,0.03883680077885246,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q55,0.09871075184782047,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.04681999425471487,,,,,,0.11866873553747646,,,0.00781596492631181,,0.04681999425471487,,,,,,0.11866873553747646,,,0.00781596492631181,,0.04681999425471487,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q60,0.11866873553747646,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.054803187730577255,,,,,,0.11866873553747646,,,0.00781596492631181,,0.054803187730577255,,,,,,0.11866873553747646,,,0.00781596492631181,,0.054803187730577255,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q65,0.14438829114727547,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.06278638120643966,,,,,,0.11866873553747646,,,0.00781596492631181,,0.06278638120643966,,,,,,0.11866873553747646,,,0.00781596492631181,,0.06278638120643966,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q70,0.17010784675707452,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.07076957468230205,,,,,,0.11866873553747646,,,0.00781596492631181,,0.07076957468230205,,,,,,0.11866873553747646,,,0.00781596492631181,,0.07076957468230205,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q75,0.19582740236687354,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.07875276815816445,,,,,,0.11866873553747646,,,0.00781596492631181,,0.07875276815816445,,,,,,0.11866873553747646,,,0.00781596492631181,,0.07875276815816445,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q80,0.22154695797667256,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.08673596163402686,,,,,,0.11866873553747646,,,0.00781596492631181,,0.08673596163402686,,,,,,0.11866873553747646,,,0.00781596492631181,,0.08673596163402686,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q85,0.28812739584469843,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.09471915510988925,,,,,,0.11866873553747646,,,0.00781596492631181,,0.09471915510988925,,,,,,0.11866873553747646,,,0.00781596492631181,,0.09471915510988925,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q90,0.3547078337127243,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.10270234858575167,,,,,,0.11866873553747646,,,0.00781596492631181,,0.10270234858575167,,,,,,0.11866873553747646,,,0.00781596492631181,,0.10270234858575167,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q95,0.4212882715807501,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.11068554206161406,,,,,,0.11866873553747646,,,0.00781596492631181,,0.11068554206161406,,,,,,0.11866873553747646,,,0.00781596492631181,,0.11068554206161406,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q98,0.4612365343015657,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.11547545814713149,,,,,,0.11866873553747646,,,0.00781596492631181,,0.11547545814713149,,,,,,0.11866873553747646,,,0.00781596492631181,,0.11547545814713149,,,,,,0.487868709448776,,,0.00781596492631181, -rhu2IQFLT_30F_to_45F_q99,0.47455262187517083,,0.48989079000319163,,0.22154695797667256,,0.11866873553747646,,,0.00781596492631181,,0.11707209684230399,,,,,,0.11866873553747646,,,0.00781596492631181,,0.11707209684230399,,,,,,0.11866873553747646,,,0.00781596492631181,,0.11707209684230399,,,,,,0.487868709448776,,,0.00781596492631181, +rhu2IQFLT_35F_to_40F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, +rhu2IQFLT_35F_to_40F_upper_bound_95_perc_conf,0.25068399537217373,,0.497354540159213,,0.19741898266605878,,0.1459046078283637,,,0.008781014499140628,,0.09926193590621932,,,,,,0.1459046078283637,,,0.008781014499140628,,0.09926193590621932,,,,,,0.1459046078283637,,,0.008781014499140628,,0.09926193590621932,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_mean,0.13154111344732008,,0.497354540159213,,0.19741898266605878,,0.06541594125917195,,,0.008781014499140628,,0.052116466405443554,,,,,,0.06541594125917195,,,0.008781014499140628,,0.052116466405443554,,,,,,0.06541594125917195,,,0.008781014499140628,,0.052116466405443554,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_lower_bound_95_perc_conf,0.012398231522466455,,0.497354540159213,,0.19741898266605878,,-0.015072725310019797,,,0.008781014499140628,,0.0049709969046677835,,,,,,-0.015072725310019797,,,0.008781014499140628,,0.0049709969046677835,,,,,,-0.015072725310019797,,,0.008781014499140628,,0.0049709969046677835,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_sem,0.06078718465553757,,0.0,,0.0,,0.0410656462087713,,,0.0,,0.024053810969783557,,,,,,0.0410656462087713,,,0.0,,0.024053810969783557,,,,,,0.0410656462087713,,,0.0,,0.024053810969783557,,,,,,0.0,,,0.0, +rhu2IQFLT_35F_to_40F_q1,0.007426787466474006,,0.497354540159213,,0.19741898266605878,,0.0085018593194335,,,0.008781014499140628,,0.007383567454793157,,,,,,0.0085018593194335,,,0.008781014499140628,,0.007383567454793157,,,,,,0.0085018593194335,,,0.008781014499140628,,0.007383567454793157,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q2.5,0.007556447501516555,,0.497354540159213,,0.19741898266605878,,0.010244127133915289,,,0.008781014499140628,,0.007448397472314431,,,,,,0.010244127133915289,,,0.008781014499140628,,0.007448397472314431,,,,,,0.010244127133915289,,,0.008781014499140628,,0.007448397472314431,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q5,0.007772547559920804,,0.497354540159213,,0.19741898266605878,,0.013147906824718272,,,0.008781014499140628,,0.007556447501516555,,,,,,0.013147906824718272,,,0.008781014499140628,,0.007556447501516555,,,,,,0.013147906824718272,,,0.008781014499140628,,0.007556447501516555,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q10,0.0082047476767293,,0.497354540159213,,0.19741898266605878,,0.01895546620632424,,,0.008781014499140628,,0.007772547559920804,,,,,,0.01895546620632424,,,0.008781014499140628,,0.007772547559920804,,,,,,0.01895546620632424,,,0.008781014499140628,,0.007772547559920804,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q15,0.008636947793537797,,0.497354540159213,,0.19741898266605878,,0.024763025587930202,,,0.008781014499140628,,0.007988647618325052,,,,,,0.024763025587930202,,,0.008781014499140628,,0.007988647618325052,,,,,,0.024763025587930202,,,0.008781014499140628,,0.007988647618325052,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q20,0.011499830620362467,,0.497354540159213,,0.19741898266605878,,0.03057058496953617,,,0.008781014499140628,,0.0082047476767293,,,,,,0.03057058496953617,,,0.008781014499140628,,0.0082047476767293,,,,,,0.03057058496953617,,,0.008781014499140628,,0.0082047476767293,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q25,0.01557805480219522,,0.497354540159213,,0.19741898266605878,,0.03637814435114213,,,0.008781014499140628,,0.008420847735133548,,,,,,0.03637814435114213,,,0.008781014499140628,,0.008420847735133548,,,,,,0.03637814435114213,,,0.008781014499140628,,0.008420847735133548,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q30,0.01965627898402797,,0.497354540159213,,0.19741898266605878,,0.0421857037327481,,,0.008781014499140628,,0.008636947793537797,,,,,,0.0421857037327481,,,0.008781014499140628,,0.008636947793537797,,,,,,0.0421857037327481,,,0.008781014499140628,,0.008636947793537797,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q35,0.027022882455153784,,0.497354540159213,,0.19741898266605878,,0.04799326311435406,,,0.008781014499140628,,0.011784612204398071,,,,,,0.04799326311435406,,,0.008781014499140628,,0.011784612204398071,,,,,,0.04799326311435406,,,0.008781014499140628,,0.011784612204398071,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q40,0.04096624450486579,,0.497354540159213,,0.19741898266605878,,0.053800822495960035,,,0.008781014499140628,,0.020795405320170456,,,,,,0.053800822495960035,,,0.008781014499140628,,0.020795405320170456,,,,,,0.053800822495960035,,,0.008781014499140628,,0.020795405320170456,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q45,0.054909606554577745,,0.497354540159213,,0.19741898266605878,,0.059608381877565994,,,0.008781014499140628,,0.02980619843594281,,,,,,0.059608381877565994,,,0.008781014499140628,,0.02980619843594281,,,,,,0.059608381877565994,,,0.008781014499140628,,0.02980619843594281,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q50,0.0688529686042897,,0.497354540159213,,0.19741898266605878,,0.06541594125917195,,,0.008781014499140628,,0.03881699155171517,,,,,,0.06541594125917195,,,0.008781014499140628,,0.03881699155171517,,,,,,0.06541594125917195,,,0.008781014499140628,,0.03881699155171517,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q55,0.08524453854557229,,0.497354540159213,,0.19741898266605878,,0.07122350064077793,,,0.008781014499140628,,0.047827784667487536,,,,,,0.07122350064077793,,,0.008781014499140628,,0.047827784667487536,,,,,,0.07122350064077793,,,0.008781014499140628,,0.047827784667487536,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q60,0.10163610848685484,,0.497354540159213,,0.19741898266605878,,0.0770310600223839,,,0.008781014499140628,,0.056838577783259875,,,,,,0.0770310600223839,,,0.008781014499140628,,0.056838577783259875,,,,,,0.0770310600223839,,,0.008781014499140628,,0.056838577783259875,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q65,0.11802767842813744,,0.497354540159213,,0.19741898266605878,,0.08283861940398986,,,0.008781014499140628,,0.06584937089903227,,,,,,0.08283861940398986,,,0.008781014499140628,,0.06584937089903227,,,,,,0.08283861940398986,,,0.008781014499140628,,0.06584937089903227,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q70,0.138277024593397,,0.497354540159213,,0.19741898266605878,,0.08864617878559582,,,0.008781014499140628,,0.07431682525138388,,,,,,0.08864617878559582,,,0.008781014499140628,,0.07431682525138388,,,,,,0.08864617878559582,,,0.008781014499140628,,0.07431682525138388,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q75,0.1604552588706452,,0.497354540159213,,0.19741898266605878,,0.09445373816720179,,,0.008781014499140628,,0.08251261022202519,,,,,,0.09445373816720179,,,0.008781014499140628,,0.08251261022202519,,,,,,0.09445373816720179,,,0.008781014499140628,,0.08251261022202519,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q80,0.1826334931478934,,0.497354540159213,,0.19741898266605878,,0.10026129754880776,,,0.008781014499140628,,0.09070839519266649,,,,,,0.10026129754880776,,,0.008781014499140628,,0.09070839519266649,,,,,,0.10026129754880776,,,0.008781014499140628,,0.09070839519266649,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q85,0.2269298694732686,,0.497354540159213,,0.19741898266605878,,0.10606885693041371,,,0.008781014499140628,,0.09890418016330774,,,,,,0.10606885693041371,,,0.008781014499140628,,0.09890418016330774,,,,,,0.10606885693041371,,,0.008781014499140628,,0.09890418016330774,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q90,0.3154625298948985,,0.497354540159213,,0.19741898266605878,,0.11187641631201968,,,0.008781014499140628,,0.10709996513394904,,,,,,0.11187641631201968,,,0.008781014499140628,,0.10709996513394904,,,,,,0.11187641631201968,,,0.008781014499140628,,0.10709996513394904,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q95,0.40399519031652786,,0.497354540159213,,0.19741898266605878,,0.11768397569362564,,,0.008781014499140628,,0.11529575010459031,,,,,,0.11768397569362564,,,0.008781014499140628,,0.11529575010459031,,,,,,0.11768397569362564,,,0.008781014499140628,,0.11529575010459031,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q98,0.4571147865695059,,0.497354540159213,,0.19741898266605878,,0.12116851132258923,,,0.008781014499140628,,0.1202132210869751,,,,,,0.12116851132258923,,,0.008781014499140628,,0.1202132210869751,,,,,,0.12116851132258923,,,0.008781014499140628,,0.1202132210869751,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_35F_to_40F_q99,0.4748213186538317,,0.497354540159213,,0.19741898266605878,,0.12233002319891041,,,0.008781014499140628,,0.12185237808110333,,,,,,0.12233002319891041,,,0.008781014499140628,,0.12185237808110333,,,,,,0.12233002319891041,,,0.008781014499140628,,0.12185237808110333,,,,,,0.007340347443112307,,,0.008781014499140628, +rhu2IQFLT_40F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, +rhu2IQFLT_40F_to_45F_upper_bound_95_perc_conf,0.21847742494248157,,0.4542236394098254,,0.15271363589013506,,0.10606297488762376,,,0.00517754609708957,,0.06674363504628786,,,,,,0.10606297488762376,,,0.00517754609708957,,0.06674363504628786,,,,,,0.10606297488762376,,,0.00517754609708957,,0.06674363504628786,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_mean,0.10682090960818588,,0.4542236394098254,,0.15271363589013506,,0.04486978468544157,,,0.00517754609708957,,0.03225555597099906,,,,,,0.04486978468544157,,,0.00517754609708957,,0.03225555597099906,,,,,,0.04486978468544157,,,0.00517754609708957,,0.03225555597099906,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_lower_bound_95_perc_conf,-0.00483560572610979,,0.4542236394098254,,0.15271363589013506,,-0.016323405516740615,,,0.00517754609708957,,-0.0022325231042897506,,,,,,-0.016323405516740615,,,0.00517754609708957,,-0.0022325231042897506,,,,,,-0.016323405516740615,,,0.00517754609708957,,-0.0022325231042897506,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_sem,0.056967609864436566,,0.0,,0.0,,0.031221015409276624,,,0.0,,0.017595958711882045,,,,,,0.031221015409276624,,,0.0,,0.017595958711882045,,,,,,0.031221015409276624,,,0.0,,0.017595958711882045,,,,,,0.0,,,0.0, +rhu2IQFLT_40F_to_45F_q1,0.0009842579526535605,,0.4542236394098254,,0.15271363589013506,,0.0015996649310403449,,,0.00517754609708957,,0.0008504296076183688,,,,,,0.0015996649310403449,,,0.00517754609708957,,0.0008504296076183688,,,,,,0.0015996649310403449,,,0.00517754609708957,,0.0008504296076183688,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q2.5,0.001385742987759136,,0.4542236394098254,,0.15271363589013506,,0.0029242604337260964,,,0.00517754609708957,,0.0010511721251711566,,,,,,0.0029242604337260964,,,0.00517754609708957,,0.0010511721251711566,,,,,,0.0029242604337260964,,,0.00517754609708957,,0.0010511721251711566,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q5,0.002054884712935095,,0.4542236394098254,,0.15271363589013506,,0.005131919604869016,,,0.00517754609708957,,0.001385742987759136,,,,,,0.005131919604869016,,,0.00517754609708957,,0.001385742987759136,,,,,,0.005131919604869016,,,0.00517754609708957,,0.001385742987759136,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q10,0.003393168163287013,,0.4542236394098254,,0.15271363589013506,,0.009547237947154855,,,0.00517754609708957,,0.002054884712935095,,,,,,0.009547237947154855,,,0.00517754609708957,,0.002054884712935095,,,,,,0.009547237947154855,,,0.00517754609708957,,0.002054884712935095,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q15,0.00473145161363893,,0.4542236394098254,,0.15271363589013506,,0.013962556289440695,,,0.00517754609708957,,0.0027240264381110536,,,,,,0.013962556289440695,,,0.00517754609708957,,0.0027240264381110536,,,,,,0.013962556289440695,,,0.00517754609708957,,0.0027240264381110536,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q20,0.006499410492340542,,0.4542236394098254,,0.15271363589013506,,0.018377874631726535,,,0.00517754609708957,,0.003393168163287013,,,,,,0.018377874631726535,,,0.00517754609708957,,0.003393168163287013,,,,,,0.018377874631726535,,,0.00517754609708957,,0.003393168163287013,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q25,0.008482207085216997,,0.4542236394098254,,0.15271363589013506,,0.022793192974012375,,,0.00517754609708957,,0.004062309888462972,,,,,,0.022793192974012375,,,0.00517754609708957,,0.004062309888462972,,,,,,0.022793192974012375,,,0.00517754609708957,,0.004062309888462972,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q30,0.010465003678093453,,0.4542236394098254,,0.15271363589013506,,0.02720851131629821,,,0.00517754609708957,,0.00473145161363893,,,,,,0.02720851131629821,,,0.00517754609708957,,0.00473145161363893,,,,,,0.02720851131629821,,,0.00517754609708957,,0.00473145161363893,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q35,0.014018692107612326,,0.4542236394098254,,0.15271363589013506,,0.03162382965858405,,,0.00517754609708957,,0.006623924213036262,,,,,,0.03162382965858405,,,0.00517754609708957,,0.006623924213036262,,,,,,0.03162382965858405,,,0.00517754609708957,,0.006623924213036262,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q40,0.020714164210416074,,0.4542236394098254,,0.15271363589013506,,0.03603914800086989,,,0.00517754609708957,,0.010963058560876366,,,,,,0.03603914800086989,,,0.00517754609708957,,0.010963058560876366,,,,,,0.03603914800086989,,,0.00517754609708957,,0.010963058560876366,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q45,0.0274096363132198,,0.4542236394098254,,0.15271363589013506,,0.040454466343155734,,,0.00517754609708957,,0.015302192908716455,,,,,,0.040454466343155734,,,0.00517754609708957,,0.015302192908716455,,,,,,0.040454466343155734,,,0.00517754609708957,,0.015302192908716455,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q50,0.03410510841602352,,0.4542236394098254,,0.15271363589013506,,0.04486978468544157,,,0.00517754609708957,,0.019641327256556547,,,,,,0.04486978468544157,,,0.00517754609708957,,0.019641327256556547,,,,,,0.04486978468544157,,,0.00517754609708957,,0.019641327256556547,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q55,0.05058046632370647,,0.4542236394098254,,0.15271363589013506,,0.049285103027727414,,,0.00517754609708957,,0.023980461604396645,,,,,,0.049285103027727414,,,0.00517754609708957,,0.023980461604396645,,,,,,0.049285103027727414,,,0.00517754609708957,,0.023980461604396645,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q60,0.06705582423138937,,0.4542236394098254,,0.15271363589013506,,0.05370042137001325,,,0.00517754609708957,,0.028319595952236726,,,,,,0.05370042137001325,,,0.00517754609708957,,0.028319595952236726,,,,,,0.05370042137001325,,,0.00517754609708957,,0.028319595952236726,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q65,0.08353118213907233,,0.4542236394098254,,0.15271363589013506,,0.05811573971229909,,,0.00517754609708957,,0.032658730300076835,,,,,,0.05811573971229909,,,0.00517754609708957,,0.032658730300076835,,,,,,0.05811573971229909,,,0.00517754609708957,,0.032658730300076835,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q70,0.10176110166466694,,0.4542236394098254,,0.15271363589013506,,0.06253105805458492,,,0.00517754609708957,,0.039596894385251144,,,,,,0.06253105805458492,,,0.00517754609708957,,0.039596894385251144,,,,,,0.06253105805458492,,,0.00517754609708957,,0.039596894385251144,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q75,0.12086830199921751,,0.4542236394098254,,0.15271363589013506,,0.06694637639687076,,,0.00517754609708957,,0.047834573339092634,,,,,,0.06694637639687076,,,0.00517754609708957,,0.047834573339092634,,,,,,0.06694637639687076,,,0.00517754609708957,,0.047834573339092634,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q80,0.1399755023337681,,0.4542236394098254,,0.15271363589013506,,0.0713616947391566,,,0.00517754609708957,,0.056072252292934124,,,,,,0.0713616947391566,,,0.00517754609708957,,0.056072252292934124,,,,,,0.0713616947391566,,,0.00517754609708957,,0.056072252292934124,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q85,0.18286463624210397,,0.4542236394098254,,0.15271363589013506,,0.07577701308144244,,,0.00517754609708957,,0.06430993124677556,,,,,,0.07577701308144244,,,0.00517754609708957,,0.06430993124677556,,,,,,0.07577701308144244,,,0.00517754609708957,,0.06430993124677556,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q90,0.2733176372980113,,0.4542236394098254,,0.15271363589013506,,0.0801923314237283,,,0.00517754609708957,,0.07254761020061704,,,,,,0.0801923314237283,,,0.00517754609708957,,0.07254761020061704,,,,,,0.0801923314237283,,,0.00517754609708957,,0.07254761020061704,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q95,0.3637706383539181,,0.4542236394098254,,0.15271363589013506,,0.08460764976601412,,,0.00517754609708957,,0.08078528915445847,,,,,,0.08460764976601412,,,0.00517754609708957,,0.08078528915445847,,,,,,0.08460764976601412,,,0.00517754609708957,,0.08078528915445847,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q98,0.4180424389874625,,0.4542236394098254,,0.15271363589013506,,0.08725684077138562,,,0.00517754609708957,,0.08572789652676338,,,,,,0.08725684077138562,,,0.00517754609708957,,0.08572789652676338,,,,,,0.08725684077138562,,,0.00517754609708957,,0.08572789652676338,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_40F_to_45F_q99,0.4361330391986438,,0.4542236394098254,,0.15271363589013506,,0.08813990443984279,,,0.00517754609708957,,0.08737543231753166,,,,,,0.08813990443984279,,,0.00517754609708957,,0.08737543231753166,,,,,,0.08813990443984279,,,0.00517754609708957,,0.08737543231753166,,,,,,0.000716601262583177,,,0.00517754609708957, +rhu2IQFLT_45F_to_50F_n,8.0,,1.0,,1.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,2.0,,,1.0, +rhu2IQFLT_45F_to_50F_upper_bound_95_perc_conf,0.18421630792782795,,0.40025798507790855,,0.09249776186213071,,0.16509105685579978,,,0.006995300812196496,,0.11107786005516741,,,,,,0.16509105685579978,,,0.006995300812196496,,0.11107786005516741,,,,,,0.16509105685579978,,,0.006995300812196496,,0.11107786005516741,,,,,,0.2183922005393759,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_mean,0.09476251460328303,,0.40025798507790855,,0.09249776186213071,,0.07886873510818553,,,0.006995300812196496,,0.05160154285875107,,,,,,0.07886873510818553,,,0.006995300812196496,,0.05160154285875107,,,,,,0.07886873510818553,,,0.006995300812196496,,0.05160154285875107,,,,,,0.09496667670485343,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_lower_bound_95_perc_conf,0.005308721278738118,,0.40025798507790855,,0.09249776186213071,,-0.007353586639428714,,,0.006995300812196496,,-0.007874774337665272,,,,,,-0.007353586639428714,,,0.006995300812196496,,-0.007874774337665272,,,,,,-0.007353586639428714,,,0.006995300812196496,,-0.007874774337665272,,,,,,-0.028458847129669076,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_sem,0.04563969047170659,,0.0,,0.0,,0.043990980483476654,,,0.0,,0.03034505979408997,,,,,,0.043990980483476654,,,0.0,,0.03034505979408997,,,,,,0.043990980483476654,,,0.0,,0.03034505979408997,,,,,,0.06297220603802169,,,0.0, +rhu2IQFLT_45F_to_50F_q1,0.005986462909050865,,0.40025798507790855,,0.09249776186213071,,0.0067257753341606165,,,0.006995300812196496,,0.005953919750884876,,,,,,0.0067257753341606165,,,0.006995300812196496,,0.005953919750884876,,,,,,0.0067257753341606165,,,0.006995300812196496,,0.005953919750884876,,,,,,0.0076916518299606895,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q2.5,0.006100363962631823,,0.40025798507790855,,0.09249776186213071,,0.007948645025406202,,,0.006995300812196496,,0.006019006067216853,,,,,,0.007948645025406202,,,0.006995300812196496,,0.006019006067216853,,,,,,0.007948645025406202,,,0.006995300812196496,,0.006019006067216853,,,,,,0.010363336264906386,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q5,0.006290199051933421,,0.40025798507790855,,0.09249776186213071,,0.009986761177482179,,,0.006995300812196496,,0.00612748326110348,,,,,,0.009986761177482179,,,0.006995300812196496,,0.00612748326110348,,,,,,0.009986761177482179,,,0.006995300812196496,,0.00612748326110348,,,,,,0.014816143656482546,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q10,0.006669869230536615,,0.40025798507790855,,0.09249776186213071,,0.014062993481634131,,,0.006995300812196496,,0.006344437648876734,,,,,,0.014062993481634131,,,0.006995300812196496,,0.006344437648876734,,,,,,0.014062993481634131,,,0.006995300812196496,,0.006344437648876734,,,,,,0.023721758439634866,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q15,0.007012368551210148,,0.40025798507790855,,0.09249776186213071,,0.018139225785786084,,,0.006995300812196496,,0.006561392036649988,,,,,,0.018139225785786084,,,0.006995300812196496,,0.006561392036649988,,,,,,0.018139225785786084,,,0.006995300812196496,,0.006561392036649988,,,,,,0.032627373222787186,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q20,0.007131842724305716,,0.40025798507790855,,0.09249776186213071,,0.022215458089938037,,,0.006995300812196496,,0.006778346424423242,,,,,,0.022215458089938037,,,0.006995300812196496,,0.006778346424423242,,,,,,0.022215458089938037,,,0.006995300812196496,,0.006778346424423242,,,,,,0.041532988005939506,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q25,0.007251316897401283,,0.40025798507790855,,0.09249776186213071,,0.02629169039408999,,,0.006995300812196496,,0.006995300812196496,,,,,,0.02629169039408999,,,0.006995300812196496,,0.006995300812196496,,,,,,0.02629169039408999,,,0.006995300812196496,,0.006995300812196496,,,,,,0.05043860278909182,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q30,0.008043610848922817,,0.40025798507790855,,0.09249776186213071,,0.030367922698241942,,,0.006995300812196496,,0.008477482281157647,,,,,,0.030367922698241942,,,0.006995300812196496,,0.008477482281157647,,,,,,0.030367922698241942,,,0.006995300812196496,,0.008477482281157647,,,,,,0.05934421757224414,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q35,0.010517954246509264,,0.40025798507790855,,0.09249776186213071,,0.034444155002393895,,,0.006995300812196496,,0.009959663750118801,,,,,,0.034444155002393895,,,0.006995300812196496,,0.009959663750118801,,,,,,0.034444155002393895,,,0.006995300812196496,,0.009959663750118801,,,,,,0.06824983235539646,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q40,0.012992297644095718,,0.40025798507790855,,0.09249776186213071,,0.03852038730654585,,,0.006995300812196496,,0.011441845219079953,,,,,,0.03852038730654585,,,0.006995300812196496,,0.011441845219079953,,,,,,0.03852038730654585,,,0.006995300812196496,,0.011441845219079953,,,,,,0.07715544713854879,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q45,0.01924620472067938,,0.40025798507790855,,0.09249776186213071,,0.0425966196106978,,,0.006995300812196496,,0.012924026688041105,,,,,,0.0425966196106978,,,0.006995300812196496,,0.012924026688041105,,,,,,0.0425966196106978,,,0.006995300812196496,,0.012924026688041105,,,,,,0.08606106192170111,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q50,0.030539530035926004,,0.40025798507790855,,0.09249776186213071,,0.04667285191484975,,,0.006995300812196496,,0.014406208157002257,,,,,,0.04667285191484975,,,0.006995300812196496,,0.014406208157002257,,,,,,0.04667285191484975,,,0.006995300812196496,,0.014406208157002257,,,,,,0.09496667670485343,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q55,0.04183285535117264,,0.40025798507790855,,0.09249776186213071,,0.060407849177002454,,,0.006995300812196496,,0.02085953690857176,,,,,,0.060407849177002454,,,0.006995300812196496,,0.02085953690857176,,,,,,0.060407849177002454,,,0.006995300812196496,,0.02085953690857176,,,,,,0.10387229148800574,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q60,0.05583783390430595,,0.40025798507790855,,0.09249776186213071,,0.07414284643915511,,,0.006995300812196496,,0.027312865660141253,,,,,,0.07414284643915511,,,0.006995300812196496,,0.027312865660141253,,,,,,0.07414284643915511,,,0.006995300812196496,,0.027312865660141253,,,,,,0.11277790627115805,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q65,0.07187655238585428,,0.40025798507790855,,0.09249776186213071,,0.08787784370130781,,,0.006995300812196496,,0.03376619441171076,,,,,,0.08787784370130781,,,0.006995300812196496,,0.03376619441171076,,,,,,0.08787784370130781,,,0.006995300812196496,,0.03376619441171076,,,,,,0.12168352105431038,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q70,0.0879152708674026,,0.40025798507790855,,0.09249776186213071,,0.10161284096346049,,,0.006995300812196496,,0.040219523163280244,,,,,,0.10161284096346049,,,0.006995300812196496,,0.040219523163280244,,,,,,0.10161284096346049,,,0.006995300812196496,,0.040219523163280244,,,,,,0.13058913583746268,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q75,0.11537902753069218,,0.40025798507790855,,0.09249776186213071,,0.11534783822561318,,,0.006995300812196496,,0.04667285191484975,,,,,,0.11534783822561318,,,0.006995300812196496,,0.04667285191484975,,,,,,0.11534783822561318,,,0.006995300812196496,,0.04667285191484975,,,,,,0.139494750620615,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q80,0.1474127994666783,,0.40025798507790855,,0.09249776186213071,,0.1290828354877659,,,0.006995300812196496,,0.07414284643915514,,,,,,0.1290828354877659,,,0.006995300812196496,,0.07414284643915514,,,,,,0.1290828354877659,,,0.006995300812196496,,0.07414284643915514,,,,,,0.14840036540376733,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q85,0.17944657140266432,,0.40025798507790855,,0.09249776186213071,,0.14281783274991855,,,0.006995300812196496,,0.10161284096346049,,,,,,0.14281783274991855,,,0.006995300812196496,,0.10161284096346049,,,,,,0.14281783274991855,,,0.006995300812196496,,0.10161284096346049,,,,,,0.15730598018691966,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q90,0.24889337269883616,,0.40025798507790855,,0.09249776186213071,,0.15655283001207124,,,0.006995300812196496,,0.1290828354877659,,,,,,0.15655283001207124,,,0.006995300812196496,,0.1290828354877659,,,,,,0.15655283001207124,,,0.006995300812196496,,0.1290828354877659,,,,,,0.16621159497007199,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q95,0.32457567888837224,,0.40025798507790855,,0.09249776186213071,,0.17028782727422392,,,0.006995300812196496,,0.1565528300120712,,,,,,0.17028782727422392,,,0.006995300812196496,,0.1565528300120712,,,,,,0.17028782727422392,,,0.006995300812196496,,0.1565528300120712,,,,,,0.17511720975322428,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q98,0.36998506260209396,,0.40025798507790855,,0.09249776186213071,,0.1785288256315155,,,0.006995300812196496,,0.17303482672665446,,,,,,0.1785288256315155,,,0.006995300812196496,,0.17303482672665446,,,,,,0.1785288256315155,,,0.006995300812196496,,0.17303482672665446,,,,,,0.18046057862311568,,,0.006995300812196496, +rhu2IQFLT_45F_to_50F_q99,0.38512152384000126,,0.40025798507790855,,0.09249776186213071,,0.18127582508394607,,,0.006995300812196496,,0.1785288256315155,,,,,,0.18127582508394607,,,0.006995300812196496,,0.1785288256315155,,,,,,0.18127582508394607,,,0.006995300812196496,,0.1785288256315155,,,,,,0.18224170157974615,,,0.006995300812196496, +rhu2IQFLT_50F_to_55F_n,8.0,,1.0,,1.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,2.0,,,1.0, +rhu2IQFLT_50F_to_55F_upper_bound_95_perc_conf,0.13653798755622615,,0.32793900049322156,,0.052322643343051506,,0.08058103456485516,,,0.006346367425826831,,0.055173910278792496,,,,,,0.08058103456485516,,,0.006346367425826831,,0.055173910278792496,,,,,,0.08058103456485516,,,0.006346367425826831,,0.055173910278792496,,,,,,0.10458472199460281,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_mean,0.06497938398736966,,0.32793900049322156,,0.052322643343051506,,0.040679227639871036,,,0.006346367425826831,,0.027194067784723726,,,,,,0.040679227639871036,,,0.006346367425826831,,0.027194067784723726,,,,,,0.040679227639871036,,,0.006346367425826831,,0.027194067784723726,,,,,,0.04623896724597008,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_lower_bound_95_perc_conf,-0.006579219581486842,,0.32793900049322156,,0.052322643343051506,,0.0007774207148869214,,,0.006346367425826831,,-0.0007857747093450405,,,,,,0.0007774207148869214,,,0.006346367425826831,,-0.0007857747093450405,,,,,,0.0007774207148869214,,,0.006346367425826831,,-0.0007857747093450405,,,,,,-0.012106787502662641,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_sem,0.03650949161676352,,0.0,,0.0,,0.020358064757644956,,,0.0,,0.014275429843912637,,,,,,0.020358064757644956,,,0.0,,0.014275429843912637,,,,,,0.020358064757644956,,,0.0,,0.014275429843912637,,,,,,0.029768242218690167,,,0.0, +rhu2IQFLT_50F_to_55F_q1,0.003640694975391425,,0.32793900049322156,,0.052322643343051506,,0.004648704033398725,,,0.006346367425826831,,0.004228557454432517,,,,,,0.004648704033398725,,,0.006346367425826831,,0.004228557454432517,,,,,,0.004648704033398725,,,0.006346367425826831,,0.004228557454432517,,,,,,0.004982288409764667,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q2.5,0.0036971037298800967,,0.32793900049322156,,0.052322643343051506,,0.00541128702506018,,,0.006346367425826831,,0.004360920577644662,,,,,,0.00541128702506018,,,0.006346367425826831,,0.004360920577644662,,,,,,0.00541128702506018,,,0.006346367425826831,,0.004360920577644662,,,,,,0.006245247965975037,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q5,0.003791118320694549,,0.32793900049322156,,0.052322643343051506,,0.006682258677829274,,,0.006346367425826831,,0.004581525782998236,,,,,,0.006682258677829274,,,0.006346367425826831,,0.004581525782998236,,,,,,0.006682258677829274,,,0.006346367425826831,,0.004581525782998236,,,,,,0.008350180559658986,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q10,0.003979147502323454,,0.32793900049322156,,0.052322643343051506,,0.009224201983367462,,,0.006346367425826831,,0.005022736193705385,,,,,,0.009224201983367462,,,0.006346367425826831,,0.005022736193705385,,,,,,0.009224201983367462,,,0.006346367425826831,,0.005022736193705385,,,,,,0.012560045747026885,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q15,0.004250617974967875,,0.32793900049322156,,0.052322643343051506,,0.011766145288905646,,,0.006346367425826831,,0.005463946604412533,,,,,,0.011766145288905646,,,0.006346367425826831,,0.005463946604412533,,,,,,0.011766145288905646,,,0.006346367425826831,,0.005463946604412533,,,,,,0.016769910934394786,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q20,0.005022736193705385,,0.32793900049322156,,0.052322643343051506,,0.014308088594443834,,,0.006346367425826831,,0.005905157015119682,,,,,,0.014308088594443834,,,0.006346367425826831,,0.005905157015119682,,,,,,0.014308088594443834,,,0.006346367425826831,,0.005905157015119682,,,,,,0.020979776121762685,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q25,0.005794854412442894,,0.32793900049322156,,0.052322643343051506,,0.01685003189998202,,,0.006346367425826831,,0.006346367425826831,,,,,,0.01685003189998202,,,0.006346367425826831,,0.006346367425826831,,,,,,0.01685003189998202,,,0.006346367425826831,,0.006346367425826831,,,,,,0.025189641309130584,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q30,0.006470359541062015,,0.32793900049322156,,0.052322643343051506,,0.019391975205520207,,,0.006346367425826831,,0.006594351656297198,,,,,,0.019391975205520207,,,0.006346367425826831,,0.006594351656297198,,,,,,0.019391975205520207,,,0.006346367425826831,,0.006594351656297198,,,,,,0.029399506496498484,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q35,0.0069043319443851565,,0.32793900049322156,,0.052322643343051506,,0.021933918511058394,,,0.006346367425826831,,0.006842335886767565,,,,,,0.021933918511058394,,,0.006346367425826831,,0.006842335886767565,,,,,,0.021933918511058394,,,0.006346367425826831,,0.006842335886767565,,,,,,0.03360937168386638,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q40,0.0073383043477083,,0.32793900049322156,,0.052322643343051506,,0.024475861816596584,,,0.006346367425826831,,0.007090320117237933,,,,,,0.024475861816596584,,,0.006346367425826831,,0.007090320117237933,,,,,,0.024475861816596584,,,0.006346367425826831,,0.007090320117237933,,,,,,0.03781923687123428,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q45,0.01088230755560281,,0.32793900049322156,,0.052322643343051506,,0.02701780512213477,,,0.006346367425826831,,0.0073383043477083,,,,,,0.02701780512213477,,,0.006346367425826831,,0.0073383043477083,,,,,,0.02701780512213477,,,0.006346367425826831,,0.0073383043477083,,,,,,0.042029102058602184,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q50,0.018573018502925812,,0.32793900049322156,,0.052322643343051506,,0.029559748427672956,,,0.006346367425826831,,0.007586288578178667,,,,,,0.029559748427672956,,,0.006346367425826831,,0.007586288578178667,,,,,,0.029559748427672956,,,0.006346367425826831,,0.007586288578178667,,,,,,0.04623896724597008,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q55,0.026263729450248827,,0.32793900049322156,,0.052322643343051506,,0.03543753549687058,,,0.006346367425826831,,0.01198098054807753,,,,,,0.03543753549687058,,,0.006346367425826831,,0.01198098054807753,,,,,,0.03543753549687058,,,0.006346367425826831,,0.01198098054807753,,,,,,0.05044883243333798,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q60,0.03411232741074867,,0.32793900049322156,,0.052322643343051506,,0.04131532256606818,,,0.006346367425826831,,0.01637567251797638,,,,,,0.04131532256606818,,,0.006346367425826831,,0.01637567251797638,,,,,,0.04131532256606818,,,0.006346367425826831,,0.01637567251797638,,,,,,0.05465869762070588,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q65,0.042079340631131154,,0.32793900049322156,,0.052322643343051506,,0.047193109635265795,,,0.006346367425826831,,0.02077036448787524,,,,,,0.047193109635265795,,,0.006346367425826831,,0.02077036448787524,,,,,,0.047193109635265795,,,0.006346367425826831,,0.02077036448787524,,,,,,0.05886856280807378,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q70,0.05004635385151364,,0.32793900049322156,,0.052322643343051506,,0.0530708967044634,,,0.006346367425826831,,0.025165056457774095,,,,,,0.0530708967044634,,,0.006346367425826831,,0.025165056457774095,,,,,,0.0530708967044634,,,0.006346367425826831,,0.025165056457774095,,,,,,0.06307842799544168,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q75,0.0613263872872009,,0.32793900049322156,,0.052322643343051506,,0.05894868377366101,,,0.006346367425826831,,0.029559748427672956,,,,,,0.05894868377366101,,,0.006346367425826831,,0.029559748427672956,,,,,,0.05894868377366101,,,0.006346367425826831,,0.029559748427672956,,,,,,0.06728829318280957,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q80,0.07393162880901007,,0.32793900049322156,,0.052322643343051506,,0.06482647084285863,,,0.006346367425826831,,0.041315322566068194,,,,,,0.06482647084285863,,,0.006346367425826831,,0.041315322566068194,,,,,,0.06482647084285863,,,0.006346367425826831,,0.041315322566068194,,,,,,0.07149815837017748,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q85,0.0865368703308192,,0.32793900049322156,,0.052322643343051506,,0.07070425791205623,,,0.006346367425826831,,0.0530708967044634,,,,,,0.07070425791205623,,,0.006346367425826831,,0.0530708967044634,,,,,,0.07070425791205623,,,0.006346367425826831,,0.0530708967044634,,,,,,0.07570802355754538,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q90,0.16021803353172076,,0.32793900049322156,,0.052322643343051506,,0.07658204498125384,,,0.006346367425826831,,0.06482647084285863,,,,,,0.07658204498125384,,,0.006346367425826831,,0.06482647084285863,,,,,,0.07658204498125384,,,0.006346367425826831,,0.06482647084285863,,,,,,0.07991788874491328,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q95,0.24407851701247105,,0.32793900049322156,,0.052322643343051506,,0.08245983205045146,,,0.006346367425826831,,0.07658204498125384,,,,,,0.08245983205045146,,,0.006346367425826831,,0.07658204498125384,,,,,,0.08245983205045146,,,0.006346367425826831,,0.07658204498125384,,,,,,0.08412775393228117,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q98,0.29439480710092125,,0.32793900049322156,,0.052322643343051506,,0.08598650429197004,,,0.006346367425826831,,0.08363538946429099,,,,,,0.08598650429197004,,,0.006346367425826831,,0.08363538946429099,,,,,,0.08598650429197004,,,0.006346367425826831,,0.08363538946429099,,,,,,0.08665367304470191,,,0.006346367425826831, +rhu2IQFLT_50F_to_55F_q99,0.3111669037970714,,0.32793900049322156,,0.052322643343051506,,0.08716206170580955,,,0.006346367425826831,,0.08598650429197004,,,,,,0.08716206170580955,,,0.006346367425826831,,0.08598650429197004,,,,,,0.08716206170580955,,,0.006346367425826831,,0.08598650429197004,,,,,,0.08749564608217549,,,0.006346367425826831, +rhu2IQFLT_55F_to_60F_n,8.0,,1.0,,1.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,3.0,,,1.0,,5.0,,0.0,,0.0,,2.0,,,1.0, +rhu2IQFLT_55F_to_60F_upper_bound_95_perc_conf,0.10204609465848419,,0.2512798460089282,,0.028319891645631964,,0.04643750928353957,,,0.00520256108415401,,0.034034431887630126,,,,,,0.04643750928353957,,,0.00520256108415401,,0.034034431887630126,,,,,,0.04643750928353957,,,0.00520256108415401,,0.034034431887630126,,,,,,0.0504826198558226,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_mean,0.047861287562108626,,0.2512798460089282,,0.028319891645631964,,0.02799789294740436,,,0.00520256108415401,,0.019885246679316806,,,,,,0.02799789294740436,,,0.00520256108415401,,0.019885246679316806,,,,,,0.02799789294740436,,,0.00520256108415401,,0.019885246679316806,,,,,,0.02429245795863537,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_lower_bound_95_perc_conf,-0.006323519534266943,,0.2512798460089282,,0.028319891645631964,,0.009558276611269154,,,0.00520256108415401,,0.005736061471003483,,,,,,0.009558276611269154,,,0.00520256108415401,,0.005736061471003483,,,,,,0.009558276611269154,,,0.00520256108415401,,0.005736061471003483,,,,,,-0.0018977039385518653,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_sem,0.02764530974304876,,0.0,,0.0,,0.00940796751843633,,,0.0,,0.007218972045057818,,,,,,0.00940796751843633,,,0.0,,0.007218972045057818,,,,,,0.00940796751843633,,,0.0,,0.007218972045057818,,,,,,0.013362327498564915,,,0.0, +rhu2IQFLT_55F_to_60F_q1,0.003958005660414839,,0.2512798460089282,,0.028319891645631964,,0.005995542980086883,,,0.00520256108415401,,0.005210269568199605,,,,,,0.005995542980086883,,,0.00520256108415401,,0.005210269568199605,,,,,,0.005995542980086883,,,0.00520256108415401,,0.005210269568199605,,,,,,0.005773216880760743,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q2.5,0.004098519982449907,,0.2512798460089282,,0.028319891645631964,,0.006895947672276336,,,0.00520256108415401,,0.005221832294268,,,,,,0.006895947672276336,,,0.00520256108415401,,0.005221832294268,,,,,,0.006895947672276336,,,0.00520256108415401,,0.005221832294268,,,,,,0.006340132423960986,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q5,0.00433271051917502,,0.2512798460089282,,0.028319891645631964,,0.008396622159258758,,,0.00520256108415401,,0.005241103504381991,,,,,,0.008396622159258758,,,0.00520256108415401,,0.005241103504381991,,,,,,0.008396622159258758,,,0.00520256108415401,,0.005241103504381991,,,,,,0.007284991662628059,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q10,0.004801091592625245,,0.2512798460089282,,0.028319891645631964,,0.011397971133223602,,,0.00520256108415401,,0.005279645924609971,,,,,,0.011397971133223602,,,0.00520256108415401,,0.005279645924609971,,,,,,0.011397971133223602,,,0.00520256108415401,,0.005279645924609971,,,,,,0.009174710139962206,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q15,0.005212196689211005,,0.2512798460089282,,0.028319891645631964,,0.014399320107188444,,,0.00520256108415401,,0.005318188344837952,,,,,,0.014399320107188444,,,0.00520256108415401,,0.005318188344837952,,,,,,0.014399320107188444,,,0.00520256108415401,,0.005318188344837952,,,,,,0.01106442861729635,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q20,0.005279645924609971,,0.2512798460089282,,0.028319891645631964,,0.01740066908115329,,,0.00520256108415401,,0.005356730765065933,,,,,,0.01740066908115329,,,0.00520256108415401,,0.005356730765065933,,,,,,0.01740066908115329,,,0.00520256108415401,,0.005356730765065933,,,,,,0.012954147094630497,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q25,0.005347095160008938,,0.2512798460089282,,0.028319891645631964,,0.02040201805511813,,,0.00520256108415401,,0.005395273185293914,,,,,,0.02040201805511813,,,0.00520256108415401,,0.005395273185293914,,,,,,0.02040201805511813,,,0.00520256108415401,,0.005395273185293914,,,,,,0.014843865571964642,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q30,0.0058787452137862165,,0.2512798460089282,,0.028319891645631964,,0.023403367029082973,,,0.00520256108415401,,0.006362217242278517,,,,,,0.023403367029082973,,,0.00520256108415401,,0.006362217242278517,,,,,,0.023403367029082973,,,0.00520256108415401,,0.006362217242278517,,,,,,0.016733584049298787,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q35,0.0075708973135092715,,0.2512798460089282,,0.028319891645631964,,0.026404716003047817,,,0.00520256108415401,,0.007329161299263122,,,,,,0.026404716003047817,,,0.00520256108415401,,0.007329161299263122,,,,,,0.026404716003047817,,,0.00520256108415401,,0.007329161299263122,,,,,,0.018623302526632933,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q40,0.009263049413232333,,0.2512798460089282,,0.028319891645631964,,0.029406064977012664,,,0.00520256108415401,,0.008296105356247727,,,,,,0.029406064977012664,,,0.00520256108415401,,0.008296105356247727,,,,,,0.029406064977012664,,,0.00520256108415401,,0.008296105356247727,,,,,,0.02051302100396708,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q45,0.012943478196529187,,0.2512798460089282,,0.028319891645631964,,0.0324074139509775,,,0.00520256108415401,,0.00926304941323233,,,,,,0.0324074139509775,,,0.00520256108415401,,0.00926304941323233,,,,,,0.0324074139509775,,,0.00520256108415401,,0.00926304941323233,,,,,,0.022402739481301226,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q50,0.01927494255792445,,0.2512798460089282,,0.028319891645631964,,0.03540876292494235,,,0.00520256108415401,,0.010229993470216935,,,,,,0.03540876292494235,,,0.00520256108415401,,0.010229993470216935,,,,,,0.03540876292494235,,,0.00520256108415401,,0.010229993470216935,,,,,,0.02429245795863537,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q55,0.02560640691931972,,0.2512798460089282,,0.028319891645631964,,0.0361868509056458,,,0.00520256108415401,,0.015265747361162022,,,,,,0.0361868509056458,,,0.00520256108415401,,0.015265747361162022,,,,,,0.0361868509056458,,,0.00520256108415401,,0.015265747361162022,,,,,,0.02618217643596952,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q60,0.029737665901494043,,0.2512798460089282,,0.028319891645631964,,0.03696493888634925,,,0.00520256108415401,,0.0203015012521071,,,,,,0.03696493888634925,,,0.00520256108415401,,0.0203015012521071,,,,,,0.03696493888634925,,,0.00520256108415401,,0.0203015012521071,,,,,,0.028071894913303662,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q65,0.032218770849252676,,0.2512798460089282,,0.028319891645631964,,0.03774302686705269,,,0.00520256108415401,,0.025337255143052184,,,,,,0.03774302686705269,,,0.00520256108415401,,0.025337255143052184,,,,,,0.03774302686705269,,,0.00520256108415401,,0.025337255143052184,,,,,,0.02996161339063781,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q70,0.0346998757970113,,0.2512798460089282,,0.028319891645631964,,0.03852111484775614,,,0.00520256108415401,,0.030373009033997263,,,,,,0.03852111484775614,,,0.00520256108415401,,0.030373009033997263,,,,,,0.03852111484775614,,,0.00520256108415401,,0.030373009033997263,,,,,,0.03185133186797195,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q75,0.03735398287670097,,0.2512798460089282,,0.028319891645631964,,0.039299202828459584,,,0.00520256108415401,,0.03540876292494235,,,,,,0.039299202828459584,,,0.00520256108415401,,0.03540876292494235,,,,,,0.039299202828459584,,,0.00520256108415401,,0.03540876292494235,,,,,,0.0337410503453061,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q80,0.040077290809163044,,0.2512798460089282,,0.028319891645631964,,0.04007729080916304,,,0.00520256108415401,,0.03696493888634925,,,,,,0.04007729080916304,,,0.00520256108415401,,0.03696493888634925,,,,,,0.04007729080916304,,,0.00520256108415401,,0.03696493888634925,,,,,,0.03563076882264025,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q85,0.042800598741625104,,0.2512798460089282,,0.028319891645631964,,0.04085537878986648,,,0.00520256108415401,,0.03852111484775614,,,,,,0.04085537878986648,,,0.00520256108415401,,0.03852111484775614,,,,,,0.04085537878986648,,,0.00520256108415401,,0.03852111484775614,,,,,,0.03752048729997439,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q90,0.10561670371506221,,0.2512798460089282,,0.028319891645631964,,0.041633466770569935,,,0.00520256108415401,,0.04007729080916304,,,,,,0.041633466770569935,,,0.00520256108415401,,0.04007729080916304,,,,,,0.041633466770569935,,,0.00520256108415401,,0.04007729080916304,,,,,,0.039410205777308534,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q95,0.17844827486199513,,0.2512798460089282,,0.028319891645631964,,0.042411554751273374,,,0.00520256108415401,,0.04163346677056993,,,,,,0.042411554751273374,,,0.00520256108415401,,0.04163346677056993,,,,,,0.042411554751273374,,,0.00520256108415401,,0.04163346677056993,,,,,,0.041299924254642684,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q98,0.2221472175501549,,0.2512798460089282,,0.028319891645631964,,0.04287840753969545,,,0.00520256108415401,,0.04256717234741407,,,,,,0.04287840753969545,,,0.00520256108415401,,0.04256717234741407,,,,,,0.04287840753969545,,,0.00520256108415401,,0.04256717234741407,,,,,,0.04243375534104317,,,0.00520256108415401, +rhu2IQFLT_55F_to_60F_q99,0.23671353177954157,,0.2512798460089282,,0.028319891645631964,,0.04303402513583614,,,0.00520256108415401,,0.04287840753969545,,,,,,0.04303402513583614,,,0.00520256108415401,,0.04287840753969545,,,,,,0.04303402513583614,,,0.00520256108415401,,0.04287840753969545,,,,,,0.04281169903651,,,0.00520256108415401, +rhu2IQFLT_30F_to_45F_n,7.0,,1.0,,1.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,2.0,,,1.0,,4.0,,0.0,,0.0,,1.0,,,1.0, +rhu2IQFLT_30F_to_45F_upper_bound_95_perc_conf,0.24950491122412471,,0.48989079000319163,,0.22154695797667256,,0.14127288882442365,,,0.00781596492631181,,0.08740153398409264,,,,,,0.14127288882442365,,,0.00781596492631181,,0.08740153398409264,,,,,,0.14127288882442365,,,0.00781596492631181,,0.08740153398409264,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_mean,0.12790818324203937,,0.48989079000319163,,0.22154695797667256,,0.06009802373423895,,,0.00781596492631181,,0.04171220329341054,,,,,,0.06009802373423895,,,0.00781596492631181,,0.04171220329341054,,,,,,0.06009802373423895,,,0.00781596492631181,,0.04171220329341054,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_lower_bound_95_perc_conf,0.006311455259954024,,0.48989079000319163,,0.22154695797667256,,-0.021076841355945758,,,0.00781596492631181,,-0.003977127397271567,,,,,,-0.021076841355945758,,,0.00781596492631181,,-0.003977127397271567,,,,,,-0.021076841355945758,,,0.00781596492631181,,-0.003977127397271567,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_sem,0.06203914692963538,,0.0,,0.0,,0.041415747494992196,,,0.0,,0.023310883005450055,,,,,,0.041415747494992196,,,0.0,,0.023310883005450055,,,,,,0.041415747494992196,,,0.0,,0.023310883005450055,,,,,,0.0,,,0.0, +rhu2IQFLT_30F_to_45F_q1,0.0019046311107200598,,0.48989079000319163,,0.22154695797667256,,0.0026987261670661875,,,0.00781596492631181,,0.0017159715208607488,,,,,,0.0026987261670661875,,,0.00781596492631181,,0.0017159715208607488,,,,,,0.0026987261670661875,,,0.00781596492631181,,0.0017159715208607488,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q2.5,0.0024706098802979937,,0.48989079000319163,,0.22154695797667256,,0.004455847521163313,,,0.00781596492631181,,0.0019989609056497155,,,,,,0.004455847521163313,,,0.00781596492631181,,0.0019989609056497155,,,,,,0.004455847521163313,,,0.00781596492631181,,0.0019989609056497155,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q5,0.003413907829594549,,0.48989079000319163,,0.22154695797667256,,0.007384383111325189,,,0.00781596492631181,,0.0024706098802979937,,,,,,0.007384383111325189,,,0.00781596492631181,,0.0024706098802979937,,,,,,0.007384383111325189,,,0.00781596492631181,,0.0024706098802979937,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q10,0.005300503728187661,,0.48989079000319163,,0.22154695797667256,,0.01324145429164894,,,0.00781596492631181,,0.003413907829594549,,,,,,0.01324145429164894,,,0.00781596492631181,,0.003413907829594549,,,,,,0.01324145429164894,,,0.00781596492631181,,0.003413907829594549,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q15,0.007187099626780773,,0.48989079000319163,,0.22154695797667256,,0.019098525471972688,,,0.00781596492631181,,0.0043572057788911055,,,,,,0.019098525471972688,,,0.00781596492631181,,0.0043572057788911055,,,,,,0.019098525471972688,,,0.00781596492631181,,0.0043572057788911055,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q20,0.010071332360086439,,0.48989079000319163,,0.22154695797667256,,0.024955596652296443,,,0.00781596492631181,,0.005300503728187661,,,,,,0.024955596652296443,,,0.00781596492631181,,0.005300503728187661,,,,,,0.024955596652296443,,,0.00781596492631181,,0.005300503728187661,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q25,0.013454383510748374,,0.48989079000319163,,0.22154695797667256,,0.030812667832620193,,,0.00781596492631181,,0.006243801677484217,,,,,,0.030812667832620193,,,0.00781596492631181,,0.006243801677484217,,,,,,0.030812667832620193,,,0.00781596492631181,,0.006243801677484217,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q30,0.01683743466141031,,0.48989079000319163,,0.22154695797667256,,0.036669739012943944,,,0.00781596492631181,,0.007187099626780773,,,,,,0.036669739012943944,,,0.00781596492631181,,0.007187099626780773,,,,,,0.036669739012943944,,,0.00781596492631181,,0.007187099626780773,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q35,0.021067201963551684,,0.48989079000319163,,0.22154695797667256,,0.04252681019326769,,,0.00781596492631181,,0.009367006718938838,,,,,,0.04252681019326769,,,0.00781596492631181,,0.009367006718938838,,,,,,0.04252681019326769,,,0.00781596492631181,,0.009367006718938838,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q40,0.026990401568651956,,0.48989079000319163,,0.22154695797667256,,0.048383881373591446,,,0.00781596492631181,,0.014020132096819946,,,,,,0.048383881373591446,,,0.00781596492631181,,0.014020132096819946,,,,,,0.048383881373591446,,,0.00781596492631181,,0.014020132096819946,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q45,0.03291360117375221,,0.48989079000319163,,0.22154695797667256,,0.0542409525539152,,,0.00781596492631181,,0.01867325747470104,,,,,,0.0542409525539152,,,0.00781596492631181,,0.01867325747470104,,,,,,0.0542409525539152,,,0.00781596492631181,,0.01867325747470104,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q50,0.03883680077885246,,0.48989079000319163,,0.22154695797667256,,0.06009802373423895,,,0.00781596492631181,,0.023326382852582137,,,,,,0.06009802373423895,,,0.00781596492631181,,0.023326382852582137,,,,,,0.06009802373423895,,,0.00781596492631181,,0.023326382852582137,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q55,0.06278638120643967,,0.48989079000319163,,0.22154695797667256,,0.0659550949145627,,,0.00781596492631181,,0.027979508230463235,,,,,,0.0659550949145627,,,0.00781596492631181,,0.027979508230463235,,,,,,0.0659550949145627,,,0.00781596492631181,,0.027979508230463235,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q60,0.08673596163402685,,0.48989079000319163,,0.22154695797667256,,0.07181216609488644,,,0.00781596492631181,,0.03263263360834433,,,,,,0.07181216609488644,,,0.00781596492631181,,0.03263263360834433,,,,,,0.07181216609488644,,,0.00781596492631181,,0.03263263360834433,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q65,0.11068554206161409,,0.48989079000319163,,0.22154695797667256,,0.0776692372752102,,,0.00781596492631181,,0.03728575898622544,,,,,,0.0776692372752102,,,0.00781596492631181,,0.03728575898622544,,,,,,0.0776692372752102,,,0.00781596492631181,,0.03728575898622544,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q70,0.1392443800253156,,0.48989079000319163,,0.22154695797667256,,0.08352630845553395,,,0.00781596492631181,,0.04681999425471483,,,,,,0.08352630845553395,,,0.00781596492631181,,0.04681999425471483,,,,,,0.08352630845553395,,,0.00781596492631181,,0.04681999425471483,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q75,0.17010784675707452,,0.48989079000319163,,0.22154695797667256,,0.0893833796358577,,,0.00781596492631181,,0.05879478446850846,,,,,,0.0893833796358577,,,0.00781596492631181,,0.05879478446850846,,,,,,0.0893833796358577,,,0.00781596492631181,,0.05879478446850846,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q80,0.2009713134888334,,0.48989079000319163,,0.22154695797667256,,0.09524045081618146,,,0.00781596492631181,,0.07076957468230209,,,,,,0.09524045081618146,,,0.00781596492631181,,0.07076957468230209,,,,,,0.09524045081618146,,,0.00781596492631181,,0.07076957468230209,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q85,0.2481791331238828,,0.48989079000319163,,0.22154695797667256,,0.10109752199650521,,,0.00781596492631181,,0.08274436489609566,,,,,,0.10109752199650521,,,0.00781596492631181,,0.08274436489609566,,,,,,0.10109752199650521,,,0.00781596492631181,,0.08274436489609566,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q90,0.328075658565514,,0.48989079000319163,,0.22154695797667256,,0.10695459317682897,,,0.00781596492631181,,0.09471915510988928,,,,,,0.10695459317682897,,,0.00781596492631181,,0.09471915510988928,,,,,,0.10695459317682897,,,0.00781596492631181,,0.09471915510988928,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q95,0.40797218400714474,,0.48989079000319163,,0.22154695797667256,,0.1128116643571527,,,0.00781596492631181,,0.10669394532368283,,,,,,0.1128116643571527,,,0.00781596492631181,,0.10669394532368283,,,,,,0.1128116643571527,,,0.00781596492631181,,0.10669394532368283,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q98,0.45591009927212356,,0.48989079000319163,,0.22154695797667256,,0.11632590706534697,,,0.00781596492631181,,0.11387881945195902,,,,,,0.11632590706534697,,,0.00781596492631181,,0.11387881945195902,,,,,,0.11632590706534697,,,0.00781596492631181,,0.11387881945195902,,,,,,0.0015273119310014376,,,0.00781596492631181, +rhu2IQFLT_30F_to_45F_q99,0.4718894043604496,,0.48989079000319163,,0.22154695797667256,,0.11749732130141172,,,0.00781596492631181,,0.11627377749471773,,,,,,0.11749732130141172,,,0.00781596492631181,,0.11627377749471773,,,,,,0.11749732130141172,,,0.00781596492631181,,0.11627377749471773,,,,,,0.0015273119310014376,,,0.00781596492631181, diff --git a/tests/data/thermostat_f4080332-7bc7-40be-a4d1-26311b5ef726.csv b/tests/data/thermostat_f4080332-7bc7-40be-a4d1-26311b5ef726.csv index b0d24e6..6da265b 100644 --- a/tests/data/thermostat_f4080332-7bc7-40be-a4d1-26311b5ef726.csv +++ b/tests/data/thermostat_f4080332-7bc7-40be-a4d1-26311b5ef726.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,44.25,,,0.0,5.0,64.0 2011-01-01 01:00:00,0.0,,,44.25,,,0.0,30.0,64.0 2011-01-01 02:00:00,0.0,,,44.25,,,,21.0,65.5 diff --git a/tests/data/thermostat_f6b8d9fa-f189-4b47-9d8e-3785c1a06bbe.csv b/tests/data/thermostat_f6b8d9fa-f189-4b47-9d8e-3785c1a06bbe.csv index 27978cb..6d677b6 100644 --- a/tests/data/thermostat_f6b8d9fa-f189-4b47-9d8e-3785c1a06bbe.csv +++ b/tests/data/thermostat_f6b8d9fa-f189-4b47-9d8e-3785c1a06bbe.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,,,,,,30.5 2011-01-01 01:00:00,0.0,,,,,,,,29.5 2011-01-01 02:00:00,0.0,,,,,,,,28.5 diff --git a/tests/data/thermostat_fe01324c-e625-4b6c-862f-5a963f52c82a.csv b/tests/data/thermostat_fe01324c-e625-4b6c-862f-5a963f52c82a.csv index 34822aa..969e574 100644 --- a/tests/data/thermostat_fe01324c-e625-4b6c-862f-5a963f52c82a.csv +++ b/tests/data/thermostat_fe01324c-e625-4b6c-862f-5a963f52c82a.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,21.666666666666668,,,,,61.5 2011-01-01 01:00:00,0.0,,,21.666666666666668,,,,,65.0 2011-01-01 02:00:00,0.0,,,21.666666666666668,,,,,67.5 diff --git a/tests/data/thermostat_feadf000-44c3-45fc-8a67-177414868ae7.csv b/tests/data/thermostat_feadf000-44c3-45fc-8a67-177414868ae7.csv index a406591..fe5eb32 100644 --- a/tests/data/thermostat_feadf000-44c3-45fc-8a67-177414868ae7.csv +++ b/tests/data/thermostat_feadf000-44c3-45fc-8a67-177414868ae7.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,,,,,,35.5 2011-01-01 01:00:00,0.0,,,,,,,,31.0 2011-01-01 02:00:00,0.0,,,,,,,, diff --git a/tests/data/thermostat_single_emg_aux_constant_on_outlier.csv b/tests/data/thermostat_single_emg_aux_constant_on_outlier.csv index 4c4c788..da84958 100644 --- a/tests/data/thermostat_single_emg_aux_constant_on_outlier.csv +++ b/tests/data/thermostat_single_emg_aux_constant_on_outlier.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,60.0,,,1440,1440,67 2011-01-01 01:00:00,0.0,,,60.0,,,1440,1440,66.5 2011-01-01 02:00:00,0.0,,,60.0,,,1440,1440, diff --git a/tests/data/thermostat_type_1_single_data_out_of_order.csv b/tests/data/thermostat_type_1_single_data_out_of_order.csv index 3afe87e..373cf93 100644 --- a/tests/data/thermostat_type_1_single_data_out_of_order.csv +++ b/tests/data/thermostat_type_1_single_data_out_of_order.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,57.25,,,0.0,0.0,63.5 2011-01-01 01:00:00,0.0,,,57.25,,,0.0,14.0,68.0 2011-01-01 02:00:00,0.0,,,57.25,,,0.0,21.0,65.5 diff --git a/tests/data/thermostat_type_1_single_too_many_aux_minutes.csv b/tests/data/thermostat_type_1_single_too_many_aux_minutes.csv index 4666962..cccf466 100644 --- a/tests/data/thermostat_type_1_single_too_many_aux_minutes.csv +++ b/tests/data/thermostat_type_1_single_too_many_aux_minutes.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in 2011-01-01 00:00:00,0.0,,,57.25,,,0.0,0.0,65.0,75.0,63.5 2011-01-01 01:00:00,0.0,,,57.25,,,0.0,14.0,67.5,75.5,68.0 2011-01-01 02:00:00,0.0,,,57.25,,,0.0,21.0,64.5,72.5,65.5 diff --git a/tests/data/thermostat_type_1_single_too_many_cooling_minutes.csv b/tests/data/thermostat_type_1_single_too_many_cooling_minutes.csv index 02e4970..f751c55 100644 --- a/tests/data/thermostat_type_1_single_too_many_cooling_minutes.csv +++ b/tests/data/thermostat_type_1_single_too_many_cooling_minutes.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in 2011-01-01 00:00:00,61.0,,,57.25,,,0.0,0.0,65.0,75.0,63.5 2011-01-01 01:00:00,0.0,,,57.25,,,0.0,14.0,67.5,75.5,68.0 2011-01-01 02:00:00,0.0,,,57.25,,,0.0,21.0,64.5,72.5,65.5 diff --git a/tests/data/thermostat_type_1_single_too_many_emerg_minutes.csv b/tests/data/thermostat_type_1_single_too_many_emerg_minutes.csv index a5dd926..9018d57 100644 --- a/tests/data/thermostat_type_1_single_too_many_emerg_minutes.csv +++ b/tests/data/thermostat_type_1_single_too_many_emerg_minutes.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in 2011-01-01 00:00:00,0.0,,,57.25,,,0.0,0.0,65.0,75.0,63.5 2011-01-01 01:00:00,0.0,,,57.25,,,0.0,14.0,67.5,75.5,68.0 2011-01-01 02:00:00,0.0,,,57.25,,,0.0,21.0,64.5,72.5,65.5 diff --git a/tests/data/thermostat_type_1_single_too_many_heating_minutes.csv b/tests/data/thermostat_type_1_single_too_many_heating_minutes.csv index 392ac21..b6c3765 100644 --- a/tests/data/thermostat_type_1_single_too_many_heating_minutes.csv +++ b/tests/data/thermostat_type_1_single_too_many_heating_minutes.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in 2011-01-01 00:00:00,0.0,,,67.25,,,0.0,0.0,65.0,75.0,63.5 2011-01-01 01:00:00,0.0,,,57.25,,,0.0,14.0,67.5,75.5,68.0 2011-01-01 02:00:00,0.0,,,57.25,,,0.0,21.0,64.5,72.5,65.5 diff --git a/tests/data/thermostat_zero_days.csv b/tests/data/thermostat_zero_days.csv index 0c1b831..2787126 100644 --- a/tests/data/thermostat_zero_days.csv +++ b/tests/data/thermostat_zero_days.csv @@ -1,4 +1,4 @@ -datetime,cool_runtime_stg1,cool_runtime_stg2,cool_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,heat_equiv_runtime,emergency_heat_runtime,auxiliary_heat_runtime,temp_in +datetime,cool_runtime_stg1,cool_runtime_stg2,cool_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,heat_runtime_equiv,emergency_heat_runtime,auxiliary_heat_runtime,temp_in 2011-01-01 00:00:00,0.0,,,0.0,,,,,63 2011-01-01 01:00:00,0.0,,,0.0,,,,,69 2011-01-01 02:00:00,0.0,,,0.0,,,,,67 diff --git a/tests/data/v2_1spd_heat_pump.csv b/tests/data/v2_1spd_heat_pump.csv index b9c8c0d..3110999 100644 --- a/tests/data/v2_1spd_heat_pump.csv +++ b/tests/data/v2_1spd_heat_pump.csv @@ -1,4 +1,4 @@ -datetime,cool_equiv_runtime,cool_runtime_stg1,cool_runtime_stg2,heat_equiv_runtime,heat_runtime_stg1,heat_runtime_stg2,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in +datetime,cool_runtime_equiv,cool_runtime_stg1,cool_runtime_stg2,heat_runtime_equiv,heat_runtime_stg1,heat_runtime_stg2,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in 2018-01-01 00:00:00,,,,,,,,,,, 2018-01-01 01:00:00,,,,,,,,,,, 2018-01-01 02:00:00,,,,,,,,,,, diff --git a/tests/data/v2_2spd_furnace.csv b/tests/data/v2_2spd_furnace.csv index 819306d..2da8382 100644 --- a/tests/data/v2_2spd_furnace.csv +++ b/tests/data/v2_2spd_furnace.csv @@ -1,4 +1,4 @@ -datetime,cool_equiv_runtime,cool_runtime_stg1,cool_runtime_stg2,heat_runtime,heat_runtime_stg1,heat_runtime_stg2,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in +datetime,cool_runtime_equiv,cool_runtime_stg1,cool_runtime_stg2,heat_runtime,heat_runtime_stg1,heat_runtime_stg2,emergency_heat_runtime,auxiliary_heat_runtime,heating_setpoint,cooling_setpoint,temp_in 2018-01-01 00:00:00,,,,,,,,,,, 2018-01-01 01:00:00,,,,,,,,,,, 2018-01-01 02:00:00,,,,,,,,,,, diff --git a/thermostat/core.py b/thermostat/core.py index 85aa8b1..78cd1e0 100644 --- a/thermostat/core.py +++ b/thermostat/core.py @@ -204,7 +204,7 @@ def _format_rhu(self, rhu_type, low, high, duty_cycle): Lower-bound of the RHU bin high : int Upper-bound of the RHU bin - duty_cycle : int + duty_cycle : str The duty cycle (e.g.: None, 'aux_duty_cycle', 'emg_duty_cycle', 'compressor_duty_cycle') Returns diff --git a/thermostat/exporters.py b/thermostat/exporters.py index 67b7d67..6fe36b6 100644 --- a/thermostat/exporters.py +++ b/thermostat/exporters.py @@ -1,4 +1,5 @@ import pandas as pd +from warnings import warn from thermostat.columns import EXPORT_COLUMNS, CERTIFICATION_HEADERS COLUMN_LOOKUP = { @@ -79,6 +80,10 @@ def certification_to_csv(stats, filepath, product_id): df : pd.DataFrame DataFrame containing data output to CSV. """ + if stats is None: + warn("No certification data to export.") + return None + labels = [i.get('label') for i in stats] sw_version = stats[labels.index('all_tau_cvrmse_savings_p01_filter_heating')]['sw_version'] diff --git a/thermostat/importers.py b/thermostat/importers.py index 4b1cf0d..6945e32 100644 --- a/thermostat/importers.py +++ b/thermostat/importers.py @@ -36,6 +36,18 @@ logger = logging.getLogger(__name__) +INTERVAL_COLUMNS = { + 'datetime', + 'cool_runtime_stg1', + 'cool_runtime_stg2', + 'cool_runtime_equiv', + 'heat_runtime_stg1', + 'heat_runtime_stg2', + 'heat_runtime_equiv', + 'emergency_heat_runtime', + 'auxiliary_heat_runtime', + 'temp_in', + } class ZCTAError(Exception): pass @@ -293,6 +305,12 @@ def get_single_thermostat(thermostat_id, zipcode, df = pd.read_csv(interval_data_filename) + df.columns = map(str.lower, df.columns) + if not INTERVAL_COLUMNS.issubset(df.columns): + missing_columns = list(INTERVAL_COLUMNS.difference(df.columns)) + message = "Columns missing from interval data file: {}".format(missing_columns) + raise ValueError(message) + # load indices date_time = pd.to_datetime(df["datetime"]) df['datetime'] = date_time @@ -345,11 +363,11 @@ def _calculate_cool_runtime(df, thermostat_id, cool_type, cool_stage, hourly_ind if has_cooling(cool_type): cool_runtime_stg1 = df.cool_runtime_stg1 cool_runtime_stg2 = df.cool_runtime_stg2 - cool_equiv_runtime = df.cool_equiv_runtime + cool_runtime_equiv = df.cool_runtime_equiv if cool_runtime_stg1.gt(60).any() or \ cool_runtime_stg2.gt(60).any() or \ - cool_equiv_runtime.gt(60).any(): + cool_runtime_equiv.gt(60).any(): warnings.warn("For thermostat {}, cooling runtime data was larger than 60 minutes" " for one or more hours, which is impossible. Please check the data file." .format(thermostat_id)) @@ -377,11 +395,11 @@ def _calculate_heat_runtime(df, thermostat_id, heat_type, heat_stage, hourly_ind if has_heating(heat_type): heat_runtime_stg1 = df.heat_runtime_stg1 heat_runtime_stg2 = df.heat_runtime_stg2 - heat_equiv_runtime = df.heat_equiv_runtime + heat_runtime_equiv = df.heat_runtime_equiv if heat_runtime_stg1.gt(60).any() or \ heat_runtime_stg2.gt(60).any() or \ - heat_equiv_runtime.gt(60).any(): + heat_runtime_equiv.gt(60).any(): warnings.warn("For thermostat {}, heating runtime data was larger than 60 minutes" " for one or more hours, which is impossible. Please check the data file." .format(thermostat_id)) @@ -389,7 +407,7 @@ def _calculate_heat_runtime(df, thermostat_id, heat_type, heat_stage, hourly_ind if has_two_stage_heating(heat_stage): heat_runtime_both_stg = (first_stage_capacity_fraction(heat_type) * heat_runtime_stg1) + heat_runtime_stg2 - heat_runtime_in_bounds = heat_runtime_both_stg.dropna() <= df.heat_equiv_runtime.dropna() + heat_runtime_in_bounds = heat_runtime_both_stg.dropna() <= df.heat_runtime_equiv.dropna() if not(heat_runtime_in_bounds.all()): warnings.warn( 'Skipping import of thermostat with staged heating runtime ' diff --git a/thermostat/stats.py b/thermostat/stats.py index c78d71c..7c1c47e 100644 --- a/thermostat/stats.py +++ b/thermostat/stats.py @@ -237,6 +237,10 @@ def cooling_stats(df, filter_, label): "cooling", REAL_OR_INTEGER_VALUED_COLUMNS_COOLING, target_baseline_method) + if len(metrics_df) == 0: + warn("No data to compute for summary statistics.") + return None + very_cold_cold_df = metrics_df[[ (cz is not None) and "Very-Cold/Cold" in cz for cz in metrics_df["climate_zone"] @@ -551,6 +555,11 @@ def summary_statistics_to_csv(stats, filepath, product_id): """ + if stats is None: + warn("No summary statistics to export.") + return None + + drop_columns = [ 'national_weighted_mean_heating_no_filter', 'national_weighted_mean_heating_tau_cvrmse_savings_p01_filter',