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.
Files changed (732) hide show
  1. checksums.yaml +4 -4
  2. data/.github/pull_request_template.md +2 -2
  3. data/CHANGELOG.md +15 -0
  4. data/Gemfile +11 -11
  5. data/README.md +1 -1
  6. data/example_files/Gemfile +3 -3
  7. data/example_files/mappers/Baseline.rb +233 -204
  8. data/example_files/mappers/HighEfficiency.rb +41 -8
  9. data/example_files/measures/BuildResidentialModel/measure.rb +25 -5
  10. data/example_files/resources/hpxml-measures/.gitignore +1 -2
  11. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +364 -694
  12. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +1506 -889
  13. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb +12 -0
  14. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/location.rb +1 -1
  15. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules.rb +1068 -0
  16. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_README.md +45 -0
  17. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_consumption_dist.csv +95 -0
  18. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_duration_dist.csv +95 -0
  19. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_cluster_size_probability.csv +6 -0
  20. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_event_duration_probability.csv +44 -0
  21. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_consumption_dist.csv +93 -0
  22. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_duration_dist.csv +93 -0
  23. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_config.yml +61 -0
  24. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_consumption_dist.csv +63 -0
  25. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_duration_dist.csv +63 -0
  26. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_cluster_size_probability.csv +8 -0
  27. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_event_duration_probability.csv +192 -0
  28. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_consumption_dist.csv +56 -0
  29. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_duration_dist.csv +56 -0
  30. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_cluster_size_probability.csv +4 -0
  31. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_event_duration_probability.csv +1531 -0
  32. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_evening_duration_probability.csv +10 -0
  33. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_midday_duration_probability.csv +20 -0
  34. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_morning_duration_probability.csv +19 -0
  35. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +7 -0
  36. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +11 -0
  37. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +11 -0
  38. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_evening_duration_probability.csv +12 -0
  39. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_midday_duration_probability.csv +19 -0
  40. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_morning_duration_probability.csv +19 -0
  41. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_evening_duration_probability.csv +10 -0
  42. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_midday_duration_probability.csv +12 -0
  43. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_morning_duration_probability.csv +11 -0
  44. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_evening_duration_probability.csv +8 -0
  45. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_midday_duration_probability.csv +21 -0
  46. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_morning_duration_probability.csv +26 -0
  47. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +6 -0
  48. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
  49. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
  50. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_evening_duration_probability.csv +7 -0
  51. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_midday_duration_probability.csv +19 -0
  52. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_morning_duration_probability.csv +25 -0
  53. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
  54. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_midday_duration_probability.csv +11 -0
  55. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
  56. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_evening_duration_probability.csv +10 -0
  57. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_midday_duration_probability.csv +16 -0
  58. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_morning_duration_probability.csv +15 -0
  59. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
  60. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +5 -0
  61. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +5 -0
  62. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_evening_duration_probability.csv +13 -0
  63. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_midday_duration_probability.csv +12 -0
  64. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_morning_duration_probability.csv +13 -0
  65. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_evening_duration_probability.csv +10 -0
  66. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_midday_duration_probability.csv +10 -0
  67. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
  68. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_evening_duration_probability.csv +9 -0
  69. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_midday_duration_probability.csv +18 -0
  70. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_morning_duration_probability.csv +10 -0
  71. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +8 -0
  72. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +10 -0
  73. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +8 -0
  74. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
  75. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_midday_duration_probability.csv +17 -0
  76. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_morning_duration_probability.csv +14 -0
  77. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_evening_duration_probability.csv +7 -0
  78. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_midday_duration_probability.csv +12 -0
  79. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_morning_duration_probability.csv +14 -0
  80. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_0.csv +7 -0
  81. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_1.csv +7 -0
  82. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_2.csv +7 -0
  83. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_3.csv +7 -0
  84. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_0.csv +665 -0
  85. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_1.csv +665 -0
  86. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_2.csv +665 -0
  87. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_3.csv +665 -0
  88. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_evening_duration_probability.csv +12 -0
  89. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_midday_duration_probability.csv +22 -0
  90. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_morning_duration_probability.csv +18 -0
  91. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +9 -0
  92. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +10 -0
  93. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +10 -0
  94. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_evening_duration_probability.csv +11 -0
  95. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_midday_duration_probability.csv +22 -0
  96. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_morning_duration_probability.csv +18 -0
  97. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_evening_duration_probability.csv +8 -0
  98. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_midday_duration_probability.csv +10 -0
  99. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_morning_duration_probability.csv +15 -0
  100. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_evening_duration_probability.csv +14 -0
  101. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_midday_duration_probability.csv +23 -0
  102. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_morning_duration_probability.csv +24 -0
  103. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +12 -0
  104. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
  105. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
  106. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_evening_duration_probability.csv +12 -0
  107. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_midday_duration_probability.csv +21 -0
  108. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_morning_duration_probability.csv +22 -0
  109. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
  110. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_midday_duration_probability.csv +15 -0
  111. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
  112. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_evening_duration_probability.csv +7 -0
  113. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_midday_duration_probability.csv +21 -0
  114. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_morning_duration_probability.csv +20 -0
  115. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
  116. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +6 -0
  117. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +10 -0
  118. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_evening_duration_probability.csv +9 -0
  119. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_midday_duration_probability.csv +16 -0
  120. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_morning_duration_probability.csv +16 -0
  121. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_evening_duration_probability.csv +9 -0
  122. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_midday_duration_probability.csv +11 -0
  123. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
  124. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_evening_duration_probability.csv +8 -0
  125. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_midday_duration_probability.csv +24 -0
  126. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_morning_duration_probability.csv +34 -0
  127. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +6 -0
  128. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +12 -0
  129. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +13 -0
  130. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
  131. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_midday_duration_probability.csv +24 -0
  132. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_morning_duration_probability.csv +29 -0
  133. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_evening_duration_probability.csv +8 -0
  134. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_midday_duration_probability.csv +14 -0
  135. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_morning_duration_probability.csv +16 -0
  136. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_0.csv +7 -0
  137. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_1.csv +7 -0
  138. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_2.csv +7 -0
  139. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_3.csv +7 -0
  140. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_0.csv +665 -0
  141. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_1.csv +665 -0
  142. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_2.csv +665 -0
  143. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_3.csv +665 -0
  144. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw +11 -57
  145. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-50percent.osw +11 -57
  146. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief.osw +11 -57
  147. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier.osw +11 -57
  148. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-gas.osw +11 -57
  149. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-modified.osw +11 -57
  150. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-none.osw +11 -57
  151. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-oil.osw +11 -57
  152. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-propane.osw +11 -57
  153. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-wood.osw +11 -57
  154. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-flat.osw +11 -57
  155. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-radiant-barrier.osw +11 -57
  156. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-unvented-insulated-roof.osw +11 -57
  157. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-vented.osw +11 -57
  158. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless-outside.osw +11 -57
  159. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless.osw +11 -57
  160. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-dwhr.osw +11 -57
  161. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-outside.osw +11 -57
  162. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-standbyloss.osw +11 -57
  163. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-with-solar-fraction.osw +11 -57
  164. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect.osw +11 -57
  165. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-electric.osw +11 -57
  166. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-gas.osw +11 -57
  167. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-hpwh.osw +11 -57
  168. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-indirect.osw +11 -57
  169. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-low-flow-fixtures.osw +11 -57
  170. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-none.osw +11 -57
  171. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-demand.osw +11 -57
  172. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-manual.osw +11 -57
  173. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-nocontrol.osw +11 -57
  174. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-temperature.osw +11 -57
  175. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-timer.osw +11 -57
  176. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-evacuated-tube.osw +11 -57
  177. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-flat-plate.osw +11 -57
  178. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-ics.osw +11 -57
  179. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-fraction.osw +11 -57
  180. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-indirect-flat-plate.osw +11 -57
  181. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-thermosyphon-flat-plate.osw +11 -57
  182. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-coal.osw +11 -57
  183. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-outside.osw +11 -57
  184. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas.osw +11 -57
  185. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-outside.osw +11 -57
  186. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar-fraction.osw +11 -57
  187. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar.osw +11 -57
  188. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump.osw +11 -57
  189. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-oil.osw +11 -57
  190. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-wood.osw +11 -57
  191. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-outside.osw +11 -57
  192. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric.osw +11 -57
  193. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar-fraction.osw +11 -57
  194. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar.osw +11 -57
  195. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas.osw +11 -57
  196. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-propane.osw +11 -57
  197. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-uef.osw +11 -57
  198. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories-garage.osw +11 -57
  199. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories.osw +11 -57
  200. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-1.osw +11 -57
  201. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-2.osw +11 -57
  202. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-4.osw +11 -57
  203. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-5.osw +11 -57
  204. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-garage.osw +11 -57
  205. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-ach-house-pressure.osw +11 -57
  206. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm-house-pressure.osw +11 -57
  207. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm50.osw +11 -57
  208. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-flue.osw +11 -57
  209. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-natural-ach.osw +11 -57
  210. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-overhangs.osw +11 -57
  211. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-windows-none.osw +11 -57
  212. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-ambient.osw +11 -57
  213. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-conditioned-basement-slab-insulation.osw +11 -57
  214. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-slab.osw +11 -57
  215. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-assembly-r.osw +11 -57
  216. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-wall-insulation.osw +11 -57
  217. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement.osw +11 -57
  218. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unvented-crawlspace.osw +11 -57
  219. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-vented-crawlspace.osw +11 -57
  220. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed.osw +11 -57
  221. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-2-speed.osw +11 -57
  222. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-var-speed.osw +11 -57
  223. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-coal-only.osw +11 -57
  224. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-elec-only.osw +11 -57
  225. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-central-ac-1-speed.osw +11 -57
  226. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-only.osw +11 -57
  227. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-oil-only.osw +11 -57
  228. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-propane-only.osw +11 -57
  229. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-wood-only.osw +11 -57
  230. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-1-speed.osw +11 -57
  231. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-2-speed.osw +11 -57
  232. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-var-speed.osw +11 -57
  233. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.osw +11 -57
  234. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.osw +11 -57
  235. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.osw +11 -57
  236. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.osw +11 -57
  237. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.osw +11 -57
  238. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-mini-split-heat-pump-ducted.osw +11 -57
  239. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ducts-leakage-percent.osw +11 -57
  240. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-elec-resistance-only.osw +11 -57
  241. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-furnace-gas.osw +11 -57
  242. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only-ducted.osw +11 -57
  243. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only.osw +11 -57
  244. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fireplace-wood-only.osw +11 -57
  245. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fixed-heater-gas-only.osw +11 -57
  246. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-floor-furnace-propane-only.osw +11 -57
  247. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-central-ac-1-speed.osw +11 -57
  248. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-only.osw +11 -57
  249. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-2-speed.osw +11 -57
  250. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-var-speed.osw +11 -57
  251. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-only.osw +11 -57
  252. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-room-ac.osw +11 -57
  253. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-oil-only.osw +11 -57
  254. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-propane-only.osw +11 -57
  255. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-wood-only.osw +11 -57
  256. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump.osw +11 -57
  257. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ducted.osw +11 -57
  258. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ductless.osw +11 -57
  259. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-cooling-only.osw +11 -57
  260. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-heating-only.osw +11 -57
  261. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted.osw +11 -57
  262. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ductless.osw +11 -57
  263. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-none.osw +11 -57
  264. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-portable-heater-gas-only.osw +11 -57
  265. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-programmable-thermostat.osw +11 -57
  266. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only-33percent.osw +11 -57
  267. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only.osw +11 -57
  268. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-setpoints.osw +11 -57
  269. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-oil-only.osw +11 -57
  270. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-wood-pellets-only.osw +11 -57
  271. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-undersized.osw +11 -57
  272. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw +11 -57
  273. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw +11 -57
  274. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw +11 -57
  275. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath-AMY-2012.osw → base-location-AMY-2012.osw} +12 -58
  276. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw +11 -57
  277. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw +11 -57
  278. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw +11 -57
  279. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw +11 -57
  280. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw +11 -57
  281. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw +11 -57
  282. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis-evap-cooler-only-ducted.osw +11 -57
  283. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis.osw +11 -57
  284. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv-atre-asre.osw +11 -57
  285. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv.osw +11 -57
  286. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust.osw +11 -57
  287. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv-asre.osw +11 -57
  288. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv.osw +11 -57
  289. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-supply.osw +11 -57
  290. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-whole-house-fan.osw +11 -57
  291. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-defaults.osw +11 -57
  292. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon.osw +11 -57
  293. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon2.osw +11 -57
  294. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-neighbor-shading.osw +11 -57
  295. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw +11 -57
  296. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-multifamily.osw +11 -57
  297. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw +11 -57
  298. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw +363 -0
  299. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath.osw → base-schedules-user-specified.osw} +13 -58
  300. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw +364 -0
  301. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw +11 -57
  302. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw +11 -57
  303. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw +11 -57
  304. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-timestep-10-mins.osw +11 -57
  305. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-single-family-attached.osw +11 -57
  306. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base.osw +11 -57
  307. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +53 -2
  308. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-auto.osw +11 -57
  309. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-shared-water-heater.osw +11 -57
  310. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw +11 -57
  311. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw +11 -57
  312. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared-preconditioning.osw +373 -0
  313. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared.osw +367 -0
  314. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw +11 -57
  315. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-shared.osw +11 -57
  316. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace.osw +11 -57
  317. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater.osw +11 -57
  318. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw +11 -57
  319. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-vacancy-6-months.osw +367 -0
  320. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw +11 -57
  321. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw +11 -57
  322. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw +11 -57
  323. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/dhw-indirect-without-boiler.osw +11 -57
  324. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/ducts-location-and-areas-not-same-type.osw +11 -57
  325. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/heating-system-and-heat-pump.osw +11 -57
  326. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-crawlspace-zero-foundation-height.osw +11 -57
  327. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-slab-non-zero-foundation-height.osw +11 -57
  328. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-no-building-orientation.osw +11 -57
  329. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-electric-heat-pump-water-heater.osw +11 -57
  330. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-ceiling-fan-quantity.osw +11 -57
  331. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-geometry-num-bathrooms.osw +11 -57
  332. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-majority-heat.osw +11 -57
  333. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-ambient.osw +11 -57
  334. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-no-building-orientation.osw +11 -57
  335. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-finished-basement-zero-foundation-height.osw +11 -57
  336. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-slab-non-zero-foundation-height.osw +11 -57
  337. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/slab-non-zero-foundation-height-above-grade.osw +11 -57
  338. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unconditioned-basement-with-wall-and-ceiling-insulation.osw +11 -57
  339. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-attic-with-floor-and-roof-insulation.osw +11 -57
  340. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
  341. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw +11 -57
  342. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
  343. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/stochastic.csv +8761 -0
  344. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/user-specified.csv +8761 -0
  345. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +65 -61
  346. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +104 -113
  347. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/EPvalidator.xml +9 -1
  348. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +62 -10
  349. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +4 -0
  350. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +8 -3
  351. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +127 -52
  352. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +21 -3
  353. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +67 -45
  354. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +17 -11
  355. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +54 -26
  356. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +3 -7
  357. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +85 -20
  358. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +500 -21
  359. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +5 -2
  360. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +14 -0
  361. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +44 -5
  362. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +2 -2
  363. data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.rb +15 -5
  364. data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.xml +10 -10
  365. data/example_files/resources/hpxml-measures/SimulationOutputReport/resources/constants.rb +2 -0
  366. data/example_files/resources/hpxml-measures/SimulationOutputReport/tests/output_report_test.rb +29 -3
  367. data/example_files/resources/hpxml-measures/docs/source/build_residential_hpxml.rst +21 -7
  368. data/example_files/resources/hpxml-measures/docs/source/hpxml_to_openstudio.rst +36 -8
  369. data/example_files/resources/hpxml-measures/docs/source/simulation_output_report.rst +5 -4
  370. data/example_files/resources/hpxml-measures/tasks.rb +101 -175
  371. data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv +1 -1
  372. data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012.epw +1 -1
  373. data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +0 -1
  374. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +3 -1
  375. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-50percent.xml +7 -1
  376. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief.xml +7 -1
  377. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +7 -1
  378. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +3 -1
  379. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +6 -1
  380. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +3 -1
  381. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +3 -1
  382. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +3 -1
  383. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +3 -1
  384. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +7 -1
  385. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +7 -1
  386. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +7 -1
  387. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +7 -1
  388. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +7 -1
  389. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +7 -1
  390. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +7 -1
  391. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +7 -1
  392. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +7 -1
  393. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +7 -1
  394. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +7 -1
  395. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +7 -1
  396. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +7 -1
  397. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +7 -1
  398. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +7 -1
  399. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +7 -1
  400. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +7 -1
  401. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +7 -1
  402. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +7 -1
  403. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +7 -1
  404. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +7 -1
  405. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +7 -1
  406. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +7 -1
  407. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +7 -1
  408. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +7 -1
  409. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +7 -1
  410. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +3 -1
  411. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +7 -1
  412. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +7 -1
  413. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +7 -1
  414. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +7 -1
  415. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +7 -1
  416. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-laundry-room.xml +7 -1
  417. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater-recirc.xml +7 -1
  418. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater.xml +7 -1
  419. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +7 -1
  420. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +7 -1
  421. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +7 -1
  422. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +7 -1
  423. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +7 -1
  424. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +7 -1
  425. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +7 -1
  426. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +7 -1
  427. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +7 -1
  428. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +7 -1
  429. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +7 -1
  430. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +7 -1
  431. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +7 -1
  432. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +7 -1
  433. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +7 -1
  434. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +7 -1
  435. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +7 -1
  436. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +7 -1
  437. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +7 -1
  438. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +7 -1
  439. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +7 -1
  440. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-uef.xml +7 -1
  441. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +7 -1
  442. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +7 -1
  443. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-attached-multifamily.xml +7 -1
  444. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +7 -1
  445. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +7 -1
  446. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +7 -1
  447. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +7 -1
  448. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-common-surfaces.xml +7 -1
  449. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +7 -1
  450. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +7 -1
  451. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +7 -1
  452. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +7 -1
  453. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +7 -1
  454. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +7 -1
  455. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-heated-space.xml +7 -1
  456. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-housing-unit.xml +7 -1
  457. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-multifamily-buffer-space.xml +7 -1
  458. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-non-freezing-space.xml +7 -1
  459. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +7 -1
  460. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +7 -1
  461. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +7 -1
  462. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +7 -1
  463. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +7 -1
  464. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-interior-shading.xml +7 -1
  465. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +7 -1
  466. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +7 -1
  467. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +7 -1
  468. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +7 -1
  469. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-interior-insulation.xml +7 -1
  470. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +7 -1
  471. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +7 -1
  472. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +7 -1
  473. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +7 -1
  474. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +7 -1
  475. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +7 -1
  476. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +7 -1
  477. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +7 -1
  478. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +7 -1
  479. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +7 -1
  480. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +7 -1
  481. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +7 -1
  482. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +7 -1
  483. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +7 -1
  484. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +7 -1
  485. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +7 -1
  486. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +7 -1
  487. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +7 -1
  488. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +7 -1
  489. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +7 -1
  490. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +7 -1
  491. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +7 -1
  492. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +7 -1
  493. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +7 -1
  494. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +7 -1
  495. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +7 -1
  496. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +7 -1
  497. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +7 -1
  498. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +7 -1
  499. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +7 -1
  500. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +7 -1
  501. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +7 -1
  502. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +7 -1
  503. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +7 -1
  504. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +7 -1
  505. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +7 -1
  506. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +7 -1
  507. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-flowrate.xml +7 -1
  508. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +7 -1
  509. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +7 -1
  510. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +7 -1
  511. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +7 -1
  512. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +7 -1
  513. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +7 -1
  514. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +7 -1
  515. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +7 -1
  516. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +7 -1
  517. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +7 -1
  518. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +7 -1
  519. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ideal-air.xml +7 -1
  520. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +7 -1
  521. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +7 -1
  522. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +7 -1
  523. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +7 -1
  524. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +7 -1
  525. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +7 -1
  526. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +7 -1
  527. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple2.xml +7 -1
  528. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +7 -1
  529. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +7 -1
  530. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat.xml +7 -1
  531. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +7 -1
  532. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +7 -1
  533. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +7 -1
  534. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-baseboard.xml +7 -1
  535. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil-ducted.xml +7 -1
  536. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil.xml +7 -1
  537. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-water-loop-heat-pump.xml +7 -1
  538. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-cooling-tower-water-loop-heat-pump.xml +7 -1
  539. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-baseboard.xml +7 -1
  540. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-ducted.xml +7 -1
  541. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-eae.xml +7 -1
  542. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil.xml +7 -1
  543. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-water-loop-heat-pump.xml +7 -1
  544. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-baseboard.xml +7 -1
  545. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil-ducted.xml +7 -1
  546. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil.xml +7 -1
  547. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-water-loop-heat-pump.xml +7 -1
  548. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-cooling-tower-only-water-loop-heat-pump.xml +7 -1
  549. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-ground-loop-ground-to-air-heat-pump.xml +7 -1
  550. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +7 -1
  551. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +7 -1
  552. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +7 -1
  553. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +7 -1
  554. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +7 -1
  555. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +7 -1
  556. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-detailed.xml +7 -1
  557. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +7 -1
  558. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath-AMY-2012.xml → base-location-AMY-2012.xml} +8 -0
  559. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +7 -1
  560. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +7 -1
  561. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +7 -1
  562. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +7 -1
  563. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +7 -1
  564. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +7 -1
  565. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +7 -1
  566. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +7 -1
  567. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +7 -1
  568. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +7 -1
  569. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +7 -1
  570. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +7 -1
  571. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +7 -1
  572. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +7 -1
  573. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +7 -1
  574. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +7 -1
  575. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-multiple.xml +7 -1
  576. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-preconditioning.xml +7 -1
  577. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared.xml +7 -1
  578. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +7 -1
  579. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +7 -1
  580. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +3 -1
  581. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +7 -1
  582. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +7 -1
  583. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +7 -1
  584. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +7 -1
  585. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shelter-coefficient.xml +7 -1
  586. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +5 -1
  587. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-shared.xml +7 -1
  588. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +7 -1
  589. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml +565 -0
  590. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml +565 -0
  591. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath.xml → base-simcontrol-calendar-year-custom.xml} +5 -0
  592. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +7 -1
  593. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +7 -1
  594. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +7 -1
  595. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +7 -1
  596. data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +7 -1
  597. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-autosize.xml +7 -1
  598. 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
  599. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
  600. 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
  601. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize.xml +7 -1
  602. 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
  603. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize.xml +7 -1
  604. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-elec-only-autosize.xml +7 -1
  605. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-central-ac-1-speed-autosize.xml +7 -1
  606. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-only-autosize.xml +7 -1
  607. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-1-speed-autosize.xml +7 -1
  608. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-2-speed-autosize.xml +7 -1
  609. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-var-speed-autosize.xml +7 -1
  610. 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
  611. 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
  612. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-mini-split-heat-pump-ducted-autosize.xml +7 -1
  613. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-elec-resistance-only-autosize.xml +7 -1
  614. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-evap-cooler-furnace-gas-autosize.xml +7 -1
  615. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-floor-furnace-propane-only-autosize.xml +7 -1
  616. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-elec-only-autosize.xml +7 -1
  617. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-2-speed-autosize.xml +7 -1
  618. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-var-speed-autosize.xml +7 -1
  619. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-only-autosize.xml +7 -1
  620. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-room-ac-autosize.xml +7 -1
  621. 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
  622. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize.xml +7 -1
  623. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-air-conditioner-only-ducted-autosize.xml +7 -1
  624. 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
  625. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize.xml +7 -1
  626. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-cooling-only-autosize.xml +7 -1
  627. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-heating-only-autosize.xml +7 -1
  628. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-room-ac-only-autosize.xml +7 -1
  629. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-stove-oil-only-autosize.xml +7 -1
  630. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-wall-furnace-elec-only-autosize.xml +7 -1
  631. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/appliances-location-unconditioned-space.xml +7 -1
  632. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cfis-with-hydronic-distribution.xml +7 -1
  633. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-dryer-location.xml +7 -1
  634. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-washer-location.xml +7 -1
  635. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/coal-for-non-boiler-heating.xml +7 -1
  636. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cooking-range-location.xml +7 -1
  637. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-frac-load-served.xml +7 -1
  638. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dishwasher-location.xml +7 -1
  639. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location-unconditioned-space.xml +7 -1
  640. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location.xml +7 -1
  641. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duplicate-id.xml +7 -1
  642. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-attic-missing-roof.xml +7 -1
  643. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-exterior-foundation-wall.xml +7 -1
  644. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-slab.xml +7 -1
  645. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-exterior-wall.xml +7 -1
  646. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-roof-ceiling.xml +7 -1
  647. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-slab.xml +7 -1
  648. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-ceiling-roof.xml +7 -1
  649. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-exterior-wall.xml +7 -1
  650. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-floor-slab.xml +7 -1
  651. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities.xml +7 -1
  652. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities2.xml +7 -1
  653. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-cooling.xml +7 -1
  654. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-heating.xml +7 -1
  655. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-return-duct-leakage-missing.xml +7 -1
  656. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-cooling.xml +7 -1
  657. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml +7 -1
  658. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml +7 -1
  659. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-invalid-distribution-system-type.xml +7 -1
  660. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/{invalid-wmo.xml → invalid-calendar-year.xml} +8 -1
  661. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml +7 -1
  662. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml +7 -1
  663. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml +4 -0
  664. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type.xml +7 -1
  665. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-neighbor-shading-azimuth.xml +7 -1
  666. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-desuperheater.xml +7 -1
  667. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-dhw-indirect.xml +7 -1
  668. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-runperiod.xml +7 -1
  669. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml +7 -1
  670. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml +7 -1
  671. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-interior-shading.xml +7 -1
  672. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml +7 -1
  673. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml +7 -1
  674. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml +7 -1
  675. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-appliance.xml +7 -1
  676. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-duct.xml +7 -1
  677. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-surface.xml +7 -1
  678. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-water-heater.xml +7 -1
  679. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-roof.xml +7 -1
  680. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-wall.xml +7 -1
  681. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/orphaned-hvac-distribution.xml +7 -1
  682. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerator-location.xml +7 -1
  683. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-multiple-primary.xml +7 -1
  684. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-no-primary.xml +7 -1
  685. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-desuperheater.xml +7 -1
  686. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-dhw-indirect.xml +7 -1
  687. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/slab-zero-exposed-perimeter.xml +7 -1
  688. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-combi-tankless.xml +7 -1
  689. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-desuperheater.xml +7 -1
  690. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-dhw-indirect.xml +7 -1
  691. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-cfis.xml +7 -1
  692. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-door.xml +7 -1
  693. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-hvac-distribution.xml +7 -1
  694. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-clothes-washer-water-heater.xml +7 -1
  695. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-dishwasher-water-heater.xml +7 -1
  696. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-skylight.xml +7 -1
  697. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-solar-thermal-system.xml +7 -1
  698. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-window.xml +7 -1
  699. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location-other.xml +7 -1
  700. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location.xml +7 -1
  701. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +3 -1
  702. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +3 -1
  703. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +3 -1
  704. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +3 -1
  705. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +3 -1
  706. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +3 -1
  707. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +3 -1
  708. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +3 -1
  709. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +3 -1
  710. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +3 -1
  711. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +3 -1
  712. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +3 -1
  713. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +3 -1
  714. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +3 -1
  715. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +3 -1
  716. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +3 -1
  717. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +3 -1
  718. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +3 -1
  719. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +3 -1
  720. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +3 -1
  721. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +3 -1
  722. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +3 -1
  723. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +3 -1
  724. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +3 -1
  725. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +3 -1
  726. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +3 -1
  727. data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +4 -2
  728. data/lib/uo_cli.rb +40 -22
  729. data/lib/uo_cli/version.rb +1 -1
  730. data/uo_cli.gemspec +3 -4
  731. metadata +149 -27
  732. data/example_files/resources/hpxml-measures/weather/data.csv +0 -1012
