urbanopt-cli 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/pull_request_template.md +2 -2
- data/CHANGELOG.md +15 -0
- data/Gemfile +11 -11
- data/README.md +1 -1
- data/example_files/Gemfile +3 -3
- data/example_files/mappers/Baseline.rb +233 -204
- data/example_files/mappers/HighEfficiency.rb +41 -8
- data/example_files/measures/BuildResidentialModel/measure.rb +25 -5
- data/example_files/resources/hpxml-measures/.gitignore +1 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +364 -694
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +1506 -889
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/location.rb +1 -1
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules.rb +1068 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_README.md +45 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_consumption_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_duration_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_cluster_size_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_event_duration_probability.csv +44 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_consumption_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_duration_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_config.yml +61 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_consumption_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_duration_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_cluster_size_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_event_duration_probability.csv +192 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_consumption_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_duration_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_cluster_size_probability.csv +4 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_event_duration_probability.csv +1531 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_midday_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_morning_duration_probability.csv +26 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_morning_duration_probability.csv +25 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_evening_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_midday_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_midday_duration_probability.csv +17 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_evening_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_evening_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_midday_duration_probability.csv +23 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_morning_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_morning_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_midday_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_morning_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_morning_duration_probability.csv +34 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_morning_duration_probability.csv +29 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-50percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-modified.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-flat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-radiant-barrier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-unvented-insulated-roof.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-vented.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-dwhr.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-standbyloss.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-hpwh.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-low-flow-fixtures.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-demand.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-manual.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-nocontrol.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-temperature.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-timer.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-evacuated-tube.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-ics.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-indirect-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-thermosyphon-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-uef.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-1.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-4.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-5.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-ach-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm50.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-flue.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-natural-ach.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-overhangs.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-windows-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-conditioned-basement-slab-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-slab.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-assembly-r.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-wall-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unvented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-vented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-coal-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ducts-leakage-percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-elec-resistance-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-furnace-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fireplace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fixed-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-floor-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-room-ac.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-cooling-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-heating-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-portable-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-programmable-thermostat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only-33percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-setpoints.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-wood-pellets-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-undersized.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath-AMY-2012.osw → base-location-AMY-2012.osw} +12 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv-atre-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-supply.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-whole-house-fan.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-defaults.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-neighbor-shading.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-multifamily.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw +363 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath.osw → base-schedules-user-specified.osw} +13 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw +364 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-timestep-10-mins.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-single-family-attached.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +53 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-auto.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-shared-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared-preconditioning.osw +373 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-shared.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-vacancy-6-months.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/dhw-indirect-without-boiler.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/ducts-location-and-areas-not-same-type.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/heating-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-crawlspace-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-electric-heat-pump-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-ceiling-fan-quantity.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-geometry-num-bathrooms.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-majority-heat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-finished-basement-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/slab-non-zero-foundation-height-above-grade.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unconditioned-basement-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/stochastic.csv +8761 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/user-specified.csv +8761 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +65 -61
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +104 -113
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/EPvalidator.xml +9 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +62 -10
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +4 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +8 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +127 -52
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +21 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +67 -45
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +17 -11
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +54 -26
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +3 -7
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +85 -20
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +500 -21
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +5 -2
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +14 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +44 -5
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +2 -2
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.rb +15 -5
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.xml +10 -10
- data/example_files/resources/hpxml-measures/SimulationOutputReport/resources/constants.rb +2 -0
- data/example_files/resources/hpxml-measures/SimulationOutputReport/tests/output_report_test.rb +29 -3
- data/example_files/resources/hpxml-measures/docs/source/build_residential_hpxml.rst +21 -7
- data/example_files/resources/hpxml-measures/docs/source/hpxml_to_openstudio.rst +36 -8
- data/example_files/resources/hpxml-measures/docs/source/simulation_output_report.rst +5 -4
- data/example_files/resources/hpxml-measures/tasks.rb +101 -175
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv +1 -1
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012.epw +1 -1
- data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +0 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-50percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +6 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-laundry-room.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater-recirc.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-uef.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-attached-multifamily.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-common-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-heated-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-housing-unit.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-multifamily-buffer-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-non-freezing-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-interior-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-flowrate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ideal-air.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-cooling-tower-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-eae.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-cooling-tower-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-ground-loop-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-detailed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath-AMY-2012.xml → base-location-AMY-2012.xml} +8 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-preconditioning.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shelter-coefficient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +5 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath.xml → base-simcontrol-calendar-year-custom.xml} +5 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-central-ac-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-plus-air-to-air-heat-pump-heating-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-elec-resistance-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-evap-cooler-furnace-gas-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-floor-furnace-propane-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-room-ac-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-air-conditioner-only-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-cooling-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-heating-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-room-ac-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-stove-oil-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-wall-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/appliances-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cfis-with-hydronic-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-dryer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-washer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/coal-for-non-boiler-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cooking-range-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dishwasher-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duplicate-id.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-attic-missing-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-exterior-foundation-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-roof-ceiling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-ceiling-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-floor-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-return-duct-leakage-missing.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-invalid-distribution-system-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/{invalid-wmo.xml → invalid-calendar-year.xml} +8 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml +4 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-neighbor-shading-azimuth.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-runperiod.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-appliance.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-duct.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-surface.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/orphaned-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerator-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-multiple-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-no-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/slab-zero-exposed-perimeter.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-door.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-clothes-washer-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-dishwasher-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-skylight.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-solar-thermal-system.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-window.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location-other.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +4 -2
- data/lib/uo_cli.rb +40 -22
- data/lib/uo_cli/version.rb +1 -1
- data/uo_cli.gemspec +3 -4
- metadata +149 -27
- data/example_files/resources/hpxml-measures/weather/data.csv +0 -1012
@@ -0,0 +1,16 @@
|
|
1
|
+
1,0.27314570078488565
|
2
|
+
4,0.19450196189928384
|
3
|
+
3,0.08539298181764493
|
4
|
+
14,0.007265300237705691
|
5
|
+
2,0.17408717893596526
|
6
|
+
8,0.05277941112160831
|
7
|
+
7,0.010875260384159043
|
8
|
+
5,0.02092087886966647
|
9
|
+
21,0.0018118491877087166
|
10
|
+
16,0.01228456839925019
|
11
|
+
12,0.02014726719081792
|
12
|
+
13,0.03408255131920802
|
13
|
+
6,0.08552948789334319
|
14
|
+
11,0.004929092211323387
|
15
|
+
9,0.010565410336669696
|
16
|
+
10,0.011681099410759664
|
@@ -0,0 +1,16 @@
|
|
1
|
+
8,0.14641559854436126
|
2
|
+
6,0.07008330206601368
|
3
|
+
1,0.25204520597858215
|
4
|
+
4,0.22591021738711306
|
5
|
+
2,0.18508177936774
|
6
|
+
12,0.0205270629373198
|
7
|
+
5,0.032688327277934866
|
8
|
+
18,0.0029619455708472654
|
9
|
+
3,0.036094953374698396
|
10
|
+
9,0.00969987294006869
|
11
|
+
7,0.003928252932274289
|
12
|
+
20,0.0024319831691491287
|
13
|
+
13,0.006018581806331276
|
14
|
+
17,0.0011082896039278777
|
15
|
+
15,0.0012662429130370788
|
16
|
+
16,0.003738384130601157
|
@@ -0,0 +1,11 @@
|
|
1
|
+
2,0.321541370032455
|
2
|
+
4,0.15788162396852568
|
3
|
+
1,0.3506673425991105
|
4
|
+
3,0.10072066892681264
|
5
|
+
9,0.001701121467871961
|
6
|
+
6,0.03367550506099452
|
7
|
+
7,0.0027013820434415065
|
8
|
+
5,0.015221387863350463
|
9
|
+
8,0.01257148342561824
|
10
|
+
11,0.0010387135580134832
|
11
|
+
10,0.002279401053805876
|
@@ -0,0 +1,14 @@
|
|
1
|
+
3,0.13540069098631735
|
2
|
+
2,0.33746757708674346
|
3
|
+
4,0.20881820145157043
|
4
|
+
1,0.24088603100495878
|
5
|
+
6,0.03818960004507364
|
6
|
+
9,0.002306746466309499
|
7
|
+
5,0.015761078010563985
|
8
|
+
8,0.017815100409951663
|
9
|
+
10,0.0009015815128687916
|
10
|
+
16,9.08060363196889e-05
|
11
|
+
12,0.0006601840279938834
|
12
|
+
7,0.0007760144862337983
|
13
|
+
11,0.0001372627605513341
|
14
|
+
14,0.0007891257145437449
|
@@ -0,0 +1,24 @@
|
|
1
|
+
2,0.29668678151555467
|
2
|
+
8,0.03405654894955119
|
3
|
+
1,0.25224578573437395
|
4
|
+
4,0.19997382942220146
|
5
|
+
5,0.015346747884181262
|
6
|
+
3,0.10811168916839124
|
7
|
+
6,0.05591593149300161
|
8
|
+
12,0.006917072798857395
|
9
|
+
9,0.0017692453423303175
|
10
|
+
10,0.004668334354117384
|
11
|
+
7,0.009645719582683175
|
12
|
+
11,0.001992519558176457
|
13
|
+
16,0.0026362385741207765
|
14
|
+
18,0.0012604823857733012
|
15
|
+
15,0.00061525133510167
|
16
|
+
13,0.0013576143799655421
|
17
|
+
14,0.002571826578513698
|
18
|
+
24,0.000856597438325125
|
19
|
+
19,0.000861199186704913
|
20
|
+
28,0.0009592956201165669
|
21
|
+
26,0.00019688343599944344
|
22
|
+
30,0.00014572913796630257
|
23
|
+
20,0.0005921210746499037
|
24
|
+
17,0.0006165550493421897
|
@@ -0,0 +1,34 @@
|
|
1
|
+
1,0.38464912227863945
|
2
|
+
2,0.3166611355716114
|
3
|
+
4,0.13220576382366248
|
4
|
+
7,0.00568133888439754
|
5
|
+
10,0.005992383588125239
|
6
|
+
3,0.06353791373095466
|
7
|
+
16,0.002575910280132596
|
8
|
+
14,0.0021669319857125237
|
9
|
+
12,0.00815284171326165
|
10
|
+
6,0.023148681611709847
|
11
|
+
8,0.036178874397931916
|
12
|
+
23,0.0010992225249471736
|
13
|
+
9,0.0021233335124894804
|
14
|
+
18,0.0009671598457495103
|
15
|
+
17,0.0004898250710795392
|
16
|
+
5,0.004735919789623707
|
17
|
+
31,0.0001806243695368516
|
18
|
+
15,0.0006414108419374457
|
19
|
+
19,0.0002834980895500977
|
20
|
+
24,0.0002933204847314219
|
21
|
+
11,0.0008689076483362168
|
22
|
+
20,0.000733924741015291
|
23
|
+
27,0.00039569663640406027
|
24
|
+
21,0.0006866732476036247
|
25
|
+
32,0.0004958517034723525
|
26
|
+
35,0.0006743424530629452
|
27
|
+
33,0.000492341090276707
|
28
|
+
26,0.00025714090269871894
|
29
|
+
13,0.0009756148771307549
|
30
|
+
38,0.0001604424736761869
|
31
|
+
22,0.00047470775623722285
|
32
|
+
28,0.0005767944356106918
|
33
|
+
30,0.0008045228581202506
|
34
|
+
42,0.0006378267805701241
|
@@ -0,0 +1,12 @@
|
|
1
|
+
1,0.40647834227351254
|
2
|
+
3,0.07079319841563424
|
3
|
+
2,0.395677696758085
|
4
|
+
10,0.0021369900300593357
|
5
|
+
8,0.006060003301635159
|
6
|
+
6,0.012964118571907133
|
7
|
+
4,0.0997786308937163
|
8
|
+
7,0.0009374196121574922
|
9
|
+
5,0.003936206892970828
|
10
|
+
9,0.00036959012716021437
|
11
|
+
13,0.0004078576249118905
|
12
|
+
12,0.0004599454982499374
|
@@ -0,0 +1,13 @@
|
|
1
|
+
12,0.004351175190349225
|
2
|
+
11,0.0002199796217491147
|
3
|
+
2,0.36138370711988754
|
4
|
+
1,0.393871901999262
|
5
|
+
3,0.05886378351591792
|
6
|
+
14,0.0026107120679085705
|
7
|
+
4,0.12367977528616368
|
8
|
+
8,0.024019941362784677
|
9
|
+
6,0.017770362793118534
|
10
|
+
5,0.0072498439601770895
|
11
|
+
7,0.003055518100413709
|
12
|
+
10,0.0016332340442141836
|
13
|
+
9,0.0012900649380536572
|
@@ -0,0 +1,24 @@
|
|
1
|
+
4,0.1890336130539205
|
2
|
+
1,0.25277575444286077
|
3
|
+
10,0.014555688112888408
|
4
|
+
16,0.0039593630260698655
|
5
|
+
3,0.0665154520463746
|
6
|
+
20,0.0019286430907659896
|
7
|
+
2,0.250727753828934
|
8
|
+
8,0.09244643875274966
|
9
|
+
12,0.023764642960244782
|
10
|
+
6,0.06078221624796336
|
11
|
+
14,0.0031375221840206015
|
12
|
+
11,0.00481698187665306
|
13
|
+
5,0.013524584563160127
|
14
|
+
7,0.0107306466886163
|
15
|
+
9,0.005066687674363125
|
16
|
+
17,0.0004157722620173692
|
17
|
+
13,0.002054508068859078
|
18
|
+
19,0.0009838949886405506
|
19
|
+
22,0.000292360203836017
|
20
|
+
23,0.00042980944131238
|
21
|
+
31,0.00055853327240343
|
22
|
+
38,0.0006206405749639066
|
23
|
+
24,0.00049297622481671
|
24
|
+
15,0.0003855164135651947
|
@@ -0,0 +1,29 @@
|
|
1
|
+
10,0.02246858270941016
|
2
|
+
1,0.2422100741526934
|
3
|
+
12,0.038559458946902984
|
4
|
+
31,0.0003162021796707806
|
5
|
+
4,0.1703006825806401
|
6
|
+
6,0.054205778518048496
|
7
|
+
8,0.171662418139498
|
8
|
+
2,0.17846667748697712
|
9
|
+
18,0.0032577086395764263
|
10
|
+
15,0.0023923730842559583
|
11
|
+
3,0.04777154718332112
|
12
|
+
16,0.015850314514361273
|
13
|
+
5,0.013602063499849465
|
14
|
+
13,0.00538412897134693
|
15
|
+
9,0.005826354160302154
|
16
|
+
7,0.007526391905613987
|
17
|
+
11,0.004656521426198647
|
18
|
+
14,0.0038570294408717407
|
19
|
+
28,0.0014635802112506137
|
20
|
+
19,0.0007949677208249043
|
21
|
+
21,0.000739406427762683
|
22
|
+
24,0.000670036312661505
|
23
|
+
39,0.0002488028521779183
|
24
|
+
47,0.001557037874570188
|
25
|
+
20,0.0022645504251524212
|
26
|
+
33,0.0013249271279675494
|
27
|
+
22,0.0014256679767969808
|
28
|
+
25,0.00036312629904033424
|
29
|
+
17,0.0008335892322559843
|
@@ -0,0 +1,14 @@
|
|
1
|
+
1,0.31042757398619464
|
2
|
+
2,0.35621740991887463
|
3
|
+
3,0.1014781308299592
|
4
|
+
4,0.18276917084570016
|
5
|
+
6,0.024971515594083688
|
6
|
+
8,0.009829746375911115
|
7
|
+
5,0.008297847562770187
|
8
|
+
7,0.0013505970837623517
|
9
|
+
11,0.00042194493542453026
|
10
|
+
10,0.0014612547384065652
|
11
|
+
15,0.00013989561003525938
|
12
|
+
9,0.00040817659141172374
|
13
|
+
17,0.0005734330868697221
|
14
|
+
12,0.0016533028405961187
|
@@ -0,0 +1,16 @@
|
|
1
|
+
1,0.26806929526050965
|
2
|
+
6,0.03413797959309546
|
3
|
+
2,0.3578908578289922
|
4
|
+
4,0.18199127640311602
|
5
|
+
8,0.01820052827217565
|
6
|
+
3,0.11905916729072952
|
7
|
+
7,0.0039012836028481128
|
8
|
+
10,0.0018800817271125382
|
9
|
+
5,0.009896228321113466
|
10
|
+
20,0.00014734090460132176
|
11
|
+
12,0.0019565581046706564
|
12
|
+
9,0.0010023572911688902
|
13
|
+
16,0.0005523619843006177
|
14
|
+
11,0.0005376141576723152
|
15
|
+
24,0.0003742823121385022
|
16
|
+
14,0.00040278694575535015
|
@@ -0,0 +1,665 @@
|
|
1
|
+
0.9982980376940812,0.001185835784000088,3.3069742616982814e-09,3.3069742616982814e-09,3.3069742616982814e-09,0.00025312868339669105,0.0002629879175994753
|
2
|
+
0.004708194133227037,0.7124531763330342,2.1486120284442697e-07,0.05063356519984719,2.1486120284442697e-07,0.16183811494159103,0.07036651966989475
|
3
|
+
5.216408402312482e-05,5.216408402312482e-05,0.9996870154958614,5.216408402312482e-05,5.216408402312482e-05,5.216408402312482e-05,5.216408402312482e-05
|
4
|
+
0.1030975335810884,1.3255089294897735e-06,1.3255089294897735e-06,0.6012323490220411,1.3255089294897735e-06,1.3255089294897735e-06,0.2956648153611525
|
5
|
+
4.050961613260569e-06,4.050961613260569e-06,4.050961613260569e-06,4.050961613260569e-06,0.8444456748516401,4.050961613260569e-06,0.15553407034029348
|
6
|
+
0.010416747939900915,1.5420243289072526e-07,1.5420243289072526e-07,1.5420243289072526e-07,1.5420243289072526e-07,0.9814283423624522,0.008154292887915212
|
7
|
+
0.04426980916456988,0.0205806501814715,0.007527562870061267,1.486886357540982e-07,1.486886357540982e-07,0.013760572931398719,0.9138611074752272
|
8
|
+
0.9887634366510462,0.00622493091578809,3.307517619801803e-09,0.00042859822665601316,3.307517619801803e-09,0.0016430695604282574,0.002939958031046353
|
9
|
+
0.015374160709753714,0.5315235919118916,2.622688669972815e-07,0.018594330650057545,2.622688669972815e-07,0.26120577831502634,0.17330161387553691
|
10
|
+
1.4327545017547358e-05,1.4327545017547358e-05,0.9999140347298948,1.4327545017547358e-05,1.4327545017547358e-05,1.4327545017547358e-05,1.4327545017547358e-05
|
11
|
+
0.08539558571702421,0.15255872826726732,1.450856313814934e-06,0.4507302451360474,1.450856313814934e-06,0.13040149307624901,0.18091104609078446
|
12
|
+
4.79704632043885e-06,4.79704632043885e-06,4.79704632043885e-06,0.1295625582042226,0.870413456564175,4.79704632043885e-06,4.79704632043885e-06
|
13
|
+
0.05972169466202461,1.3723332280339336e-07,1.3723332280339336e-07,1.3723332280339336e-07,1.3723332280339336e-07,0.9166763718156694,0.023601384589014604
|
14
|
+
0.07554184964008955,0.028157467893515052,1.4561348659146086e-07,0.012764317583454476,1.4561348659146086e-07,0.009783479802719548,0.8737525938532482
|
15
|
+
0.9972223525108864,0.0016834073415965545,0.00011395109204775274,0.0005412249379537866,3.333158715523878e-09,0.00012588097542521538,0.00031317980893149234
|
16
|
+
2.376868350077468e-07,0.7526041701439311,2.376868350077468e-07,0.01884161308077056,2.376868350077468e-07,0.12895338677628315,0.09960011693851031
|
17
|
+
1.4327545017547358e-05,1.4327545017547358e-05,0.9999140347298948,1.4327545017547358e-05,1.4327545017547358e-05,1.4327545017547358e-05,1.4327545017547358e-05
|
18
|
+
1.5979144848445664e-06,0.028559657830118886,1.5979144848445664e-06,0.30175610122462526,1.5979144848445664e-06,0.1273860631919928,0.5422933840098085
|
19
|
+
5.511044968153316e-06,5.511044968153316e-06,5.511044968153316e-06,5.511044968153316e-06,0.9999669337301911,5.511044968153316e-06,5.511044968153316e-06
|
20
|
+
1.2005557028464447e-07,0.013993399708776317,1.2005557028464447e-07,1.2005557028464447e-07,1.2005557028464447e-07,0.9836841881664844,0.0023219319024580386
|
21
|
+
0.011080290864550939,0.03698683765523316,1.2744021381959044e-07,0.002283311543469938,1.2744021381959044e-07,0.05699633396490823,0.8926529710914101
|
22
|
+
0.9645172627852687,0.016459682727666954,3.341471726791738e-09,0.0028934104110806803,0.00042477593623551003,0.004422476247651909,0.011282388550624592
|
23
|
+
2.4413590851215497e-07,0.4855809914216252,2.4413590851215497e-07,0.09771339701982468,2.4413590851215497e-07,0.2445589753970273,0.17214590375379743
|
24
|
+
0.18430425355262292,0.3287799995039312,0.4868772786531945,9.617072562825665e-06,9.617072562825665e-06,9.617072562825665e-06,9.617072562825665e-06
|
25
|
+
2.230101054187775e-06,0.2176954704107619,2.230101054187775e-06,0.5620800578306611,2.230101054187775e-06,0.035556671727651215,0.18466110972776303
|
26
|
+
5.511044968153316e-06,5.511044968153316e-06,5.511044968153316e-06,5.511044968153316e-06,0.9999669337301911,5.511044968153316e-06,5.511044968153316e-06
|
27
|
+
0.03966948345414452,1.0751720521762664e-07,1.0751720521762664e-07,1.0751720521762664e-07,1.0751720521762664e-07,0.9414996927101618,0.01883039376687285
|
28
|
+
0.057191145072792236,0.08764060733554285,1.2696477053983735e-07,0.008813010708967095,0.0012217201112524078,0.07940656748904792,0.7657268223176269
|
29
|
+
0.9971670786851325,0.0015821071272843878,3.454362577538062e-09,0.00039248326019451535,3.454362577538062e-09,0.0008583205643011324,3.454362577538062e-09
|
30
|
+
1.2925010957261592e-07,0.6841786409026479,1.2925010957261592e-07,0.017928381558500087,1.2925010957261592e-07,0.14249859972236453,0.15539399006615873
|
31
|
+
1.9750219097683514e-05,1.9750219097683514e-05,0.999881498685414,1.9750219097683514e-05,1.9750219097683514e-05,1.9750219097683514e-05,1.9750219097683514e-05
|
32
|
+
6.298779109671446e-07,0.18075291996222828,6.298779109671446e-07,0.4932285571443653,0.01701225880465732,0.09372526772213167,0.2152797366107953
|
33
|
+
3.1427100299989867e-06,0.03514495985828331,3.1427100299989867e-06,3.1427100299989867e-06,0.9648393265915666,3.1427100299989867e-06,3.1427100299989867e-06
|
34
|
+
0.008272133146404213,0.00817712327801187,8.52998676674059e-08,0.0015022907833969993,8.52998676674059e-08,0.9795708980624123,0.002477384130039223
|
35
|
+
0.013709815989019557,0.02478441271069268,9.642682234002349e-08,0.032823766195892834,0.003797545995457194,0.037808198165288416,0.887076164516827
|
36
|
+
0.9598631427918811,0.01890621193010742,3.461308654028162e-09,0.003650293906285258,3.461308654028162e-09,0.003741254926912206,0.013839089522196594
|
37
|
+
1.561892232745331e-07,0.5865679063564585,0.01413259556013019,0.020672390193499448,1.561892232745331e-07,0.1913024459971613,0.18732434951430407
|
38
|
+
1.9750219097683514e-05,1.9750219097683514e-05,0.999881498685414,1.9750219097683514e-05,1.9750219097683514e-05,1.9750219097683514e-05,1.9750219097683514e-05
|
39
|
+
7.176694023434723e-07,0.03730778021869659,7.176694023434723e-07,0.42550278916577694,0.0647533799060075,0.10246039833201563,0.3699742170386987
|
40
|
+
2.678063116631102e-06,0.46744507949021485,2.678063116631102e-06,0.03675832288618863,0.07233132332800914,0.10546928351825201,0.31799063465110217
|
41
|
+
0.005014667165231795,0.02077829274124803,7.476232781333991e-08,7.476232781333991e-08,7.476232781333991e-08,0.9688293747426473,0.005377441063889499
|
42
|
+
0.023210930912819852,0.04589854111782469,0.0049726312661221095,0.026343327111570954,9.28283151266831e-08,0.11181565047246367,0.7877588262908837
|
43
|
+
0.9952113935315048,0.0028211688936625053,3.6019249440063252e-09,0.0006084313853611848,3.6019249440063252e-09,0.000589476631431501,0.0007695223541903793
|
44
|
+
0.009647972983546159,0.6690882420158283,0.005768276955991412,0.024321377215826147,9.788035904580978e-08,0.20997997631162518,0.08119405663682373
|
45
|
+
5.1365764087444285e-06,5.1365764087444285e-06,0.9999691805415476,5.1365764087444285e-06,5.1365764087444285e-06,5.1365764087444285e-06,5.1365764087444285e-06
|
46
|
+
4.813796132591538e-07,0.17302255260825006,0.04061064624419974,0.35671009236621964,4.813796132591538e-07,0.009159187256999806,0.4204965587651042
|
47
|
+
8.529429911941786e-06,0.7695875199167244,0.230369832933716,8.529429911941786e-06,8.529429911941786e-06,8.529429911941786e-06,8.529429911941786e-06
|
48
|
+
6.005581778330639e-08,0.0031821905694850135,6.005581778330639e-08,6.005581778330639e-08,6.005581778330639e-08,0.996817509151426,6.005581778330639e-08
|
49
|
+
0.01467502013215158,0.018147734133919163,6.949295869842458e-08,0.007880697943944751,0.0028960448194638314,0.057124879739968694,0.8992755537375933
|
50
|
+
0.8843372329288222,0.04622879959302026,0.0008629840549295184,0.013300108015037271,0.0003395753991276962,0.012600297490464422,0.0423310025185986
|
51
|
+
0.02147219482942497,0.4072036414938499,1.1929178951600954e-07,0.037948010224179464,0.007389798449629365,0.28159532376870905,0.24439091194241774
|
52
|
+
2.739853846173206e-06,2.739853846173206e-06,0.7950142072804315,2.739853846173206e-06,2.739853846173206e-06,0.1086828621204083,0.09629197118377529
|
53
|
+
0.08012375146978909,0.06371100375135841,0.03179142441957704,0.32850625217907786,7.862741107363724e-07,0.17587675430435296,0.3199900276017339
|
54
|
+
2.3992361730807573e-05,2.3992361730807573e-05,2.3992361730807573e-05,2.3992361730807573e-05,2.3992361730807573e-05,0.9998560458296152,2.3992361730807573e-05
|
55
|
+
0.005772728407256693,0.010312711928499104,5.063761698095335e-08,0.0032105571334657607,5.063761698095335e-08,0.9773763621574956,0.0033275390980489787
|
56
|
+
0.016840199327142955,0.07478789788564794,0.009303697388348645,0.03651587935487053,0.005470491074743757,0.11094676999036814,0.746135064978878
|
57
|
+
0.9933327878522066,0.003994092829351369,4.077267749045555e-09,0.0007784312130491182,4.077267749045555e-09,0.000245212913827156,0.0016494670370305262
|
58
|
+
0.009479854905784001,0.7962059067920058,0.0022271013741558135,0.021592414954626042,0.004096440026940087,0.09252026225067443,0.07387801969581391
|
59
|
+
0.0715526914415731,1.4133488166927592e-06,0.823560543195201,0.04171057752346603,1.4133488166927592e-06,0.06317194779330984,1.4133488166927592e-06
|
60
|
+
1.9917228616680647e-07,0.07130898301313097,1.9917228616680647e-07,0.5025071621052531,0.006261734621140764,0.020798466839565755,0.399123255076337
|
61
|
+
4.216609580416319e-06,4.216609580416319e-06,4.216609580416319e-06,4.216609580416319e-06,0.870982858930701,4.216609580416319e-06,0.1289960580213968
|
62
|
+
0.005705729144528663,0.00395957400979171,3.689941913668414e-08,0.001123136166179347,3.689941913668414e-08,0.9760889027363718,0.013122584144290154
|
63
|
+
0.0015244617341517064,0.04609697642167276,0.00609169215201509,0.007422459573681388,3.944591796495441e-08,0.04882127351439717,0.890043097158164
|
64
|
+
0.91592952143419,0.031983095310444805,0.0012481878808301588,0.008834649695529022,0.0012183523821342075,0.00887817099035398,0.03190802230651774
|
65
|
+
6.015356196448696e-08,0.5499952630478973,0.0011892760495612565,0.041503592286887804,0.004718918175894537,0.19637036062841287,0.20622252965778434
|
66
|
+
1.2881176412612844e-06,1.2881176412612844e-06,0.7794410161363049,0.052112432688283424,1.2881176412612844e-06,1.2881176412612844e-06,0.16844139870484653
|
67
|
+
0.035955451500604696,0.1020768091682503,2.992246765643789e-07,0.35508281146973025,2.992246765643789e-07,0.06593550427411446,0.44094882513794725
|
68
|
+
3.224906837579429e-06,0.10964336671395522,3.224906837579429e-06,3.224906837579429e-06,0.43923217708397866,0.2324632045252484,0.21865157695630494
|
69
|
+
0.010126787057082951,0.01106233906879979,3.386652981888489e-08,0.0012550771097474451,3.386652981888489e-08,0.9730280129478731,0.004527716083437086
|
70
|
+
0.007710228807106376,0.07789976568562137,0.0047331388756689,0.02951220140904419,0.00517916135772254,0.06594041941558436,0.8090250844492524
|
71
|
+
0.9876632664816352,0.005691363443620274,0.0002878815440129836,0.0013621047910057503,4.461375058594185e-09,0.0021338654452132035,0.0028615138331375832
|
72
|
+
0.0016507691943316275,0.7245077397545866,5.069263718727419e-08,0.03675325928103219,0.0066247178021906755,0.11527016323110688,0.11519330004411481
|
73
|
+
9.472773636829368e-07,9.472773636829368e-07,0.8677655976101868,9.472773636829368e-07,9.472773636829368e-07,0.055824868657329454,0.07640574462302892
|
74
|
+
2.042113340288902e-07,0.06662910997932847,0.007592833629765265,0.5510066050663059,0.014793436564487766,0.09319268710829658,0.26678512344048194
|
75
|
+
1.5383607316959129e-06,0.028535070462697088,1.5383607316959129e-06,1.5383607316959129e-06,0.7737850834303467,0.0658897731062081,0.13178545791855292
|
76
|
+
2.761465803133602e-08,0.005712886135852781,0.0015800646847446093,0.0011825186296846623,2.761465803133602e-08,0.9676375021068122,0.02388697321358958
|
77
|
+
2.891161038590115e-08,0.04170753387533323,0.0018309239519443536,0.015253792985807722,0.005132783961819245,0.07082732096903883,0.8652476153444462
|
78
|
+
0.7572350893928708,0.08746361148874394,0.0032584199595364384,0.030095729740776365,0.001196282873089918,0.02895615202196898,0.09179471452301341
|
79
|
+
5.694061076885181e-08,0.550460277512763,0.004009103940774593,0.032360523803197074,0.006217329911973632,0.20258150326519175,0.2043712046254893
|
80
|
+
8.78487365557301e-07,0.014438322538862495,0.7490932076994579,0.08175095779000556,0.052862003029012054,0.017368281271793393,0.08448634918350323
|
81
|
+
2.3261359850961705e-07,0.0768032435581259,0.006368207637404588,0.36543798546018397,0.09387753967314853,0.0341553976680616,0.4233573933894769
|
82
|
+
1.1316624220316561e-06,0.028540103025913453,0.08422749930544152,0.14789214458352967,0.41413477789255243,1.1316624220316561e-06,0.32520321186771883
|
83
|
+
0.002212324836553991,0.008953997888356005,0.0003496780986789755,0.003379217533317307,2.4509307356037144e-08,0.974894065304958,0.010210691828828448
|
84
|
+
0.012247610717436248,0.09053205424353007,0.016074039638854783,0.03996641062034626,0.006672776599242067,0.10386725762253192,0.7306398505580587
|
85
|
+
0.9916299531861011,0.005015581809966196,5.945897764982343e-09,0.0017953571374804507,0.00013199697768390142,0.0007784390417675118,0.0006486659011031742
|
86
|
+
0.0006112858684787689,0.7843761250963599,0.006277767705553824,0.02733981923097111,0.003839433235446878,0.09154306921841149,0.08601249964477788
|
87
|
+
4.299016703165742e-07,0.06723437340874845,0.7827617107575948,0.009954765062638959,0.045533548282699204,4.299016703165742e-07,0.09451474268497813
|
88
|
+
0.002379995429988224,0.06224331865810447,0.004532316795590571,0.6403131823738711,0.010584005005341266,0.02010522326383007,0.25984195847327424
|
89
|
+
6.951645602519954e-07,0.1400113521725709,0.03772613807384359,0.018416193868999155,0.5738536097984618,0.018657617759652825,0.21133439316191144
|
90
|
+
0.006086878414930737,0.006460454834399689,0.001297668487224703,0.0008072991583453875,1.8668533047753947e-08,0.9765660668700004,0.008781613566566189
|
91
|
+
0.001175602137524924,0.061261730485872065,0.005534756842655656,0.011947298234899931,0.006102186770315966,0.05098218983761402,0.8629962356911175
|
92
|
+
0.8459968010224878,0.06149211671893941,0.0008778887386537612,0.0259767344186534,0.0004252339793274868,0.012962947874052496,0.0522682772478857
|
93
|
+
3.19954052263719e-08,0.565450988125159,0.005571190127420692,0.04404337214939355,0.007229468638604532,0.17090983965691087,0.20679510930710612
|
94
|
+
4.0185092493478755e-07,0.06398850395488398,0.7641516126705464,0.037533176150820205,0.015650241607068367,0.03918983900903514,0.07948622475672094
|
95
|
+
1.1509656270358037e-07,0.05707230262879325,0.02971254932422915,0.48129588485539626,0.015331875229712702,0.027384552411334716,0.3892027204539712
|
96
|
+
6.619112267192146e-07,0.2108810706678243,0.072497829846905,0.03966959437208301,0.426165216900895,0.04015611670062202,0.21062950960044388
|
97
|
+
1.713471864635863e-08,0.00555454011561514,0.0010225706073274832,0.0030942406941063564,1.713471864635863e-08,0.9765988459425065,0.013729768371007301
|
98
|
+
0.0045518163396568116,0.11223563040347742,0.010594103510776156,0.032461974976176214,0.008233079554331193,0.07343904741134517,0.7584843478042371
|
99
|
+
0.9877493848979353,0.006884884673255947,7.057498243513102e-09,0.0008847048230960879,7.057498243513102e-09,0.0005577290813264963,0.0039232824093897185
|
100
|
+
2.8520419427031483e-08,0.7576898412558857,0.010644169270977208,0.0286940391503298,0.0007576936079789194,0.09184024145981896,0.11037398673458987
|
101
|
+
3.1267030700613194e-07,0.031516953587811106,0.8075436237269384,3.1267030700613194e-07,0.03427994867616232,0.01592804488399205,0.11073080378448213
|
102
|
+
8.392039707135657e-08,0.07076218984653143,0.002157828090720371,0.5964438657632152,0.022501875767242687,0.040372559204429746,0.2677615974074635
|
103
|
+
6.49672894186474e-07,0.16993979452732297,0.017747808585667144,0.10106430296932183,0.5693218644740823,6.49672894186474e-07,0.14192493009781743
|
104
|
+
0.0023531503400809526,0.008482101452024316,1.4555570929818313e-08,0.001988216493488939,0.0003883098373038185,0.9794714118859073,0.007316795435623813
|
105
|
+
0.0013860054156064113,0.05911359569834756,0.005038835751312666,0.01143343738328953,0.010685609775402036,0.05451355455383775,0.857828961422204
|
106
|
+
0.5553602041548182,0.15477898968410694,0.004459898036277348,0.07077883812095428,0.0011972515795778311,0.046477318173715663,0.1669475002505497
|
107
|
+
0.00032444267421336004,0.5582673410559056,0.00533778376677307,0.03753578309851408,0.010767913323792797,0.18745036556734254,0.20031637051345855
|
108
|
+
3.023798982869865e-07,0.06896266417247453,0.6681948169215005,0.027181338409552766,0.031941152794652934,0.06424465466201568,0.13947507065990533
|
109
|
+
1.0860929786613712e-07,0.09844361130135738,0.029112105020821025,0.3973007498330333,0.04500386221361424,0.027907092928552445,0.4022324700933238
|
110
|
+
5.155844800194148e-07,0.16642197754036978,0.05887861078597702,0.011883276010833473,0.4847470187442709,0.04480321398562414,0.23326538734844476
|
111
|
+
1.3450199002818084e-08,0.013953818977005244,0.0008109093845123043,0.007222600414613232,0.0010713010957785494,0.9641355032994651,0.012805853378426635
|
112
|
+
0.007250702254829659,0.09253787037455245,0.011056561936228395,0.019757127235274397,0.00836941374774409,0.0891338098957418,0.7718945145556292
|
113
|
+
0.9893837281537894,0.0038115664465939157,1.2770773693358836e-08,0.002593489205729364,1.2770773693358836e-08,0.0030131753923631206,0.0011980152599768352
|
114
|
+
0.0006130397621286928,0.7906275365580538,0.008905046784702372,0.009974741293597052,0.004376497312907815,0.08071756709921486,0.10478557118939538
|
115
|
+
2.4330392143308535e-07,0.017989772601133096,0.7254042652676631,0.026581617326716947,0.03939419534326901,0.06404629034782709,0.12658361580946928
|
116
|
+
0.002346289914166797,0.06399633666086868,0.007345930082802761,0.6540793577652425,0.01062082930966295,0.03616677866377704,0.2254444776034793
|
117
|
+
3.9082353284865994e-07,0.1293227518026734,3.9082353284865994e-07,0.024360196856134123,0.6527917682670381,0.07612064708246206,0.11740385434462665
|
118
|
+
1.1085673753531034e-08,0.005276858014883182,0.0021166599086419042,0.0028553504238126763,1.1085673753531034e-08,0.9799983630587302,0.009752746422584462
|
119
|
+
0.00035663562693816523,0.06161049323777893,0.004543298890259685,0.01226780246976359,0.006175370606931644,0.052410826019621014,0.862635573148707
|
120
|
+
0.8167572783799824,0.06829804608247328,0.0023792481753042785,0.0324071483053262,1.2891578383982293e-08,0.023244857885205694,0.0569134082801297
|
121
|
+
0.0031509723860898876,0.6115927710070982,0.006989967123336291,0.024613382841692583,0.0038201619779997266,0.167763054713055,0.1820696899507283
|
122
|
+
2.443632876191356e-07,0.08832851191672703,0.6416263719710085,0.02570606828193536,0.029858882123926813,0.05618345129727792,0.1582964700458367
|
123
|
+
7.696547099204426e-08,0.10485232897624482,0.008400136792688485,0.3762275417734858,0.02178393713151576,0.07602988265876699,0.4127060957018272
|
124
|
+
3.673776325941025e-07,0.1681280701874249,0.02292714196752961,0.027586681209447548,0.39457304787756853,0.10021215890718324,0.2865725324732137
|
125
|
+
1.0220522658887328e-08,0.0070968212705426045,0.0015198607083642122,0.0013241736762745725,0.00014907294141371932,0.9777339282792485,0.01217613290363364
|
126
|
+
0.0010082698360802673,0.10968028851341842,0.0048072479362856035,0.01267873692443996,0.005979862874359048,0.1046024433338716,0.761243150581545
|
127
|
+
0.9837112798431383,0.011727339274395005,1.572824234416264e-08,0.0017076443843502627,1.572824234416264e-08,0.0018366102978324688,0.0010170947437992954
|
128
|
+
0.00047112392848410877,0.7427026332486398,0.003966976482222337,0.016489375693820776,2.2370956518168546e-08,0.1376863724705885,0.09868349580528814
|
129
|
+
2.6074051960035564e-07,0.025328845876314017,0.8090153454413269,2.6074051960035564e-07,0.00640676836078958,0.0518622283100767,0.10738629053045363
|
130
|
+
0.0024688497263585193,0.05504642097178906,0.002512856260275361,0.5937328970481999,0.01576974313786803,0.03543602220894681,0.2950332106465621
|
131
|
+
4.651252058630743e-07,0.10309681051569472,0.036642031661253724,4.651252058630743e-07,0.6279116934406457,0.024537083385088802,0.20781145074690544
|
132
|
+
0.0008334873678904718,0.0020757013570480965,0.00026295682653525827,0.0014869725101886446,0.00028107533279975736,0.9891978749709619,0.005861931634575893
|
133
|
+
0.0005808806836942931,0.0420065162744196,0.005770146313042051,0.006468477418591069,0.005586704012038976,0.07466608310957677,0.8649211921886373
|
134
|
+
0.5500754410413958,0.183918447096227,0.00294788614762238,0.03580890489254198,0.0018678703719932268,0.1008595025891844,0.12452194786103529
|
135
|
+
2.597671359192714e-08,0.520330761058918,0.011437180232171287,0.03066948718905467,0.004161139524393887,0.2707832899336417,0.16261811608510687
|
136
|
+
2.572058440754961e-07,0.13515060748879715,0.6055991297583078,0.03961374223384626,0.015386605051545372,0.09284335063519777,0.11140630762646159
|
137
|
+
1.3520146735320897e-07,0.08699445488534428,0.010496692797934035,0.3222094848680329,0.039890872420833674,0.13031449532750253,0.4100938644988853
|
138
|
+
4.947509855895614e-07,0.11932689058884212,0.035726612846654,0.00948992498863726,0.4349028595689029,0.22538606132468886,0.1751671559312892
|
139
|
+
0.00180176057420044,0.004603675060827259,0.0012358905878293487,0.0013192024446399926,7.888642942528599e-09,0.9849356718570423,0.006103791586817657
|
140
|
+
0.005842008171672878,0.1023129302689339,0.009232131887100068,0.01477270849830522,0.009358027133954516,0.1835994493836523,0.6748827446563811
|
141
|
+
0.9849071157852516,0.0025161608738110703,2.840616047679836e-08,0.003506897826367593,2.840616047679836e-08,0.0083019629871459,0.0007678057151029163
|
142
|
+
2.3955074311040248e-08,0.744428962190159,0.0033121243962702667,0.006679377811335928,0.005710679855143341,0.1409465994217818,0.09892223237023526
|
143
|
+
2.484705757597947e-07,0.04132427473906498,0.721501770413265,0.004528660690670151,0.005413482409751797,0.04799487553721881,0.17923668773945342
|
144
|
+
1.36385766643498e-07,0.04470676236483014,1.36385766643498e-07,0.6760123150223463,0.008009212518118394,0.06450305362844042,0.20676838369473138
|
145
|
+
4.42537299407504e-07,0.08907562558520653,4.42537299407504e-07,0.024928059649758222,0.5537921510634961,0.06232253183742264,0.26988074678951773
|
146
|
+
0.00014322975623750833,0.003156706708647863,0.0012702223377007876,0.0007385992036099325,6.326298065106082e-09,0.9869571715301312,0.0077340641373746
|
147
|
+
0.0033641100915381156,0.0409551318111322,0.0024844617909727863,0.0054130130232736785,0.005497080494010147,0.08535647777850208,0.856929725010571
|
148
|
+
0.794397619043775,0.08425183511759088,0.00046848158093404574,0.01804481175535905,2.8621046120294564e-08,0.03486945726789717,0.06796776661339772
|
149
|
+
2.830133390737192e-08,0.5537660750252981,0.008229215220757717,0.023443991518886563,0.0038054013813201997,0.24842220089139494,0.16233308766100873
|
150
|
+
2.9211606088364663e-07,0.0526674620384005,0.6556547684174003,0.007889709961600558,2.9211606088364663e-07,0.06759255307403925,0.21619492227643763
|
151
|
+
1.6825335863809495e-07,0.06640524803797138,0.016010099078502222,0.44161287512610065,0.022091075498384922,0.10791273475646436,0.34596779924921783
|
152
|
+
5.077118577613335e-07,0.10157784308344867,0.0632037102539957,0.040783476067077724,0.6196824454156348,0.011052036110776018,0.16369998135720917
|
153
|
+
0.00031838255608847727,0.004772444912308093,0.000755853956040373,0.0014809714780607062,5.910444502496285e-09,0.9841117675689143,0.008560573618143521
|
154
|
+
0.0019018913225547413,0.05716039934563604,0.008630995016302623,0.01039073174146534,0.006716272427251162,0.15922132664594912,0.755978383500841
|
155
|
+
0.9743991496636415,0.01304607745687557,3.5786340868995204e-08,0.001095039905780129,3.5786340868995204e-08,0.0085354023090734,0.002924259091947712
|
156
|
+
3.5560181051773946e-08,0.6987150042903125,0.007700151833515325,0.0050744145677463085,3.5560181051773946e-08,0.1865966898417217,0.10191366834634202
|
157
|
+
0.014717296795646125,0.031145672787197418,0.7340056517595505,0.01156086567653154,0.011516265147280874,0.08531879994639291,0.11173544788740057
|
158
|
+
1.93284453396275e-07,0.03798329528536295,0.01402308911672297,0.6286574102768596,0.03357108832919631,0.08237159640370201,0.20339332730370285
|
159
|
+
5.10301494989344e-07,0.06357440954258176,5.10301494989344e-07,5.10301494989344e-07,0.6396970379523546,0.1258708249540794,0.17085619664649934
|
160
|
+
0.000305534880260429,0.0013147116003077875,0.0009525179706940652,0.0016005755394927369,4.348515311119864e-05,0.9861954564261456,0.009587718429988203
|
161
|
+
0.0005998784264586421,0.02471133533455183,0.003442227584568007,0.00439865662593487,0.0036529329489354916,0.12383219808629951,0.8393627709932516
|
162
|
+
0.5225600555399277,0.13310877174603253,3.6526933594176085e-08,0.04445990375578453,0.009082526703311175,0.13360832053099192,0.15718038519701857
|
163
|
+
4.4799839621265774e-08,0.44147899012822767,0.006808982200005683,0.027890269716521917,0.005166028122537352,0.3107662542043201,0.20788943082854777
|
164
|
+
3.0578610773680696e-07,0.04948619956775798,0.5631803054068111,0.05487933133142836,0.009462877843851136,0.18084619595085016,0.1421447841131935
|
165
|
+
2.464053037328536e-07,0.054943623000733494,0.014893882080953344,0.4060501020787166,0.02025301365555,0.04234425703025472,0.4615148757484881
|
166
|
+
5.82485763016309e-07,0.02530546727569087,0.09264164078700891,5.82485763016309e-07,0.38041236347886664,0.2098015414449347,0.29183782204197295
|
167
|
+
0.00012115290319731916,0.0056905928482246125,0.00022686370723147643,0.0010189698794716704,9.986134640811507e-05,0.984556387760269,0.008286171555197877
|
168
|
+
0.008213994173462056,0.058272140546418084,0.008874952460788883,0.010540497859721899,0.008876178488624946,0.21906235809535662,0.6861598783756275
|
169
|
+
0.9737383689434076,0.015511152826532173,6.7390546903637e-08,6.7390546903637e-08,6.7390546903637e-08,0.010750208667872348,6.7390546903637e-08
|
170
|
+
0.0017420229579875378,0.7374037682766401,0.005447293719557641,0.004395100723483974,5.354644783042591e-08,0.19062549667228051,0.06038626410360238
|
171
|
+
3.5611793234770115e-07,0.038780436985126066,0.6851585244892772,3.5611793234770115e-07,0.01629705592531991,0.08115691012040883,0.1786063602440034
|
172
|
+
2.210457553538639e-07,0.029987328442352586,0.01659850313311227,0.7091564805460243,0.021165749760464064,0.08204906125821228,0.14104265581407918
|
173
|
+
5.883667422109699e-07,0.08394144856104362,0.013984525234704063,0.02538198679770217,0.654011794377086,0.18188544076350482,0.04079421589921704
|
174
|
+
0.0009148999287375839,0.003564653847898131,0.0003430801470661107,0.0004931006531101985,0.00014625605274560982,0.9875488399498733,0.006989169420568986
|
175
|
+
0.0071202539935034835,0.023851763283125948,0.002514100777436535,0.002759311617038618,0.006058037820558099,0.1084592832366756,0.8492372492716617
|
176
|
+
0.8461191622904263,0.0582263065358279,6.629672238157685e-08,0.0116809521436217,6.629672238157685e-08,0.02492787285833028,0.059045573578348914
|
177
|
+
6.054508175059488e-08,0.488491901467394,0.01736660290836561,0.027447938766248157,0.0015566461020691215,0.3206537296939223,0.14448312051691892
|
178
|
+
4.270629601492805e-07,4.270629601492805e-07,0.7478028879016552,4.270629601492805e-07,0.017953645665486247,0.088323869862676,0.14591831538130226
|
179
|
+
2.7796557402191505e-07,0.027940139910705136,0.011976098881553161,0.5060180543560863,0.027801585931231276,0.08750542998056701,0.33875841297428316
|
180
|
+
6.15607112928191e-07,0.15003361834757076,6.15607112928191e-07,6.15607112928191e-07,0.5375253334354466,0.1327619456686843,0.1796772557269595
|
181
|
+
7.43917361574214e-05,0.0039691053923673275,0.001029800285561151,0.0005766811934764986,4.33400696920002e-09,0.9865878724117632,0.0077621446466676226
|
182
|
+
0.0023099602497624657,0.04822809366528843,0.005250676233202373,0.012801264358128034,0.00455257069896566,0.20403401461449144,0.7228234201801615
|
183
|
+
0.9569974766126007,0.018333916319307933,7.752862633509755e-08,7.752862633509755e-08,7.752862633509755e-08,0.005381546677319433,0.01928682780489293
|
184
|
+
7.88366525458831e-08,0.7162332990167902,7.88366525458831e-08,0.0063604209839249175,7.88366525458831e-08,0.20363967383191972,0.07376636965740757
|
185
|
+
3.8634725073791604e-07,0.018402990599094306,0.7342953873861587,0.02901112505678573,0.022019721609459246,0.05280512428420269,0.14346526471704857
|
186
|
+
3.0857037392599203e-07,0.0274851651284772,3.0857037392599203e-07,0.5868597454107028,3.0857037392599203e-07,0.10221402582053249,0.28344013792916584
|
187
|
+
7.844120580783571e-07,0.03882619816815443,7.844120580783571e-07,7.844120580783571e-07,0.6682659965566548,0.14773751513491853,0.145167936904098
|
188
|
+
4.0894574524554464e-09,0.004981766173529815,0.0003689970290525064,0.0016212587018976643,0.00011176593114539931,0.9843362213299867,0.008579986744930584
|
189
|
+
2.269723914220315e-08,0.02517109947182245,0.009955929406795364,0.00407802714292598,0.007691400580375216,0.10927304624833806,0.8438304744525038
|
190
|
+
0.6591785080179082,0.11456802631642528,8.101232296335196e-08,0.029058944245702763,8.101232296335196e-08,0.07919660320029705,0.11799775619502073
|
191
|
+
8.449583454820893e-08,0.44074312038069346,8.449583454820893e-08,0.00938461222600935,0.010696916582396705,0.3928486006947745,0.14632658112445682
|
192
|
+
4.116097523827861e-07,0.023523008488869897,0.5331376733387089,0.031140737570227155,4.116097523827861e-07,0.26359191701244716,0.1486058403702422
|
193
|
+
3.7968574206272135e-07,0.07835105492643944,3.7968574206272135e-07,0.527387291653962,3.7968574206272135e-07,0.07880169683952379,0.3154588175228485
|
194
|
+
7.84233969771592e-07,0.09213224600058349,0.037839701987859596,0.1309359293246495,0.22326506610992686,0.2099997272860735,0.30582654505693735
|
195
|
+
0.0022048573079057137,0.0025955222267039072,0.00035919435084036155,0.0022336448295846066,4.0189041159847396e-09,0.9797557768436252,0.012851000422436112
|
196
|
+
0.004478456741356947,0.06307787246010213,0.007002122235618244,0.011237170080391115,0.005427669720245857,0.22281594818719885,0.6859607605750869
|
197
|
+
0.956003561450291,1.1269892975894678e-07,1.1269892975894678e-07,1.1269892975894678e-07,1.1269892975894678e-07,0.03485791142931519,0.009138076324675023
|
198
|
+
0.014562043219832572,0.691607600310878,0.002941333407271974,0.009042693344437316,0.004468850609203681,0.18909727706305463,0.08828020204532187
|
199
|
+
5.792013846484137e-07,0.07609422736727209,0.6974392539547711,5.792013846484137e-07,5.792013846484137e-07,0.1555754262903774,0.0708893547834253
|
200
|
+
3.1965148374619194e-07,0.07767727708701141,0.006976653325773952,0.6014678579576925,0.02862973982185103,0.03025821317434422,0.25498993898184313
|
201
|
+
1.56518257699634e-06,0.18742823520516025,0.0937531141473029,1.56518257699634e-06,0.5125609161502885,0.13015862525618307,0.0760959788759111
|
202
|
+
0.0012184252568303436,0.005769717531055094,0.0013793390525156804,0.002417145976624715,9.670109570022775e-05,0.9775700418384405,0.011548629248833446
|
203
|
+
0.006719998067044574,0.026642288293895797,0.005751587780530171,0.017138760933769825,0.002764212844076844,0.09458294885699521,0.8464002032236877
|
204
|
+
0.8567565529405262,0.04428962915429125,1.0873912212928576e-07,1.0873912212928576e-07,1.0873912212928576e-07,0.05984419874236685,0.03910929294544936
|
205
|
+
9.903555812068556e-08,0.5215210218143717,0.003384205067199455,0.004060631137235056,9.903555812068556e-08,0.3491631433700175,0.1218708005400601
|
206
|
+
0.026181287575867282,0.0369403219564223,0.5864944858689558,5.30251282829612e-07,5.30251282829612e-07,0.30173686361482605,0.04864598048136279
|
207
|
+
3.093560298812535e-07,0.0145957581334157,3.093560298812535e-07,0.5962808400089191,3.093560298812535e-07,0.03553251959286749,0.3535899541967082
|
208
|
+
1.6956233613843897e-06,0.03606543336329637,1.6956233613843897e-06,1.6956233613843897e-06,0.5753880149738092,0.19223348329175777,0.19630798150105241
|
209
|
+
0.001039854985305432,0.003409264716482656,0.0004996921003832,0.0028502306750789567,3.8428644616463555e-09,0.980855406341866,0.011345547338019412
|
210
|
+
0.0072479407115047766,0.04170719209056816,0.0027449388235840167,0.011975891645300338,0.002529098979494687,0.18758918465442778,0.7462057530951202
|
211
|
+
0.9739127970961848,0.0027572058794016517,1.1819935589745207e-07,0.004983257403871263,1.1819935589745207e-07,0.018346385022474754,1.1819935589745207e-07
|
212
|
+
0.005677031623319772,0.6714165450378378,1.2191843083039681e-07,0.004138729601873938,1.2191843083039681e-07,0.23637099646426435,0.08239645343584245
|
213
|
+
7.303348860137943e-07,0.026928426930332296,0.5193007525307626,0.04028691901283722,0.02603743682584905,0.19017474889750194,0.19727098546783095
|
214
|
+
3.182744115474855e-07,0.01686243670710408,0.007105040631237802,0.7119045969802389,0.015754240477590664,0.10366877661292374,0.1447045903164933
|
215
|
+
2.322767713291429e-06,0.11247503348063144,2.322767713291429e-06,2.322767713291429e-06,0.5295011630960965,0.29964561730033584,0.05837121781979628
|
216
|
+
0.0009250771203069157,0.001447709857945316,0.001028956506983748,0.0026482053471168034,3.747046030660212e-09,0.9836666320004824,0.010283415420118831
|
217
|
+
0.010625464768753673,0.0300191595298273,0.0015816487587520973,0.011844644039090392,0.002484770421300898,0.13519777221677756,0.808246540265498
|
218
|
+
0.5967037491357097,0.12029485984260671,1.1259370595790835e-07,0.018920023493070738,0.002309788726425291,0.15141544883888744,0.1103560173695942
|
219
|
+
1.4205467408188606e-07,0.4066802036299818,1.4205467408188606e-07,0.0186997768519698,1.4205467408188606e-07,0.4499219436937603,0.12469764966026572
|
220
|
+
9.435328109497831e-07,9.435328109497831e-07,0.4313207096305222,0.021551249042292282,9.435328109497831e-07,0.3104557823842278,0.2366694283445248
|
221
|
+
2.887481470138421e-07,0.018767449488884588,0.009945264487868312,0.4758631717929204,0.029447569013077747,0.13683129513145886,0.32914496133764304
|
222
|
+
2.534191513103517e-06,0.06015598701373023,0.1254397496788572,0.19243283865324004,0.048149808358654185,0.4274648868392462,0.14635419526475898
|
223
|
+
0.001871681689160757,0.004729457910633237,0.0005969473605879899,0.0027804753922023528,3.706987388822319e-09,0.9679637869333286,0.02205764700709964
|
224
|
+
0.009951333708140294,0.04045404109439189,0.004662224380386105,0.0231303972198303,0.0007620560644554337,0.3511618211591425,0.5698781263736535
|
225
|
+
0.9176875631008067,0.01632181097717359,1.6367137050732888e-07,0.04776771701146861,1.6367137050732888e-07,1.6367137050732888e-07,0.01822241789643942
|
226
|
+
1.529801402014734e-07,0.6611099803176949,0.008083811801640884,1.529801402014734e-07,0.005640582979257488,0.2579571694757952,0.0672081494653311
|
227
|
+
1.1832467019141894e-06,1.1832467019141894e-06,0.49647875759496685,1.1832467019141894e-06,1.1832467019141894e-06,0.3851203506121575,0.11839615880606795
|
228
|
+
0.04488575104439965,2.85217041933263e-07,2.85217041933263e-07,0.6503182544472764,2.85217041933263e-07,0.12716292092582782,0.1776322179313705
|
229
|
+
6.065075257804868e-06,6.065075257804868e-06,6.065075257804868e-06,6.065075257804868e-06,0.7269502914202963,0.2730193832034148,6.065075257804868e-06
|
230
|
+
0.0007283542276711352,0.004450208922745506,0.000684351007158002,0.002851715529482698,0.0003246132601257587,0.9718013511758608,0.019159405876956182
|
231
|
+
0.0073137475061203225,0.025855087548621432,0.010460103905792615,0.01206195796985962,0.004022191931426601,0.1641478959275975,0.7761390152105819
|
232
|
+
0.8593634467009559,0.035032072471672705,1.6228877459530898e-07,0.02068327816976672,1.6228877459530898e-07,0.059046644914402716,0.025874233165652766
|
233
|
+
0.004342815300142938,0.5067186978012942,0.005584959231178141,0.01783080878924248,1.5755535997370984e-07,0.3514580729684135,0.11406448835436864
|
234
|
+
0.10744375309759066,1.0616307641006543e-06,0.8005261741861495,1.0616307641006543e-06,1.0616307641006543e-06,0.09202582619320337,1.0616307641006543e-06
|
235
|
+
2.713371386357011e-07,0.020056139000887988,2.713371386357011e-07,0.5224853973095068,0.010476183431584083,0.08263342895327462,0.3643483086304693
|
236
|
+
2.8223027403891954e-06,2.8223027403891954e-06,2.8223027403891954e-06,2.8223027403891954e-06,0.7333554686712075,0.2666304198150905,2.8223027403891954e-06
|
237
|
+
0.0026890989332431807,0.003389431159417838,0.0013637865147797265,0.005382762789898803,7.801278530008967e-05,0.9702051975689939,0.01689171024836651
|
238
|
+
0.0224957083494234,0.02093419192232884,0.002403133239129022,0.0044945269120722255,0.006324779271801051,0.23548228544351874,0.7078653748617267
|
239
|
+
0.9857679706992094,1.4743859636774257e-07,1.4743859636774257e-07,1.4743859636774257e-07,1.4743859636774257e-07,0.014231292107809212,1.4743859636774257e-07
|
240
|
+
0.004016709620803851,0.4842801643636864,1.9939142772159007e-07,0.004826660472636898,1.9939142772159007e-07,0.4082280682461112,0.09864799851390635
|
241
|
+
8.115437973932386e-07,8.115437973932386e-07,0.7608345628359807,8.115437973932386e-07,0.03266637663453676,0.0715220589366331,0.13497456696145727
|
242
|
+
0.018501143030397887,0.023587015743723794,0.017425553931916162,0.5851149861594332,0.02038576314277935,0.10112081685060192,0.23386472114114762
|
243
|
+
2.0286183376799136e-06,2.0286183376799136e-06,0.07479787933163846,2.0286183376799136e-06,0.5527802607650364,0.21830439583139064,0.15411137821692145
|
244
|
+
0.0015549304033277546,0.003909252147494416,0.0006633250620527466,0.005575879535091378,0.0004294472599766255,0.9709848836122635,0.016882281979793582
|
245
|
+
0.019614612563585175,0.012166606114916816,0.004587872998168732,0.005204904577328668,0.008997849200357778,0.15272091680546312,0.7967072377401797
|
246
|
+
0.8949144916648379,0.07062752042888301,1.29488346814524e-07,0.0015905011528322716,1.29488346814524e-07,0.021645200929369994,0.011222026847383262
|
247
|
+
0.01764078813396241,0.3371119274507386,2.5490979280283253e-07,0.0233218572663025,2.5490979280283253e-07,0.45481906270802175,0.16710585462138924
|
248
|
+
0.03680602065961267,0.029102202626373423,0.6929174415313157,0.028818656157776807,7.435721565571995e-07,0.19461190554936053,0.01774302990340407
|
249
|
+
0.011438334390814988,2.551367519133802e-07,2.551367519133802e-07,0.4515454567573004,0.0177918416630254,0.16348690376148337,0.3557369531538721
|
250
|
+
0.06160645506134842,0.12160559286067335,1.3419171419323108e-06,1.3419171419323108e-06,0.3928413206987565,0.05733193509719959,0.3666120124477383
|
251
|
+
0.005799887779103196,0.0060457586867081956,0.00026928883366784126,0.0050398377407561284,3.6179587478847993e-09,0.957250087062503,0.025595136279302745
|
252
|
+
0.02466148622791882,0.017268612184901205,0.0021315698310964515,0.008684955092621092,0.0015000989756245664,0.2733995063442925,0.6723537713435453
|
253
|
+
0.9727349272487742,1.0643931694885414e-07,1.0643931694885414e-07,1.0643931694885414e-07,1.0643931694885414e-07,0.019399775771093183,0.00786487122286509
|
254
|
+
2.416158660621644e-07,0.5806492973770273,2.416158660621644e-07,2.416158660621644e-07,0.013633860143751519,0.27398462854615013,0.13173148908547289
|
255
|
+
0.09701945419458252,9.395515091178418e-07,0.7052858010237208,0.034642524470733516,9.395515091178418e-07,9.395515091178418e-07,0.16304940165643572
|
256
|
+
0.03755156212407592,0.016726497051257314,2.8234406155992095e-07,0.6089968334437361,0.015153869786655302,0.049313183859912194,0.2722577713903016
|
257
|
+
2.4794159733399234e-06,2.4794159733399234e-06,0.1417530339705576,0.10252251622459474,0.3375899360645813,0.2134738386590212,0.2046557162492985
|
258
|
+
0.0031046000782173535,0.004550102968452252,0.000608930274528809,0.0026114491991561855,0.00014733921396824334,0.9630752868101422,0.025902291455534996
|
259
|
+
0.026720715319301973,0.027643867483633632,0.001959245986897166,0.007960513910132501,0.01089589402130231,0.1430489170799122,0.7817708461988201
|
260
|
+
0.9475505295426805,0.01509323118976709,9.114288775490432e-08,0.006814568190271254,9.114288775490432e-08,0.017165528127989698,0.013375960663516054
|
261
|
+
0.015006530788520602,0.39102683291533336,0.00878653354149021,0.03219106238827603,2.231065824623227e-07,0.3596031315527642,0.19338568570703318
|
262
|
+
0.0438560667936934,9.711245565026986e-07,0.7716457623850884,0.018836133888474008,0.01709484998256398,0.10340653600992021,0.04515967981570347
|
263
|
+
0.03631657369478758,0.019939006530728307,3.15011331867495e-07,0.517337650490468,0.0065499837346479454,0.03340532038086668,0.3864511501571696
|
264
|
+
1.6955170254254684e-06,1.6955170254254684e-06,1.6955170254254684e-06,1.6955170254254684e-06,0.6149833511983818,0.14780959973231797,0.23720026700119848
|
265
|
+
0.005510584749709476,0.00726433950782956,0.0012225987157311173,0.004478246486048803,0.00015535548064866822,0.9611645890799655,0.020204285980066752
|
266
|
+
0.050456917537882784,0.016072538817342094,0.009643183607301022,0.006009838380737652,0.001403951956825223,0.13459296664129347,0.7818206030586178
|
267
|
+
0.9796611698877375,7.319128247201459e-08,0.0020780017987714217,0.004344747119978036,7.319128247201459e-08,0.007358504177306274,0.006557430633641419
|
268
|
+
0.003223359092399301,0.5187680903871018,2.2528873815573357e-07,0.01700442122232438,2.2528873815573357e-07,0.2245820910385155,0.2364215876821828
|
269
|
+
0.02696438040315238,6.846762413816546e-07,0.6643872589493034,6.846762413816546e-07,0.08414095881273742,0.11733311508876296,0.10717291739356097
|
270
|
+
0.019822576230343482,3.0526558843756374e-07,3.0526558843756374e-07,0.6992739685617234,3.0526558843756374e-07,0.03000239423032287,0.2509001451808451
|
271
|
+
0.05379682758864676,2.0567216305102836e-06,0.21713854639935065,2.0567216305102836e-06,0.5102939011017064,0.1574346100237675,0.06133200144326771
|
272
|
+
0.0024331224850578643,0.004508109781312984,0.0005986459993681187,0.004405943024897618,3.758552050733852e-09,0.9609615464286048,0.027092628522206598
|
273
|
+
0.03195649796489875,0.006673569975662568,0.007082751399782625,0.008725914167526022,0.006954982158491484,0.10728636882709015,0.8313199155065484
|
274
|
+
0.9136880940671617,0.011602472814625168,0.00372546994396112,0.008475596812869938,6.580572711212872e-08,0.031562065803387544,0.030946234752267463
|
275
|
+
0.018943056601686794,0.36752715548931947,0.006220555125046038,0.025787817388449864,2.691828315341982e-07,0.42583366594333005,0.1556874802693363
|
276
|
+
6.713681002458658e-07,6.713681002458658e-07,0.5901045752873539,6.713681002458658e-07,6.713681002458658e-07,0.2555476039418704,0.15434513529837457
|
277
|
+
2.5799246131526463e-07,2.5799246131526463e-07,0.006843465966289283,0.7352902545504493,0.04859142113723606,0.03793240205943019,0.1713419403016727
|
278
|
+
1.6868647783979111e-06,0.20730151166837188,1.6868647783979111e-06,1.6868647783979111e-06,0.45551073651166196,0.09473886206422245,0.2424438291614085
|
279
|
+
0.005089532658261975,0.007104057659584317,0.0012022265900786281,0.004080620875907349,0.000778838303295301,0.9441546063853598,0.037590117527512665
|
280
|
+
0.04303476394233171,0.0039155267379081034,0.005386503554331374,0.006593395890507161,0.006796351427265459,0.14346934270773867,0.7908041157399175
|
281
|
+
0.9523626713135562,5.943677108415811e-08,0.004738048737169969,0.0018515900563815138,5.943677108415811e-08,0.018410417904330872,0.022637153115019272
|
282
|
+
0.027356707694636925,0.3701771183535131,2.73532316243257e-07,0.020100270739701914,2.73532316243257e-07,0.3426329308256966,0.23973242532181893
|
283
|
+
0.024934123383779604,6.704040777897076e-07,0.6658884545289547,6.704040777897076e-07,6.704040777897076e-07,0.049121139301152805,0.26005427157387945
|
284
|
+
0.004085932468948034,0.0397939445647631,0.0047209139389215535,0.7631499881571476,0.03441547811238506,0.029067901929086936,0.12476584082874762
|
285
|
+
1.104885286222941e-06,1.104885286222941e-06,1.104885286222941e-06,1.104885286222941e-06,0.4270852970538902,0.2752050047855642,0.29770527861940077
|
286
|
+
0.006521093011909483,0.005115777618436346,0.001766132473336969,0.003944092919429051,0.0004402051610600895,0.9463568945383405,0.035855804277487684
|
287
|
+
0.023957837905217907,0.0029663974717380327,0.007920544901919135,0.0023011899898274122,0.010753820427223669,0.06721908789299859,0.8848811214110753
|
288
|
+
0.8700346498235784,0.006715475096236617,0.0026267197210608473,0.007079658738804326,5.3199121612727495e-08,0.024554869722755224,0.08898857369844294
|
289
|
+
0.04288737829573269,0.41400879750899144,0.01026643915631371,0.051146988850158365,3.3955175854074035e-07,0.2187894008710013,0.26290065576604404
|
290
|
+
0.010473012132124112,5.37460338320732e-07,0.7208469107818724,0.014840099354491485,5.37460338320732e-07,0.02656155717983222,0.22727734563100316
|
291
|
+
0.030666864868992585,0.008365141156372399,2.204378468260697e-07,0.6154597487887344,0.0029802011338207037,0.0676808612940359,0.2748469623201971
|
292
|
+
9.245652671333501e-07,9.245652671333501e-07,0.07441943200775906,9.245652671333501e-07,0.551316689543348,0.1421566119055397,0.23210449284755194
|
293
|
+
0.0033706827896957253,0.005780533624302671,0.001475226437141899,0.003962113693769746,9.444447779168957e-05,0.954788880387531,0.03052811858976747
|
294
|
+
0.028990167662676716,0.009546857732962396,0.01419110594827027,0.007601971410402056,0.005840431373770401,0.07280288983613854,0.8610265760357796
|
295
|
+
0.9447621949206078,0.005062057935943202,0.0027784513369470687,0.002651856415685741,5.3100662312541153e-08,0.017105968005899055,0.02763941828425466
|
296
|
+
0.022375016239856965,0.5089285427291573,3.0775266582380536e-07,0.028094444608201305,3.0775266582380536e-07,0.20378860070806648,0.23681278020938645
|
297
|
+
0.014412526167396548,3.949462738267153e-07,0.7392725324332636,3.949462738267153e-07,3.949462738267153e-07,0.11582233587453228,0.1304914206859862
|
298
|
+
0.010760833535199694,2.25623405119756e-07,2.25623405119756e-07,0.7463031307344461,0.004958744440264915,0.012965726189016686,0.2250111138542623
|
299
|
+
1.100773776576027e-06,1.100773776576027e-06,0.08459316985833525,0.07061615565403354,0.56886708968586,0.051102132656167296,0.22481925059805075
|
300
|
+
0.003909013556808011,0.004923416889234108,0.0013365062253471681,0.0027399595964140103,0.00025301484067948406,0.952034857996454,0.034803230895063174
|
301
|
+
0.024689657195735275,0.009349484488030945,0.005860513388964322,0.0016332939915013527,0.00328790024234668,0.04862548954810522,0.9065536611453161
|
302
|
+
0.8523714905654379,0.023090978652195056,0.006342739194915877,0.009358604700284039,4.95595892107247e-08,0.02562486218622844,0.0832112751413494
|
303
|
+
2.927814944312305e-07,0.44397385098417175,0.012958359557829304,0.05055914713605505,2.927814944312305e-07,0.30224825894497936,0.1902597978139757
|
304
|
+
3.8056274878795407e-07,0.02700899673370704,0.6931109300973367,3.8056274878795407e-07,3.8056274878795407e-07,0.027718894002704556,0.25216003747800547
|
305
|
+
0.00616873145779163,0.00819573470252003,2.3511292493841355e-07,0.7098915398643514,0.016797054835464884,0.006236759468286102,0.252709944558661
|
306
|
+
1.2958616725755661e-06,0.10020627445124367,1.2958616725755661e-06,1.2958616725755661e-06,0.5426391932240842,0.10793393740764173,0.24921670733201262
|
307
|
+
0.004777975447813313,0.005445110278166897,0.0025405749701955865,0.004900750536474197,0.0004933384031867809,0.937303734065906,0.04453851629825725
|
308
|
+
0.026187322481728177,0.010240581172040972,0.009751602086666105,0.008140921358267023,0.003900088658517776,0.08083234984915967,0.8609471343936203
|
309
|
+
0.9366275140726843,0.002666573333269572,0.0010334089416175725,0.0014060745000252246,5.0333482065007356e-08,0.007636751973373314,0.05062962684554795
|
310
|
+
0.09012525860653249,0.3823484921574072,2.483739193361679e-07,2.483739193361679e-07,2.483739193361679e-07,0.2217356039825305,0.3057899001317718
|
311
|
+
0.03543461390692378,3.170978540473724e-07,0.7966021522486657,0.019948569055885056,3.170978540473724e-07,0.00896360097084661,0.1390504296219708
|
312
|
+
0.056537174848265946,0.011890314545396755,0.004913943770742967,0.7537696176471288,0.010061242548500495,2.0030334252862965e-07,0.16282750633662252
|
313
|
+
0.11940248111837624,1.2001523556142177e-06,1.2001523556142177e-06,0.041313282713341296,0.4946885670064373,0.0870028647029762,0.25759040415415774
|
314
|
+
0.004073220752899093,0.004571672519085708,0.0023944208999998862,0.004399621341022193,0.0009210617121294265,0.9382560136368024,0.045383989138061236
|
315
|
+
0.009528760793339686,0.003412873261376661,0.009447606053848758,0.008425064109566257,0.0016298356049751117,0.03456373801323782,0.9329921221636557
|
316
|
+
0.8793744570052152,0.0017962524651997905,0.000559603212943074,0.008048812289688663,0.0032675776324195735,0.03599485197840833,0.0709584454161253
|
317
|
+
0.03069691639668715,0.42113203709253194,3.454465248044214e-07,0.019930399038645717,3.454465248044214e-07,0.13596327758009719,0.3922766789989884
|
318
|
+
0.02719384122640128,2.697668291805019e-07,0.6495620246574411,2.697668291805019e-07,0.008156472963284624,0.034735567074365765,0.28035155454484895
|
319
|
+
1.8452551418545173e-07,0.003249679698628786,0.005445694419937987,0.7432293665937679,1.8452551418545173e-07,1.8452551418545173e-07,0.24807470571112264
|
320
|
+
1.2916644255733529e-06,1.2916644255733529e-06,0.06472317419760205,1.2916644255733529e-06,0.5362238822635779,0.05216437817385688,0.3468846903716865
|
321
|
+
0.00443130704122913,0.008046751601637354,0.0009680246513759094,0.006202565867009753,0.0006147683881484427,0.9401704576794657,0.03956612477113368
|
322
|
+
0.02150519395981024,0.012449310617228414,0.00930244249318616,0.011199972079974394,0.0019560835369573978,0.037599439958634545,0.9059875573542088
|
323
|
+
0.9535202681146032,4.7172145971536603e-08,0.0040745904823173635,0.0011096782658909703,0.002418862586577665,0.008646490505712949,0.03023006287275177
|
324
|
+
0.030005507217588705,0.5180025409387714,2.5535953154386866e-07,0.0666847685597779,2.5535953154386866e-07,0.09313691514060397,0.29216975742419504
|
325
|
+
2.942023969672694e-07,2.942023969672694e-07,0.6997248276133684,0.013007217226063452,0.01733791052022492,0.02165045932658163,0.24827899690896757
|
326
|
+
0.002786943792615414,0.007068500733817235,0.0073775803746499585,0.7558626198500153,0.009679348762397013,0.018160187766378823,0.19906481872012619
|
327
|
+
0.11182093800826355,0.08675632016209037,0.11092439453294115,1.2646393955224232e-06,0.3039535072698087,1.2646393955224232e-06,0.38654231074810524
|
328
|
+
0.0030308456930301215,0.00613158155970405,0.002197868463141685,0.005645148015890249,0.0004880593241124981,0.9292675026334116,0.05323899431070974
|
329
|
+
0.006375148259836387,0.006823078240824513,0.0028141565377096172,0.008198528156161308,0.005307182902351747,0.025334459732024757,0.9451474461710917
|
330
|
+
0.7233714518443871,0.014082387603833952,0.01689137166998063,0.029155133558520775,4.63506468525712e-08,0.06267479006259619,0.1538248189100344
|
331
|
+
0.05336185555780655,0.4191734149659482,2.5319207187157536e-07,0.012928609466128478,2.5319207187157536e-07,0.20495491191227022,0.3095807017137029
|
332
|
+
3.0511360187920283e-07,0.007397466967554679,0.7031653022182155,0.047234556048649776,3.0511360187920283e-07,0.019975574437681314,0.22222649010069515
|
333
|
+
1.4298608736536693e-07,0.006640003010591279,0.01897886096292856,0.7210249150823977,0.023087220938958937,0.007375952553800338,0.2228929044652358
|
334
|
+
0.044683584338965146,0.030895270363220335,1.0597917033911953e-06,0.09147337832931772,0.6196126947743672,1.0597917033911953e-06,0.21333295261072274
|
335
|
+
0.0076411296734401985,0.00973362011122642,0.003779943585384962,0.011289120338835648,0.0007291846915424572,0.8946795635886043,0.07214743801096594
|
336
|
+
0.01861691035122215,0.009144578023294167,0.008773457980119899,0.017183031407066965,0.003878733055297063,0.042050476007486355,0.9003528131755134
|
337
|
+
0.9167762440821469,5.2514991360185135e-08,0.003424077096297872,0.015417351430645905,0.006492719537364276,0.0054359985185461965,0.05245355682000737
|
338
|
+
2.0943882884529127e-07,0.584752404477808,0.016295837481256,0.020482103925780797,0.0032722893753810503,0.1255415226193789,0.2496556326815664
|
339
|
+
2.3061910431151253e-07,0.011816383348437778,0.8076336080259483,0.07453667453150567,0.002709467724487304,0.02519688214504663,0.07810675360547015
|
340
|
+
1.0290615494024925e-07,1.0290615494024925e-07,0.0026192081161865387,0.8115885676282808,1.0290615494024925e-07,0.013747876180540887,0.17204403935652707
|
341
|
+
0.07134279377027422,8.044939310338025e-07,0.06574161781300306,0.04741036760444829,0.5208995843042475,0.13221501668226862,0.16238981533182725
|
342
|
+
0.004469294934677107,0.011605027163588444,0.0034211728336023504,0.010847601319320978,0.0012553481995441309,0.8915376001208282,0.07686395542843882
|
343
|
+
0.01063586946303215,0.007391252392365029,0.004805979278032704,0.012161807647083198,0.0023674400389107767,0.02263773165409049,0.9399999195264856
|
344
|
+
0.8625154249932915,0.008650375399420677,0.002781101633221378,0.013454888919187558,0.0019511243977692154,0.01345495780915367,0.09719212684795607
|
345
|
+
0.017622959356684918,0.5098758348572298,1.7602751128836328e-07,0.06578284858423107,0.0033981965419370903,0.110683739609042,0.2926362450233639
|
346
|
+
2.0571544652378581e-07,0.0041556941670787455,0.7446567451019563,0.04153581575948005,2.0571544652378581e-07,0.03159702231973065,0.1780543112208611
|
347
|
+
0.0034065770293924854,0.005691697603377868,0.011485416189639764,0.8076691403598529,0.0016512125904602933,0.005489218475696749,0.16460673775157986
|
348
|
+
7.886487052886995e-07,7.886487052886995e-07,7.886487052886995e-07,0.07486895822022839,0.8262084965640508,7.886487052886995e-07,0.0989193906208996
|
349
|
+
0.0034554122739992,0.009128431877437056,0.004113928306115166,0.016800170072778578,0.0006145864047279536,0.8868358826510723,0.07905158841386982
|
350
|
+
0.008363154868015796,0.015230747280305757,0.0052238840724076405,0.02090183059624601,0.002370932081536701,0.023399113359996886,0.9245103377414913
|
351
|
+
0.9139288343785735,0.01438002779092816,0.004794639017673127,0.00294018430597994,5.422499128571321e-08,0.011122183125266468,0.052834077156587285
|
352
|
+
0.011439473313193142,0.5347353437657129,1.5632595870464205e-07,0.04308456044460056,1.5632595870464205e-07,0.14200746409195655,0.26873284573261935
|
353
|
+
1.967449221543482e-07,1.967449221543482e-07,0.8262054447551396,0.054279744489186425,0.033336169417999974,1.967449221543482e-07,0.0861780511029076
|
354
|
+
6.387285193918692e-08,0.003969789703102545,0.005239419027472731,0.8401654448634658,0.013608447384545416,0.014859480798808073,0.12215735434975357
|
355
|
+
6.673863587396468e-07,0.03482189194196296,0.03906472684349296,6.673863587396468e-07,0.6003674077019345,0.029964858119494765,0.29577978062039734
|
356
|
+
0.004464143675400926,0.009542491154556852,0.0031047102001972265,0.014012255862278365,0.001193860197673346,0.8926819956911173,0.07500054321877594
|
357
|
+
0.004418297134042502,0.005861429511383704,0.002601458214768164,0.015402192335380645,0.004152741722485537,0.00935137086083066,0.9582125102211088
|
358
|
+
0.7514971789559642,0.011448392798539533,0.008613007394913616,0.07309079753046797,0.0009170131375766678,0.014942867864941665,0.13949074231759648
|
359
|
+
0.0175632490766415,0.5464093177439285,0.013510208016106622,0.03699462615632818,1.6800503760335115e-07,0.12586149649563846,0.25966093450631905
|
360
|
+
0.006317368124373404,0.012700436629503913,0.648173717581922,0.05280479623712716,1.9171169741949905e-07,0.011221633457624646,0.2687818562577515
|
361
|
+
0.0013259797643447378,0.0058354898700193605,0.006265777265396365,0.6881473238490953,0.009243755531917279,0.004964744866999919,0.284216928852227
|
362
|
+
5.04332804622713e-07,0.02226572063771153,0.08224195457416329,0.0791882456245397,0.5079101420195429,0.0356992412039603,0.27269419160727776
|
363
|
+
0.002354240185153293,0.017346598176256674,0.0019102510844474594,0.01678929984445671,0.0005442343179930983,0.856619677190806,0.10443569920088697
|
364
|
+
0.008415614366569998,0.01733840794046532,0.006754461102360269,0.04671756276402055,0.009691179417620498,0.03273805750642835,0.878344716902535
|
365
|
+
0.8975939023467631,0.003372146867264318,6.54796340208003e-08,0.012112068356897118,0.002578763003128453,0.01680880846447528,0.06753424548183748
|
366
|
+
0.009235132141812303,0.6542370012211767,0.008219767387441602,0.023118190864541872,1.1912035936337626e-07,0.07798785907324561,0.22720193019142249
|
367
|
+
0.009421243937711711,0.0102404738557944,0.7654885267377161,0.044187768494127,0.01567447762597161,0.0201186075323249,0.13486890181635428
|
368
|
+
0.0017908740587715042,4.36728087242131e-08,0.0021037251082273475,0.733523910215545,0.021171548455353576,0.008599156737483245,0.23281074175181068
|
369
|
+
0.050271306542213734,0.039148827400493656,3.8551064125905567e-07,3.8551064125905567e-07,0.7095206758644717,3.8551064125905567e-07,0.2010580336608973
|
370
|
+
0.0032649315475014994,0.016148064620160097,0.0029337364963608007,0.020401911169205738,0.0006163026033958645,0.8564354738572527,0.10019957970612335
|
371
|
+
0.0047659282371375076,0.0071129991717096865,0.0050054242608872125,0.023019991499946407,0.004706768393199724,0.0180284843413587,0.9373604040957607
|
372
|
+
0.8793222374692827,0.0029261253937804105,0.00610041332164082,0.014084901095944182,0.0021660448687573323,0.019632984740441128,0.07576729311015348
|
373
|
+
0.023575941665946697,0.5307320740992659,1.1506026055159792e-07,0.06149159453696209,0.002909436795423279,0.15505576684662808,0.22623507099551338
|
374
|
+
0.01746512107723374,0.010224385327990531,0.740762950748975,0.03560171978329912,1.964552173961154e-07,0.0193537388211725,0.17659188778611165
|
375
|
+
0.0006952319391516389,0.00143103881903527,0.012487995398918235,0.6985627506874225,0.010102161380907696,0.007669664469489285,0.26905115730507534
|
376
|
+
0.050270919044139946,3.1194699548282904e-07,0.013374996913897525,0.039853697537925316,0.536811118475892,0.044769707507179554,0.31491924857397
|
377
|
+
0.0038079805411752755,0.02021461340837636,0.004023604077708622,0.02724072117839609,0.002835375469922938,0.8456353614680425,0.09624234385637832
|
378
|
+
0.0037868624443161687,0.016892078086729673,0.00637863825540647,0.027392561835884194,0.008534753566892551,0.026347510412063138,0.9106675953987078
|
379
|
+
0.9353751628680919,0.015211385938593508,6.777598611102974e-08,0.010440427854140651,6.777598611102974e-08,6.777598611102974e-08,0.03897282001121549
|
380
|
+
0.009336126150527174,0.5955336595877487,1.0425121963058782e-07,0.024533446629985266,1.0425121963058782e-07,0.08235985595783585,0.28823670317146366
|
381
|
+
1.7734120580805554e-07,0.002796299690351321,0.6840923035971661,0.08046795561885599,0.00597905521317659,0.04784928200174209,0.17881492653750222
|
382
|
+
4.0729238956401395e-08,0.004821378722692079,0.005010329946415027,0.7297989028255398,0.024725157909477876,0.002372022756615079,0.23327216711002127
|
383
|
+
0.007617954072796795,2.724557756564521e-07,0.045432422487416683,0.019719496148437366,0.6819791775392413,0.018284025801888783,0.22696665149444345
|
384
|
+
0.003338915029184736,0.014932424324318754,0.004584898577571194,0.023524249107708877,0.00031108982024313753,0.8659894692803266,0.0873189538606466
|
385
|
+
0.0046599526020281844,0.0068954509127818085,0.005351775125806259,0.017489369551295878,0.008330591045202724,0.015097287350347407,0.9421755734125378
|
386
|
+
0.7562526152404926,0.007419886897637911,0.0017260363341323568,0.0337626127601971,0.0018286016192965607,0.025109011214052238,0.17390123593419132
|
387
|
+
0.01971404711603371,0.41380767133392377,0.0062164619879418745,0.04894572031251707,0.003993768740886873,0.11402727175043133,0.39329505875826537
|
388
|
+
1.824618874587815e-07,1.824618874587815e-07,0.673742481849147,0.09280248634097461,0.014566179850629465,0.012213490289820241,0.20667499674565387
|
389
|
+
0.00336920201218723,0.009948879658274,0.0029670916785863306,0.6073714857925273,0.020860773526494344,0.008890839706952017,0.34659172762497886
|
390
|
+
0.00522464238927299,0.019215363987019153,0.014589484175361734,0.03441071439543635,0.48798021299391153,0.04351172609940817,0.39506785595959004
|
391
|
+
0.0013764624228161555,0.012157806239906995,0.0030624050542680777,0.027822359511885046,0.0006502393929714321,0.8191290499037303,0.13580167747442215
|
392
|
+
0.006731085565619651,0.010989886447791083,0.005038093732057712,0.04192292445446599,0.011875268165960743,0.03368334739626552,0.8897593942378393
|
393
|
+
0.9457016086836841,7.731065089865964e-08,7.731065089865964e-08,0.013021019437344364,0.0015521424727736792,7.731065089865964e-08,0.03972499747424516
|
394
|
+
0.015516665987130118,0.538449094699537,1.4238970361400762e-07,0.07795329267715276,0.015761731466102887,0.05537361368676355,0.29694545909361003
|
395
|
+
0.012807912223494556,0.00563160173142817,0.7562684741675098,0.0614235683355494,0.011486439917572696,1.9746606371416722e-07,0.15238180615838168
|
396
|
+
0.003310917090798129,0.009489964480466224,0.0025214698149073596,0.6849644693840938,0.008842348194113572,0.003552875939263709,0.2873179550963571
|
397
|
+
1.9962531105701618e-07,0.03919319419520433,0.04091650211974052,0.00927022125601476,0.5975842961766553,0.02514392680541112,0.28789165982166287
|
398
|
+
0.00044394274444565986,0.018571232961953905,0.003648430034675947,0.045880888403010765,0.002866504931054147,0.795678813930735,0.13291018699412466
|
399
|
+
0.0026162834034431496,0.007221800051519203,0.004023513512238231,0.013863224167804078,0.01108447651066159,0.015040902836847713,0.9461497995174861
|
400
|
+
0.9084703025329178,0.0028409165682009964,7.684538196328159e-08,0.029411299330449548,7.684538196328159e-08,0.006880229793360806,0.05239709808430691
|
401
|
+
0.048398534519398274,0.5318981355949648,0.005311242067542662,0.056491405287889825,0.009473441977146878,0.02178884158375375,0.3266383989693039
|
402
|
+
1.9463934800724414e-07,1.9463934800724414e-07,0.5843394176665124,0.03964066280372842,1.9463934800724414e-07,0.015874316807321882,0.36014501880439326
|
403
|
+
0.002162538977251705,0.006521774584414876,0.0008111860767568255,0.6045989746816837,0.015668074457732318,0.010439382322537013,0.35979806889962357
|
404
|
+
1.7552471794616308e-07,0.050010104640971415,0.05931258601442382,0.010317960114161888,0.586825503350173,0.038099646661911776,0.25543402369364016
|
405
|
+
0.0006517409615607664,0.029141872439595255,0.00634826698421073,0.042851803276773376,0.005666647746453986,0.76266304532744,0.15267662326396586
|
406
|
+
0.0055246024393574185,0.014246338629804595,0.0042040217581174434,0.021820630555453864,0.012621405587484601,0.017167539293137097,0.924415461736645
|
407
|
+
0.9611030413927709,7.485944663864646e-08,7.485944663864646e-08,0.004438183626682024,7.485944663864646e-08,0.007751726601512473,0.026706823800694723
|
408
|
+
0.02680624697125001,0.5403609594008502,1.1083377821738771e-07,0.06517335240850491,0.005175949131694558,0.049873024960287726,0.31261035629363443
|
409
|
+
0.010759108625089987,0.029593149784721957,0.6760045570292346,0.06674309219466941,0.013284219614785818,0.0056372796509994196,0.1979785931004987
|
410
|
+
4.2699183619714384e-08,0.014447113812530775,0.005474061042279111,0.7278116132360783,0.009255126258216355,0.01135126603832479,0.2316607769133869
|
411
|
+
1.4955313117632824e-07,0.0438462640208619,0.007576741132661249,0.026236245822677456,0.5595265871566679,0.023054277553749322,0.33975973476025095
|
412
|
+
0.0041935084467377755,0.0309520605873561,0.002186731480312528,0.033225503803077955,0.0036022501041977624,0.7579484364662094,0.16789150911210848
|
413
|
+
0.0030829959042362087,0.012315028528095254,0.0025430041636340705,0.00918943769380974,0.008872862521925772,0.01070711630692101,0.953289554881378
|
414
|
+
0.8317661006487702,0.013867208461846484,0.005202920806190329,0.013354856205757246,0.001855135117342806,0.013985668414716925,0.11996811034537594
|
415
|
+
0.034593635705184075,0.5839448419574341,0.019730512703308094,0.027147627158872402,0.0017107757169587013,0.034797702706342144,0.2980749040519004
|
416
|
+
2.5134027159859496e-07,2.5134027159859496e-07,0.6009674721722394,0.04987225812652572,0.014223397232673872,0.008949807772436202,0.3259865620155816
|
417
|
+
0.00229930580078266,0.020193425091511088,0.008507956916398968,0.5632961881240596,0.013920723598676696,0.003145186460436402,0.38863721400813456
|
418
|
+
1.6341559799041342e-07,0.049248820688709956,0.04805902555398534,0.003036673748093389,0.3913001346370782,0.05560843341365482,0.4527467485428804
|
419
|
+
0.0006444405616550933,0.02789511874015051,0.006547541039477176,0.03223058083560464,2.2189007333238173e-08,0.6962710715930861,0.2364112250410191
|
420
|
+
0.009148997144148633,0.020252642923788255,0.006705001291443523,0.01982835609485822,0.017239506900166148,0.02128784848993938,0.9055376471556559
|
421
|
+
0.9511995234473303,0.0020305798606185463,7.098299370192475e-08,0.0020230832086237057,7.098299370192475e-08,0.006443380310379306,0.038303291207060525
|
422
|
+
0.04272564136121669,0.5460782212050692,8.030506736200643e-08,0.03338284326440391,8.030506736200643e-08,0.017262972272833892,0.36055016128634165
|
423
|
+
2.0357090138301734e-07,0.010909350964988114,0.7453780571605454,0.01794969621989908,2.0357090138301734e-07,2.0357090138301734e-07,0.2257622849418633
|
424
|
+
5.305708906347767e-08,0.016363083643881973,0.005609638405176646,0.6929873303455616,0.01433981860682098,5.305708906347767e-08,0.2707000228843806
|
425
|
+
0.007460913518953258,0.025372081898520513,0.04251994335884627,0.0037038456945433034,0.6474533539427992,0.02520941637571039,0.2482804452106271
|
426
|
+
0.0007188341821396417,0.016604466502155687,0.0028738174744160246,0.023221719806637304,0.004814091812952195,0.7300358003896968,0.2217312698320023
|
427
|
+
0.003392192124685457,0.009869745245288572,0.0044839056815244825,0.006079718924819142,0.0071519800978105605,0.005950358409834678,0.963072099516037
|
428
|
+
0.8694115304960844,6.766168700989917e-08,0.004344616838023682,0.038453312804821484,0.0016752399187824482,6.766168700989917e-08,0.08611516461891397
|
429
|
+
0.06807027302406345,0.6001699059811763,0.019467559328078823,0.0022822764121569793,9.787687439012444e-08,0.01687259052068876,0.29313729685696155
|
430
|
+
1.932922003800411e-07,0.040689519702249335,0.6928827584245315,0.012924199403442815,0.005704415791353554,1.932922003800411e-07,0.24779872009402196
|
431
|
+
0.002257359478989661,0.007088544186848129,0.014315037105495186,0.5029041024124068,0.027276373116823027,0.008657297698761635,0.43750128600067567
|
432
|
+
1.575972055006622e-07,0.04288436107630371,0.027817502515978195,1.575972055006622e-07,0.4669008120565752,0.01060221275161051,0.4517947964051213
|
433
|
+
3.463163948317359e-08,0.03325085819345504,0.014348625343962597,0.02940505857810957,0.0008948598277787608,0.6980592768817333,0.2240412865433213
|
434
|
+
0.009327702434729475,0.01961524553529747,0.003783013227764361,0.011777251092688264,0.013389895285800599,0.009784016881003048,0.9323228755427168
|
435
|
+
0.966991552773638,6.32129195916954e-08,0.007673860531284782,6.32129195916954e-08,0.009927058242513262,6.32129195916954e-08,0.015407338813805111
|
436
|
+
0.02841193309544004,0.6203495087730726,8.067624588855739e-08,0.030466908235447232,8.067624588855739e-08,0.009028935632663233,0.31174255291088515
|
437
|
+
0.025143074006893362,0.04026234072425885,0.7222162976228172,0.0318301131849195,0.021535260140815856,1.7941588805955048e-07,0.15901273490440707
|
438
|
+
8.122994814438844e-08,0.016560254632820428,0.008370043179589002,0.6479614333798014,0.02901592495760256,0.0020180699069598292,0.29607419271327867
|
439
|
+
0.01420225795432697,0.012301870246066944,0.02577669133947169,0.04832380515235033,0.5432745029377752,1.4949329159056468e-07,0.35612072287671726
|
440
|
+
0.0013088270977540041,0.035344459022702196,0.0020907555267371284,0.02861718687506503,0.003583038085599651,0.7138497455270096,0.21520598786513234
|
441
|
+
0.005966637080456952,0.011596084534323288,0.0030153622639791794,0.005365395251818237,0.006559662370960634,0.004491913340921525,0.9630049451575402
|
442
|
+
0.8877888971430435,0.01660260153708068,0.0022475614275369394,0.015432174408588807,0.0006999128069236938,5.7537148134164105e-08,0.07722879513967788
|
443
|
+
0.1037572761842912,0.4584597492714873,0.01682376679886198,0.030632557835390296,0.02209984006001292,0.02562304494427841,0.3426037649056779
|
444
|
+
0.009728944084164672,0.04698358740440685,0.6656290188693805,0.007966343659123255,0.009181313533532503,1.9191378442459908e-07,0.26051060053560765
|
445
|
+
0.015832253097153182,0.026499004182530685,9.235506186995389e-08,0.5063539585309338,0.005217462089925426,0.005531990187490603,0.44056523955690446
|
446
|
+
0.015313656534442516,0.0465136211788997,0.004449687729616277,0.01796424321832512,0.47038207612553395,0.006891148538606609,0.4384855666745759
|
447
|
+
0.0023153107494369458,0.029228179929118074,0.01630925784497674,0.030863359253079547,0.001413645035917879,0.7344021639352962,0.18546808325217443
|
448
|
+
0.027066120890984497,0.02624019758815668,0.005774179005160412,0.007304881263967584,0.009599875766845133,0.010405323666037638,0.9136094218188482
|
449
|
+
0.9907635059170518,0.003218736413362252,4.1933256066111e-08,4.1933256066111e-08,4.1933256066111e-08,4.1933256066111e-08,0.006017589936561582
|
450
|
+
0.07192133944489006,0.6101101968596518,0.022995040397632234,0.007591850271197019,7.314307357722571e-08,0.00896315009700953,0.2784183497865456
|
451
|
+
0.008468378410972716,0.05404125636625008,0.7442957047728008,0.01110578241607125,1.825535403556511e-07,1.825535403556511e-07,0.1820885129268243
|
452
|
+
0.007702843756134285,0.011521372592521756,0.02471718283183372,0.5813544498254668,1.1561578235885464e-07,1.1561578235885464e-07,0.3747039197624786
|
453
|
+
1.7758281237237023e-07,0.04913354703375295,0.03947234075301285,0.012357752974929864,0.5662479721443139,1.7758281237237023e-07,0.33278803192836565
|
454
|
+
0.004284249306556828,0.03866329265587227,6.274146530431298e-08,0.006256328394695452,0.002342450561892121,0.7549008310945217,0.19355278524499633
|
455
|
+
0.010675415371431643,0.01645536132253336,0.0013508032984097778,0.0036497590738409852,0.00569059256995965,0.004528835099775975,0.9576492332640487
|
456
|
+
0.9759722931621103,0.004471056115336902,3.644328785453711e-08,3.644328785453711e-08,3.644328785453711e-08,3.644328785453711e-08,0.019556504949401306
|
457
|
+
0.07725673268263189,0.6002038522200808,7.252368556687597e-08,7.252368556687597e-08,7.252368556687597e-08,0.019186733722112954,0.30335246380411784
|
458
|
+
0.021441307726230856,0.016374751431574804,0.554211213458941,1.936983547017381e-07,0.00973723561571315,1.936983547017381e-07,0.3982351043708309
|
459
|
+
1.59550008752731e-07,0.01876558320376957,0.04002566933266773,0.5727698324143252,1.59550008752731e-07,1.59550008752731e-07,0.3684384363992111
|
460
|
+
2.156292119297958e-07,0.11926809821153406,0.08123442859871273,0.007526776315359007,0.426634454197297,2.156292119297958e-07,0.3653358114186733
|
461
|
+
0.006545979658474923,0.040725868434792596,0.0012317004819402063,0.002882050517323767,0.002174351799559022,0.7349589766258348,0.21148107248207465
|
462
|
+
0.02508681979526594,0.026041245131578343,0.003987685256223536,0.004930551447472513,0.006817734404950437,0.007494714912185231,0.9256412490523239
|
463
|
+
0.9923339289106602,2.9126692384157918e-08,2.9126692384157918e-08,2.9126692384157918e-08,2.9126692384157918e-08,2.9126692384157918e-08,0.007665925455877779
|
464
|
+
0.10961315736793861,0.5734551629752042,0.0010739936368888378,0.002168482172548313,0.0014025421827370055,0.015203882854292762,0.2970827788103904
|
465
|
+
0.03349582799925349,0.015624299293921977,0.7220723323348197,2.2198135946255324e-07,0.006634663254107963,2.2198135946255324e-07,0.22217243315517776
|
466
|
+
2.0411563539820895e-07,0.04751412433051733,0.0120442620641601,0.6365967857795376,0.0025597210039514516,2.0411563539820895e-07,0.30128469859056267
|
467
|
+
0.03356044236062608,0.06145771013332068,0.04732359748784443,2.6546890019744644e-07,0.5640286096938614,2.6546890019744644e-07,0.2936291093865472
|
468
|
+
0.005378889726838436,0.07700690786779701,0.004694093298216628,0.003870357670373949,0.0016681968829005602,0.7598537028411795,0.1475278517126938
|
469
|
+
0.02060156026913711,0.0186724055208389,0.002502375434060107,0.0022160923890256513,0.0028599827947644,0.003433832964497804,0.9497137506276762
|
470
|
+
0.9715819001689503,0.007897552817433233,2.4242480653818555e-08,0.002072769887129789,2.4242480653818555e-08,0.0008608239883917968,0.017586904653133412
|
471
|
+
0.23728208930310965,0.4416366066464341,0.004662133263577658,0.008348666243880669,6.518324293669033e-08,0.008159138047424706,0.2999113013123304
|
472
|
+
0.08893854504165648,0.08086791820653182,0.5833075045728495,2.39342189278707e-07,2.39342189278707e-07,2.39342189278707e-07,0.2468853141523944
|
473
|
+
0.007679143031418371,0.023106201710747246,0.04765755840179365,0.5482356307045287,0.007672538420446131,0.013948546530289457,0.35170038120077646
|
474
|
+
0.010263035969011082,0.11058811242123562,0.04233037999772628,3.4337879548047517e-07,0.4163926466630198,3.4337879548047517e-07,0.42042513819141625
|
475
|
+
0.017936311065032965,0.02657500759564218,0.002939802220774494,0.030098710807196553,0.007032881982802038,0.7558779679511914,0.1595393183773603
|
476
|
+
0.09852605825208915,0.048206080032711346,0.005199546452498137,0.003825603478852301,0.005941158516799092,0.006357835217793966,0.831943718049256
|
477
|
+
0.997651058300156,0.0006159870609879622,1.4632229018022496e-08,0.0002513983349068253,1.4632229018022496e-08,1.4632229018022496e-08,0.0014815124072623102
|
478
|
+
0.16381208906181197,0.6099931424746282,0.0017380749629387598,0.0026673051795236694,0.0008011183980495981,0.006660626065165283,0.21432764385788255
|
479
|
+
0.020702750791219294,0.07592440297909872,0.5967855822185741,2.43463947067118e-07,0.00624683518910975,2.43463947067118e-07,0.3003399418941041
|
480
|
+
2.8540455177801193e-07,0.0033286055859082335,2.8540455177801193e-07,0.6199965428654356,2.8540455177801193e-07,2.8540455177801193e-07,0.3766737099304492
|
481
|
+
0.05578847293813931,0.056056128429374366,0.029007461001906085,0.006602703760188774,0.5547554995348395,0.01819397312674515,0.2795957612088068
|
482
|
+
0.003847738798942859,0.05733879264569735,1.0612813495597048e-07,0.0027283189151918294,0.0028497204458449387,0.808207094839517,0.12502822822667095
|
483
|
+
0.02801535090824165,0.022309966452694372,0.0029086101225124774,0.0015189942206776405,0.002813629959055642,0.0013444264105983692,0.9410890219262197
|
484
|
+
0.9936839965663744,0.0007147119902960484,0.0013633847753836304,1.287229777443703e-08,1.287229777443703e-08,1.287229777443703e-08,0.004237868051052677
|
485
|
+
0.3010972893469071,0.42321123501113844,5.575202962969846e-08,0.006341872194778709,0.002403952572509044,0.017726596508681757,0.2492189986139554
|
486
|
+
0.054545209328663406,0.09903064089322194,0.45455096320969074,3.138566727861323e-07,3.138566727861323e-07,0.014915454011220016,0.3769571048438586
|
487
|
+
0.10942344743198637,0.05072942483138542,3.8308163278101764e-07,0.46924682140882706,0.010881396323115973,0.011955928225422241,0.34776259869763015
|
488
|
+
0.16984674484114465,0.03780495937064406,0.013752731722356472,4.5455458501176795e-07,0.4400205036782188,4.5455458501176795e-07,0.338574151278466
|
489
|
+
0.04861370843781924,0.02619836734761429,0.006460297880520464,0.0026520584614795365,1.2369093901188632e-07,0.7711968820478569,0.1448785621337707
|
490
|
+
0.09900270611527609,0.04236460020313246,0.004333797669040153,0.0011858114693176834,0.00475885190900604,0.0035065614584173853,0.8448476711758103
|
491
|
+
0.9983602311092045,0.00032519777230708433,9.562923636761653e-09,9.562923636761653e-09,9.562923636761653e-09,9.562923636761653e-09,0.0013145328667938407
|
492
|
+
0.22794285169471734,0.5175823671134472,0.0038174624037992755,0.0025377545772499645,0.005032588857235707,0.00789449130033229,0.2351924840532183
|
493
|
+
0.10807445783804367,0.1358867423834221,0.6326738901731968,3.929392628465434e-07,3.929392628465434e-07,0.020667823351414684,0.10269630037539722
|
494
|
+
0.010574257135799455,6.216450126125288e-07,0.054481095028618545,0.5817615085057669,0.0521488507427676,6.216450126125288e-07,0.30103304529702224
|
495
|
+
0.10323259478651,0.0432133950215009,4.909479410483603e-07,4.909479410483603e-07,0.6373416969785073,4.909479410483603e-07,0.21621084036965862
|
496
|
+
0.014100301204687759,0.09202707384198347,1.3575083577090675e-07,0.0037457677873194207,1.3575083577090675e-07,0.8159171707665542,0.0742094148977836
|
497
|
+
0.039643115334044694,0.018714734979462303,0.0017804162345394401,0.0008408387580393202,0.001805445526858068,0.001320738474682357,0.9358947106923738
|
498
|
+
0.9911073443308325,0.003923411441932384,8.5976953625297e-09,8.5976953625297e-09,0.00034338661318967286,8.5976953625297e-09,0.004625831820959282
|
499
|
+
0.42744462594660293,0.2782248841511186,0.005349335906311042,0.003043154564162784,0.009685184764536107,0.03095171929293343,0.24530109537433495
|
500
|
+
0.1574752926103144,0.08519508627376521,0.4549685257755804,4.774148713913964e-07,4.774148713913964e-07,4.774148713913964e-07,0.3023596630957258
|
501
|
+
0.08911810767028246,0.06226846167115759,0.016594983548191528,0.6756463219687208,8.594347145954441e-07,8.594347145954441e-07,0.15637040627221846
|
502
|
+
0.13421321378080134,0.0622601318173678,0.0313788449866739,5.541463391387199e-07,0.40114522796419944,0.06755008573056859,0.30345194157404975
|
503
|
+
0.027369934989821845,0.06417095810997582,1.5516325762444317e-07,1.5516325762444317e-07,1.5516325762444317e-07,0.8058118902282742,0.10264675118215524
|
504
|
+
0.2660572399671016,0.06854232691157215,0.0016121412389973912,0.003994487285913022,0.002486890305784599,0.00930304682893317,0.648003867461698
|
505
|
+
0.9966349377955244,0.0009314679357708894,5.889703459235273e-09,5.889703459235273e-09,5.889703459235273e-09,5.889703459235273e-09,0.0024335707098907563
|
506
|
+
0.3962818625318035,0.4067993525869848,5.768019912682515e-08,0.0019289836759361348,0.0023834956027993714,0.0026989424995582548,0.18990730542271872
|
507
|
+
0.11687863828102867,0.10200734923378545,0.6533566074666156,7.18655872464606e-07,0.011931437221221317,7.18655872464606e-07,0.11582453048560395
|
508
|
+
0.06330191790069813,0.024079373351374913,6.468215531435076e-07,0.7889759988568327,6.468215531435076e-07,6.468215531435076e-07,0.12364076942643486
|
509
|
+
0.10521916141831668,7.448382380871094e-07,0.023961595049295594,7.448382380871094e-07,0.7453901389482295,0.01820702023817484,0.10722059466950713
|
510
|
+
0.014888394288111784,0.04196489306780036,1.349787857646891e-07,0.005321515789922285,1.349787857646891e-07,0.9084887005968376,0.029336226299756605
|
511
|
+
0.07196782922932654,0.02752132824758897,0.00208007203228721,0.0012611510756529707,0.0028163815784635546,0.002505062977284087,0.8918481748593967
|
512
|
+
0.9975295940551158,0.000894505722273672,5.393386388322013e-09,0.0003753186234345422,5.393386388322013e-09,5.393386388322013e-09,0.0012005654190168124
|
513
|
+
0.46337583723454334,0.3353758250830057,0.004410165814598286,9.03241950043461e-08,9.03241950043461e-08,0.021036333205660927,0.1758016580138019
|
514
|
+
0.11240552248330367,0.01811028311967904,0.5301401075476486,8.360905800198946e-07,8.360905800198946e-07,0.028976693053818676,0.3103657216143901
|
515
|
+
0.35517980616962885,0.036824008566553795,6.910427286192148e-07,0.4265412484998058,6.910427286192148e-07,6.910427286192148e-07,0.18145286363582558
|
516
|
+
0.09815344215226872,0.3145497963199479,7.124683808293532e-07,7.124683808293532e-07,0.23025983452141596,0.02492466665598796,0.3321108354136177
|
517
|
+
0.04740328510852672,0.02449035841108607,1.406742908613145e-07,1.406742908613145e-07,1.406742908613145e-07,0.8914904324568569,0.03661550200065766
|
518
|
+
0.22980537779867283,0.04100620730684511,0.001455586391055324,0.0007020801647655538,0.004375075049391451,0.0044344188376473385,0.7182212544516224
|
519
|
+
0.9995410836762568,4.601466473459634e-09,4.601466473459634e-09,4.601466473459634e-09,4.601466473459634e-09,4.601466473459634e-09,0.000458893316411174
|
520
|
+
0.35816654688849836,0.3846214781238052,0.006590130275375119,1.0835115371187095e-07,0.0029466473909737874,0.00685170794298356,0.24082338102721046
|
521
|
+
0.18637487565860184,1.178815317028246e-06,0.5975170029884619,1.178815317028246e-06,1.178815317028246e-06,1.178815317028246e-06,0.21610340609166817
|
522
|
+
0.04362371583444652,0.022086101292761458,0.04036698721742746,0.6694834341778393,1.3044302278824563e-06,1.3044302278824563e-06,0.22443715261706942
|
523
|
+
0.08862349231046472,0.1373689786068588,0.03210373375929721,1.2189718278046136e-06,0.7133440748763211,1.2189718278046136e-06,0.02855728250340234
|
524
|
+
0.003602164521129726,0.004897101829925162,0.004306194575881095,1.3998302403314307e-07,1.3998302403314307e-07,0.9578523901934759,0.02934186891353996
|
525
|
+
0.07576244189573414,0.018918742192783722,0.0028749876182736114,0.0009800473774453286,0.002400460986840806,0.0014691240286053302,0.897594195900317
|
526
|
+
0.996819162348166,0.0008628581176988639,4.400076991885567e-09,0.0005785783237459044,4.400076991885567e-09,4.400076991885567e-09,0.0017393880101586152
|
527
|
+
0.46475742670117975,0.23534646092232928,1.8778520662879318e-07,0.015367007335963995,0.005559462649272003,1.8778520662879318e-07,0.27896926682084167
|
528
|
+
0.19430471033636534,0.06436505024528091,0.4258839611687781,1.110443652206363e-06,1.110443652206363e-06,1.110443652206363e-06,0.31544294691861896
|
529
|
+
0.07960447675489261,0.5264171439304632,1.6759111989034626e-06,0.2716275406371233,1.6759111989034626e-06,1.6759111989034626e-06,0.12234581094392395
|
530
|
+
0.4530346648187119,0.21476123857740803,1.2243042233469212e-06,1.2243042233469212e-06,0.25079700611990924,1.2243042233469212e-06,0.08140341757130076
|
531
|
+
0.033150905723544226,0.05302718755825782,1.4222803422037112e-07,1.4222803422037112e-07,1.4222803422037112e-07,0.901353824735857,0.012467655298238416
|
532
|
+
0.376850520551768,0.04646613404609973,0.0006804434867642176,0.005201044315460919,0.002392597542048827,0.004098409807735291,0.564310850250123
|
533
|
+
0.9999999769003949,3.8499342695903636e-09,3.8499342695903636e-09,3.8499342695903636e-09,3.8499342695903636e-09,3.8499342695903636e-09,3.8499342695903636e-09
|
534
|
+
0.48233912683884417,0.40853284875723245,1.6512024341587896e-07,1.6512024341587896e-07,1.6512024341587896e-07,1.6512024341587896e-07,0.10912736392294954
|
535
|
+
2.285633211117148e-06,0.060196108234319236,0.7749815370690052,2.285633211117148e-06,2.285633211117148e-06,2.285633211117148e-06,0.1648132121638309
|
536
|
+
1.2689660824113436e-06,1.2689660824113436e-06,1.2689660824113436e-06,0.296976621942744,0.07297126085483889,1.2689660824113436e-06,0.6300470413380874
|
537
|
+
0.1868877133248938,0.0860234364899846,2.3569323312136818e-06,2.3569323312136818e-06,0.46513522732583695,2.3569323312136818e-06,0.261946552062291
|
538
|
+
0.08015631726085738,0.02994583885397357,1.5009275068191937e-07,1.5009275068191937e-07,1.5009275068191937e-07,0.8467862281733025,0.04311116543361455
|
539
|
+
0.10689377334365746,0.016164636350656996,0.0007130911502699815,0.0002979192077429157,0.00036146766041115407,0.0006556077795829701,0.8749135045076786
|
540
|
+
0.9988454867472865,0.0002300324983977485,3.726884928616939e-09,8.943990354198913e-05,3.726884928616939e-09,3.726884928616939e-09,0.0008350296701192143
|
541
|
+
0.6279237890761484,0.13652126834530545,2.858058251097566e-07,2.858058251097566e-07,2.858058251097566e-07,0.027922299458714286,0.2076317857023566
|
542
|
+
0.5511179014472921,0.14462217456530854,0.22331576259430225,2.683101701897511e-06,2.683101701897511e-06,2.683101701897511e-06,0.08093611208799123
|
543
|
+
4.03085774988852e-06,4.03085774988852e-06,4.03085774988852e-06,0.6391009726926181,4.03085774988852e-06,4.03085774988852e-06,0.3608788730186325
|
544
|
+
3.6777668824091475e-06,0.21148814791770865,3.6777668824091475e-06,3.6777668824091475e-06,0.27395601529892966,3.6777668824091475e-06,0.5145411257158322
|
545
|
+
0.0662516235731088,0.019915033481202698,1.76283568381701e-07,1.76283568381701e-07,1.76283568381701e-07,0.913832637811415,1.76283568381701e-07
|
546
|
+
0.26331258019611486,0.04569023201814466,2.3314675219282255e-08,0.0006968378756367055,0.004955464255069834,0.004026079356706077,0.6813187829836524
|
547
|
+
0.9996659751676127,3.5450567062442007e-09,3.5450567062442007e-09,3.5450567062442007e-09,3.5450567062442007e-09,3.5450567062442007e-09,0.0003340071071041658
|
548
|
+
0.6308334512739471,0.258844917009476,3.671756818188543e-07,3.671756818188543e-07,3.671756818188543e-07,0.01051353356775055,0.09980699662178102
|
549
|
+
1.2013967408978387e-05,1.2013967408978387e-05,0.7128163980971881,1.2013967408978387e-05,1.2013967408978387e-05,1.2013967408978387e-05,0.2871235320657671
|
550
|
+
0.11296471405985821,4.70714383203196e-06,4.70714383203196e-06,0.26806106340457236,4.70714383203196e-06,4.70714383203196e-06,0.6189553939602412
|
551
|
+
3.4838135126169274e-06,0.5321687070497431,3.4838135126169274e-06,0.05939172461447682,0.28318986784728656,3.4838135126169274e-06,0.12523924904795566
|
552
|
+
0.027586392809301575,0.012239531651464372,1.8334280041482588e-07,1.8334280041482588e-07,1.8334280041482588e-07,0.9452715782072658,0.014901947303566926
|
553
|
+
0.08871444248827019,0.014267926216283916,0.0004762377993107138,3.28591980055262e-08,0.0019767810170242556,0.001427532504019344,0.8931370471158936
|
554
|
+
0.9971092557491661,0.0005057486296682736,3.4894138627038016e-09,0.00012374537760150844,3.4894138627038016e-09,3.4894138627038016e-09,0.002261239775322873
|
555
|
+
0.3866524134299944,0.5169524547630344,7.360023065797129e-07,7.360023065797129e-07,7.360023065797129e-07,0.021973692755731543,0.07441923104431973
|
556
|
+
1.3544520583380543e-05,0.542107544724363,0.4578247326727201,1.3544520583380543e-05,1.3544520583380543e-05,1.3544520583380543e-05,1.3544520583380543e-05
|
557
|
+
0.23037518737800297,1.3513400999362668e-05,1.3513400999362668e-05,0.7695572456170003,1.3513400999362668e-05,1.3513400999362668e-05,1.3513400999362668e-05
|
558
|
+
0.20653070247362337,0.1758741699998484,0.21877518109820682,7.069563002010589e-06,0.3987987377393155,7.069563002010589e-06,7.069563002010589e-06
|
559
|
+
0.036433348831799446,0.036803546516964415,1.9128351616200003e-07,0.0053472876366799735,1.9128351616200003e-07,0.8933235591603935,0.02809187528713021
|
560
|
+
0.40299465091868786,0.04802086635733183,3.594614736989905e-08,3.594614736989905e-08,3.594614736989905e-08,0.0025619544880828285,0.5464224203974554
|
561
|
+
0.9999011012207363,9.88819852872913e-05,3.358795376604764e-09,3.358795376604764e-09,3.358795376604764e-09,3.358795376604764e-09,3.358795376604764e-09
|
562
|
+
0.4613886863037577,0.4452303858218238,4.097463748025299e-07,4.097463748025299e-07,4.097463748025299e-07,4.097463748025299e-07,0.09337928888891976
|
563
|
+
1.5443409518169976e-05,1.5443409518169976e-05,0.7017231378488791,1.5443409518169976e-05,1.5443409518169976e-05,1.5443409518169976e-05,0.2981996451035302
|
564
|
+
8.307747587804752e-06,0.2322412137557276,8.307747587804752e-06,0.5194204372986883,8.307747587804752e-06,8.307747587804752e-06,0.24830511795523297
|
565
|
+
1.772525957089591e-05,1.772525957089591e-05,1.772525957089591e-05,1.772525957089591e-05,0.9998936484425747,1.772525957089591e-05,1.772525957089591e-05
|
566
|
+
0.046943994437794775,0.008489379120107733,2.0958710481011924e-07,2.0958710481011924e-07,2.0958710481011924e-07,0.8564858272990661,0.08808017038171698
|
567
|
+
0.06240489771513647,0.01814060574971273,6.212282034606668e-08,6.212282034606668e-08,6.212282034606668e-08,6.212282034606668e-08,0.9194542480438694
|
568
|
+
0.9986668963183991,0.00024799290312921626,3.332767819336661e-09,3.332767819336661e-09,3.332767819336661e-09,3.332767819336661e-09,0.0010850974474007544
|
569
|
+
0.49996484723772383,0.4392796705786206,6.772710915225679e-07,6.772710915225679e-07,6.772710915225679e-07,0.011625124903039909,0.04912832546734094
|
570
|
+
2.200493285481261e-05,0.6809661600011722,0.31892381533455394,2.200493285481261e-05,2.200493285481261e-05,2.200493285481261e-05,2.200493285481261e-05
|
571
|
+
1.5992729222708997e-05,1.5992729222708997e-05,1.5992729222708997e-05,0.4327685334337548,1.5992729222708997e-05,1.5992729222708997e-05,0.5671515029201318
|
572
|
+
1.772525957089591e-05,1.772525957089591e-05,1.772525957089591e-05,1.772525957089591e-05,0.9998936484425747,1.772525957089591e-05,1.772525957089591e-05
|
573
|
+
0.005749201059783263,0.028071378037551463,2.447055052251622e-07,2.447055052251622e-07,2.447055052251622e-07,0.954161884687774,0.012016802098375618
|
574
|
+
0.23110717211102677,0.014754343546731994,0.0033675510324486083,6.452471191577685e-08,0.00197441629238933,0.0016595645560473046,0.7471368879366441
|
575
|
+
0.9990265327523689,0.00016525050022100227,3.2895354399376647e-09,3.2895354399376647e-09,3.2895354399376647e-09,3.2895354399376647e-09,0.0008082035892686703
|
576
|
+
0.36433445905624867,0.525550532848825,0.04428755509479954,9.112963840880282e-07,9.112963840880282e-07,9.112963840880282e-07,0.06582471911097429
|
577
|
+
1.4995114904535395e-05,1.4995114904535395e-05,0.9999100293105728,1.4995114904535395e-05,1.4995114904535395e-05,1.4995114904535395e-05,1.4995114904535395e-05
|
578
|
+
3.694627209952559e-05,3.694627209952559e-05,3.694627209952559e-05,0.999778322367403,3.694627209952559e-05,3.694627209952559e-05,3.694627209952559e-05
|
579
|
+
1.1492265505567973e-05,1.1492265505567973e-05,1.1492265505567973e-05,1.1492265505567973e-05,0.6482863192650163,1.1492265505567973e-05,0.35165621940745584
|
580
|
+
0.04596447150789247,0.019295675608066564,2.5367101699237575e-07,2.5367101699237575e-07,2.5367101699237575e-07,0.9317564341651556,0.0029826577058341876
|
581
|
+
0.06382562731108449,0.004804341415656744,8.290652542356556e-08,8.290652542356556e-08,8.290652542356556e-08,8.290652542356556e-08,0.9313696996471571
|
582
|
+
0.9966001561024509,0.0003397597773220408,3.2781595797878145e-09,3.2781595797878145e-09,3.2781595797878145e-09,0.0002795725642042896,0.002780501721544147
|
583
|
+
0.5248886547364774,0.3091314417187427,1.3141306715091598e-06,0.0319571617446231,1.3141306715091598e-06,0.03405978127581206,0.09996033226300169
|
584
|
+
0.42154724916699204,8.674095534644769e-06,0.4527018952270385,8.674095534644769e-06,8.674095534644769e-06,8.674095534644769e-06,0.12571615922383078
|
585
|
+
3.694627209952559e-05,3.694627209952559e-05,3.694627209952559e-05,0.999778322367403,3.694627209952559e-05,3.694627209952559e-05,3.694627209952559e-05
|
586
|
+
0.3399920134196007,1.772525957089591e-05,1.772525957089591e-05,1.772525957089591e-05,0.6599193602825447,1.772525957089591e-05,1.772525957089591e-05
|
587
|
+
0.108624288907645,2.7224990707812725e-07,2.7224990707812725e-07,2.7224990707812725e-07,2.7224990707812725e-07,0.8913743498428195,2.7224990707812725e-07
|
588
|
+
0.29551898531146426,0.015440117453935575,8.624962006985156e-08,0.0033261148783193264,0.0020856479963163813,8.624962006985156e-08,0.6836289618607243
|
589
|
+
0.9995740830308472,3.2435454807158576e-09,3.2435454807158576e-09,3.2435454807158576e-09,3.2435454807158576e-09,3.2435454807158576e-09,0.0004259007514257951
|
590
|
+
0.3399230672586068,0.5468273415162822,1.9308726294645795e-06,0.043831059594178226,1.9308726294645795e-06,1.9308726294645795e-06,0.06941273901304418
|
591
|
+
1.9158520273665104e-05,1.9158520273665104e-05,0.9998850488783582,1.9158520273665104e-05,1.9158520273665104e-05,1.9158520273665104e-05,1.9158520273665104e-05
|
592
|
+
1.111775071440435e-05,1.111775071440435e-05,1.111775071440435e-05,0.30085000532134615,1.111775071440435e-05,0.2703625792468556,0.4287429444289408
|
593
|
+
0.39372714546678345,1.6282141937505492e-05,1.6282141937505492e-05,1.6282141937505492e-05,0.27032319890203,1.6282141937505492e-05,0.3358845270634366
|
594
|
+
0.024298072567618477,0.033389380826214836,2.953940175235429e-07,2.953940175235429e-07,2.953940175235429e-07,0.9423113650300965,2.953940175235429e-07
|
595
|
+
0.10800413696171834,0.004036638933473513,1.1280418024136164e-07,1.1280418024136164e-07,1.1280418024136164e-07,1.1280418024136164e-07,0.8879587728880872
|
596
|
+
0.9982593449006172,0.0003945438319834211,3.2319239137175933e-09,5.443321420179311e-05,3.2319239137175933e-09,0.0001544762481436605,0.0011371953412062771
|
597
|
+
0.07418353627015174,0.6641704428257175,2.314686058676002e-06,2.314686058676002e-06,2.314686058676002e-06,2.314686058676002e-06,0.26163676215989573
|
598
|
+
1.9158520273665104e-05,1.9158520273665104e-05,1.9158520273665104e-05,1.9158520273665104e-05,1.9158520273665104e-05,1.9158520273665104e-05,0.9998850488783582
|
599
|
+
2.0094258091294716e-05,2.0094258091294716e-05,2.0094258091294716e-05,0.5437572589086792,2.0094258091294716e-05,2.0094258091294716e-05,0.4561422698008644
|
600
|
+
6.021036996038758e-05,6.021036996038758e-05,6.021036996038758e-05,6.021036996038758e-05,0.9996387377802378,6.021036996038758e-05,6.021036996038758e-05
|
601
|
+
0.034906126704895055,0.008034455458806058,3.1110603475548737e-07,0.0390262493591262,3.1110603475548737e-07,0.8944365708257301,0.023595975439373036
|
602
|
+
0.19591786434789335,0.03535874488491652,1.2348523573866588e-07,0.00388222573886084,0.0025473786043995893,1.2348523573866588e-07,0.7622935394534583
|
603
|
+
0.9991673043099373,0.0005072017475189255,3.2195183764246444e-09,9.257407187426804e-05,3.2195183764246444e-09,3.2195183764246444e-09,0.00023291021211464843
|
604
|
+
0.2971382509530654,0.5116941246979776,1.3866106379296667e-06,1.3866106379296667e-06,1.3866106379296667e-06,1.3866106379296667e-06,0.19116207790640513
|
605
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
606
|
+
4.980376473538932e-06,4.980376473538932e-06,4.980376473538932e-06,0.916093822868835,4.980376473538932e-06,4.980376473538932e-06,0.08388127524879731
|
607
|
+
2.6855407680229246e-05,2.6855407680229246e-05,2.6855407680229246e-05,2.6855407680229246e-05,0.9998388675539186,2.6855407680229246e-05,2.6855407680229246e-05
|
608
|
+
3.421349139626173e-07,0.04275245269801774,3.421349139626173e-07,3.421349139626173e-07,3.421349139626173e-07,0.9572458366274125,3.421349139626173e-07
|
609
|
+
0.06486931865244236,0.006203489311191507,1.473016842723866e-07,1.473016842723866e-07,1.473016842723866e-07,0.0033437673739547093,0.9255829827573586
|
610
|
+
0.9949704358618929,0.002387520960331359,3.215418538222248e-09,0.00010632135840866806,3.215418538222248e-09,0.00018217436304720692,0.0023535410254828843
|
611
|
+
0.4491884572704828,0.32368553671671224,1.4416704748370944e-06,0.047509066642087455,1.4416704748370944e-06,0.17961261435929285,1.4416704748370944e-06
|
612
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
613
|
+
0.26240443857306417,4.70146430182012e-06,4.70146430182012e-06,0.14780832391565285,4.70146430182012e-06,4.70146430182012e-06,0.5897684316540758
|
614
|
+
0.9998388675539188,2.685540768022925e-05,2.685540768022925e-05,2.685540768022925e-05,2.685540768022925e-05,2.685540768022925e-05,2.685540768022925e-05
|
615
|
+
0.038649016654859314,3.5453878877256403e-07,3.5453878877256403e-07,3.5453878877256403e-07,3.5453878877256403e-07,0.9613492106511968,3.5453878877256403e-07
|
616
|
+
0.32568678677852675,0.01509876770771888,1.5359476382052964e-07,1.5359476382052964e-07,1.5359476382052964e-07,0.010156238312349271,0.6490577464171138
|
617
|
+
0.9998128243849118,0.00011511521731571378,3.2043952777104e-09,3.2043952777104e-09,3.2043952777104e-09,3.2043952777104e-09,7.204758019165334e-05
|
618
|
+
0.2989721457690006,0.6181937967248424,9.38658308744953e-07,9.38658308744953e-07,9.38658308744953e-07,9.38658308744953e-07,0.08283030287292198
|
619
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
620
|
+
1.0260296978155983e-05,1.0260296978155983e-05,1.0260296978155983e-05,0.3392680297840886,1.0260296978155983e-05,0.33811966146972855,0.3225712675582702
|
621
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
622
|
+
0.03553589538504338,3.379613413860363e-07,3.379613413860363e-07,3.379613413860363e-07,3.379613413860363e-07,0.9481391372620792,0.01632361550751181
|
623
|
+
0.08468422648260675,0.028956590273720943,1.9672713772756827e-07,1.9672713772756827e-07,1.9672713772756827e-07,1.9672713772756827e-07,0.8863583963351215
|
624
|
+
0.9973842895062364,0.0011588190623896652,3.1962455461421717e-09,0.00027206592226266304,3.1962455461421717e-09,3.1962455461421717e-09,0.0011848159203749259
|
625
|
+
0.08795917803545143,0.5273012119990912,1.18805367908547e-06,1.18805367908547e-06,1.18805367908547e-06,0.14521588602079427,0.23952015978362584
|
626
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
627
|
+
0.9998185782100972,3.0236964983826437e-05,3.0236964983826437e-05,3.0236964983826437e-05,3.0236964983826437e-05,3.0236964983826437e-05,3.0236964983826437e-05
|
628
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
629
|
+
0.047681346440672,0.013983750340283055,3.5230800486621996e-07,3.5230800486621996e-07,3.5230800486621996e-07,0.9383334939870256,3.5230800486621996e-07
|
630
|
+
0.16503698052724813,0.021630145708372767,2.1294764010729284e-07,2.1294764010729284e-07,2.1294764010729284e-07,0.007872515738540769,0.8054597191829179
|
631
|
+
0.9990875626475834,0.0009124213813520586,3.194212972270649e-09,3.194212972270649e-09,3.194212972270649e-09,3.194212972270649e-09,3.194212972270649e-09
|
632
|
+
0.15873336420546155,0.5422223342891374,1.055228219487154e-06,1.055228219487154e-06,1.055228219487154e-06,0.27062509116187655,0.028416044658865994
|
633
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
634
|
+
1.1747227427169465e-05,1.1747227427169465e-05,1.1747227427169465e-05,0.4017516973768972,1.1747227427169465e-05,0.2147027880864048,0.3834985256269893
|
635
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
636
|
+
3.5428416634282043e-07,3.5428416634282043e-07,3.5428416634282043e-07,3.5428416634282043e-07,3.5428416634282043e-07,0.999997874295002,3.5428416634282043e-07
|
637
|
+
0.08278561084906656,0.006698660216772534,2.2963526127972673e-07,2.2963526127972673e-07,2.2963526127972673e-07,0.012798735876084827,0.8977163041522922
|
638
|
+
0.9929815377612529,0.0037243050202426255,7.692934872730803e-05,0.00015578173829030876,0.00011212255100672075,0.00013437316875736642,0.0028149504117228486
|
639
|
+
0.014189027469008596,0.7381158523836562,1.206757658163629e-06,0.0197318059623251,1.206757658163629e-06,0.18006247775593479,0.047898422913758884
|
640
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
641
|
+
2.9234890432113424e-05,2.9234890432113424e-05,2.9234890432113424e-05,0.9998245906574075,2.9234890432113424e-05,2.9234890432113424e-05,2.9234890432113424e-05
|
642
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
643
|
+
0.06779479982851461,0.011739358576558015,3.171519121468572e-07,3.171519121468572e-07,3.171519121468572e-07,0.9204645729872788,3.171519121468572e-07
|
644
|
+
0.3370205058074272,0.01707310186538375,2.519594555644286e-07,2.519594555644286e-07,2.519594555644286e-07,2.519594555644286e-07,0.6459053844893667
|
645
|
+
0.9985398425355015,0.0005759263398505057,3.198405965331499e-09,0.0003427511926600381,3.198405965331499e-09,3.198405965331499e-09,0.0005414703367702271
|
646
|
+
0.04295076898842698,0.6993249666494036,5.310042050769295e-07,0.006194631313408273,5.310042050769295e-07,0.13741560678290515,0.11411296425744598
|
647
|
+
4.1481198836549634e-05,4.1481198836549634e-05,0.9997511128069808,4.1481198836549634e-05,4.1481198836549634e-05,4.1481198836549634e-05,4.1481198836549634e-05
|
648
|
+
0.4911950901864608,1.0064424131698179e-05,1.0064424131698179e-05,0.5087545876928807,1.0064424131698179e-05,1.0064424131698179e-05,1.0064424131698179e-05
|
649
|
+
2.8463238623141525e-05,2.8463238623141525e-05,2.8463238623141525e-05,2.8463238623141525e-05,2.8463238623141525e-05,2.8463238623141525e-05,0.9998292205682612
|
650
|
+
0.12495665039343626,0.024746280265586472,3.232483442131688e-07,3.232483442131688e-07,3.232483442131688e-07,0.8502957763476005,3.232483442131688e-07
|
651
|
+
0.05200069226290756,0.022346173348330767,2.869337724253604e-07,2.869337724253604e-07,2.869337724253604e-07,0.03154835690994126,0.8941039166775032
|
652
|
+
0.9941833692802647,0.0027857328148936447,3.1959428828983524e-09,0.00010586510398236036,3.1959428828983524e-09,0.0009245070971597237,0.00200051931181383
|
653
|
+
0.0825507597816904,0.45556307068227425,6.05513943404542e-07,0.1489876000443401,6.05513943404542e-07,0.288381603065691,0.02451575539811739
|
654
|
+
4.1481198836549634e-05,4.1481198836549634e-05,0.9997511128069808,4.1481198836549634e-05,4.1481198836549634e-05,4.1481198836549634e-05,4.1481198836549634e-05
|
655
|
+
0.20190776504035007,5.903786967738353e-06,5.903786967738353e-06,0.09653336616698,5.903786967738353e-06,0.701535253644799,5.903786967738353e-06
|
656
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
657
|
+
0.12706261916935613,3.334210738184918e-07,3.334210738184918e-07,3.334210738184918e-07,3.334210738184918e-07,0.8729357137252748,3.334210738184918e-07
|
658
|
+
0.21048039867693386,2.828543962495959e-07,2.828543962495959e-07,2.828543962495959e-07,2.828543962495959e-07,0.02911184697700928,0.7604066229284718
|
659
|
+
0.997919922748134,0.0014929765856727048,3.2013066244550147e-09,0.00026019241412127294,3.2013066244550147e-09,3.2013066244550147e-09,0.0003268986481524695
|
660
|
+
0.013108957320064911,0.5604113169697867,6.157600170541645e-07,0.05735676541118629,6.157600170541645e-07,0.20289144461368655,0.16623028416524152
|
661
|
+
4.1481198836549634e-05,4.1481198836549634e-05,0.9997511128069808,4.1481198836549634e-05,4.1481198836549634e-05,4.1481198836549634e-05,4.1481198836549634e-05
|
662
|
+
3.383735064600882e-06,3.383735064600882e-06,0.5580606125679837,3.383735064600882e-06,3.383735064600882e-06,0.4419224687566932,3.383735064600882e-06
|
663
|
+
0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
|
664
|
+
2.7736141751383247e-07,2.7736141751383247e-07,2.7736141751383247e-07,2.7736141751383247e-07,2.7736141751383247e-07,0.9823838985760913,0.017614714616821008
|
665
|
+
0.07744352654691969,0.06020565119307774,2.980821603554892e-07,0.015500269150776933,2.980821603554892e-07,0.037063355042585705,0.8097866019023193
|