@@ -0,0 +1,13 @@
1
+ 1,0.4412669676713007
2
+ 2,0.28444480942946604
3
+ 4,0.076499205635977
4
+ 8,0.03086810322513777
5
+ 9,0.011175976631981041
6
+ 17,0.0024263140804897166
7
+ 5,0.006695704812085716
8
+ 3,0.06623115235590901
9
+ 6,0.016951761268088353
10
+ 10,0.023272802790828582
11
+ 7,0.02256239453841015
12
+ 16,0.013475876675187402
13
+ 12,0.004128930885138601
@@ -0,0 +1,12 @@
1
+ 4,0.13690637448502885
2
+ 1,0.3870286163975471
3
+ 3,0.06420814913232913
4
+ 8,0.06387868099072977
5
+ 2,0.20802886552815467
6
+ 6,0.07500335180559253
7
+ 7,0.0317656044181466
8
+ 15,0.0037269200421148675
9
+ 13,0.0020285694606417552
10
+ 23,0.006903800627964408
11
+ 5,0.0180776986633168
12
+ 10,0.002443368448433638
@@ -0,0 +1,13 @@
1
+ 3,0.03508796508557702
2
+ 1,0.391554130648449
3
+ 4,0.15795520980000288
4
+ 8,0.08235713817312794
5
+ 2,0.17744087061238836
6
+ 6,0.09195655963675962
7
+ 18,0.003344401561140228
8
+ 12,0.014526008642139791
9
+ 17,0.0018203639451309095
10
+ 5,0.022214331591759125
11
+ 7,0.015365627311320296
12
+ 16,0.0038213509424897883
13
+ 14,0.002556042049714864
@@ -0,0 +1,10 @@
1
+ 1,0.5947352184070097
2
+ 4,0.037190705261942174
3
+ 2,0.3062554243019981
4
+ 3,0.05019723298808522
5
+ 8,0.001237778594899807
6
+ 6,0.00539644007997289
7
+ 5,0.0034757538535126063
8
+ 12,0.00027126860874723515
9
+ 7,0.0009489671198913795
10
+ 15,0.0002912107839408979
@@ -0,0 +1,10 @@
1
+ 4,0.093108528701979
2
+ 2,0.31265156525746807
3
+ 1,0.4686086635024292
4
+ 3,0.09052574056099937
5
+ 6,0.01836836587569791
6
+ 7,0.001030304530091784
7
+ 5,0.00516547075782576
8
+ 8,0.007843340346953578
9
+ 10,0.0017480708718801501
10
+ 9,0.000949949594674954
@@ -0,0 +1,14 @@
1
+ 2,0.3706185894111043
2
+ 4,0.17130957910108208
3
+ 1,0.25445974020617396
4
+ 6,0.029019996436363563
5
+ 3,0.144461020751716
6
+ 5,0.01283039646715457
7
+ 8,0.011637442944172545
8
+ 7,0.0025724707267489955
9
+ 10,0.0009845054471372158
10
+ 20,0.00012207056824633774
11
+ 9,0.0007773684019349317
12
+ 16,0.00014288405421456372
13
+ 13,0.00013198994971442722
14
+ 12,0.0009319455342363559
@@ -0,0 +1,9 @@
1
+ 3,0.09130270256182958
2
+ 2,0.31234734623700416
3
+ 1,0.5083813708732347
4
+ 4,0.05751385442658516
5
+ 8,0.007139617144423111
6
+ 14,0.003865156181444344
7
+ 6,0.005610003393334975
8
+ 5,0.012297704767460022
9
+ 7,0.0015422444146841541
@@ -0,0 +1,18 @@
1
+ 4,0.17141667248129294
2
+ 3,0.12944585791090624
3
+ 2,0.36597542583997833
4
+ 1,0.25805953698053147
5
+ 5,0.009201716097089379
6
+ 6,0.039174684503431506
7
+ 10,0.000923017480674193
8
+ 8,0.018030120921647762
9
+ 16,0.0003079858367433635
10
+ 7,0.0027524653842125224
11
+ 28,0.00042945958068165205
12
+ 12,0.0023281210920389705
13
+ 21,6.731859388065193e-05
14
+ 11,0.0009337093070534469
15
+ 9,0.00041045079294559073
16
+ 13,0.00026763862903544244
17
+ 20,0.00017135960580805677
18
+ 18,0.00010445896204833079
@@ -0,0 +1,10 @@
1
+ 3,0.03744289799170303
2
+ 1,0.6709051062501151
3
+ 2,0.23767252327430105
4
+ 6,0.008672949479924797
5
+ 4,0.0327332853828985
6
+ 8,0.008484825434795187
7
+ 5,0.0027413779465671013
8
+ 7,0.0006769166153804048
9
+ 11,0.0003136725515697603
10
+ 12,0.0003564450727450233
@@ -0,0 +1,8 @@
1
+ 2,0.28954341656074356
2
+ 1,0.5756459666294456
3
+ 4,0.06865093016910648
4
+ 3,0.04547586920335354
5
+ 6,0.01354130274610926
6
+ 12,0.0019078245722969147
7
+ 8,0.0018781215400302637
8
+ 5,0.0033565685789146696
@@ -0,0 +1,10 @@
1
+ 1,0.5285400805027091
2
+ 3,0.05280423516886064
3
+ 2,0.3561487916361361
4
+ 4,0.05122916271467835
5
+ 7,0.0007202756844608062
6
+ 17,0.0005890852206884051
7
+ 6,0.0016054583191208508
8
+ 5,0.003568720383592151
9
+ 14,0.002524381421951274
10
+ 8,0.0022698089478021205
@@ -0,0 +1,8 @@
1
+ 2,0.2733698759367888
2
+ 4,0.05648412719842506
3
+ 1,0.6135196390798243
4
+ 3,0.027719528334156307
5
+ 5,0.002407165794566243
6
+ 8,0.005015144016717223
7
+ 6,0.013421853375441412
8
+ 14,0.008062666264080537
@@ -0,0 +1,10 @@
1
+ 2,0.2746983197492225
2
+ 1,0.4108659085935915
3
+ 4,0.13417565457175937
4
+ 3,0.07008140976973627
5
+ 5,0.016283819273275126
6
+ 6,0.027513173227020182
7
+ 8,0.049231051522748724
8
+ 9,0.0010406982344385906
9
+ 18,0.0025235424052305177
10
+ 12,0.01358642265297713
@@ -0,0 +1,17 @@
1
+ 2,0.259128992788677
2
+ 3,0.05895276878054674
3
+ 4,0.1670272029814591
4
+ 1,0.34411413381378775
5
+ 9,0.004937040033930452
6
+ 7,0.014472470946297894
7
+ 6,0.052503026784859
8
+ 8,0.054008664595882536
9
+ 5,0.021428649906611422
10
+ 10,0.0019307042790690163
11
+ 20,0.005987086934120629
12
+ 16,0.0020529297062432633
13
+ 12,0.00484066123751584
14
+ 21,0.0011666986959612568
15
+ 19,0.001868786717789005
16
+ 13,0.003741792719895292
17
+ 11,0.0018383890773538186
@@ -0,0 +1,14 @@
1
+ 1,0.5446177647822819
2
+ 6,0.02847751930959882
3
+ 13,0.010833565391690433
4
+ 2,0.1851211878649681
5
+ 4,0.12450280030475674
6
+ 3,0.03804047391378916
7
+ 5,0.012430246751552796
8
+ 8,0.020669245953514517
9
+ 19,0.0035116440716571277
10
+ 12,0.012512869854014381
11
+ 10,0.006802663600346072
12
+ 9,0.006340026613264772
13
+ 7,0.00443203049412119
14
+ 16,0.0017079610944439204
@@ -0,0 +1,7 @@
1
+ 1,0.5699574643920642
2
+ 2,0.3292180299235355
3
+ 3,0.04850204635756879
4
+ 4,0.041065458758841156
5
+ 7,0.0015944835784335492
6
+ 5,0.004443019138709809
7
+ 6,0.005219497850846936
@@ -0,0 +1,12 @@
1
+ 2,0.3364043166839557
2
+ 1,0.5067436666462534
3
+ 4,0.07531090962242269
4
+ 8,0.003414860514711861
5
+ 3,0.06044682473618129
6
+ 10,0.0006724106035411939
7
+ 6,0.00934163301845559
8
+ 5,0.005828886432219249
9
+ 9,0.00015616927845255404
10
+ 7,0.0005367554910878936
11
+ 12,0.0006761036641741347
12
+ 17,0.00046746330854445463
@@ -0,0 +1,14 @@
1
+ 4,0.16130525476306035
2
+ 1,0.2673293157877753
3
+ 6,0.025767714506755978
4
+ 2,0.36537323072899003
5
+ 3,0.15468520980144024
6
+ 8,0.006210129345919291
7
+ 5,0.01506163063398548
8
+ 7,0.002544301499323904
9
+ 10,0.0009582421591470988
10
+ 9,0.00018002136663791175
11
+ 11,5.804700528997324e-05
12
+ 16,0.00015984568007412753
13
+ 12,0.00023522150917887536
14
+ 13,0.0001318352124214928
@@ -0,0 +1,7 @@
1
+ 0.922348797534533
2
+ 0.005805954542953057
3
+ 0.0005778438170711573
4
+ 0.005310659842606351
5
+ 0.0006328765615541247
6
+ 0.01681250343954653
7
+ 0.04851136426173573
@@ -0,0 +1,7 @@
1
+ 0.8700628841941638
2
+ 0.054758708401045714
3
+ 0.000600579382463082
4
+ 0.007348265385430651
5
+ 0.0002472973927789161
6
+ 0.038154454885889914
7
+ 0.02882781035822794
@@ -0,0 +1,7 @@
1
+ 0.9058383991894631
2
+ 0.024379432624113476
3
+ 0.0004432624113475177
4
+ 0.0025962512664640326
5
+ 0.00012664640324214793
6
+ 0.04996200607902736
7
+ 0.016654002026342454
@@ -0,0 +1,7 @@
1
+ 0.9677548301132578
2
+ 0.008194536975349767
3
+ 0.0005329780146568954
4
+ 0.0013990672884743505
5
+ 0.00013324450366422385
6
+ 0.006129247168554297
7
+ 0.01585609593604264
@@ -0,0 +1,665 @@
1
+ 0.9979882959863141,0.0003137941149255919,3.129816368880565e-10,0.0002505866241687882,0.0001040406416138637,7.51970341911564e-05,0.0012680852858048817
2
+ 0.07136011234763011,0.671944412758669,0.0013061401758944079,0.03462658143943536,4.914660254131691e-08,0.07902697758321073,0.1417357265485578
3
+ 6.735025241576791e-07,0.08590438017010721,0.8800453516259825,6.735025241576791e-07,6.735025241576791e-07,6.735025241576791e-07,0.034047574193813726
4
+ 0.0583119694676665,0.04196537529945071,0.018290756227230375,0.5427808368022026,0.01881954723523008,0.00709064258973987,0.31274087237848
5
+ 0.019531755675851647,3.713584086224599e-07,0.040542755034135146,0.21161971321380466,0.6530781140427109,3.713584086224599e-07,0.07522691931668059
6
+ 0.010046723259643255,0.00476428907221797,1.5341705550129583e-08,0.0009873871621664241,1.5341705550129583e-08,0.9713122905733196,0.012889279249241539
7
+ 0.05188345091309305,0.004915954852209449,0.0021450298818138404,0.004411805482979942,0.00018438758529596954,0.0034157273526402927,0.9330436439319675
8
+ 0.993108542992663,0.0013843194306032006,2.6497763554841415e-05,0.001198743277113305,6.441859586933542e-05,0.0004718440208885889,0.0037456339193077536
9
+ 0.047689659591758506,0.5803338838686345,5.972291808151582e-08,0.06326867289342793,5.972291808151582e-08,0.09737685375550909,0.21133081044483382
10
+ 4.6431411605672697e-07,4.6431411605672697e-07,0.8508952303133479,0.035973459969708486,0.1131294524604795,4.6431411605672697e-07,4.6431411605672697e-07
11
+ 0.09203523574650482,0.025441847466213672,0.051377042907705395,0.45804918565702607,0.04725965828833731,0.03851095892607475,0.28732607100813795
12
+ 4.0121256664927195e-07,0.04689168060915942,0.021227970225667286,4.0121256664927195e-07,0.7440690149790911,4.0121256664927195e-07,0.1878101305483824
13
+ 0.015748403451851748,0.00047847233668669623,1.5184169586838855e-08,0.001788896817102009,1.5184169586838855e-08,0.9678671301962591,0.014117066829761283
14
+ 0.07497969660573371,0.008981833662245106,0.00048658217061438324,0.003814317395824783,0.0015807913853560038,0.004094255251330881,0.9060625235288952
15
+ 0.997632099852643,0.0005204894046632487,7.464142155166248e-05,0.0003218773392452117,3.1309121311943986e-10,0.0002066335021406953,0.0012442581666650572
16
+ 0.020150795440247896,0.6766320535138987,6.196628762194721e-08,0.04140996414875625,0.0038780501443425527,0.07871774500826492,0.17921132977820217
17
+ 3.638365433674998e-07,0.058073537363378745,0.6279960493742893,0.01647973814090078,3.638365433674998e-07,3.638365433674998e-07,0.2974495836118013
18
+ 0.0909475683107171,0.018240669198362612,0.0027259582777343673,0.5765269346992197,0.008991741654941494,0.01995546856188671,0.28261165929713816
19
+ 0.03289847648563993,3.116214783336873e-07,0.049257696816499795,3.116214783336873e-07,0.7346467990565582,0.03282833996613565,0.15036806443220985
20
+ 0.012557138486979046,0.0022818972423094526,1.4687044690602964e-08,0.002141924138952817,1.4687044690602964e-08,0.9713378890788693,0.01168112167880001
21
+ 0.019823416342758523,0.008102875898126461,0.0001281470668626416,0.008522369670474128,0.0015431842792073534,0.00858098393948103,0.9532990228030899
22
+ 0.9659875203801179,0.006627911820296287,0.00029893198756799185,0.0065439458512972885,0.00024566041499896415,0.0018794986744518187,0.018416530871269692
23
+ 6.893368942681467e-08,0.5421443541844272,0.008304180317666518,0.03388669960714739,6.893368942681467e-08,0.10282403963248844,0.3128405883908916
24
+ 0.0497172912614831,0.028758727739453448,0.7605452616356617,4.593307627574733e-07,4.593307627574733e-07,4.593307627574733e-07,0.1609773413711137
25
+ 0.11720594444083327,0.027049152717781348,0.02240185187278824,0.4935988735602291,0.017767297059815414,9.769076980367564e-08,0.3219767826577828
26
+ 0.0816147231213244,3.5809101933711804e-07,3.5809101933711804e-07,0.030475968378005057,0.477964228272536,3.5809101933711804e-07,0.4099440059550765
27
+ 0.013565809943181548,0.001167015902869598,1.4309446812954235e-08,0.003527413680056081,1.4309446812954235e-08,0.9605152166657961,0.021224515189203128
28
+ 0.10368036974179358,0.01720059211510999,0.0033551202089860785,0.01698025148354711,0.004208367319308963,0.01033585355290111,0.8442394455783532
29
+ 0.9968154877191198,0.0009589775538584681,7.825808944091885e-05,0.0008539772796115535,3.2212943978733697e-10,0.00021215502594363077,0.0010811440098961104
30
+ 0.0041930579279393105,0.6674705536924084,0.0012404045267123142,0.04860441591666412,0.0014235740752523306,0.08257192133630484,0.1944960725247188
31
+ 2.8163565069277334e-07,0.010173221186931277,0.8480212296793587,0.04499096256476142,0.014343604726817375,2.8163565069277334e-07,0.0824704185708298
32
+ 0.029885934903832165,0.04052100231386655,0.0028722409313401112,0.5223717159172994,0.0085260831245362,0.0044984852761674795,0.3913245375329581
33
+ 3.2873238717126216e-07,3.2873238717126216e-07,0.04097373903227073,0.08006588137722565,0.6921066144077836,3.2873238717126216e-07,0.18685277898555866
34
+ 0.012764560082116865,0.0028939645610062364,0.000795847693150472,0.003467943154183084,1.308280685548822e-08,0.9630459871572714,0.0170316842694651
35
+ 0.008110489182411312,0.015691731851550386,0.0028840420049607443,0.012341216168825286,0.0036055058579597212,0.00359173217068961,0.9537752827636029
36
+ 0.9599239740833259,0.009128179213137268,0.00039286857486293714,0.007829741814175862,0.00020752116713274613,0.001507082017927515,0.0210106331294377
37
+ 0.015200048926509153,0.6269468567868216,0.002496154120046321,0.035935055798476244,0.013369621012625399,0.08347208162083171,0.22258018173468946
38
+ 2.3839248651907825e-07,2.3839248651907825e-07,0.7795615997511252,0.024882892036822476,0.025661716565443,2.3839248651907825e-07,0.16989307646914964
39
+ 0.06612503991946615,0.05994600140293321,0.030396806841766297,0.4737608434439881,0.03415295463613898,0.021750442702324586,0.31386791105338274
40
+ 0.05305238938509773,3.083305855197905e-07,3.083305855197905e-07,0.05027071086762959,0.5665801328850142,3.083305855197905e-07,0.33009584187050206
41
+ 0.010641398799473631,0.007251998048682057,1.284201859664026e-08,0.003861794048011508,1.284201859664026e-08,0.9598968497639586,0.01834793365583701
42
+ 0.04061094133354678,0.02353311328787526,0.005055301239072472,0.01913781680698638,0.0069549498984406745,0.014052004163424699,0.8906558732706539
43
+ 0.9936721450029025,0.0017806316980611193,3.576161833068477e-05,0.0013043982056943836,3.746766321182963e-05,0.0003862855252475761,0.002783310286551986
44
+ 0.009087224182581444,0.6693162812655294,0.005229957761599442,0.04823111098715992,0.0013990661299171907,0.0903560715939703,0.17638028807924241
45
+ 1.553896035457538e-07,0.025752611181358367,0.8014982732474798,0.056692852702157286,0.05231045455062563,1.553896035457538e-07,0.06374549753917166
46
+ 0.03119372370098443,0.03572972567675152,0.009461575962537846,0.557433095933256,0.021696011579844875,0.003861329358532585,0.3406245377880928
47
+ 1.8571719280729448e-07,0.05737233360396519,0.05279419059982998,0.03425407738563452,0.6962827815634902,0.03923776050046171,0.12005867062942566
48
+ 0.0020609018167881132,0.008694839887493337,0.0029642578457634455,0.011132317645530337,0.0005232676665334849,0.9491355978360481,0.02548881730184326
49
+ 0.008420841822567107,0.012677510302317197,0.0031437456175936085,0.010226321235671212,0.003575671179208862,0.01327135956864168,0.9486845502740003
50
+ 0.8836924050127625,0.025780462757957017,0.0010793790530812795,0.02259825903114129,0.0006014485461754942,0.00466227153085944,0.06158577406802293
51
+ 0.011446502102865136,0.5122052947822844,0.0119073008744586,0.07164795557079577,0.012703336946483523,0.1032852227440838,0.27680438697902876
52
+ 1.3542908512964713e-07,0.0032324952715142253,0.6346081402638633,0.06076245218133821,0.032538220600506186,0.03505837009200556,0.23380018616168743
53
+ 0.0389088846199926,0.03439898296639483,0.01410711479391976,0.41505351030983,0.02990361613157205,0.005711940426714913,0.46191595075157577
54
+ 1.6011431287182218e-07,0.025943328554548704,0.06997360707277588,0.08473216812843556,0.5087183901497047,0.009385422837106165,0.301246923143116
55
+ 0.011974829709554328,0.0215623467988881,1.0924793120494116e-08,0.004364125176705686,0.001506396288242936,0.9270879402042198,0.033504350897595944
56
+ 0.052747029863060395,0.03497599980234849,0.007352549829642969,0.03631140123950459,0.007943846813204073,0.023376024072480565,0.837293148379759
57
+ 0.9919483187309777,0.0023334058624635353,0.00015136408926044235,0.0016724893015567638,0.00013960537616149052,0.00040552817880031613,0.003349288460779649
58
+ 0.00925611202793957,0.7201822948611203,0.0069189784824600096,0.06704479128545425,0.0071669065774582884,0.053149684311483,0.13628123245408477
59
+ 0.0071101467834470515,0.02921147722040451,0.7393187873935401,0.03516828805418737,0.02599514110820512,0.010380657340132493,0.15281550210008335
60
+ 0.008433481744255086,0.041513627508396905,0.012559280586211035,0.5283560321511752,0.02136357762797343,0.012061988268818677,0.37571201211316974
61
+ 1.0614086702204086e-07,0.033534914629564275,0.02696975274142653,0.042628108989940496,0.7044475996198439,1.0614086702204086e-07,0.19241941173749075
62
+ 0.01939242108121266,0.0162732806961216,0.0028673985688994854,0.005734185334832654,0.00034877114190821223,0.8977516237644646,0.057632319412560806
63
+ 0.00758081640762051,0.019594501673711788,0.004069586995859104,0.016591523051462533,0.0076369416026977974,0.01021007842912481,0.9343165518395234
64
+ 0.8973540001621367,0.022549272863066388,0.0009821131407520124,0.022446162619775542,0.0003840188130221405,0.0050603963953412615,0.05122403600590608
65
+ 0.00668010548559444,0.4828152969341524,0.004718409953701552,0.09127345961827904,0.009114119085169247,0.07750827011718787,0.3278903388059154
66
+ 0.014112705244059939,0.021709660768359618,0.7385603559049262,0.024357596176455675,0.021274279914809856,7.379825032727322e-08,0.17998532819313842
67
+ 0.028330580641432606,0.041922754202007674,0.0255880185994164,0.3944321048139259,0.03874946305938011,0.013056022481905207,0.45792105620193213
68
+ 0.008685898373015177,0.045535660838309004,0.06954330899140357,0.03962270760891333,0.5372163279825285,0.02487200287050227,0.2745240933353282
69
+ 0.01969793402463123,0.01216683146570776,0.00334288946894,0.01723629627410455,8.819961854538661e-09,0.8815779672178227,0.0659780727288318
70
+ 0.014019532256630805,0.03353556941517628,0.007729012343312166,0.029768560883783043,0.005604460689370984,0.02383469703587137,0.8855081673758554
71
+ 0.9869325748068313,0.003505662433741349,0.00019398451962302055,0.0024436525889217704,0.00014869607696753413,0.0008572014600138554,0.005918228113900971
72
+ 0.01147695192169279,0.6604553127081338,0.006701496909294026,0.06703557036608815,0.009823639846199972,0.04874409312314533,0.19576293512544585
73
+ 4.9269463634717013e-08,0.01941449297690043,0.8332333346190628,0.0113411361626451,0.01722606032238315,0.0026391436984314846,0.11614578295111326
74
+ 0.0018600870878567465,0.048886910822991146,0.01682625734674425,0.5115915472892361,0.02851061811834241,0.022807824559449456,0.3695167547753799
75
+ 6.473913835227811e-08,0.045528063335862075,0.017917162794002812,0.02674492485447515,0.5871745659072257,0.023804261758188457,0.29883095661110737
76
+ 0.02163704648103781,0.017787735720308784,0.002309805347604509,0.008131065803366653,0.0011690374120462213,0.8676637409390472,0.08130156829658895
77
+ 0.007702314733960562,0.01985914406496393,0.004202358899410124,0.02048664467783982,0.007445444853342297,0.020439172121751566,0.9198649206487317
78
+ 0.7722247967675964,0.04994374234883546,0.0023443012909473066,0.039316438288729605,0.0014882654798210192,0.01253392380855498,0.12214853201551518
79
+ 0.0044263540287850425,0.46370541463781,0.014716326086419842,0.07942802705542631,0.006774986175434161,0.0979581819573057,0.3329907100588189
80
+ 0.003631659404628141,0.02292188803596383,0.7271479487306023,0.02620137059498737,0.009026917701745952,0.02117391403835591,0.18989630149371653
81
+ 0.008688628355869267,0.04299242492185937,0.02143254842086154,0.3845137010406758,0.03933589569040832,0.0448129728842072,0.45822382868611866
82
+ 5.114389643137646e-08,0.04761241713490481,0.03200725783562218,0.05331937434880848,0.510760129379562,0.02730053890928623,0.32900023124791977
83
+ 0.023867406676792893,0.018693806641218405,0.00581727846078963,0.01672486026507714,0.0038696957642252016,0.8247365950579553,0.10629035713394154
84
+ 0.014076992806167976,0.038157192961339945,0.011217080630109039,0.03026537352155738,0.010499378421564702,0.03370260756106141,0.8620813740981995
85
+ 0.9883816043937106,0.0038428886823979103,0.00010178711938362333,0.0020455865557578636,0.00020780950158642372,0.0008180256957692772,0.004602298051394223
86
+ 0.007649411353742958,0.7145671413715886,0.00534095402388184,0.05022078546399944,0.007170365112732273,0.051050730504945886,0.16400061216910908
87
+ 0.002524392085046983,0.02512484436765391,0.7630057607344056,0.036779251963922066,0.02349539633341861,0.02676226899069244,0.12230808552486029
88
+ 0.01119755011027947,0.044577402474571086,0.01187530219080866,0.5048596772726338,0.02960118830322231,0.027474589207542473,0.3704142904409423
89
+ 0.007736729046178125,0.0586621138930118,0.03337776137324023,0.018820082123562207,0.6749091806341768,0.018698931873725205,0.18779520105610562
90
+ 0.016713330634861225,0.017179132270070015,0.002713968367046434,0.013765914043695104,0.008011712276011428,0.8178298425278614,0.12378609988045439
91
+ 0.006016790504102049,0.020573560321180944,0.005089291428014945,0.016419609718087327,0.00757473349527768,0.02659545419267722,0.9177305603406598
92
+ 0.8458578687510546,0.03719501080098184,0.001899082874256511,0.02476754529745706,0.0009452222135050351,0.006970703586899003,0.08236456647584578
93
+ 0.007463077713141128,0.5227097536526778,0.006397302955949801,0.07354307330500584,0.010356523412517438,0.08983523262929248,0.2896950363314156
94
+ 0.0018453091552268523,0.021330300895383764,0.7448886462800978,0.04317395106124451,0.03251575585939553,0.011294141377902717,0.144951895370749
95
+ 0.0043514923354667865,0.05394022777940015,0.01966945136231998,0.3874584885666605,0.038071270389250636,0.0491908785114301,0.4473181910554718
96
+ 0.0034210139288753435,0.04221035591796194,0.070059726089465,0.031670612794690675,0.5824664558816381,0.04345063764550279,0.22672119774186617
97
+ 0.015915499148527783,0.026263134267980246,0.005355571027872831,0.027971790601151368,0.005391350678249518,0.7857084075699696,0.13339424670624866
98
+ 0.0066728818281566,0.03313553107507606,0.009486419761355974,0.02347440510933657,0.012892531480049223,0.042374627472731324,0.8719636032732943
99
+ 0.9882550443842822,0.00297272084657584,0.00010044365311021288,0.0023000172440578873,6.357329587049204e-05,0.0005027876616475824,0.00580541291445574
100
+ 0.005782424722300382,0.6961406730685484,0.00806023049394478,0.035500703365936165,0.0035058323265653992,0.07475271579853905,0.17625742022416593
101
+ 2.0720247632453325e-08,0.026868659740441118,0.7799938299045848,0.007786028547724541,0.020914083842016287,0.013600901223761532,0.15083647602122416
102
+ 0.0017799638462208897,0.04099239200458139,0.015406141447682362,0.510360040353112,0.02615574250685961,0.030010041908884528,0.37529567793265917
103
+ 0.012209607170238963,0.04442103066708395,0.05959865023570187,0.015339930893790136,0.6284181219776975,0.024161611437773678,0.2158510476177139
104
+ 0.0042735982519495706,0.015981406537603906,0.007895017404346996,0.017329233218389986,0.007783908138081042,0.8174185550090642,0.12931828144056431
105
+ 0.0036967692990069454,0.019271176065530287,0.006068794260951179,0.010259476848422188,0.00797426332559272,0.027274899754485056,0.9254546204460117
106
+ 0.6868373106300609,0.07195455448865641,0.003597791644068349,0.05191695459880332,0.0023476967156355853,0.014817200673837398,0.16852849124893812
107
+ 0.0039228439713186545,0.4844995211093005,0.009723613361602027,0.05748331607390311,0.014713561220472736,0.1033929665275021,0.32626417773590094
108
+ 0.0015984873045735801,0.01610446946605217,0.7221376249243273,0.02150777132376411,0.0400759130213244,0.02393639400124681,0.17463933995871167
109
+ 0.005326701168234946,0.04230500303187276,0.01575690196772231,0.41937666313829564,0.033356025311913666,0.04664591954850277,0.4372327858334579
110
+ 0.014602114320091557,0.06033970748201098,0.05108224377952962,0.02395580916186828,0.515629207661077,0.036246931974201146,0.2981439856212215
111
+ 0.010146910365813892,0.01705603945151421,0.009257902368099287,0.021853848860272633,0.00967947510376437,0.7975508258303418,0.1344549980201938
112
+ 0.008655806169318162,0.032815794015504475,0.012754287496886866,0.021511737365899966,0.01318306803368309,0.04071416931873598,0.8703651375999715
113
+ 0.987363677854743,0.0034733082021207408,0.00013676603872925133,0.002199953949688666,8.575143742601896e-05,0.0010261390070174941,0.005714403510274934
114
+ 0.0035714148589085734,0.6938371573952337,0.010370638624280355,0.031505332726643666,0.008197315728759745,0.06641203926390382,0.18610610140227024
115
+ 1.455682090586394e-08,0.003976773804261732,0.8119788251722228,0.005836487290715315,0.020293617358476863,0.016219003512006024,0.14169527830549647
116
+ 0.003333025569997034,0.030791662907151757,0.015561802775972059,0.5356929473568655,0.036792089096087735,0.02120657235070169,0.35662189994322424
117
+ 0.005627968179403203,0.04310557273168945,0.04985577622797393,0.01595408408013276,0.6554356299851247,0.02773550682182575,0.20228546197385014
118
+ 0.009169205826036333,0.011528704854264986,0.00633927595419574,0.01957977462089526,0.008261198220928285,0.8167088907396075,0.1284129497840719
119
+ 0.0038409019408069136,0.019916229888980647,0.005599797380086654,0.008411979028472563,0.006848937182415766,0.021991595408498304,0.9333905591707392
120
+ 0.8444725916125706,0.03754314150552092,0.0024259746152299234,0.024735279508325735,0.0013812121178665405,0.005496062174047961,0.08394573846643812
121
+ 0.0030317591424498286,0.5365629192275544,0.011320880054929563,0.051150722997234166,0.009244580841764967,0.08352484832692195,0.3051642894091453
122
+ 0.004444115538409012,0.01587206412112071,0.7753789226920565,0.007668040895308458,0.028663407624460555,0.016293286864499937,0.15168016226414477
123
+ 0.004771893347264067,0.03675821437655284,0.014131437846998477,0.4200514577741751,0.04421594364461305,0.027009634366976124,0.45306141864342026
124
+ 0.0051854538314992475,0.04729075426720198,0.06396960989728322,0.013165092127070128,0.5605581644582182,0.031443496178991344,0.2783874292397359
125
+ 0.003355564539968268,0.021840320461267312,0.008313745864967715,0.015201668627948946,0.007036224681788825,0.8209583727158974,0.12329410310816145
126
+ 0.0049365475946876935,0.0313343654487036,0.009760257123600711,0.012508402449645512,0.011340718729009238,0.03260240176133632,0.8975173068930169
127
+ 0.9910846939462861,0.0019944280892802745,0.00030301287225229553,0.0012413696252963013,0.00012587436185945665,0.0005868866260265426,0.004663734478999249
128
+ 0.005477616736723432,0.7147616840465186,0.009769854747341605,0.0186647242092674,0.010808321405541577,0.0778374838876887,0.16268031496691857
129
+ 1.1547431764054401e-08,0.007052490713832452,0.8076572894982992,0.013524520280061276,0.013359204256439938,0.018124753743211177,0.14028172996072413
130
+ 0.002720707680998345,0.017953574914382462,0.01206690573036369,0.5844767007905959,0.029197556735840156,0.025873368749035338,0.3277111853987841
131
+ 0.005620926529462554,0.02369590572875888,0.04268678968174056,0.011317565827407628,0.6581860723814683,0.021098498096380206,0.23739424175478185
132
+ 0.0043373519314287385,0.010646620493100894,0.005464800399043119,0.01296025479515357,0.004219246020449252,0.8622696072466135,0.10010211911421102
133
+ 0.0028323958890146416,0.013837569611065099,0.006352142764537586,0.005813313729383128,0.00604849786112589,0.022330678720316847,0.9427854014245568
134
+ 0.6470560269743081,0.07357530264227864,0.004513465721102149,0.054110439337777524,0.0024027997402649537,0.019463443115037962,0.19887852246923068
135
+ 0.005320149544546745,0.47677243375111117,0.01467659066581222,0.0469511694989052,0.00978208287914681,0.12844840822909406,0.3180491654313838
136
+ 0.0022942689671618492,0.01486114255109074,0.7256651900285485,0.027183922400436145,0.027875599079711953,0.021982207573396063,0.18013766939965484
137
+ 0.0055087807640838045,0.023011657819610606,0.018699268568955506,0.45319267343976444,0.04264892540577053,0.018389791524120375,0.43854890247769474
138
+ 0.0030659034783237994,0.04035955445235593,0.056217630636548103,0.022930199185070575,0.5447183711538837,0.018522692409247764,0.31418564868457016
139
+ 0.0027625731363022923,0.007791017486908914,0.006220783445102835,0.007461207251474485,0.003558276036442532,0.8708095102611606,0.10139663238260833
140
+ 0.006614455379434713,0.02565331139745351,0.013356501099394971,0.01602691033635476,0.010863859594341545,0.03529936817902397,0.8921855940139966
141
+ 0.9878919450779199,0.004941204046865744,1.644407824709176e-09,0.0013598928243088984,1.644407824709176e-09,0.0003731428985256782,0.005433811863564368
142
+ 0.005551881917045079,0.7200086686484634,0.009570352659157249,0.02768414323560729,0.0031469620166990017,0.06666654834252364,0.16737144318050443
143
+ 9.737599206212885e-09,0.007734253522629727,0.7959795036737295,0.01820440302225824,0.02005771517487098,0.017425070116030342,0.14059904475288204
144
+ 0.003155543495933697,0.026419073765756123,0.01510968710171641,0.6479169892219622,0.02090869934871043,0.011222387536640347,0.2752676195292808
145
+ 1.558943239324536e-08,0.023819139692494152,0.0352703934557416,0.016661616792545356,0.6623291413287854,0.02799499658681473,0.23392469655418635
146
+ 0.001123054518812084,0.009355769173167982,0.004905897219608154,0.011575348671159879,0.002505286548812806,0.8842298729434387,0.08630477092500047
147
+ 0.0033298946872616637,0.012267082971817457,0.005770924133793623,0.006706578679897663,0.005241215955901098,0.017013228085173637,0.9496710754861548
148
+ 0.8599798897951637,0.033671401155499964,0.004426841518385475,0.01822492290962568,0.0008196439726184947,0.006932425132374838,0.07594487551633171
149
+ 0.008400195216340464,0.5597937989309867,0.012484230532639645,0.03787470949999597,0.005145125940726548,0.12277189964982774,0.25353004022948306
150
+ 0.0011822094878359455,0.0225949335770816,0.7509032601991051,0.01182581232092449,0.01591699631638266,0.01892101877377024,0.17865576932489982
151
+ 0.0009421257684950964,0.014255600939561686,0.009110592097642162,0.5228661934948894,0.04280117457230594,0.01443799946707848,0.3955863136600271
152
+ 0.0014091842674538411,0.032544873543079125,0.058123560845838515,0.01585730056416045,0.5555829747970453,0.0332868864775982,0.3031952195048244
153
+ 0.002854211758774617,0.008419334439549104,0.003200300028773026,0.0073267171611553685,0.004634408940681212,0.8867103223115673,0.08685470535949939
154
+ 0.0033413809518736738,0.018130324041538328,0.007708461436137067,0.008399789567691246,0.007631961885004356,0.02600491080638902,0.9287831713113663
155
+ 0.9885783150747783,0.002399001032938868,0.0008471637104185489,0.0021159284202867715,8.235332896161752e-05,0.00017647851178717014,0.005800759920828569
156
+ 0.0038051794870511244,0.7221037486699595,0.011404242302854703,0.022349172286198947,0.005516922222211568,0.08811459757481095,0.14670613745691322
157
+ 0.0002974653910834813,0.008319098375571576,0.8268650579914606,0.0070274769938604474,0.013052220515126892,0.01812514174306831,0.1263135389898286
158
+ 0.0010394132491892668,0.016914516663617214,0.008816594847422737,0.688015956810439,0.024897267513028114,0.01692605712634521,0.24339019378995838
159
+ 0.002245354962040354,0.02714367295730183,0.052445382759330604,0.022315687160464084,0.6662900259314203,0.013457637200775373,0.21610223902866735
160
+ 0.0013982802603526448,0.007346259363794065,0.004621563977268914,0.005803578323909314,0.001537455159187927,0.9010032931157483,0.07828956979973888
161
+ 0.0024081869707610784,0.008173709899637694,0.0057753748184563615,0.005106487515701673,0.004782609616106312,0.015672415056574122,0.9580812161227629
162
+ 0.6239640158558823,0.08636553873622287,0.004794127403130529,0.04392144655323538,0.005013879967491333,0.0172682590074002,0.21867273247663732
163
+ 0.004944935264042117,0.4775567235122121,0.013734286568824113,0.043765642221940106,0.007943323098190173,0.14588800860301143,0.30616708073177995
164
+ 0.0004602914324147444,0.01742371485851324,0.7526344143949132,0.017697696052405117,0.014437533680560508,0.02737429458181965,0.16997205499937357
165
+ 0.004534204789307921,0.020368252404338365,0.015702581465140367,0.5923104830109743,0.024817109077981223,0.01383451660191251,0.3284328526503453
166
+ 0.001789985427471387,0.021646806134366786,0.0492788789405824,0.02826814738203991,0.5577760687007556,0.013000540057981078,0.3282395733568028
167
+ 0.003423577411660668,0.009234843361174649,0.005696328984063498,0.010264817275168068,0.001959857951176128,0.8886759472365668,0.08074462778019018
168
+ 0.006910068270600518,0.017772945554138306,0.011725107215201789,0.015116312682320127,0.007503902546547943,0.038348988553449155,0.9026226751777421
169
+ 0.9913576991934814,0.0018740415029676004,0.00017068737053309088,0.0006252126612875512,0.00021037823782893948,0.0007033811428503259,0.00505859989105109
170
+ 0.003842551014856071,0.7134287544077499,0.007351159350857721,0.035990531535497396,0.004013438279027044,0.08409582288035164,0.15127774253166051
171
+ 0.002255925353029152,0.01074321002478592,0.8143102945595427,0.01082263509431149,0.014780602997360398,0.010414090385289914,0.13667324158568026
172
+ 0.0010791468244044661,0.018857273964330182,0.0072693390187474624,0.7035814874063617,0.01733498941704216,0.012049312956056414,0.23982845041305756
173
+ 0.0004608264181679951,0.026692932636691986,0.07178557341466872,0.03047864058595272,0.6261867276945305,0.023239740255878993,0.22115555899410894
174
+ 0.001773357885497015,0.007881635592213086,0.00635963447717839,0.00783651806931132,0.0010687649075854654,0.8942889846732373,0.08079110439497741
175
+ 0.002409900794860649,0.007998580753018769,0.006125388601926688,0.006599523997227634,0.004297150486797013,0.016404169861568778,0.9561652855046006
176
+ 0.8812152906527756,0.022151732226053076,0.0017388558106504644,0.016580795934230935,0.001847605584399892,0.008132725707247043,0.06833299408464308
177
+ 0.0020148686385258294,0.5594342000098493,0.019422914133881006,0.029513241536287812,0.005113823252427466,0.11925250648635478,0.26524844594267377
178
+ 0.003117198053855728,0.01068333972302216,0.7434295478521724,0.02077103857780653,0.01876359383920971,0.018413136469156266,0.1848221454847773
179
+ 0.004329710226938616,0.013591412168035562,0.006703279760512426,0.6409000712765742,0.022966402000271453,0.01135490845393869,0.300154216113729
180
+ 0.001791078114546754,0.024102454211984137,0.0661116782446949,0.022212667639260462,0.5654200564846055,0.03821474210744169,0.2821473231974665
181
+ 0.0018118040148826307,0.006650869701544122,0.005069718070106188,0.00935890646751391,0.0013554969823429419,0.8922226377795823,0.08353056698402786
182
+ 0.003926271643600997,0.01256525414852589,0.008549656128024679,0.011257242002267865,0.005387766451353383,0.028745062184598554,0.9295687474416287
183
+ 0.9831324244164944,0.0023880366454748503,3.0949899990168283e-09,0.0010436826480007394,3.0949899990168283e-09,0.0015171987266766602,0.011918651373373479
184
+ 0.0014869515232575634,0.7104595324669141,0.010528350425297461,0.020783382606188363,0.0021523575966769714,0.08904813300731088,0.16554129237435472
185
+ 0.0025093515536261934,0.012425397579419647,0.7996430365320338,0.025074980920084516,0.0053517074864594,0.012815695787565149,0.14217983014081131
186
+ 0.003129139663242877,0.008722259884121893,0.01128972914184201,0.7474341238856114,0.02190635692832727,0.009488001071638288,0.1980303894252162
187
+ 0.006691927432368199,0.02714931636895905,0.04416723700158461,0.02166091016342158,0.6798180045199411,0.023540921996789862,0.19697168251693548
188
+ 0.003040869180388682,0.004706010485201782,0.005920162833759142,0.010950308675435684,0.0015210318027470782,0.8933262222216336,0.08053539480083398
189
+ 0.0020919646510840903,0.005691746493047614,0.005195724533357154,0.0070732587779441585,0.0024154624635809303,0.014172831541403186,0.9633590115395828
190
+ 0.695369704952175,0.06587337170041983,0.003949764243234968,0.037124344236619915,0.0032035437739356995,0.0158154417630074,0.17866382933060726
191
+ 0.005245336488422411,0.5088351002307657,0.010697943899973065,0.02923513723235448,0.008318428168083395,0.16549506752579987,0.27217298645460103
192
+ 0.0024406136343986954,0.012471421051787545,0.7021004163951692,0.038828133742716105,0.014764953744920753,0.028205902426147154,0.20118855900486055
193
+ 0.0010235272832715414,0.016708706226215057,0.017983389466425137,0.6568910726315977,0.018343412772154122,0.01340867938855769,0.27564121223177873
194
+ 0.00371072325610697,0.02529908223519148,0.04773135515170035,0.030309128949241447,0.4912928157626869,0.05025879459779765,0.35139810004727523
195
+ 0.0037854827443521205,0.0069764763811214,0.006405862338997062,0.015527392771815533,0.0018548720920068165,0.8811369438747376,0.08431296979696953
196
+ 0.006252148075272102,0.014363966074057198,0.009540164514869701,0.025947561001344762,0.00506876659582718,0.0374784800252481,0.9013489137133809
197
+ 0.9863947180650395,0.00018522431441487776,0.0003800312894038399,0.0013750110277642256,0.00019486695958081813,0.0003732419264741444,0.011096906417322371
198
+ 8.629750877607326e-09,0.7262389578820779,0.009774610711037012,0.02600319609185901,0.0046756889218819726,0.08531591177270441,0.1479916259906887
199
+ 0.008230768094095888,0.004830420012079897,0.7706236282867254,0.0267295971068094,0.012866457619359456,0.023394007944019496,0.15332512093691064
200
+ 0.002796255980749318,0.004914110360055887,0.010000451011414299,0.7301098628773092,0.01160213717093972,0.010230676391911326,0.23034650620762034
201
+ 0.007847741007587077,0.006436700939200751,0.029670824284837707,0.022034527126306446,0.6886360347650333,0.018876896268945266,0.2264972756080893
202
+ 0.001036787122181676,0.005587168074825321,0.0034966597744295947,0.014354376605732367,0.0017732088607940325,0.8866508354822937,0.08710096407974328
203
+ 0.002249969713505727,0.006072089534921652,0.005995588656138692,0.011187832200198648,0.0038236239205393023,0.014530448682955716,0.9561404472917402
204
+ 0.896488018216734,0.018792609019921174,0.002077571659515311,0.01256686280181826,0.0011757323410431593,0.005288885464286891,0.0636103204966812
205
+ 0.00323628144258603,0.5647237302066114,0.00910822012247354,0.037825474579149074,0.0032470651432566994,0.132204824429709,0.2496544040762145
206
+ 0.0022022220373799943,0.010297967993677501,0.7610660676852161,0.03546626208587985,0.019166501095722824,0.03132414699452011,0.14047683210760367
207
+ 0.0035646147689160847,0.011394741409992184,0.008139857889799993,0.6254555039649303,0.021225158279674236,0.026527514699381395,0.30369260898730577
208
+ 0.005289891005322417,0.015450814414456285,0.03997631481677496,0.038246671875172944,0.5687925543884098,0.03636771508294228,0.2958760384169213
209
+ 0.002279597013833937,0.004987655047668573,0.0027816075587292475,0.02046929078590481,0.002007924371477511,0.8799357821525405,0.08753814306984527
210
+ 0.005380306505172087,0.011314567424896825,0.006740551272544141,0.026473756880238355,0.005419549403707534,0.02377073309894764,0.9209005354144935
211
+ 0.9828007450671031,0.0040067116853541515,0.000554741419473344,0.0011859039159640623,4.233907266935478e-09,0.001169755118137465,0.010282138560060675
212
+ 0.004121696656497621,0.7267450788076477,0.005159653048045389,0.02879865978364718,0.0027497731151090625,0.09257594628361962,0.13984919230543336
213
+ 0.005128284005131323,0.009065991683622036,0.7948158904743516,0.04082708148526662,0.011117285438322707,0.018770332581344206,0.12027513433196156
214
+ 0.0066065010198163784,0.00628002280930021,0.010065460750544318,0.6775654002741127,0.016473829209436866,0.0046886471508646105,0.27832013878592493
215
+ 0.012766017355079984,0.005554994453422703,0.04741482234189737,0.023684170675269692,0.6568124260354198,0.020369439695901402,0.23339812944300917
216
+ 0.0035998480321408604,0.004922958797523529,0.0036397838744322486,0.02133237702519585,0.0010545562592264742,0.8770429747958374,0.08840750121564371
217
+ 0.0034133888652162713,0.005159100452647218,0.0043111392484131775,0.012240493361475046,0.0038285580024181995,0.014874881024211133,0.956172439045619
218
+ 0.6617377176615498,0.07027212412690775,0.005214777709457866,0.03299650726143412,0.0016184447638293113,0.022612224573390908,0.20554820390343037
219
+ 0.00229984320431717,0.5271210446024026,0.00413933110057962,0.04107770184536717,0.006654572808975118,0.16458401822611832,0.25412348821224007
220
+ 0.004588317571424024,0.011169716303468188,0.6649655289956559,0.07314044551091914,0.011364243298498758,0.027490177185680132,0.20728157113435397
221
+ 0.005116896811547484,0.006229393041533716,0.01194632691642486,0.5346477908725574,0.03008397333589547,0.016387463049608673,0.3955881559724324
222
+ 0.021532211461478427,0.022355940585029193,0.04227971479246792,0.054590516026939984,0.5150108629369707,0.03278576269407687,0.31144499150303695
223
+ 0.0027665123671715133,0.006523451647117044,0.004151130072671072,0.022241101725263886,0.0012171774609998872,0.8543642178928391,0.10873640883393747
224
+ 0.00989847229500637,0.01289968638125984,0.00756349528630096,0.046214118921448555,0.0059331790397970235,0.04240664062457919,0.8750844074516081
225
+ 0.9768272714207828,0.002026092613632314,0.00034287424805298956,0.0024376569660453143,0.0008667317682358398,0.002685440873700817,0.014813932109549779
226
+ 0.0024268049803964228,0.6923736450335595,0.00977585473795672,0.03303557424923209,0.0014026751337572153,0.10444020148698203,0.15654524437811607
227
+ 0.003925585744913056,0.013273079468395507,0.7928669459436972,0.028974505922418257,0.011005304331331258,0.015365305843171136,0.13458927274607338
228
+ 0.009989003680270328,0.0071171561235596845,0.009574706500414155,0.5761300220075212,0.014557593664570401,0.01096951653779995,0.3716620014858645
229
+ 0.014613834984622733,0.01391191594875846,0.04736392605134742,0.029077350147756614,0.6424765166919258,0.027131708417031955,0.2254247477585569
230
+ 0.004192565861477976,0.003131996162767978,0.0059335524934411394,0.023276110484067677,0.0014037624205136324,0.8626611626138629,0.09940084996386862
231
+ 0.006770905666457503,0.0052031162474671325,0.005222896128494836,0.011227439700734209,0.0056108767408295694,0.01718682582709416,0.9487779396889225
232
+ 0.9077998706292226,0.01135847339457801,0.0028484678910647397,0.00952579588889893,4.879686445714931e-09,0.007376971236799539,0.06109041607974974
233
+ 0.007994411232000675,0.5495136142545008,0.005885280283398512,0.03262162520287844,0.007796907757974383,0.13635391533428656,0.25983424593496074
234
+ 0.003890480943113116,0.007489084073027267,0.7350581151168221,0.036776468527725724,0.011379631060075427,0.027922763484526405,0.17748345679471006
235
+ 0.008764480411997231,0.002839014854140679,0.005140528228816331,0.5550766605451882,0.02809788100724461,0.018693241015334677,0.38138819393727835
236
+ 0.011704735478786168,0.02263990562851139,0.04849750971075594,0.025983307601520726,0.535590985072066,0.025928058001476042,0.32965549850688375
237
+ 0.006544647242585827,0.005933678714676565,0.0040162087385447074,0.021096489015213445,0.0014558783353301838,0.8608310619833127,0.10012203597033667
238
+ 0.01313142521395082,0.010807732843535128,0.007130382430193032,0.020591082770791917,0.009229294792795587,0.027973709307754575,0.9111363726409789
239
+ 0.9647054719289353,0.002944317110670134,0.0009766539329130119,0.002579577844682548,0.003493526194676505,0.002423492578381798,0.022876960409740885
240
+ 0.005394395675833596,0.674175975394033,0.006426495657900231,0.014918767774854985,0.0026502919201422605,0.11402372784611468,0.18241034573112128
241
+ 0.0023293246127484616,0.0023848065262490068,0.7978447372718379,0.023280990632153803,0.005490264963793984,0.020630256731695256,0.1480396192615217
242
+ 0.007098088292852476,0.0070027019485300645,0.012333853701335475,0.652481124189623,0.01585626337648048,0.008380863409674229,0.29684710508150436
243
+ 0.020033860118809303,0.008277071789011287,0.047313637284713383,0.028445428267301072,0.6235666098657534,0.04393837327994717,0.22842501939446438
244
+ 0.00415367033505851,0.0035050171692805245,0.0045066208355122065,0.013835356869846509,0.00163046247229061,0.8764976824631528,0.09587118985485883
245
+ 0.006305212441328065,0.0037862283178734034,0.005169391168360727,0.007589772611572768,0.006067133840123725,0.01621601987123517,0.9548662417495062
246
+ 0.8106983701316082,0.02009945963205825,0.0028008746829396316,0.013052123803852123,0.0009086265731841597,0.013483960550452322,0.13895658462590532
247
+ 0.014241027192654836,0.5030659430784171,0.0031492106129971252,0.03310057424301442,0.007990861438256072,0.18182425742631134,0.25662812600834906
248
+ 0.007283639096157414,0.008408324574522277,0.7170079771644259,0.03262478633315161,0.014230059885774807,0.03330977084026483,0.1871354421057032
249
+ 0.005717614334417671,0.010756960866461749,0.008393387944033062,0.594103693129207,0.02200584590147803,0.012109690137410112,0.3469128076869925
250
+ 0.0209490368903264,0.020272836673107555,0.04218763185891624,0.016443411322768074,0.44704744277952124,0.04837338481875612,0.40472625565660436
251
+ 0.006107560409717583,0.00280698502774702,0.003458474174055832,0.018155585536332296,0.0006983240963014019,0.8578839765916404,0.11088909416420556
252
+ 0.015835342626195383,0.009617397976314489,0.009585133785194957,0.020770978317102274,0.00710827041971553,0.040286053696958764,0.8967968231785186
253
+ 0.9523063978591371,0.0006534613328536266,0.0009025092973591123,0.0038784144984157685,0.0010925004275598677,0.004258425211119194,0.036908291373555106
254
+ 0.01899198112217529,0.7050827637018761,0.008735239750105862,0.015836621989264683,0.0029943836275560186,0.07612376036253904,0.17223524944648305
255
+ 0.014575129253808397,0.009170798519532892,0.8009170890479591,0.026645745743263404,0.010983351100034858,0.017254028536298385,0.12045385779910293
256
+ 0.006253067227403303,0.0050404462685299115,0.004436006445771387,0.7139477170088677,0.02016222732090955,0.008028950968387405,0.24213158476013072
257
+ 0.018308011208856025,0.0189950275243356,0.05163231839740451,0.01855548524712221,0.5778016588135514,0.0363361093900221,0.2783713894187082
258
+ 0.0030901279956914974,0.0033893507810659157,0.003361977239129514,0.014513449368781987,0.0006584885906703815,0.867361295363708,0.1076253106609527
259
+ 0.007238062144102739,0.0033454225296036806,0.004843304999280558,0.007559116435943163,0.004037501600869852,0.013945740793960203,0.9590308514962398
260
+ 0.8843650878349582,0.008822069244995371,0.0058166730040977895,0.006857424575427754,0.0005474778812683326,0.008091135016885144,0.08550013244236747
261
+ 0.007123132970327432,0.5489367574242514,0.00995887166081502,0.03434589347570225,0.0035322398687333664,0.16377622506194417,0.23232687953822617
262
+ 0.006842576005229714,0.004882646795630432,0.7614466697301362,0.01572303615642297,0.0109131210173235,0.02828601745433468,0.1719059328409224
263
+ 0.008822016514720296,0.00935149353430571,0.008513944675421254,0.6441186050657257,0.020156695338967977,0.019221861201305267,0.28981538366955373
264
+ 0.023651684667661883,0.008263468836723254,0.03840479307756344,0.014566349751123931,0.5110436465929239,0.02342401018885705,0.3806460468851465
265
+ 0.0047122286936434376,0.0039402440939629415,0.002738054941353163,0.016821461236474693,0.0015260196519061011,0.8608332173880483,0.10942877399461137
266
+ 0.009663615839231962,0.007908061805120553,0.007435697316075065,0.012387772990697047,0.004844687515432468,0.02347942030267983,0.934280744230763
267
+ 0.9469606939060464,0.0034540992180386258,0.0017439810473711909,0.003699351389726701,0.0014356858410392245,0.0030793897259444383,0.03962679887183324
268
+ 0.0012929221686463323,0.6419939138025059,0.024302340140495336,0.012561607688792777,0.0021503001468875143,0.1281146421908424,0.1895842738618297
269
+ 0.010892584967107198,0.006611389681141325,0.7758765854847554,0.018138423422593662,0.014735396091643834,0.018504271200602468,0.15524134915215618
270
+ 0.00514727948856469,0.011195907716610604,0.011075703082859168,0.7407480995004407,0.018758101815211512,0.014862612830998753,0.1982122955653147
271
+ 0.014713479996034616,0.003182977423263807,0.03502291827532552,0.018255425828719852,0.6351963408610137,0.029823577478676498,0.26380528013696586
272
+ 0.005110273045241836,0.004205986205018564,0.003651945030331819,0.01164744521706373,0.0009511401348379268,0.8761844879235205,0.09824872244398543
273
+ 0.005513378777674056,0.004139413056029884,0.0040491384926965605,0.005059341400766541,0.0027924879836696143,0.01443448315982336,0.96401175712934
274
+ 0.7700847751173562,0.025405681244432356,0.0027249007531808984,0.01788610654016032,0.0022933264861505803,0.019839418215537707,0.16176579164318222
275
+ 0.01083191145668663,0.5652079509734855,0.009408666363182638,0.02302222229395061,1.9321258109524177e-08,0.14878525909135462,0.2427439705000818
276
+ 0.007347260987771818,0.006530461757915549,0.6938690362551707,0.028090874977417996,0.008466501786897698,0.056534310144316896,0.19916155409050937
277
+ 0.010172089870620113,0.013971446518266577,0.014170304147746992,0.6333103234123483,0.020071088875372664,0.025466055459834786,0.2828386917158106
278
+ 0.02528741011311049,0.006916101551327147,0.04192645108001259,0.015529401672388792,0.528453120289471,0.04197612453432997,0.33991139075936005
279
+ 0.006826541344087549,0.0050011302394582235,0.004809983436191033,0.01589221956620559,0.001212504178700294,0.8604394812181774,0.10581814001718003
280
+ 0.015749267344807544,0.01161723470377309,0.009761093620984044,0.016880389184183765,0.004759333479285077,0.03788741760122254,0.903345264065744
281
+ 0.9321202060303103,0.004830755629276614,0.0015299299877036346,0.003188794419419322,0.0017553253923714405,0.004641775131651679,0.05193321340926693
282
+ 0.010721409775458665,0.7147746527407653,0.003915242446204526,0.020037834026575597,0.00486299283490671,0.11616871821551318,0.12951914996057592
283
+ 0.007247572588455632,0.00527036090607088,0.7803476841325203,0.024201886658109725,0.006554883422439695,0.025012685774382044,0.15136492651802172
284
+ 0.001937396204901285,0.007002622662787654,0.008673932925819234,0.7681480444153158,0.012212855080319274,0.020403561661454607,0.18162158704940215
285
+ 0.026506630551940497,0.017373364047034757,0.027440369348827452,0.037076537579871775,0.5947947178985454,0.020308140987246107,0.27650023958653386
286
+ 0.006214035585064433,0.004950080485500611,0.0051664452909125904,0.014479462523055295,0.0027073570209764464,0.8595718184245319,0.1069108006699587
287
+ 0.005737204087237195,0.003928757468073996,0.004536829199663221,0.007927545948784205,0.002863851438687287,0.015149934188449924,0.9598558776691042
288
+ 0.8517549216512997,0.012241793099993938,0.005136924093536445,0.013616567812490188,0.0025789241581403383,0.016792928384431118,0.09787794080010832
289
+ 0.00964712736611936,0.5480479552347922,0.003204827160586387,0.024854906350589772,0.0055221883715108775,0.17426924545203473,0.23445375006436672
290
+ 0.004932604002740492,0.010438595314735236,0.7438904242164114,0.014838448162527657,0.009016680010097988,0.03235579218332135,0.184527456110166
291
+ 0.004272274890925286,0.007241254475634397,0.012575546339596148,0.6856145784133014,0.018544807605391424,0.0245553161955663,0.24719622207958503
292
+ 0.004958199744018618,0.015700624945187914,0.030197415680215885,0.026627892863432506,0.5295981288405208,0.029716379365472494,0.3632013585611518
293
+ 0.003992536005913109,0.0047515174832585974,0.006921243153031533,0.017793035743312036,0.0007660037339615929,0.8570882811986564,0.10868738268186659
294
+ 0.008810566437219874,0.007078481949146333,0.005990742473019865,0.010750862367437965,0.004272160826289162,0.030844139298911628,0.9322530466479751
295
+ 0.9337288492335188,0.002772528408114513,0.0007766150120722668,0.006695199511041265,0.0008683932440629419,0.006577927585920345,0.04858048700526983
296
+ 0.00629671943905857,0.6354290618658619,0.0024971035997198928,0.014256284378184506,0.001961000584673309,0.14491348563208553,0.19464634450041626
297
+ 0.0041418707327405685,0.0036634892172075374,0.797352924487941,0.025199514843796813,0.014604526200862614,0.02891022730355579,0.12612744721389565
298
+ 0.004527014922674144,0.005509846856224212,0.007783333284494557,0.754508737090948,0.013175312496833055,0.021069241364359073,0.1934265139844669
299
+ 0.014175327428971991,0.005032438551138166,0.03770384269438433,0.013820415246101418,0.6695445329833033,0.019544042654385568,0.24017940044171524
300
+ 0.004503732727827743,0.004779322957373736,0.004818481787242503,0.016986187247558467,0.0011733972628118281,0.8596506519518918,0.10808822606529386
301
+ 0.0043132457988952514,0.004347909321886074,0.0035941239372131693,0.007276750261578792,0.0028461678255994535,0.017849327540382254,0.9597724753144451
302
+ 0.7234506072902431,0.019389318888374037,0.00379142330621712,0.02763274110157412,0.0029903459685216337,0.029831792803866285,0.19291377064120366
303
+ 0.0011078441199946008,0.5564042698785828,0.00878033479532378,0.03517747737359544,0.0016956798296220387,0.15550038093031696,0.2413340130725645
304
+ 0.00830802532026896,0.01731700804644862,0.654825664329725,0.05331657749692802,0.010170512548332435,0.0622810908488874,0.19378112140940956
305
+ 0.0036787798830371773,0.010483812263714806,0.01753682995662608,0.67736865365333,0.012142232561850692,0.030098606602352484,0.24869108507908877
306
+ 0.008793661220072463,0.0023439379731137423,0.04815821555515537,0.01366258416355319,0.5262956040706152,0.03893332310053185,0.36181267391695815
307
+ 0.003692450600084611,0.005202801566583219,0.004657860495682909,0.02400444286747223,0.0014348850366542921,0.8358351941644246,0.12517236526909808
308
+ 0.010655362808533997,0.012315451017086788,0.00815803889370921,0.026101094214347146,0.004926625876151212,0.04272074211350572,0.8951226850766659
309
+ 0.921027688343855,0.0033362104866830815,0.0036799328651250115,0.008511109323908176,5.127313275413076e-09,0.008517319795618412,0.0549277340574971
310
+ 0.008615954843062665,0.6983367461915883,0.00811912767526605,0.023030655902529937,0.0017261703045500503,0.10043510947675914,0.15973623560624375
311
+ 0.002965650642723912,0.006679555600499518,0.7496293886725318,0.03257566578327739,0.003639405737292196,0.010884980238151376,0.193625353325524
312
+ 0.001111938153617047,0.008818177765666764,0.0054192907041328425,0.7670284205621393,0.010664458992980536,0.010463854885009645,0.19649385893645382
313
+ 0.01518366816079337,0.012694094970540021,0.02784445141791811,0.016570833332038133,0.6423862023082112,0.015167336423702668,0.2701534133867965
314
+ 0.002514969082874086,0.005469018099116697,0.003379450663018298,0.0259391424009869,0.0009488009606633045,0.8396300973030928,0.12211852149024782
315
+ 0.0031756331613126466,0.0037553860047350785,0.003982136031419346,0.009520145339279718,0.003525786294335989,0.017567640724255804,0.9584732724446614
316
+ 0.8200774065053751,0.01356830934434653,0.0046259977112352284,0.01802408716418575,0.002271233947458096,0.012130967335173886,0.1293019979922256
317
+ 0.011590614544790085,0.5410423375758424,0.016441682811236893,0.04345339133675096,0.002668733529856722,0.13915741778904084,0.24564582241248223
318
+ 0.0023734178298023146,0.009884827799724723,0.6857412537955424,0.045909891587743,0.011039576018944229,0.02645074387856107,0.2186002890896822
319
+ 0.005817901038337986,0.00687368025026488,0.009711256069767816,0.7050443802467158,0.020443801839094146,0.020308047485350596,0.23180093307046876
320
+ 0.02879240402896733,0.008809004280232395,0.025570766319740645,0.05863762795652894,0.5678582964241562,0.025853482204002968,0.2844784187863714
321
+ 0.004414894646517181,0.008867646604848272,0.004135502924575088,0.02910711081731533,0.0016529635484303059,0.818795782224952,0.13302609923336167
322
+ 0.007635113422884927,0.008358370829660285,0.006406175195894795,0.019858422495566703,0.0041371082996539766,0.024964840004299164,0.9286399697520402
323
+ 0.9411241611704033,0.0026857662848194415,0.000917890337109667,0.00986098845024429,0.00017213339629981486,0.0036503028542615814,0.04158875750686185
324
+ 0.008467635904730339,0.7020915189601634,0.0027964234026253395,0.016726835115445007,0.0049240064430918174,0.08527242315176158,0.17972115702218253
325
+ 1.3511489563298138e-08,0.011552594187379648,0.781155746740021,0.036389962254507746,0.0035797162392406465,0.009930507639083024,0.15739145942827817
326
+ 0.0011600786209332154,0.0026844730691972505,0.012859757841095632,0.7924224003595259,0.012470368095284986,0.011876493474609782,0.16652642853935323
327
+ 2.9321496038263004e-08,0.004581194943162314,0.015012146106433257,0.027427716509890246,0.7026927767197628,0.011277008533457807,0.2390091278657975
328
+ 0.0024322448997749547,0.005492409755430222,0.004537976325425825,0.025519957585310837,0.001088224608608063,0.851009949851067,0.109919236974383
329
+ 0.002785582763652112,0.00441436605895679,0.004178023103821829,0.013497966528351875,0.0025846116482034563,0.01431076815974243,0.9582286817372715
330
+ 0.707875931945485,0.022604104458788667,0.00563245179165017,0.03673671194761204,0.00328154888482016,0.023272490453619357,0.20059676051802453
331
+ 0.009903055396726368,0.4980612383059401,0.013961477191738453,0.06325167048239165,0.004645013344563151,0.171602737900409,0.23857480737823122
332
+ 0.005339368705542179,0.011693460806542108,0.6639054387884965,0.07503311438213357,0.01489434445171452,0.024348215636708866,0.20478605722886212
333
+ 0.0020349801434941415,0.008199576234321385,0.009031309602141718,0.6648603076924935,0.014716432579777268,0.016064709098591503,0.2850926846491804
334
+ 0.026234875296231645,0.023858200604297043,0.02252796020066323,0.04723732177439992,0.47028716666854237,0.02416816212044881,0.385686313335417
335
+ 0.0016374453950839733,0.0066109574346148205,0.0027306771592199054,0.033749839921094094,0.0016435157874816562,0.8232535281620933,0.13037403614041226
336
+ 0.008497293972989857,0.014776722091694847,0.006023195055115293,0.050410678471401134,0.006306770941478397,0.03801285891171992,0.8759724805556006
337
+ 0.9222381041481588,0.0030308333886512394,0.0013784042640327952,0.008579868293822778,0.0013369572031277479,0.00584647887378084,0.05758935382842591
338
+ 0.007351134551091824,0.6912352340201994,0.003388746167716485,0.03460049287992051,0.007525752419850177,0.08229734082015651,0.17360129914106512
339
+ 0.001721989211240292,0.0007907820201968567,0.7440445368311501,0.056280624198555236,0.008481800918110753,0.02954044314851381,0.15913982367223276
340
+ 0.0010581517904344317,0.004103794520808353,0.007187406200687909,0.8159567241815437,0.01475460277399191,0.0063170034308410285,0.15062231710169238
341
+ 0.0023651843197620647,0.006403548062756012,0.012482438450617979,0.027937146651509415,0.6746312898776129,0.011135645773042347,0.2650447468646992
342
+ 0.0018225783878354164,0.00907830561630113,0.0022022772020870826,0.03283806415572107,0.0013331535744602232,0.8409997160767194,0.11172590498687551
343
+ 0.0023022090785517033,0.0048003337346303136,0.0031995271467065733,0.018677396758924315,0.004062734143251645,0.014130506537592522,0.9528272926003429
344
+ 0.8141123940571738,0.009696141156050163,0.00889082124871982,0.03754411863702418,0.00065489518109821,0.0100511950878814,0.11905043463205235
345
+ 0.008069366220273587,0.5075270534588089,0.009312630236359226,0.038940465048523984,0.004876108885930736,0.1576331897240425,0.2736411864260611
346
+ 1.5815553436684382e-08,0.004140243759223494,0.6924104476562415,0.07910462516271088,0.009068198423223988,0.023191686432282393,0.19208478275076415
347
+ 0.0005183498074628043,0.00447333547464327,0.0032626682659575783,0.7222868217967279,0.012998077878068412,0.00990432462577833,0.2465564221513617
348
+ 0.0030525943368237573,0.01826613083449194,0.018491396492747187,0.04725297500933661,0.5851821986099194,0.03215859230958596,0.29559611240709516
349
+ 0.0018048158248912024,0.0074971427034721165,0.003855212854174555,0.03532748789180084,0.002213537861218151,0.8434277054733722,0.10587409739107081
350
+ 0.004299880478866126,0.010719223242553349,0.004212659584512393,0.04623052359490642,0.006760230206999315,0.02579984928747106,0.9019776336046913
351
+ 0.922665683933484,0.005777362502561894,0.0028985759108280623,0.013784537294158907,0.0004354439143134589,0.005029768569907157,0.04940862787474651
352
+ 0.0010886675379846882,0.7020108529997785,0.005604642855788651,0.03775636817352946,0.003434875272883991,0.12110307555509059,0.12900151760494424
353
+ 0.0007895571030358999,0.006687724498772806,0.7648064241921212,0.06406451602425679,0.01277527700223013,0.006818675000689532,0.14405782617889357
354
+ 0.0011501010027544372,0.004157787756125515,0.0050357491210945085,0.7989840010857633,0.010034053944300781,0.007430698342345682,0.17320760874761582
355
+ 0.007235204701897859,0.018859303275370484,0.010431778867153862,0.0225557364082913,0.6591895484483403,0.016919380344812534,0.2648090479541337
356
+ 0.0015384183809755531,0.006202496448646005,0.0027701452658739916,0.02777688449790798,0.0021979344811865853,0.8637321960883593,0.09578192483705056
357
+ 0.0018002933088957585,0.0064877225756697875,0.0023550108850896325,0.02136927673016152,0.005912283050151868,0.014461738169086814,0.9476136752809446
358
+ 0.7020977287692935,0.021227112220487284,0.0018739979475324634,0.06751306788647266,0.0020929537630440284,0.020656304377617028,0.18453883503555293
359
+ 0.0070427439865077025,0.510102043240871,0.010557983075256417,0.04765744482162954,1.4352688579084318e-08,0.19844542490030098,0.22619434562274562
360
+ 0.004313678274414521,0.0038574577190547367,0.5673307426694867,0.10061592243136751,0.007999226706766855,0.04598422282311843,0.2698987493757912
361
+ 0.001124920407997103,0.005278412530067445,0.005372908839298027,0.610731506998801,0.02061717840290981,0.007387677257911616,0.3494873955630151
362
+ 0.004835561477315088,0.023905747368253783,0.028002658151040267,0.055478543872282716,0.489870491903227,0.04174940603555146,0.35615759119232965
363
+ 0.002027708535768431,0.00745226223664429,0.001190357380585708,0.03169515343666175,0.002173129636489147,0.8545260551037417,0.10093533367010908
364
+ 0.005480057434795231,0.01821521839135952,0.0032480304832800434,0.07660865614158192,0.010512348680052226,0.041652851115619484,0.8442828377533116
365
+ 0.9221166066905908,0.007090154207009454,0.0023073922376911334,0.020362491756211933,0.0015298140494294983,0.004964719669829698,0.04162882138923739
366
+ 0.004708013567991347,0.6918698932009226,0.0037253670898825374,0.0323200899444998,0.0011378257428534234,0.10776808324128263,0.15847072721256789
367
+ 0.0026231432443923957,0.010987640689372984,0.6878396194807183,0.07518290023351037,0.020052360685022086,0.016467391005854513,0.1868469446611293
368
+ 0.00022381842055861463,0.004908655583226653,0.001439307348815661,0.7614167741013225,0.013077045820366286,0.00533700839425371,0.21359739033145658
369
+ 0.0015523639270457873,0.005674940833935038,0.026031437925589495,0.02630325428451489,0.6619054719834432,0.03966048558572843,0.2388720454597432
370
+ 0.0015014443777515395,0.006978579379163945,0.0018750445474354108,0.03027120644482151,0.0005437107245542459,0.8707755616933,0.0880544528329734
371
+ 0.0022063388206391395,0.005761323447442799,0.0026351367597363573,0.018722294908561792,0.011647273741988297,0.016764463547282966,0.9422631687743487
372
+ 0.8495739230613877,0.012207331683861221,0.000554527654330915,0.03650977876152544,9.826163584632398e-09,0.014732919072671227,0.0864215099400599
373
+ 0.009570768129241005,0.5102649244681077,0.001516292963015212,0.024685600838705808,0.0046522186179670955,0.19070834314600799,0.2586018518369553
374
+ 0.0016519796273052982,0.006899266543544085,0.6644081699182581,0.08069248519316233,0.007897598699123157,0.03502222261068951,0.2034282774079176
375
+ 0.0006762318814452676,0.005173713610694957,0.003921554813824958,0.6055491043173689,0.016612984670881258,0.007876483636876116,0.36018992706890857
376
+ 0.0034869423075338485,0.020885303720578837,0.023343778313837098,0.024558267505552418,0.553324428277177,0.0393956657138656,0.33500561416145536
377
+ 0.0029679058810087927,0.005861301219886223,0.002388912602611428,0.032321525351631686,0.0012829963291100838,0.8750771861326696,0.08010017248308227
378
+ 0.003518067254180959,0.013798928175253477,0.002920832602972819,0.043478787654814326,0.020227681694652448,0.027332859206618845,0.8887228434115071
379
+ 0.9323887284874238,0.011253069448145992,0.0019293167803144864,0.011479623426624988,0.0021469328513173294,0.006675925473464373,0.0341264035327091
380
+ 0.010045359921141396,0.651216777313751,0.0030537320318913294,0.018173474354477078,0.005312108060854541,0.13380367323354858,0.178394875084336
381
+ 0.004278595100861117,0.02322943041420156,0.7637231219713224,0.06651278167959064,0.002857268464634366,0.012980155846750724,0.12641864652263918
382
+ 0.000640503592075,0.004250213588222147,0.00205931223687406,0.7226741839060111,0.01469492227731991,0.007253445106619871,0.24842741929287798
383
+ 1.0687712126937997e-08,0.025435221472028778,0.02436467440046696,0.010071678438160482,0.6255629523696554,0.026575245259864332,0.28799021737211195
384
+ 0.0017614157167208935,0.006770119580855532,0.0017340539413845482,0.030996363962997063,0.002492542277517236,0.8770616514662977,0.07918385305422705
385
+ 0.001988276452082819,0.006182324914374715,0.001540069689495866,0.016846474787769964,0.01642058257098171,0.015258964466012364,0.9417633071192826
386
+ 0.7479358914253316,0.011068324972176411,0.002955084630781242,0.040427015215581966,0.0028979921191296817,0.014475590073421616,0.1802401015635775
387
+ 0.016265020429931117,0.4935448305134138,0.008334820709868037,0.027572257481366075,0.004491367530856475,0.20374025638842388,0.24605144694614073
388
+ 0.001550871234841133,0.01132091218313155,0.6643715962679881,0.05551545757846031,0.012520751704047811,0.023616214050270083,0.23110419698126095
389
+ 0.0012159050495520445,0.005802294020946285,0.0027250839975776525,0.5258724482085458,0.030422266164866422,0.006032383409105194,0.4279296191494065
390
+ 0.0025012119597461004,0.022405273979802704,0.015548209022095123,0.012263338577025815,0.5304455685577363,0.039661902762378964,0.37717449514121504
391
+ 0.0016146820788165493,0.008339096995566269,0.0014165416413935452,0.026709358360662926,0.0021980080122916083,0.877698233410219,0.08202407950105003
392
+ 0.006173398744732514,0.015231666176495054,0.003821000064540868,0.048646388232399224,0.02713931586192985,0.033733586607579,0.8652546443123234
393
+ 0.9528711434372518,0.001921784209709436,1.1124075714338485e-08,0.010050063314340952,1.1124075714338485e-08,0.0020187493199776045,0.033138237470568765
394
+ 0.016952166380699362,0.671061727843332,0.0010278221707639174,0.02446639651666538,0.001677092275326533,0.11559012526914585,0.16922466954406695
395
+ 0.006377523986050357,0.02330538210984908,0.7060038675525958,0.03012197161351012,0.010445985080943273,0.00884729689601213,0.21489797276103928
396
+ 0.0007388476383326213,0.00861108162073752,0.002148610384764752,0.7105459964870113,0.018371992208724895,0.006331226283669885,0.25325224537675894
397
+ 0.004000050659702356,0.02066333400124023,0.009426349428065877,0.0070068749580319495,0.6478534960779899,0.022763717515314568,0.28828617735965495
398
+ 0.0009953465854295096,0.005662922145843007,0.0027245879982612984,0.022204458520499758,0.002608937436639217,0.8856959995295687,0.08010774778375854
399
+ 0.0018765923451725787,0.0058232818933998684,0.002149371298006547,0.010551890777769404,0.018659835692643935,0.014638841044553735,0.946300186948454
400
+ 0.8946490984202367,0.008448078393821987,0.0005642928137329457,0.021830235090267484,0.00356964893815731,0.002513839757793231,0.06842480658599029
401
+ 0.012182902172486557,0.5042890534582506,0.00026225519255567066,0.01964936943446277,0.004936833278482679,0.17857433258340225,0.28010525388035956
402
+ 0.009579688829592025,0.005635578124216485,0.7299453999365285,0.033066763768826106,0.010951661672574211,0.011120372239686314,0.19970053542857621
403
+ 0.001330565711379521,0.008273678506885462,0.004936605666919762,0.5310646926503685,0.0312897698320085,0.005596108611276359,0.41750857902116184
404
+ 0.0028251141119221097,0.02870188993084979,0.020189120897641157,0.005654321032376769,0.5314234356023222,0.028669567087432395,0.3825365513374557
405
+ 0.0008811454029746313,0.006062063733137759,0.001586690754011542,0.02097798307298748,0.002437593963626343,0.8865284820938161,0.0815260409794461
406
+ 0.004121479412754534,0.01239101168131378,0.003305501541851287,0.022469722720722063,0.02717311206742063,0.022976244813405062,0.9075629277625326
407
+ 0.9574121314173321,0.004454748796050622,1.0508095520177884e-08,0.004203013815409937,1.0508095520177884e-08,0.004816900632040173,0.029113184322976233
408
+ 0.013861337770947958,0.626030199369046,0.0022537795421806285,0.02237989242702845,0.005429583405149172,0.11224127571465058,0.21780393177099716
409
+ 0.00583422875383152,0.014197112893651312,0.7823202432432159,0.017603730153316326,2.6359195512929772e-08,0.006245364700146106,0.17379929389664342
410
+ 0.0007737228909754568,0.006731755205651297,0.0010193126878518001,0.6631057545589212,0.02007292746037216,0.006382668449963614,0.3019138587462645
411
+ 0.005134708567980341,0.026648113615483235,0.01185293969540196,0.0119544412449749,0.6083769753123996,0.02394676440096557,0.3120860571627943
412
+ 0.001071327285637118,0.006393236679564254,0.0006714815791549315,0.015382501819569695,0.0014935130293132304,0.9042233482565765,0.0707645913501844
413
+ 0.0024648157159453538,0.006964968196055591,0.0026156187298119324,0.00856293116449323,0.01471093054026361,0.011605600864274574,0.9530751347891556
414
+ 0.8094685645461779,0.029585848433704175,0.005336331468276109,0.0225725078424449,0.0021423742577238915,0.016019626920702357,0.11487474653097085
415
+ 0.03183661365534618,0.507861357785209,0.002438049841065403,0.02306874152661543,0.004072627454984453,0.12801521190895762,0.3027073978278221
416
+ 0.001220512016944636,0.035844458827625686,0.5882944267043487,0.04105722181117814,0.023102927696516576,0.03564366024912685,0.2748367926942595
417
+ 0.0007028704040133815,0.007477317787626543,0.005030826410717824,0.48326121418318535,0.022234312489385955,0.004502254930863822,0.47679120379420714
418
+ 0.003983410660672524,0.029095952566442644,0.01774586950810679,0.00847881323813196,0.4326339431118494,0.0333826412714107,0.4746793696433861
419
+ 0.001310683464405575,0.0078780704855515,0.0012159905443725031,0.014637854222433912,0.0017407631568099845,0.89531565270669,0.07790098541973657
420
+ 0.009340965510523894,0.01702863459069333,0.003510328690762458,0.01998154252051671,0.022302188891296825,0.022037699881917682,0.905798639914289
421
+ 0.9665179060526327,0.003966464871271324,9.338321399149659e-09,0.004715506336860283,0.0011049014200724791,0.0033171917551508535,0.020378020225690945
422
+ 0.0230750915640882,0.6590814120943713,0.003919832381537593,0.01080869902181547,0.009765784351332634,0.05416181477441401,0.23918736581244088
423
+ 0.0009682249147527943,0.01333730374251384,0.6793820136618076,0.0034203089266793,0.005924143538690601,0.0391777212410451,0.2577902839745107
424
+ 0.0017838759040135932,0.003912642850217497,0.001148734032839358,0.6382854780928898,0.017039279619562746,0.0051740445250190404,0.332655944975458
425
+ 0.002807461982518364,0.02524993657506603,0.023381169786880276,0.0059714152878577315,0.5969022661013818,0.021653834301509817,0.32403391596478587
426
+ 0.0006318436457598089,0.007593624121704811,0.0005436499760999536,0.010607923457332188,0.0010802870856049948,0.9042067387573606,0.07533593295613772
427
+ 0.003480332698992987,0.00761670370409972,0.0022330281343866,0.004185999321765705,0.010504300313178134,0.00798759995964865,0.9639920358679283
428
+ 0.9180480149943768,0.010388278278379933,0.0007121247089836341,0.016604276235422495,0.0028201262535641667,0.0007077368548621363,0.05071944267441075
429
+ 0.04308587345433954,0.5338789082516514,0.005453464133643266,0.018000591743264877,0.007808685952520545,0.06654558492833351,0.32522689153624695
430
+ 0.007287120299001976,0.01874986125251634,0.6306603440084512,0.023713880082394466,0.012805849296443359,0.031864205116793366,0.2749187399443993
431
+ 0.0007419576549839292,0.01168658075078832,0.0035176125152613334,0.517822487316037,0.026796143437567536,0.006520821032841858,0.4329143972925202
432
+ 0.004268181958898716,0.041336232637846075,0.020164671015033712,0.008105965440911685,0.4870639360368918,0.018931194902115353,0.4201298180083026
433
+ 0.0030786488426492817,0.00851583271107059,0.0006421449610100992,0.010407936392614,0.0021082128557393647,0.907099650948562,0.06814757328835469
434
+ 0.007936553360561335,0.01375285414299368,0.002736910287274854,0.009872884530250934,0.014923249767340862,0.012089482319447356,0.9386880655921309
435
+ 0.9781395051087021,0.0015871302986952514,0.00037938643599825844,0.00366004302863301,0.0018609651116033308,0.0009728865807070776,0.013400083435661115
436
+ 0.06249672367820126,0.6478695797502884,0.001038704938845816,0.011972097713336134,0.0005883012747520704,0.029662436337794328,0.2463721563067819
437
+ 3.229396924182933e-08,0.029860711280918408,0.6981471959700771,0.01791493411299626,0.00976597794143208,0.004602434140214402,0.23970871426039242
438
+ 0.006600465174325107,0.02002987971829119,0.002694743138740917,0.6080160890939119,0.016481437270489643,0.0076533099989006615,0.3385240756053406
439
+ 0.006534935573045678,0.04036816869168384,0.0176353246594281,0.012031891934101275,0.5808327420777478,0.014851863803665809,0.32774507326032737
440
+ 0.0011233582912745861,0.006761687511445,0.002865982653445605,0.01103862814519355,0.001152370567967464,0.8976644395617452,0.07939353326892856
441
+ 0.0032882364742291485,0.007955586320714336,0.0015962541136528468,0.0029527167452487063,0.00819045273982433,0.005862942190502709,0.970153811415828
442
+ 0.9102562793558975,0.017576278140544566,0.0011945185373849311,0.0023491924644630366,6.918095565197709e-09,0.004321337455877689,0.06430238712773664
443
+ 0.06419704064210459,0.533127362339812,0.0031164661208564546,0.0099127099471971,0.0016389057818509726,0.05580554294902147,0.33220197221915754
444
+ 0.00244833729193925,0.02925162424138578,0.6202057409152634,0.003408874088159311,0.01031272917543993,0.011612085009497366,0.322760609278315
445
+ 0.00751045597285918,0.02080958566712676,0.0061789853098542,0.43331235355375536,0.02086969019081124,0.006184102612117619,0.5051348266934756
446
+ 0.01786873757471783,0.03308819486746041,0.016934803909731344,0.008922112763933048,0.46381196989913,0.004480190756012168,0.45489399022901533
447
+ 0.0016417829071709376,0.008334243382724583,0.0023882594485703083,0.009663253858141952,0.0015522253339864157,0.8808618694983702,0.09555836557103572
448
+ 0.029180719704467284,0.024244955598925144,0.003316726965382008,0.008653528372536697,0.011406999919485225,0.011345928698966641,0.9118511407402371
449
+ 0.9876737273203424,0.0030186950377027494,4.6486972076764224e-09,4.6486972076764224e-09,0.00014311140239706187,9.860466667746529e-05,0.009065852275486248
450
+ 0.08895482847997983,0.6657147468150991,0.0016074616074726775,0.008178148708590901,0.0012721685961826898,0.019153958554055116,0.21511868723861963
451
+ 0.009148275356315459,0.013968188459413205,0.7354896716467962,0.004870170393218735,0.014960163936385216,0.006438967836169809,0.21512456237170124
452
+ 1.654078638448834e-08,0.01513980091017554,0.005542308036374493,0.5740647839772741,0.02614156458085404,0.003497881554540032,0.37561364439999545
453
+ 0.007035618396162409,0.03616687834218428,0.011907602318124754,0.014462897997953032,0.5843852451407575,0.011121242784538066,0.33492051502028003
454
+ 0.0021955219334273838,0.01538153624175954,0.001170949836454262,0.006347228508047361,0.0007297323394469365,0.8825384097521966,0.09163662138866807
455
+ 0.0054379599006570125,0.009161885247207017,0.0017181612595472805,0.00259294516081551,0.005051723977153359,0.004501001643949586,0.9715363228106701
456
+ 0.9748117845410745,0.007516891660020908,4.188966253548603e-09,0.0005801523571302007,4.188966253548603e-09,0.0007432227677476272,0.01634794029609432
457
+ 0.11191281904758751,0.5090226848652438,0.007759660370024817,0.0077107744768637925,0.00503251850885843,0.02523377430775564,0.3333277684236659
458
+ 0.011703937705034013,0.020791176808885172,0.7019120133653848,0.005789894794036841,0.007726977502591719,0.0034504496204162335,0.24862555020365126
459
+ 0.0028315217013668483,0.01601748760647949,0.011562007903460077,0.4542398813972672,0.03938096065806662,0.0030662882531108547,0.47290185248024896
460
+ 0.004855745686281509,0.04502608257914346,0.013727933650410553,0.005692936553652668,0.5306542270260103,0.012744816288701276,0.3872982582158003
461
+ 0.0037367536985104554,0.013440191100448279,0.0013621809026250625,0.008369469073958713,0.0020160599375832673,0.8777538589712891,0.09332148631558512
462
+ 0.02251716107499699,0.021987023685103788,0.003445336009546819,0.005007980696883095,0.007997420680969048,0.00516980085432672,0.9338752769981735
463
+ 0.9936865269306254,0.0017289429194589298,3.2720903991155613e-09,3.2720903991155613e-09,3.2720903991155613e-09,0.00013907250910975204,0.0044454478245348926
464
+ 0.08318126868674364,0.6379267512211609,0.002114644604762994,0.004842223968711478,0.004170823941556893,0.01632045486361605,0.25144383271344806
465
+ 0.008889156094243924,0.05006449540974431,0.7110073965479202,0.014091025660353394,0.014938767479582817,3.1875605621169094e-08,0.20100912693254974
466
+ 0.005038662089186064,0.034415643941087405,0.002763466172269886,0.5419060518113927,0.021810437527941488,0.010143570116047811,0.3839221683420746
467
+ 0.00437181943865056,0.04425000587706168,0.01649974685259065,0.01557637756584087,0.615236326068967,0.019455280849177966,0.28461044334771113
468
+ 0.004844404396535354,0.018873853548561557,0.003701239696259668,0.007503814244713947,0.0014384291769871044,0.8637576513321568,0.09988060760478568
469
+ 0.010474170654517017,0.009898649707244142,0.0011941766860074535,0.002242895238492235,0.0038814092723419786,0.0025392634171033,0.9697694350242938
470
+ 0.9588614279964555,0.013081863697511333,2.913542857962629e-09,0.0037249064074256987,0.00031490192161285756,0.0007263374272440514,0.023290559636207752
471
+ 0.18819477606717094,0.4411999347307672,0.00045164083333394054,0.005356515170625529,0.001087964098967121,0.017656225102888633,0.3460529439962466
472
+ 0.03488893688347499,0.0644215078540621,0.5075251457188933,0.02619155920789132,0.009010454132201168,0.002130528488939965,0.35583186771453706
473
+ 0.013987268442357075,0.029953027562033906,0.014315535922651222,0.45195137854357104,0.027242093856297035,0.010506493993939211,0.4520442016791506
474
+ 0.03598324937165773,0.09914062539805886,0.014213285084987405,0.01311523953717976,0.39423615606713197,0.008127524582782354,0.435183919958202
475
+ 0.011520311235334944,0.022332630101522873,0.0015625196881485681,0.005822108797282755,0.003990144263508151,0.8487534125262617,0.10601887338794107
476
+ 0.0887020335627212,0.03778485196088758,0.0033474368974549104,0.005432878242039429,0.0065332413450549295,0.006908069004308765,0.8512914889875333
477
+ 0.9939262644270279,0.002299964741027496,1.7091033058341589e-09,1.7091033058341589e-09,0.00011007550921564944,1.7091033058341589e-09,0.0036636901954190198
478
+ 0.14445041375102996,0.6318256290758698,0.0023715264114743733,0.0025407001224013364,0.0012180193171862494,0.01200269551094858,0.20559101581108966
479
+ 0.043122467423425646,0.043623176527167,0.6706699937167399,0.01168380001910197,0.004201510419850266,0.007735031776373986,0.21896402011734115
480
+ 0.028661134381680213,0.035033486049487736,0.008657385331729116,0.48668783334674787,0.0266762911715846,0.009553431501200277,0.40473043821757015
481
+ 0.02951406476674321,0.062343268611309566,0.016127313066552462,0.007728598100489269,0.6009530283651621,0.012054028777164901,0.2712796983125785
482
+ 0.007831189235391256,0.02137910016491829,0.001468574346952443,0.008380157369460484,0.003617231732882433,0.8463266217649579,0.11099712538543714
483
+ 0.017201100857936354,0.01352241110722904,0.0014465638534969386,0.0017475287089011844,0.003421423506540804,0.002032037455372074,0.9606289345105236
484
+ 0.9888028693572343,0.004765412650224857,1.5359085120738101e-09,0.0001884850343329608,0.00019946460315340615,0.000512347648507143,0.005531419170638717
485
+ 0.1985144702986775,0.4395863308349404,0.005542331283028129,0.005661301898953636,0.003439659970395489,0.03256602510287438,0.31468988061113057
486
+ 0.046958040887382105,0.11640564943274956,0.5529795284451806,0.004321787338131864,0.0027341707625958152,0.015135473398869803,0.26146534973509034
487
+ 0.03136814800579458,0.04854214010856738,0.006697146713634742,0.46164087761112843,0.038594325036734975,0.0019277826317256601,0.41122957989241415
488
+ 0.053953066139637657,0.06049014286023981,0.01077054803040167,0.020396851112881465,0.5103749669550841,0.007286384697969184,0.3367280402037861
489
+ 0.013959292177327349,0.022420976850863764,0.0006399555023098062,0.010582417171102986,0.0032425652950141535,0.8249832469403775,0.1241715460630044
490
+ 0.06868155570977529,0.031149280342161478,0.0018061814301556461,0.0037325302590294233,0.0044522365096208395,0.004197956082440949,0.8859802596668163
491
+ 0.9976692368073106,0.0005220352110576025,1.1906175907254645e-09,1.1906175907254645e-09,1.1906175907254645e-09,0.00035179875656667694,0.0014569256532125257
492
+ 0.19620461022766159,0.5459486773541397,0.003332737532345125,0.006615946019673136,0.00274509185520627,0.01652425409742997,0.2286286829135442
493
+ 0.023113061391408275,0.05325742406380553,0.6619272701596892,5.689221531033159e-08,0.015153984498371898,0.02550895498618855,0.22103924800832134
494
+ 0.03615168864574795,0.052331803556638676,0.002980650178506187,0.4931472140371428,0.035352296372730185,0.011720554918201611,0.36831579229103273
495
+ 0.04522236181321023,0.06965872543830214,0.016605885156855717,0.019063412046377477,0.6049070303528462,0.006721673088046764,0.2378209121043615
496
+ 0.01225768201246123,0.03855404266826886,0.002281044004062446,0.00579016138366488,0.0024501838465904842,0.8488322859606678,0.08983460012428436
497
+ 0.027960746731857136,0.014832317079648313,0.0010765016161151271,0.0015597947409533893,0.0020933335816139937,0.001935453418318897,0.9505418528314932
498
+ 0.9862010468953388,0.004644259628927133,1.0706792738838466e-09,0.0002148784960104007,7.965874397419435e-05,0.0006103077104531731,0.00824984745461703
499
+ 0.28398243133542633,0.3821633407977208,0.004709283745505121,0.0006734373193816062,0.001414420578275268,0.018890516968737323,0.3081665692549535
500
+ 0.1401555830609308,0.07115427338847942,0.49253317323672136,0.008213023834757095,0.015283773277508326,6.416497495035318e-08,0.2726601090366282
501
+ 0.06935461821132374,0.09566066623615169,0.005422592879522684,0.37343327003346416,0.025977648473564256,0.03338778667321954,0.3967634174927539
502
+ 0.07944213332168074,0.15758501270681988,0.0510421989097445,0.002689609939944753,0.34987110695633455,0.011089348315330346,0.34828058985014526
503
+ 0.025741128949220517,0.037565456334948934,0.0008935999490882167,0.0038478669899244546,0.0004543700143860321,0.8281071305142799,0.10339044724815206
504
+ 0.19846330515286462,0.05475672958701842,0.0015950268142164736,0.0031713194262017364,0.003980070355436301,0.005439380909586918,0.7325941677546756
505
+ 0.9990084112146627,0.0004543978905263913,7.18364362306404e-10,7.18364362306404e-10,7.18364362306404e-10,0.00013537676490457963,0.00040181197481335386
506
+ 0.2654743021376187,0.5277514501338235,0.0009491872461666167,0.0006929947405766356,0.001969087593864642,0.013218271829385387,0.18994470631856447
507
+ 0.06584100592908576,0.12410761666488099,0.5944018681107583,0.006872246377305229,0.00678563431628908,0.003666910368029112,0.19832471823365144
508
+ 0.07427236562806888,0.01755726130000555,0.006990508248571802,0.4718490022360726,0.01636631782466134,0.040499364801518445,0.3724651799611014
509
+ 0.06735487482570161,0.055138197459130095,0.040737451902329254,0.013550543701248478,0.5910666576681655,0.004588956314298957,0.22756331812912609
510
+ 0.013528241398539713,0.038181478252547,0.0018462627897388793,0.0050371465115504775,0.00018895172529971834,0.8336868404769281,0.10753107884539612
511
+ 0.0468631455911268,0.017807293385951748,0.0009193692596674651,0.000903101606001893,0.0017232772416601004,0.0018858069826639052,0.929898005932928
512
+ 0.9960709379321586,0.0008762673888141042,6.565536586991184e-10,6.565536586991184e-10,7.476289279399978e-05,0.0003547233725489231,0.002623307100577053
513
+ 0.3350514692542761,0.3841923621016188,0.0011813262447002914,0.0020924699535971713,0.0005579035176400573,0.02970681012618894,0.24721765880197868
514
+ 0.13135558612444162,0.09579942228687449,0.49246236845904046,0.003227267287483934,0.0272492976824957,0.031261150547672534,0.2186449076119912
515
+ 0.07251836897260107,0.0856610668796317,0.014229981344526441,0.3767818168187763,0.013330699929614977,0.007439997434578662,0.4300380686202709
516
+ 0.10392725164618645,0.10840255884913476,0.027685312672067943,0.02352415860197273,0.39550971115519984,6.99696214112042e-08,0.34095093710581686
517
+ 0.024289869285540517,0.024590897549712457,0.00048360977901473355,0.004635905811714183,0.0006314469528437274,0.8662264253608425,0.07914184526033191
518
+ 0.17324202363891691,0.0372401744121117,0.0012613208774633062,0.0025538457783339493,0.0028045721422148176,0.004075231211878377,0.778822831939081
519
+ 0.9989238924849385,0.00026117427852265907,5.407964352494769e-10,8.738099514578451e-05,9.860094499995044e-05,7.988018610431234e-05,0.0005490705694923214
520
+ 0.2926523064807044,0.49870642735075216,8.216812008033176e-09,0.0017090286117699925,8.216812008033176e-09,0.00863199998983244,0.1983002211333171
521
+ 0.0533377187959145,0.06185792751907069,0.6367964335175667,0.0054383737481604735,0.04622364854815351,1.234320625120444e-07,0.19634577443907164
522
+ 0.10336381214667328,0.05024352238525112,0.026108886128616067,0.4951882280569949,0.007861267466938458,0.021180053175683923,0.29605423063984226
523
+ 0.032958028522460034,0.09549734760845802,0.007332924420791975,0.004043533367887054,0.5416580654529888,0.029485247625319056,0.2890248530020951
524
+ 0.028326080509333888,0.02326275359330043,0.0019363729832670236,0.002557012259501255,6.413294958724544e-09,0.8716065614729778,0.0723112127683247
525
+ 0.0486350694440259,0.014901987282812505,0.0009854312666285202,0.0005488125192404859,0.0015412616013968034,0.0018534305706701378,0.9315340073152256
526
+ 0.9941602433407492,0.0013055767169707275,5.120931683114205e-10,5.120931683114205e-10,6.018037385438909e-05,2.3225502207377923e-05,0.004450773042031977
527
+ 0.4148211259478747,0.3033463717194411,0.014607807601078895,0.004179789115918209,0.0013301313232611171,0.014134208281142292,0.2475805660112836
528
+ 0.1267049251823372,0.046304868031944606,0.5014982089745736,1.4130436694792652e-07,0.011545254285881781,0.008370116812992604,0.30557648540790316
529
+ 0.21205816450194603,0.0803772909597461,0.00713586407809842,0.24954535050029344,0.010250512070872448,1.6195915576108103e-07,0.44063265592988765
530
+ 0.2063318714816035,0.1436473729186586,0.059511886874345846,1.1703644047390359e-07,0.37443668149446274,0.011805218647673251,0.20426685154681545
531
+ 0.04685931696325713,0.029943671104852087,7.140047865746867e-09,0.005464033349227174,0.0008092998178389826,0.8529717684610221,0.06395190316375456
532
+ 0.29427661610110234,0.05285528855312063,0.0008053568375945266,0.001952863030800054,0.0024872153047810403,0.003874425626572328,0.643748234546029
533
+ 0.9993779671787814,0.00023058549100054063,4.236311392077536e-10,4.236311392077536e-10,4.236311392077536e-10,4.236311392077536e-10,0.0003914456356932931
534
+ 0.367373451510631,0.4762534688876924,0.0010684394055710188,0.003592070947257243,0.0024356093988297874,0.007361502791400117,0.14191545705861855
535
+ 0.02179295328792414,0.03517641261383206,0.8593035542235961,1.566500926749994e-07,1.566500926749994e-07,1.566500926749994e-07,0.08372660992436969
536
+ 0.06300546300324994,0.05628726148024326,0.029865915918386977,0.30938145320591776,0.048310110958826265,1.9450894874857493e-07,0.493149600924427
537
+ 0.1479435077290755,0.09516869838110392,0.009344795096386884,1.461753715139599e-07,0.5483713437209776,1.461753715139599e-07,0.19917136272171304
538
+ 0.02434389873493256,0.0228375544631879,7.949264776701789e-09,0.0012111528338353016,0.0011715126528621146,0.8986323215524048,0.05180355181351267
539
+ 0.06897684974171063,0.018716005621621786,0.0007104008979451182,0.0007547818671295862,0.0008921423643896013,0.0008211912424533934,0.9091286282647499
540
+ 0.997697553572049,0.00020869304073878412,6.603960051310525e-05,4.6576541461816975e-05,4.064257221000133e-10,3.509730863393441e-05,0.0019460395301774103
541
+ 0.43384087118751247,0.31799964574692696,1.4438643344501548e-08,0.0027289219624170784,0.0038868694650328675,0.007925716017802622,0.2336179611816646
542
+ 0.09831701554742849,0.07960110771697197,0.6609588256783393,0.01652718296418811,0.012874984679041801,1.5567304161241732e-07,0.13172072774098867
543
+ 0.15138115377244907,0.16224822550786122,3.6242212896192797e-07,0.3690270303563716,0.023424654780690134,3.6242212896192797e-07,0.2939182107383701
544
+ 0.15186843049461196,0.06509733555237171,0.04515464006488215,0.026670604507723517,0.3081599217001674,1.9365329684266467e-07,0.4030488740269463
545
+ 0.04326276893859533,0.01896994580424622,0.0009186518884143054,0.0005527269664347688,0.0012694621736152976,0.8923816476474363,0.04264479658125775
546
+ 0.2329892693822187,0.037295307409696,0.000402050563484602,0.0018660082587084322,0.0027808529566916524,0.003733632751222184,0.7209328786779784
547
+ 0.9993580064821692,0.00013495405914447118,3.731061633097004e-10,3.731061633097004e-10,3.731061633097004e-10,3.731061633097004e-10,0.0005070379662613913
548
+ 0.34605472924564085,0.5070478787297892,0.0020100925032185035,1.779734055683813e-08,1.779734055683813e-08,0.011270822363671934,0.1336164415629983
549
+ 0.023329908017832475,0.02373317283751106,0.6063956281115644,1.9715904764651154e-07,1.9715904764651154e-07,1.9715904764651154e-07,0.3465406995559489
550
+ 0.14846947505234584,0.049175514605449264,3.1855555749597923e-07,0.35192629291385047,0.06637879433703113,3.1855555749597923e-07,0.3840492859802085
551
+ 0.11936904383314804,0.015449595192755681,2.2707943144487888e-07,2.2707943144487888e-07,0.6123831783655965,2.2707943144487888e-07,0.25279750137020535
552
+ 0.01727508209329602,0.008564016285021177,0.0008994568053518878,0.00118131383159855,0.0003464238358604635,0.9493043973015888,0.022429309847283023
553
+ 0.07287257537893245,0.012256920159108302,0.0005730383957402609,0.00038346936259664,0.0005845409484484909,0.0022388679665650505,0.9110905877886089
554
+ 0.994098903835228,0.0010177311768472244,3.6422730897429336e-10,0.0004883129294007255,3.533108178241285e-05,0.0001975142230739461,0.004162206389440181
555
+ 0.4364226600628585,0.3266878373137803,0.003890477994312904,2.6585147007709092e-08,0.004086925546398633,0.012004887360628248,0.2169071851368743
556
+ 0.10400197852336045,0.1126402437942648,0.5580888643427905,2.7509505139848487e-07,2.7509505139848487e-07,2.7509505139848487e-07,0.22526808805443024
557
+ 0.21930635819188135,0.2146567869094742,0.049205523458952724,0.3636701653680413,6.826538543424073e-07,6.826538543424073e-07,0.15315980076394167
558
+ 0.17636811828992244,0.09851772404135645,0.04018991884309704,3.0301468544981665e-07,0.38970611491054796,3.0301468544981665e-07,0.29521751788570516
559
+ 0.04087219320010086,0.014521168554925058,0.0012119010717799833,0.0020936539643700218,9.758166578244275e-09,0.910955808019472,0.030345265431185493
560
+ 0.34414937387155387,0.033392637249164824,0.0023173495153768395,0.003328651979533614,0.001965973042024949,0.004104274908982623,0.6107417394333633
561
+ 0.9994014360677649,0.00010050052336430098,3.391308891052201e-10,3.391308891052201e-10,3.391308891052201e-10,7.92878587012411e-05,0.0004187745327766968
562
+ 0.4295323460058174,0.4431743000280767,0.006838010369999285,2.7187051052644845e-08,2.7187051052644845e-08,0.004693801358363003,0.1157614878636415
563
+ 0.05173402003174388,2.608390589751681e-07,0.7925588417487297,2.608390589751681e-07,0.01751283464453627,2.608390589751681e-07,0.1381935210578133
564
+ 0.24690453724570582,0.02301696816602597,0.005004680535800149,0.4739233596423913,2.501169528433431e-07,2.501169528433431e-07,0.25114995417617125
565
+ 0.09191987596772479,0.09036288063281991,0.07411316670776072,3.752325809137551e-07,0.46967232364997774,0.05768437617940663,0.21624700162972935
566
+ 0.02282631882581495,0.01441703610429562,0.011421295530157385,0.002536707293229701,1.0341018097412623e-08,0.9073789384852271,0.04141969342025716
567
+ 0.06888935337500328,0.012264603754849949,0.0017373140694920916,0.00036827870476098903,0.00018706650596918913,0.0006727573147678639,0.9158806262751565
568
+ 0.9977207995292007,0.0005326629006096499,3.34198618420487e-10,3.646475440733123e-05,3.34198618420487e-10,2.5797546669649477e-05,0.0016842746007153697
569
+ 0.4478392474647375,0.35610854288915517,4.361889171004409e-08,0.006695987471671862,0.0015479506064024352,0.01268357904830773,0.1751246489008335
570
+ 0.061765524303134,0.21074255440665215,0.5729422589428099,1.8997586567995863e-07,1.8997586567995863e-07,1.8997586567995863e-07,0.15454909241980688
571
+ 0.03747619575215209,4.3892548766938003e-07,4.3892548766938003e-07,0.30388873911246844,0.09382482158055444,4.3892548766938003e-07,0.564808926778362
572
+ 0.2546885846130259,0.2417043296257242,7.199355865487679e-07,7.199355865487679e-07,0.37985708567966253,7.199355865487679e-07,0.1237478402748277
573
+ 0.027961154837534065,0.009894742291657292,1.1292009208009776e-08,1.1292009208009776e-08,0.0006248215533085748,0.9276420141030353,0.03387724463044625
574
+ 0.1981021360722946,0.0226723014065759,0.00015559951119404903,0.002502463104865075,2.8150139432309195e-09,0.00246055750948551,0.7741069395805709
575
+ 0.9997524114490989,7.327471670716112e-05,3.2580785976762947e-10,2.0103908060448155e-05,3.2580785976762947e-10,2.8348164536407553e-05,0.000125861109981194
576
+ 0.4390479280580699,0.45133167703528987,4.966893449590066e-08,4.966893449590066e-08,4.966893449590066e-08,0.014996313097932933,0.09462393280190375
577
+ 0.0809122448227125,3.2561108434405253e-07,0.8990378604467255,3.2561108434405253e-07,0.020048592286224635,3.2561108434405253e-07,3.2561108434405253e-07
578
+ 0.14308840492683061,0.11098446276407951,0.036434452046881324,0.37963825365843856,5.423163335297155e-07,0.08325161948490788,0.24660226480252848
579
+ 0.032588419453274974,0.06648924258488402,1.2016185029573025e-06,1.2016185029573025e-06,0.7663642144309746,1.2016185029573025e-06,0.1345545186753575
580
+ 0.009919719875980523,0.013053554692139847,1.199150519247682e-08,1.199150519247682e-08,0.0006334984975342892,0.9513253427106952,0.025067860240639776
581
+ 0.057031231644932165,0.01037331832661402,0.00043209237941234163,0.00012410581335238515,3.456390535906666e-09,3.456390535906666e-09,0.932039244922908
582
+ 0.993373449471858,0.0011132809049547972,7.15640751458506e-05,0.0001014727143203282,4.701948188867922e-05,0.00017154008780780465,0.005121673264024665
583
+ 0.44102221495116556,0.3740028134733564,7.319866551319489e-08,7.319866551319489e-08,0.0056213188049869765,0.021242741631674205,0.15811076474148583
584
+ 0.4376162303371932,0.06037529474116137,0.41474617327294544,3.386067469474654e-07,3.386067469474654e-07,3.386067469474654e-07,0.08726128582845943
585
+ 0.051715501198085594,0.04501519386169559,1.2536889758240986e-06,0.6032273562280817,1.2536889758240986e-06,1.2536889758240986e-06,0.3000381876452096
586
+ 0.09330929747815085,1.3294658530288134e-06,1.3294658530288134e-06,1.3294658530288134e-06,0.29356926505980474,1.3294658530288134e-06,0.6131161195986323
587
+ 0.029704637513126173,0.00892236730457674,1.2519448902911492e-08,1.2519448902911492e-08,1.2519448902911492e-08,0.944392054039489,0.016980903584461374
588
+ 0.3162489885598471,0.023544681990380963,0.0010830878450206458,0.000886354284977847,0.0023566691611394673,0.002292860274647093,0.6535873578839869
589
+ 0.999569516906369,0.00018058665108683893,3.153206837884574e-10,3.153206837884574e-10,3.153206837884574e-10,3.153206837884574e-10,0.00024989518126134
590
+ 0.40165497346117757,0.47004666052898747,6.270503790562217e-08,6.270503790562217e-08,6.270503790562217e-08,0.013956904282866712,0.11434127361185446
591
+ 5.734620130457869e-07,0.026312809085636584,0.6108153039774548,5.734620130457869e-07,5.734620130457869e-07,5.734620130457869e-07,0.3628695930888564
592
+ 0.10478224003183444,9.627919805798684e-07,9.627919805798684e-07,0.48990090288979543,9.627919805798684e-07,0.11227066581152594,0.29304330289090236
593
+ 0.3698498130636738,0.23998893040098582,9.171733469208519e-07,9.171733469208519e-07,0.27296163539748647,9.171733469208519e-07,0.11719686961781316
594
+ 0.021403651836233693,0.006796078918332612,1.300647289222155e-08,0.0037659317598249154,1.300647289222155e-08,0.9577085084706373,0.010325803002025628
595
+ 0.0686944020789828,0.010462193091457883,0.0008341820627731085,0.00011809853405820843,0.00021038627430529646,5.004854703327211e-09,0.9196807329535679
596
+ 0.9966313649386803,0.0005320297720886549,3.13253956217761e-10,2.364924531162414e-05,3.13253956217761e-10,8.363220732129311e-05,0.0027293232100900717
597
+ 0.33576779671564416,0.44516165621274917,9.099733144836257e-08,9.099733144836257e-08,0.0035284248931017424,0.03637028608143978,0.1791716541024024
598
+ 0.04704010901780283,8.118095223999729e-07,0.9107270706346796,8.118095223999729e-07,8.118095223999729e-07,8.118095223999729e-07,0.04222957310942791
599
+ 0.028707357622976392,1.2165786388900859e-06,1.2165786388900859e-06,0.33971225541678,0.19746497168178917,1.2165786388900859e-06,0.4341117655425377
600
+ 2.944178953708939e-06,2.944178953708939e-06,2.944178953708939e-06,2.944178953708939e-06,0.8444474284593569,2.944178953708939e-06,0.1555378506458745
601
+ 0.012566104247247871,0.02424570658160367,0.001526845347896669,0.0003241179911392813,1.3518552656229715e-08,0.951996519700598,0.009340692612962007
602
+ 0.15866274494116434,0.01908411371654786,0.00043448003795520094,0.0034330951426633617,0.0006521354632182789,0.0014286486023848467,0.8163047820960662
603
+ 0.9995322772664007,1.473046324033583e-05,3.109345586011709e-10,1.990148709791227e-05,3.109345586011709e-10,3.109345586011709e-10,0.00043308985045710735
604
+ 0.30670631139249577,0.4447518171307618,8.349897452343985e-08,8.349897452343985e-08,8.349897452343985e-08,0.02031750480589678,0.22822411617392213
605
+ 7.595436999583586e-07,0.043722794815138244,0.8412396114897547,7.595436999583586e-07,0.08578623720278362,7.595436999583586e-07,0.02924907786122342
606
+ 0.06020390316647278,9.756762108814008e-07,9.756762108814008e-07,0.7570199344858216,0.02339260877365715,9.756762108814008e-07,0.15938062654541574
607
+ 1.6375665737830351e-06,1.6375665737830351e-06,1.6375665737830351e-06,1.6375665737830351e-06,0.7419033783620113,0.06349670447562739,0.19459336689606632
608
+ 0.012175671020124776,0.008380111273460432,1.4014028753840723e-08,1.4014028753840723e-08,1.4014028753840723e-08,0.9779001064125246,0.0015440692518040211
609
+ 0.05152983685885631,0.006560405001840157,0.0013195292562337656,0.0008702217619730273,0.000893378453528277,0.002063979032326942,0.9367626496352415
610
+ 0.9919060073758921,0.001573609113084153,2.7737634846153652e-05,0.0001529054177837421,2.4385653205256877e-05,0.00027910869484794527,0.006036246110340562
611
+ 0.27688297346628155,0.5783581892528907,1.4054745798073134e-07,1.4054745798073134e-07,1.4054745798073134e-07,0.024706075514065364,0.12005234012438824
612
+ 0.13156181901583167,0.1897069492642642,0.5964389372005964,7.541862118096505e-07,7.541862118096505e-07,7.541862118096505e-07,0.08229003196067229
613
+ 0.5988318222335922,1.0163484021172477e-06,1.0163484021172477e-06,0.22108825781916014,1.0163484021172477e-06,1.0163484021172477e-06,0.1800758545536391
614
+ 0.23531659321585613,0.33812915097017054,1.3553434508169667e-06,1.3553434508169667e-06,0.3154743322000689,1.3553434508169667e-06,0.11107585758355179
615
+ 0.03581329005968332,0.01104334237723354,1.420378773585696e-08,0.000432242338595604,1.420378773585696e-08,0.9402706430753449,0.0124404537415671
616
+ 0.3340121197137731,0.02378849107694846,0.0004463775909455647,0.0015490257411404878,6.266393864686547e-09,0.003357176697766874,0.6368468029130315
617
+ 0.9996768287237049,3.253984901948626e-05,3.0671615261594914e-10,3.208700837494159e-05,3.0671615261594914e-10,3.0671615261594914e-10,0.0002585434987519804
618
+ 0.42674061606905217,0.478697397254654,7.008225004338294e-08,7.008225004338294e-08,7.008225004338294e-08,0.010789807736585999,0.08377196869295793
619
+ 1.0508560223277997e-06,1.0508560223277997e-06,0.8251846117679095,1.0508560223277997e-06,1.0508560223277997e-06,1.0508560223277997e-06,0.17481013395197872
620
+ 1.0114283535847992e-06,0.10066892090033054,1.0114283535847992e-06,0.34205768698450584,0.16162995943886288,1.0114283535847992e-06,0.3956403983912399
621
+ 0.10924854134525042,3.2104904982625366e-06,3.2104904982625366e-06,3.2104904982625366e-06,0.8907354062022581,3.2104904982625366e-06,3.2104904982625366e-06
622
+ 0.02182255412784324,0.004153259457800176,1.4746868925253906e-08,0.0014140599604818597,1.4746868925253906e-08,0.9564918859273085,0.01611821103282835
623
+ 0.09404893739165605,0.004476213297314054,0.0009278350107521113,0.0011702990271621684,0.0015652257426635053,0.0024287125791749766,0.8953827769512771
624
+ 0.9962040740998594,0.0007394835410936885,3.050193424871049e-10,0.00018998508334032395,3.050193424871049e-10,3.050193424871049e-10,0.0028664563606483036
625
+ 0.23783780530164328,0.6204373378684541,0.0381265597059461,1.2707632247853478e-07,1.2707632247853478e-07,0.01613241423071119,0.0874656287406004
626
+ 0.12869375647859985,1.111637234521845e-06,0.8713006853352274,1.111637234521845e-06,1.111637234521845e-06,1.111637234521845e-06,1.111637234521845e-06
627
+ 0.1727092934079946,1.4643594259143687e-06,1.4643594259143687e-06,0.5885172433414496,1.4643594259143687e-06,1.4643594259143687e-06,0.23876760581285197
628
+ 1.5870361842031172e-06,1.5870361842031172e-06,1.5870361842031172e-06,1.5870361842031172e-06,0.897191999177866,1.5870361842031172e-06,0.10280006564121304
629
+ 0.025303747681899604,0.008036123643729994,1.531068075066851e-08,1.531068075066851e-08,1.531068075066851e-08,0.9586459909702348,0.008014091772093362
630
+ 0.15388781615333463,0.020373691818125032,0.0012458981950344717,0.0018754379419978458,8.77120274679718e-09,0.00349952425671681,0.8191176228635885
631
+ 0.9993370166100505,8.274592715575276e-05,3.0419746093580825e-10,0.00012703101392645236,3.0419746093580825e-10,3.0419746093580825e-10,0.00045320553627483035
632
+ 0.2912798747268645,0.4531467851737972,9.84790065000151e-08,0.00812939927100386,0.02356841545323684,0.02511858957314218,0.19875683732294905
633
+ 8.157428770369203e-07,8.157428770369203e-07,0.9067409153632379,8.157428770369203e-07,8.157428770369203e-07,8.157428770369203e-07,0.0932550059223769
634
+ 0.22129959645090405,0.04650839759122708,8.073774640678608e-07,0.5227522061786116,8.073774640678608e-07,8.073774640678608e-07,0.20943737764686501
635
+ 1.7688737104854541e-06,0.10891345391016317,1.7688737104854541e-06,1.7688737104854541e-06,0.5499478974817942,1.7688737104854541e-06,0.3411315731132005
636
+ 0.0072124269629673735,0.009111865572941748,1.5838115500045897e-08,1.5838115500045897e-08,1.5838115500045897e-08,0.9785918131106994,0.00508384683904479
637
+ 0.06247095279685666,0.002048545848491969,9.594689314690714e-09,9.594689314690714e-09,9.594689314690714e-09,0.0014265485677030026,0.9340539240028805
638
+ 0.989183406748328,0.002602369414786086,5.2713340619842887e-05,0.0005763209094061424,2.1067612271428294e-05,0.0003390949970611166,0.0072250269775272925
639
+ 0.2557132862919779,0.5529837359308619,1.7296645574913772e-07,1.7296645574913772e-07,1.7296645574913772e-07,0.05301760309278194,0.13828485578501085
640
+ 0.22623124168195066,8.996378788873644e-07,0.6459768459118925,8.996378788873644e-07,8.996378788873644e-07,8.996378788873644e-07,0.1277883138546411
641
+ 0.41413042726439087,8.7137092260941e-07,8.7137092260941e-07,0.26910596632634776,8.7137092260941e-07,0.07193129170158528,0.2448297005949082
642
+ 1.817414796218638e-06,1.817414796218638e-06,1.817414796218638e-06,1.817414796218638e-06,0.9187835785340804,1.817414796218638e-06,0.08120733439193846
643
+ 0.025325594063045333,0.001986773404423149,1.6079526110136654e-08,1.6079526110136654e-08,1.6079526110136654e-08,0.9666929921994167,0.005994592094536372
644
+ 0.2943542132008624,0.010387259680779314,0.0007275640605320378,0.0024380696547455327,9.828318125561544e-09,0.005049973825658977,0.6870429097491035
645
+ 0.9989993194160531,0.0003210198871914412,3.0363366498321196e-10,0.00022281154368963374,3.0363366498321196e-10,3.0363366498321196e-10,0.00045684824216456866
646
+ 0.37931938608232124,0.45648158694061536,7.720083801652942e-08,0.03686979122568231,7.720083801652942e-08,0.04687606937675977,0.08045301197294537
647
+ 0.17521871757557292,1.03543081827054e-06,0.7796539501478533,1.03543081827054e-06,1.03543081827054e-06,1.03543081827054e-06,0.04512319055330058
648
+ 0.08038143385314281,0.018169661877527516,4.071522585800528e-07,0.41525310241576874,4.071522585800528e-07,0.0164500647873088,0.46974492276173496
649
+ 1.7392074240675835e-06,1.7392074240675835e-06,1.7392074240675835e-06,1.7392074240675835e-06,0.9999895647554555,1.7392074240675835e-06,1.7392074240675835e-06
650
+ 0.012348089914579296,0.0036245366531792744,1.6092739454019655e-08,1.6092739454019655e-08,1.6092739454019655e-08,0.9707890085398543,0.013238316614168777
651
+ 0.0719851413595421,0.014461904986642645,1.0487295950026517e-08,0.002349368020093449,1.0487295950026517e-08,0.0005432678380411318,0.9106602968210888
652
+ 0.9940125656663827,0.0016334166948518852,3.127642303482896e-05,0.0007987401683995954,3.0274974029327435e-10,0.00025676315039391804,0.0032672375941872147
653
+ 0.13969462005832045,0.7042713057126868,0.01362099283683662,0.010834829373545084,1.1602248090735094e-07,0.06591756473141319,0.06566057126471722
654
+ 0.39845448891844265,1.3280540263097235e-06,0.6015388708114257,1.3280540263097235e-06,1.3280540263097235e-06,1.3280540263097235e-06,1.3280540263097235e-06
655
+ 0.07949983702700034,0.017248828455588255,0.032904646900282296,0.2934835644637809,4.072789695910337e-07,0.09947231723382703,0.4773903986405515
656
+ 0.12074501179963602,1.7392074240675835e-06,1.7392074240675835e-06,1.7392074240675835e-06,0.46301349990458923,1.7392074240675835e-06,0.41623453146607836
657
+ 0.012160303148858636,0.0010588514133430427,1.6386978395981324e-08,1.6386978395981324e-08,1.6386978395981324e-08,0.9780031255548676,0.008777670721995688
658
+ 0.16173340614264103,0.00802780446468126,0.0034606437853878457,0.010093296068191234,1.09407654265399e-08,0.0022089266033724977,0.8144759119949607
659
+ 0.9982145477992881,0.0006773214712807959,3.7965609287889754e-05,0.00017701926391547752,3.029775381125002e-10,8.1077571992175e-05,0.0008120679812580029
660
+ 0.10310368516081884,0.5645556240066824,8.126038936425524e-08,0.019306259576778787,8.126038936425524e-08,0.09814284595134665,0.2148914227835947
661
+ 9.33919813610915e-07,9.33919813610915e-07,0.9333573636288429,9.33919813610915e-07,9.33919813610915e-07,9.33919813610915e-07,0.0666379667720889
662
+ 0.1387947410613716,2.285813571686085e-07,2.285813571686085e-07,0.5963737246278532,2.285813571686085e-07,2.285813571686085e-07,0.2648306199853466
663
+ 3.7561933456148625e-06,3.7561933456148625e-06,3.7561933456148625e-06,3.7561933456148625e-06,0.9999774628399262,3.7561933456148625e-06,3.7561933456148625e-06
664
+ 0.004276703547939049,0.0029668005218133715,1.6248508680960548e-08,1.6248508680960548e-08,1.6248508680960548e-08,0.9860055758203473,0.006750871364374226
665
+ 0.060951395996341515,0.0064360145559135195,0.0008221033352525848,0.0012098583342570975,1.1396132249755295e-08,0.0027853387666234705,0.9277952776154795