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,665 @@
1
+ 0.9978135640271283,0.0014601202812002036,7.063691337830255e-10,4.435490010500443e-05,7.063691337830255e-10,0.00018471584625576027,0.000497243532572464
2
+ 7.553995079885605e-08,0.8522214809891493,7.553995079885605e-08,0.03899651610389788,7.553995079885605e-08,0.04245263516158715,0.06632914112551348
3
+ 1.8191717256471098e-06,0.12395241193640254,0.6704807857259697,0.20555952565072513,1.8191717256471098e-06,1.8191717256471098e-06,1.8191717256471098e-06
4
+ 0.2514377521856803,0.11109194870643464,0.03997274836951798,0.39458037701907966,5.902790065039757e-07,5.902790065039757e-07,0.20291599316127434
5
+ 5.436188365729521e-06,5.436188365729521e-06,5.436188365729521e-06,0.690679485353559,0.30929333370461237,5.436188365729521e-06,5.436188365729521e-06
6
+ 0.08372496132926895,0.017605023243559507,9.677035837517702e-08,0.013605094450930616,9.677035837517702e-08,0.8805124896232545,0.00455223781226985
7
+ 0.07850119854117671,0.017210977316057946,4.63770861338467e-08,0.007290674644242468,0.0031397818857636754,4.63770861338467e-08,0.8938572748585869
8
+ 0.9930157866450503,0.0035698425679483747,7.064247643600744e-10,0.0005237743051058688,7.064247643600744e-10,0.0005532866575405733,0.0023373084115053183
9
+ 0.003133483409670296,0.6467944401448922,0.0036523669117652998,0.0639656332015722,7.063051858432822e-08,0.20962214235603785,0.0728318633455437
10
+ 2.2920683424506577e-06,0.27156398071988286,0.6332477492475872,2.2920683424506577e-06,2.2920683424506577e-06,2.2920683424506577e-06,0.09517910175915996
11
+ 0.06925111039083266,0.03912815480156987,5.601179827063752e-07,0.6169284093821334,5.601179827063752e-07,0.05330574236156908,0.22138546282792954
12
+ 8.025591811226347e-06,8.025591811226347e-06,8.025591811226347e-06,8.025591811226347e-06,0.9999518464491327,8.025591811226347e-06,8.025591811226347e-06
13
+ 0.10561413716028788,1.0078122292910454e-07,1.0078122292910454e-07,1.0078122292910454e-07,1.0078122292910454e-07,0.8595065921157801,0.03487886759904047
14
+ 0.07600621129929062,0.02266084707871746,4.7066576039166265e-08,0.004909090934971024,4.7066576039166265e-08,0.0026936765801420194,0.8937300799737268
15
+ 0.996747042137779,0.0022224875780369755,7.099635417751072e-10,0.00026533241135905024,7.099635417751072e-10,0.0004036442133748493,0.00036149223952319516
16
+ 0.010208144284131178,0.707893146383159,0.010405461645801068,0.03487843067055827,6.720144581873951e-08,0.15460411756712256,0.08201063224778211
17
+ 3.0488385404718236e-06,0.22924158736186323,0.40662865450300634,3.0488385404718236e-06,3.0488385404718236e-06,3.0488385404718236e-06,0.36411756278096835
18
+ 0.0705477673010405,0.0808821269559334,3.5053145853529576e-07,0.3712807722528722,3.5053145853529576e-07,0.2128513790223467,0.26443725340489016
19
+ 8.025591811226347e-06,8.025591811226347e-06,8.025591811226347e-06,0.5433417640491097,0.45661810799183417,8.025591811226347e-06,8.025591811226347e-06
20
+ 0.004040472126419125,8.043802095073732e-08,8.043802095073732e-08,8.043802095073732e-08,8.043802095073732e-08,0.9959591256834761,8.043802095073732e-08
21
+ 0.016568415677751906,0.007752940773970838,4.147431766929116e-08,0.004923408996777448,4.147431766929116e-08,0.027423820671598667,0.9433313309312658
22
+ 0.9640759642844825,0.018913879196546045,0.0006813884630529564,0.003511260637692252,0.0003974961657280136,0.0023922122508198487,0.010027799001678508
23
+ 0.022931895036798225,0.46833418723431053,0.01101459769685518,0.08632636909042818,7.063548992931374e-08,0.24999525087076918,0.16139762943534877
24
+ 3.4696139043157563e-06,3.4696139043157563e-06,0.14894600471361033,3.4696139043157563e-06,3.4696139043157563e-06,3.4696139043157563e-06,0.8510366472168681
25
+ 0.06719920995550586,0.12852952953378188,4.6765100116681563e-07,0.3630195059726417,0.05284279467115302,0.1339419614260884,0.25446653078982784
26
+ 1.7574304228463126e-05,1.7574304228463126e-05,1.7574304228463126e-05,0.9998945541746294,1.7574304228463126e-05,1.7574304228463126e-05,1.7574304228463126e-05
27
+ 6.053526685857043e-08,0.014716429045612132,6.053526685857043e-08,6.053526685857043e-08,6.053526685857043e-08,0.9681743081226043,0.01710902069071623
28
+ 0.13492122972021028,0.05060556431465096,0.007212273639295792,0.015863746193640824,3.945035994190059e-08,0.0577996097330982,0.7335975369487441
29
+ 0.9937801813302503,0.003490363623262654,0.00014169636545625884,0.0007021357281279522,7.362857501313144e-10,0.0006380913156167351,0.0012475309010003702
30
+ 0.0031063691479058905,0.7990652882321857,0.0025890738447683975,0.022858671435363433,0.003122835095495057,0.08412359415010293,0.08513416809417844
31
+ 7.469025286604157e-07,0.058138557507520304,0.8042418541028209,7.469025286604157e-07,0.0211485459481134,0.11646880173395938,7.469025286604157e-07
32
+ 0.02838506268725193,0.15774500468947172,1.3532094103548485e-07,0.3931709802568043,0.059554811344873955,0.0921595194230371,0.26898448627761984
33
+ 1.4894659211430444e-06,1.4894659211430444e-06,0.12999906992937,1.4894659211430444e-06,0.8699934827410242,1.4894659211430444e-06,1.4894659211430444e-06
34
+ 0.0046332061558066314,0.007286654994442054,0.00167448642348574,0.0028148840564191317,4.057655558480397e-08,0.9821478505032443,0.0014428772900465538
35
+ 0.006314743953862126,0.03174575830211594,0.0034275581890897905,0.025632788038987317,2.7747766363681427e-08,0.04363658442891448,0.889242539339264
36
+ 0.9553982383034788,0.02286978170258648,0.0007566066983238186,0.004029174999098083,4.335973505495002e-05,0.0028709437352826906,0.014031894826175246
37
+ 0.001123412722825269,0.6121485080417962,0.006270762586818907,0.05476984203661185,2.834858193528164e-08,0.19759333406846827,0.1280941121948976
38
+ 6.203828391158972e-07,0.05414638290167585,0.5084481346671798,0.09830864560515118,0.18702612886581482,0.09585222288405412,0.056217864693285054
39
+ 0.010407898862817884,0.11883532409324148,0.013668125151112489,0.3764062589617792,0.017985263970506597,0.037825059910824875,0.42487206904971747
40
+ 8.607216056663527e-07,0.1648771850738053,8.607216056663527e-07,0.024371333242928315,0.6194148140344394,0.09407665965481245,0.09725828655080332
41
+ 0.006529477138534865,0.012175243216342174,3.2867293669008535e-08,3.2867293669008535e-08,3.2867293669008535e-08,0.9593697277199317,0.021925453323310185
42
+ 0.038296437665931306,0.08841102236774441,0.009256766360926207,0.013062362687538452,0.011688618715640352,0.06298809822277929,0.77629669397944
43
+ 0.9882361091541437,0.008175838451868296,6.46762116744367e-05,0.000871841231814733,7.740342072130746e-10,0.0007100743974880055,0.0019414597789764456
44
+ 1.7475500887805493e-08,0.7475088957425432,0.0106431941127204,0.03219733117976148,0.003029316392488571,0.11542309928467155,0.09119814581231378
45
+ 4.0025773626287393e-07,0.24175232582490702,0.4500030969579667,0.02443312598982515,0.11027044881269532,4.0025773626287393e-07,0.17354020189913327
46
+ 0.03773051040454332,0.2156751505350283,0.012715578855964624,0.38936212030546574,0.015786291181580633,0.05811701512862462,0.27061333358879275
47
+ 6.119203771356897e-07,6.119203771356897e-07,0.11548454979962615,0.03582926217351502,0.8486837403453502,6.119203771356897e-07,6.119203771356897e-07
48
+ 0.002359923558894228,0.013223297942154242,2.328058281790677e-08,0.005524372122700116,2.328058281790677e-08,0.9613290939037146,0.017563265911371258
49
+ 0.02158003633707049,0.06639098984117914,0.008739036870765373,0.024139888228937662,0.0025934312794912086,0.037359441023827385,0.8391971764187288
50
+ 0.8771023151367873,0.06494698580680901,0.0008197142084065776,0.011948866068317845,0.0005419539855507103,0.0071316803286706745,0.03750848446545794
51
+ 0.004752137055295976,0.5941348490563417,0.0060579897567260566,0.05775667541864816,0.0019496561601957286,0.1701090796121968,0.16523961294059536
52
+ 3.799770008142015e-07,0.10727560946554314,0.47321364481744177,0.08858076594840007,3.799770008142015e-07,0.1341996194332743,0.1967296003813393
53
+ 0.025715100311521296,0.08587815126792114,0.014316192411693407,0.3376298644641116,0.025387949338241955,0.12905640126669038,0.38201634093982034
54
+ 4.664111511489851e-07,0.1589173880922212,0.013987000173394366,0.01877837843321174,0.2693014711229165,0.08221951147911595,0.456795784287989
55
+ 0.008400968216070216,0.014701733607038109,1.9406006563739126e-08,0.007386464389379943,0.0035342326464648196,0.949822215003451,0.01615436673158935
56
+ 0.044489427110570176,0.08687863417753203,0.0013536850961597521,0.03554608341969054,0.0026890718833296415,0.1136741610300568,0.7153689372826609
57
+ 0.9793546821031422,0.012482433290133618,0.00023884576946044795,0.0022673200424353384,0.00012894146384266354,0.000630384582535821,0.004897392748450036
58
+ 0.0005122187113336645,0.7760658365059718,0.0022667406211300247,0.043918528360989105,0.0004084820057886144,0.0989394255767767,0.07788876821801
59
+ 3.455277767282126e-07,0.06939430839029467,0.7224845161944485,0.02021564430458099,0.04241964868846929,0.041012537709071754,0.10447299918535788
60
+ 4.088500107229575e-08,0.1353419707848446,0.01357968029201626,0.41142526460687623,0.01644595838096409,0.07841713333140132,0.3447899517188963
61
+ 5.128447195658313e-07,0.17544245861456978,5.128447195658313e-07,0.0334109491661581,0.46805189228327354,0.09339956391869958,0.22969411032785997
62
+ 0.004041362745850295,0.01640095333483213,1.3030122142218444e-08,0.0015228339627830626,1.3030122142218444e-08,0.9564748496653969,0.021559974230893397
63
+ 0.004541013846965105,0.0884022928361234,0.004403953643980738,0.02738549505695475,0.003988154272507403,0.05776860761196167,0.8135104827315068
64
+ 0.827310769672154,0.10909785892066041,0.0012934386951962656,0.013429195259505582,0.0006375775934573325,0.005241026187308541,0.042990133671717765
65
+ 0.0035563674229313787,0.650792037220886,0.006286051017977458,0.04372496464379341,0.0047041086878410205,0.08488029092471792,0.20605618008185275
66
+ 2.9027794045283866e-07,0.15886772528269877,0.6274651537297666,0.06067261224967665,0.021584114612798792,0.025752618388615898,0.10565748545850273
67
+ 4.694238874675961e-08,0.08537427231835326,0.032167474797629415,0.3683296643665362,0.02598969025663423,0.1028103832253527,0.38532846809310556
68
+ 4.860925443277995e-07,0.0982542335237695,0.28653095693855346,4.860925443277995e-07,0.36026273563549377,0.009613522460883529,0.2453375792562111
69
+ 0.0042204477352500635,0.022238339117946034,0.0009561442120057028,0.0016276874100788845,0.0007862016984694812,0.9420815722011604,0.028089607625089497
70
+ 0.007818313176343275,0.1284330884139872,0.00905351506992715,0.03550527018668075,0.0017344893215651689,0.06507404529985242,0.7523812785316439
71
+ 0.9539435921141528,0.03275650880966345,0.00026183188587788165,0.0040602765960410375,0.00019283360096271942,0.001422784083666082,0.007362172909635875
72
+ 4.509896352407295e-09,0.781990538543457,0.00448834818703847,0.03012483006639316,0.001855479300663118,0.06784881412332515,0.1136919852692268
73
+ 1.4778805708792546e-07,0.10696527061599156,0.5419270192745568,0.047111647458070144,0.1006207411731523,0.007356762208070088,0.196018411482102
74
+ 0.008085462436927758,0.18068668624970075,0.012884929627950728,0.40025530071482435,0.02506422382947174,0.054426918747210354,0.31859647839391436
75
+ 3.40496943848434e-07,0.1014902979810537,0.11904502025271291,0.025267821245681246,0.4833917140279323,0.06448762482264978,0.2063171811730262
76
+ 0.0014058181090041292,0.03163317533731412,0.0008201310079658926,0.006491137512491614,0.0012696450344932366,0.9317423193730484,0.026637773625682606
77
+ 0.003569959248563193,0.09191444482041043,0.010368766978373105,0.02640731513081375,0.007610701728999719,0.05453284115260087,0.8055959709402389
78
+ 0.5823549746728558,0.2545183354507633,0.002129790459572505,0.03209196169287998,0.0010206295986006796,0.016974901195998867,0.1109094069293289
79
+ 0.0007608100082955109,0.628664639229458,0.005285373415931826,0.05375175463659329,0.0032781417218186045,0.11173912105172193,0.1965201599361808
80
+ 1.3287468310477656e-07,0.1393701250541828,0.5050184823001577,0.10191987687825667,0.10324341284056486,0.007533069255778125,0.14291490079637686
81
+ 0.004857666737616272,0.1560252557716058,0.017119359642678855,0.3587740717528722,0.024307976481017193,0.09768946649550632,0.3412262031187034
82
+ 2.023097861734328e-07,0.2101563495814564,2.023097861734328e-07,0.04102726535334246,0.47573847800219327,0.09240480755764895,0.18067269488578658
83
+ 0.004057195814244911,0.035921679152611755,0.0025783033617389223,0.007306619585647499,0.0015150659738221999,0.9226033091637271,0.02601782694820755
84
+ 0.004961521436712332,0.1483881206748724,0.009979779670641151,0.03740476830648271,0.0034226985317355914,0.09326530854917021,0.7025778028303856
85
+ 0.9587321065073428,0.028617694309064277,0.00015477255545942353,0.002774851875351032,0.00026863993091365675,0.0019185222565381193,0.007533412565330826
86
+ 0.0006381855410314136,0.7675196264722837,0.0035278134593353695,0.0339708601206254,0.0018480883601708089,0.0881801996334389,0.10431522641311453
87
+ 0.019671796921871074,0.11836033784368409,0.6186707907587434,0.038505425089319846,0.05892491440983351,0.040203770130669454,0.10566296484587874
88
+ 0.00087975908972828,0.16928863938930827,0.007931412614692213,0.40562932428181286,0.026684507596926324,0.09417053423338989,0.29541582279414214
89
+ 1.5840782753389408e-07,0.153700434370266,0.10737383543605143,0.07452528197585859,0.37321733249855976,0.07737249986367185,0.2138104574477648
90
+ 0.001895805931610718,0.01960609662469433,0.001042677910381899,0.004093518889528271,0.0019892240541099933,0.9482140395539143,0.023158637035760578
91
+ 0.0014200019100658408,0.09388147282574431,0.00637585749166882,0.028476045372173353,0.005176472635060322,0.08628683838025206,0.7783833113850354
92
+ 0.7214183854904036,0.1767748878254637,0.0009164631189441672,0.020569179318674295,0.0008379681849961742,0.013620343592648765,0.06586277246886926
93
+ 0.000395775267875483,0.5346134791612969,0.00736805609488212,0.03623901126762912,0.0017059610555340832,0.21632773745761605,0.20334997969516627
94
+ 9.440480360739478e-08,0.15530217615490438,0.5416864769162062,0.09587744547331367,0.02746784523921993,0.03130502581008343,0.14836093600146882
95
+ 2.035693246206241e-08,0.12339338125286324,0.007005098064930996,0.3127202544530207,0.03251926327562164,0.18934870459731246,0.3350132779993185
96
+ 1.3794462916047835e-07,0.11451131708348791,0.023627838017666384,0.05196423076784655,0.32615941626230127,0.2427529854508154,0.24098407447325335
97
+ 0.0012490391799649223,0.017408201003907685,0.0002946466981921522,0.0012891658002821998,0.001531772595905608,0.9660287771257946,0.012198397595952822
98
+ 0.0030660153557338513,0.12171773613364774,0.007700676332386105,0.029486548608194267,0.007473225289023656,0.18437242363131315,0.6461833746497012
99
+ 0.9707544701759714,0.019229193427729004,2.8165386265655343e-09,0.001016095102374766,2.8165386265655343e-09,0.0026280339186478966,0.006372201742199829
100
+ 0.0001757281543983346,0.6769992483781964,0.002699966838500404,0.026917639564281504,0.002692736624056663,0.18537433405735873,0.10514034638320795
101
+ 8.511381654328669e-08,0.08450629314858595,0.5237149255956935,0.032423428503804495,0.03685611165661149,0.09169329505301135,0.23080586092847663
102
+ 0.006825631377129217,0.09434637826712479,0.011256806969797166,0.3431476008168986,0.020678276681480524,0.2035969551004735,0.32014835078709625
103
+ 1.272335356198016e-07,0.0835418141263718,0.056844037995402025,0.04541694568861907,0.6105271006695904,0.056240284019472765,0.14742969026700847
104
+ 0.0028759678040642684,0.00665541629707805,0.0005348046135013346,0.003584520156546803,0.00025704593956814086,0.9752971835790493,0.01079506161019217
105
+ 0.002899116444410576,0.059140639447467516,0.0057083605889303975,0.01748561568419966,0.005421099905841013,0.20010581440745942,0.7092393535216914
106
+ 0.6184002422255882,0.1965679239999667,0.0010529925416982635,0.023571220671833256,0.0007582200649329903,0.046638172210734144,0.11301122828524644
107
+ 0.0019469567218070465,0.4162293809305801,0.004894145262842793,0.028595708454142256,0.003447937143418241,0.3761865012015304,0.16869937028567913
108
+ 0.008370572951094417,0.031243367459030832,0.6060015958034415,0.028831754863441156,0.006457229280750491,0.1148525959173478,0.2042428837248938
109
+ 2.95115002326716e-08,0.08031601405303128,0.0033679598206113747,0.2651340255084106,0.04364920737801283,0.2934623293405256,0.3140704343879081
110
+ 1.1142528856410199e-07,0.1340047531789609,0.0720722820444444,0.04745873688719748,0.41122312112537857,0.17314388372828207,0.1620971116104481
111
+ 0.00034817985747147523,0.006529400841982382,0.0006621885715453099,0.0018538855818765285,0.00035766439828045126,0.9817108006258003,0.008537880123043592
112
+ 0.004390438128520125,0.08965796528271036,0.005395323502632267,0.01689634000245543,0.006226362834321626,0.28090510547428754,0.5965284647750726
113
+ 0.9809695936531007,0.014301886595478546,4.615153757540851e-09,0.001096220073010422,4.615153757540851e-09,0.0015093335192303645,0.0021229569288727782
114
+ 0.0007049807678980519,0.6573223200409902,0.005007083004622697,0.016660249224716192,0.0036086751592025856,0.20837065493017876,0.10832603687239148
115
+ 9.615827974673325e-08,0.04232756251469906,0.7003266458057418,0.023178425251932464,0.035384582255414666,0.1208334406422884,0.07794924737164395
116
+ 0.002547695349197684,0.08618462346335476,0.007897047744135788,0.39015987716949085,0.022427018697445386,0.19009753047485572,0.3006862071015198
117
+ 1.1950138306691893e-07,0.06279220343803184,0.046418038638837776,0.04520345483348617,0.46702633075280403,0.1097383708443207,0.2688214819911365
118
+ 0.00025907271785197063,0.004009344530676019,0.00033647606617209444,0.000406531192257862,0.0005189954940771247,0.9871135762803938,0.007356003718571133
119
+ 0.0016951783493775992,0.05208772278001747,0.00355289717063563,0.009362948486949161,0.004327981770267642,0.16171445935241716,0.7672588120903353
120
+ 0.7991450339208561,0.09833066940921967,0.001263360861439316,0.011751534051153666,4.685396691629409e-09,0.023132572335801137,0.06637682473613347
121
+ 6.187325727209854e-09,0.5030346090978409,0.003734562783826772,0.020921516588262686,0.003243643836741769,0.317970953124536,0.15109470838146608
122
+ 0.006362533955600226,0.04459537777464561,0.6080003459989213,0.015081946772678698,0.018052881031877764,0.17283190781453628,0.13507500665173997
123
+ 5.171192914972896e-08,0.08095762410280373,0.012756739065102916,0.30623418416140347,0.01910808591176551,0.24132830172597564,0.3396150133210196
124
+ 1.3730321750111024e-07,0.09725000287483677,0.06283265485476983,0.015405924610799747,0.365200110668548,0.16134938330840798,0.2979617863794201
125
+ 0.00047037496499478175,0.002783226629740988,0.00021040577982742273,0.0005512842521363052,0.00032374256049652047,0.9900850081915592,0.005575957621244811
126
+ 0.0052562336085073625,0.07804058279085516,0.007479891853892412,0.012395465271443145,0.009948671675993895,0.21849803025787864,0.6683811245414295
127
+ 0.9811291139059691,0.010537418942691806,5.80320524800539e-09,5.80320524800539e-09,5.80320524800539e-09,0.0034103900133188965,0.004923059728404465
128
+ 7.887246392187306e-09,0.6449219771315734,0.00331914861019657,0.012740319629168132,0.001971057292951611,0.24176160434413907,0.09528588510472481
129
+ 0.006905649756275157,0.022773383962062244,0.6737329003185,0.01439869545863951,0.008668173709334976,0.14093731625404204,0.13258388054114628
130
+ 0.006614027582919124,0.12230941286189684,6.40095436396299e-08,0.41288620774908036,0.0018657204230185887,0.17895761265759838,0.277366954715943
131
+ 1.54133170783505e-07,0.10311062373538159,0.07521191221885219,1.54133170783505e-07,0.459354193419033,0.14651460210888576,0.21580836025150588
132
+ 0.0007664127018371759,0.002650188968067469,0.000429858929657864,0.0002815931097065569,0.0002137291980576042,0.9909379618069322,0.004720255285741284
133
+ 0.0013907547664283543,0.03100724223124166,0.004813539424888427,0.00924616896003669,0.004024145059340634,0.14644908024632947,0.8030690693117347
134
+ 0.6004472139373135,0.1742450879807615,0.0018171169648446518,0.033090323117002315,0.0003377843643297228,0.06343800239839496,0.12662447123735346
135
+ 1.0455765018984568e-08,0.4355066951256482,0.008474931795040034,0.008107459457878309,0.003945109701212301,0.3853155535733671,0.15865023989108892
136
+ 1.1148777866049541e-07,0.15822397047119013,0.6769624559865547,1.1148777866049541e-07,0.03269852700918562,0.06007773699672823,0.0720370865607842
137
+ 0.006266888782614058,0.13988872949403394,0.014587506756490589,0.3317838438813271,0.010583007156295992,0.1353807576856778,0.3615092662435604
138
+ 0.05078516939430855,0.10772454249960274,0.026290769172538895,0.046641054821036816,0.36545169070299205,0.11352329435045624,0.2895834790590646
139
+ 8.708543829160311e-05,0.0031048912907002918,0.0013178210889734656,0.0006108657639568495,0.00010645462752786123,0.9886044749854584,0.006168406805091444
140
+ 0.0013818240532988977,0.06715158698970689,0.011016007072445993,0.007384042860396563,0.0063293570847902355,0.2282532982453393,0.678483883694022
141
+ 0.9768864404757966,0.019242191915410746,9.72047427266238e-09,0.0009119370061811189,9.72047427266238e-09,9.72047427266238e-09,0.002959401441188683
142
+ 0.0004157066770653918,0.7164390373476315,0.00340958757072746,0.016518153246026703,0.004280160792853863,0.18817056004399027,0.07076679432170475
143
+ 9.123299383022001e-08,0.059024516172128325,0.6528091889063038,0.017998763600848764,0.027718938909842554,0.08793492236329833,0.1545135788145844
144
+ 8.209717189044909e-08,0.13991282729786722,0.032289407484077964,0.41756293604274924,0.025713864113115107,0.13922723306280474,0.2452936499022139
145
+ 0.016725400418270208,0.11657355539243723,0.032585235206492355,0.05992746013251453,0.4828075083538829,0.0906125708540618,0.20076826964234099
146
+ 9.459865383327292e-10,0.0036889713228507215,0.0002788284053001987,0.00023165928487231817,0.00018252458860506,0.9909298584101783,0.004688157042206782
147
+ 0.0038621504636293944,0.039746187456736436,0.004919348520472563,0.004723755778453628,0.0032530684737958108,0.09673522460431241,0.8467602647025998
148
+ 0.8128951613343213,0.07289749565061332,0.0038775054623773598,0.018672205650070696,9.870236890517977e-09,0.03790487974748252,0.0537527422848979
149
+ 1.2286680533416628e-08,0.5372591740497622,0.007349427375072743,0.017322390027142743,0.003921391401806861,0.28204089287919265,0.15210671198034226
150
+ 1.0881471516728587e-07,0.06901748008338576,0.6777337162826863,0.019456313961358336,0.027869696250515302,0.08914878149677548,0.11677390311056364
151
+ 1.2146074851430903e-07,0.1143900894305811,0.004086247585492844,0.39839348915269196,0.026968865780297124,0.14217132734533067,0.3139898592448577
152
+ 2.7366576289288355e-07,0.09057190283734824,0.08209006023680739,2.7366576289288355e-07,0.5444687359748178,0.06707062344358541,0.21579813017591531
153
+ 9.211616053098114e-10,0.0010643528704953557,0.0006172076138912821,0.00027969061394850627,0.00013576927626424785,0.992828140472592,0.005074838231647021
154
+ 0.0008490867722494078,0.06197304838886007,0.009918491363657325,0.006163784970345306,0.00605551665824327,0.1728557023361559,0.7421843695104888
155
+ 0.9931258618488149,0.003669229086657754,1.2120349583139349e-08,0.0004928004918008386,1.2120349583139349e-08,1.2120349583139349e-08,0.002712072211677618
156
+ 0.0019769699017769594,0.6710277458414642,0.0037193020071617,0.01018072962938295,0.004638777228901916,0.21672323362432808,0.09173324176698416
157
+ 1.0052614413533553e-07,0.03094381492798822,0.726620599441945,0.007444287263438094,0.022926708101008726,0.11083778870046017,0.10122670103901564
158
+ 0.011393956973933621,0.05452477177337756,0.015968013547776574,0.615730774348675,0.015604262748472686,0.0477607469656001,0.23901747364216458
159
+ 2.508017344708879e-07,0.020441950197121955,0.030884100797418743,2.508017344708879e-07,0.7117447469065579,0.09741895567175013,0.1395097448236824
160
+ 0.0001825186906011088,0.0022054597841382048,0.000176755913910914,0.000297701561227501,0.00025251714657756677,0.9916537736170921,0.005231273286452632
161
+ 0.00042288015450580603,0.027934669333621858,0.003576038944695033,0.003928069876775867,0.004517460416139681,0.10303992348626509,0.8565809577879967
162
+ 0.577619985524197,0.16156872839627825,1.2130968496732732e-08,0.03774997028871814,0.0025749212884112966,0.0830679920246906,0.13741839034673614
163
+ 1.9376732172840182e-08,0.4608699746217767,0.002531510995920862,0.010492101621616488,0.005625537305223595,0.333840251670764,0.18664060440796618
164
+ 1.1786043661216778e-07,0.020851826433902373,0.5755322727018944,0.03091378769508273,0.030984533344063682,0.14206544389471476,0.19965201806990526
165
+ 1.4836827340230712e-07,0.10956313928285032,0.005289145338757173,0.5182326968897604,0.01699461875363855,0.07622019962175586,0.2737000517449643
166
+ 2.2272791326878717e-07,0.021234647543358163,0.08996908473204367,2.2272791326878717e-07,0.5438416353433267,0.10903883354900162,0.2359153533764433
167
+ 0.00010404950216632081,0.0016019357768718566,0.00012991637172245872,0.00021018097684014138,6.518093666666464e-05,0.9931481250951871,0.004740611340545487
168
+ 0.0024120494644032787,0.06162082541412561,0.005523441716043928,0.008577388871018811,0.003061556938448968,0.18719051062712042,0.7316142269688389
169
+ 0.9981502432744747,2.0790999796331584e-08,2.0790999796331584e-08,0.0009676536510251426,2.0790999796331584e-08,2.0790999796331584e-08,0.0008820199105010113
170
+ 0.0022705550049557663,0.7414664285695458,0.0010782042991664693,0.011774096832614373,2.0319616323646352e-08,0.12748291694099237,0.1159277780331089
171
+ 0.006355588347291856,0.027212348562151052,0.7761579099597063,1.5546162058081787e-07,1.5546162058081787e-07,0.036906690510732004,0.1533671516968775
172
+ 1.1187344840356203e-07,1.1187344840356203e-07,0.01658647637908825,0.6965698458082253,1.1187344840356203e-07,0.07042591093407852,0.21641743125826277
173
+ 2.593022454755093e-07,0.057090024124777414,0.037476917992287806,0.06034158135327992,0.5818926498681435,0.14418514549632688,0.11901342186293892
174
+ 0.0001918700822006362,0.0022746690964707164,0.0003282553994231286,0.0003979675207563527,8.292351379367359e-10,0.9929414010269499,0.0038658360449639793
175
+ 0.004086945504296731,0.03863532801730859,0.00473556978166948,0.004850596567788517,0.0017455441746434624,0.10289267606594955,0.8430533398883436
176
+ 0.8726593434078537,0.042814428081596065,0.004098422038103815,0.009847964441469103,2.0421438931472033e-08,0.025877981837325887,0.0447018397722125
177
+ 2.2188852551750473e-08,0.5305161056328134,2.2188852551750473e-08,0.0174197697654469,0.0015082968283677098,0.28408892175838707,0.16646686163727986
178
+ 1.562256917892367e-07,0.014316852323725213,0.722497905347723,0.010141241951896484,0.02810154654257962,0.07012746745239985,0.1548148301559839
179
+ 1.2124289043697336e-07,0.17927670173412466,0.02391922079549089,0.40886043256567467,0.03220086952824271,0.03335595934424448,0.3223866947893322
180
+ 4.0163567208968116e-07,0.06418228204874814,0.06002918468370394,4.0163567208968116e-07,0.34332201901921133,0.14592750617340078,0.3865382048035916
181
+ 0.0005253453709866367,0.001958170161896069,0.0002533468829460375,0.000575200898221782,8.538497387095408e-05,0.9916062970716928,0.00499625464038579
182
+ 0.0017920461662513647,0.04988430331418773,0.004409708548676533,0.013261105271847862,0.002730742784829502,0.13168421684353804,0.796237877070669
183
+ 0.9781870582379492,0.004266066284757537,2.2930188990968777e-08,0.0023952239572880884,2.2930188990968777e-08,0.013676338886870126,0.0014752667727571751
184
+ 0.012732445056421076,0.6767380509437315,2.7223861841484665e-08,0.017200158831011725,0.002940641881771887,0.18484850255687219,0.10554017350632973
185
+ 0.007837068095750351,0.11533322617690596,0.6203190763490899,1.648719934490971e-07,0.004762591567416777,0.1363619398883406,0.11538593305050297
186
+ 0.014559042682109372,0.02339061143863475,0.02805454351269713,0.5991661677681784,0.019702172472338162,0.12056168798068594,0.19456577414535622
187
+ 5.452117224734012e-07,5.452117224734012e-07,5.452117224734012e-07,5.452117224734012e-07,0.8425171926077567,0.026651414797851353,0.1308292117475021
188
+ 0.0003081957271190507,0.0018069838432825229,0.00028995461326973353,0.0007136544311924947,8.051745769701332e-10,0.9915678338879249,0.00531337669203671
189
+ 0.0009443055782310015,0.023036280103771768,0.008667903087956667,0.00653711222331075,0.0022463376182578613,0.07568307890410748,0.8828849824843644
190
+ 0.6629883153192518,0.17729061111911879,2.2841216504377275e-08,0.02217664091899787,2.2841216504377275e-08,0.03689051317610748,0.10065387378409098
191
+ 3.220050311736588e-08,0.534588513468738,0.0009847509446457383,0.033033872993518974,3.220050311736588e-08,0.30484341734033293,0.12654938085175801
192
+ 1.8468544988548232e-07,0.04161852573072694,0.49804262917703085,1.8468544988548232e-07,0.005391053000599546,0.23592252028234004,0.21902490243840297
193
+ 1.4843002161479892e-07,0.14188058549075747,0.018120615081783052,0.4351752837044448,0.013873343972238751,0.07244175756241196,0.31850826575834235
194
+ 4.7481121928923303e-07,0.10014487055396425,0.04271180468856718,4.7481121928923303e-07,0.39080894884644113,0.2567404005578072,0.20959302573078173
195
+ 0.00036136907162607703,0.0013934470818671408,0.00022770040158977527,0.0007473647446924483,2.1477529188611284e-05,0.9914391507955566,0.005809490375479483
196
+ 0.01027402256976015,0.06035819208006377,0.009954789928114513,0.013922977417873305,0.0034240658198630776,0.19946655160481344,0.7025994005795116
197
+ 0.9879716333573934,0.006173813639828172,3.251839245322667e-08,3.251839245322667e-08,3.251839245322667e-08,0.005854422929208559,3.251839245322667e-08
198
+ 0.002213785841305619,0.7433108809951752,0.001995588908620515,0.002611187096352693,2.8585316254885428e-08,0.1968137982320098,0.053054730341219825
199
+ 0.01655851145754599,0.10940701172767854,0.6900613387309618,0.019546981332378446,2.2429099602680573e-07,0.026176255735980487,0.13824967672445881
200
+ 1.3175984720793403e-07,0.06201292037726013,0.026979628339591145,0.41272119286503695,0.01166122333501291,0.1364345183686516,0.3501903849546001
201
+ 7.157091118752638e-07,0.036695648370304285,0.03927316764860405,7.157091118752638e-07,0.4354737110992076,0.28835170385599723,0.20020433760766307
202
+ 0.0003511871460198861,0.001453019400698278,0.0002987141938113266,0.0008460425451631109,5.5304836344228245e-05,0.9899139426205089,0.007081789257454169
203
+ 0.0029229566204058218,0.031525889135649424,0.004495211292525277,0.00795559723073902,0.003949717488536093,0.10531466072148477,0.8438359675106596
204
+ 0.8958807980850433,0.027525186443815904,3.1955849071541045e-08,0.0030367558755897933,3.1955849071541045e-08,0.02390991959760979,0.04964727608624283
205
+ 3.084825504872083e-08,0.5274416156902436,0.006408045968924515,0.01576039221680941,0.008627513982398909,0.31511818684422666,0.12664421444914187
206
+ 2.3438607975864428e-07,0.06391597572916388,0.6798903780467612,0.06917832620089481,2.3438607975864428e-07,0.051638238969406516,0.1353766122816138
207
+ 0.010459652208262825,0.04551654041510826,1.9087442989278108e-07,0.42483825925131247,0.05260781741225929,0.12863814470083682,0.33793939513779037
208
+ 8.41559788750451e-07,0.13394129024434162,0.17631761181317104,8.41559788750451e-07,0.32528336167421956,0.29281864956436715,0.07163740358432315
209
+ 0.000656185949819767,0.0014662307499670366,0.0005172065586481323,0.0018056298664908125,7.785008112653368e-10,0.9889462547673816,0.006608491329191759
210
+ 0.004534921760950437,0.04285984686026058,0.00488395911458208,0.014991065218530506,0.0053394128466416665,0.1664219242311329,0.7609688699679018
211
+ 0.9819360351064322,0.00527521786901459,3.400694031921849e-08,0.00369735163532823,3.400694031921849e-08,0.009091293368403936,3.400694031921849e-08
212
+ 0.0020518612710844998,0.6797439794654278,0.014363907821977447,0.005984244469542253,4.0024797779844164e-08,0.23115573416212098,0.06670023278504932
213
+ 2.2262446024346066e-07,0.03184283626254497,0.7328546724452587,0.005215443955334322,0.007451288162282903,0.14744167588289323,0.07519386066722558
214
+ 0.020911911060496887,1.4264952854221454e-07,1.4264952854221454e-07,0.49145655406512395,0.011584166031019234,0.1391169248041526,0.33693015874015014
215
+ 6.671689839509195e-07,0.05352301037258487,6.671689839509195e-07,6.671689839509195e-07,0.3110601050184427,0.37891697430214555,0.2564979087998751
216
+ 0.0001386869503629234,0.0016494881373528769,0.0005335532552820822,0.0012207952744080573,5.242672785663158e-05,0.9899950012774903,0.006410048377247052
217
+ 0.0059714916975808705,0.01790545506042572,0.0032074593304154838,0.010274886394903166,0.000558370204323486,0.11732612773019964,0.8447562095821517
218
+ 0.6110292952297585,0.09601378486704015,3.352800565879519e-08,0.009830534850084156,3.352800565879519e-08,0.13697482150119536,0.1461514964959105
219
+ 4.711642845205781e-08,0.4211990332086578,0.002203812728221078,0.023556551392453617,0.0035761413775442026,0.429485163851085,0.11997925032560988
220
+ 2.1495432783154725e-07,0.03466925189946641,0.7003405303910448,0.07443181111396698,2.1495432783154725e-07,0.0851593226076443,0.10539865407922176
221
+ 1.587335792125382e-07,0.03181957566257101,0.03354481785508434,0.4492194246860358,0.0052553048363428055,0.10170511893157352,0.3784555992948133
222
+ 1.4231737364737623e-06,1.4231737364737623e-06,0.1951580676530734,1.4231737364737623e-06,0.16635974587694874,0.5295756949992153,0.10890222194955314
223
+ 0.0007052228906335459,0.0010214370607179119,0.0002606733937615596,0.00413173786258002,7.654669159226403e-10,0.979570330793156,0.014310597233684
224
+ 0.01549996302222799,0.04834094581465685,0.0036297200122142634,0.01966083821320126,0.006565189357393126,0.2493387562375414,0.6569645873427651
225
+ 0.9605052509097677,0.0032087511785547996,4.8531544023169674e-08,0.006214072331611019,4.8531544023169674e-08,0.012724257006436167,0.017347571510542198
226
+ 5.539877320132991e-08,0.699855610796343,0.003456134996775416,0.010221131495217604,5.539877320132991e-08,0.1836984181384667,0.10276859377565101
227
+ 2.3064744124906215e-07,0.037966927340619516,0.671339291051489,2.3064744124906215e-07,0.012160383612330577,0.10068537277438819,0.17784756392629014
228
+ 0.034690465012075435,0.003512651304743398,0.008741007978493774,0.44619889524818396,0.022531928893210283,0.06810497431222609,0.41622007725106713
229
+ 1.184758672637996e-06,1.184758672637996e-06,1.184758672637996e-06,0.03404361581046211,0.7864469677267548,0.09876580019895846,0.08074006198780662
230
+ 0.0009448395261011894,0.0013902956940747813,6.310965519702751e-05,0.002124250515087782,0.00015283575464691804,0.9819817760113976,0.013342892843494835
231
+ 0.005880718306237545,0.021982524585368857,0.0077935242145348825,0.007157292808517553,0.0070137033565161174,0.10164080366254478,0.8485314330662802
232
+ 0.9422176079947479,0.009824165330604477,4.554294193847278e-08,0.0027501777347743177,4.554294193847278e-08,0.029835289308601312,0.01537266854538808
233
+ 5.979889754027196e-08,0.5952598762940435,5.979889754027196e-08,5.979889754027196e-08,0.004010785972139999,0.29941835377522547,0.10131080456189845
234
+ 0.011198673499176219,0.026042453829186803,0.6430753770004952,0.06750445268789611,0.0318552353685973,0.13172556399085575,0.08859824362379257
235
+ 1.1372331252130633e-07,0.02725114259544973,0.010053147496156437,0.36282359800024766,0.08753922139223748,0.08723579306912964,0.4250969837234665
236
+ 5.540767891605019e-07,5.540767891605019e-07,0.17556640405707757,5.540767891605019e-07,0.33465402676171657,0.19526833597061835,0.29450957098021996
237
+ 0.001283689186431446,0.0016279448119504417,0.00021772617069198725,0.001880336879686462,2.939210865873228e-05,0.9840237689006514,0.010937141941929693
238
+ 0.013617143899456839,0.03277650062286839,0.003020373037595288,0.007833453926781881,0.0028931355698094425,0.19850990079336925,0.7413494921501189
239
+ 0.9611655324928265,0.0052537370391374984,4.2016514156540406e-08,4.2016514156540406e-08,4.2016514156540406e-08,0.022741585038297665,0.010839019380195682
240
+ 6.256441805951719e-08,0.6608103818413749,0.0017605537415153727,0.0013179471103060125,0.011761643793160671,0.23984648223039506,0.08450292871883001
241
+ 2.8737587459958867e-07,2.8737587459958867e-07,0.6147623132028958,0.0419217918007916,0.02540404416768421,0.13756556711430934,0.1803457089625698
242
+ 0.011397799077206432,1.477081077376761e-07,0.020858288296246107,0.49068424864021315,0.0074194032753814405,0.10117293297358335,0.36846718002926193
243
+ 5.270533419941193e-07,5.270533419941193e-07,5.270533419941193e-07,5.270533419941193e-07,0.3251492403312195,0.44337411027296925,0.2314745411824433
244
+ 0.0007240228056896365,0.001620515299705843,0.00016260674699505902,0.0024186860536217275,0.00014352243022436903,0.987538018279064,0.007392628384699431
245
+ 0.006285389044898818,0.024123128498609123,0.007262536360934901,0.005552171279277375,0.004652244006687234,0.1521051943328114,0.8000193364767811
246
+ 0.7573422054581489,0.06466111070519819,4.0796310021701517e-08,0.009312607675258038,0.0034527777282172996,0.12185498211920932,0.04337627551765822
247
+ 6.601736870361627e-08,0.3195433216374531,6.601736870361627e-08,0.006573172861670605,6.601736870361627e-08,0.5284986791182564,0.14538462833051377
248
+ 3.101934270332504e-07,0.039717763594223895,0.6004619718958525,0.0087287985007285,0.022550093581869674,0.12400673788355436,0.2045343243503441
249
+ 0.021117750151193958,0.022956573889993646,0.02236070739285634,0.3772705940489527,0.01163737262689632,0.05548402659413258,0.48917297529597453
250
+ 0.0953439051584391,6.322876681285377e-07,0.0710326699860771,6.322876681285377e-07,0.3924065365203439,0.31462771742687196,0.12658790633293165
251
+ 0.0003905500707625494,0.0011165943537113582,0.00043993505441446064,0.0014861169411610074,5.755486373193426e-05,0.9882700834378879,0.008239165278330803
252
+ 0.022813006315620717,0.03018719820445529,0.005239702747122706,0.009648963469371422,0.005271403485443148,0.26691442540482063,0.659925300373166
253
+ 0.9757606014297501,0.002518273180979699,4.6544955412353506e-08,4.6544955412353506e-08,4.6544955412353506e-08,0.007877772740817742,0.013843213013586094
254
+ 9.112511895545935e-08,0.6837114871057984,9.112511895545935e-08,9.112511895545935e-08,9.112511895545935e-08,0.29033925847928016,0.025948889914445793
255
+ 3.0557153544675997e-07,3.0557153544675997e-07,0.6105802615054757,0.04468517567788184,3.0557153544675997e-07,0.15039081670909493,0.19434282939294115
256
+ 0.014585735950418332,0.03397481199323232,1.6879656517959016e-07,0.5136027873208873,0.028637159896549767,0.1523169463870252,0.2568823896553219
257
+ 7.02479936020593e-07,7.02479936020593e-07,0.11107028498331482,7.02479936020593e-07,0.43514246424328473,0.14568195311593576,0.3081031902176566
258
+ 0.0014733444464248224,0.0015022840541769956,0.0006137796744623209,0.001021634874915774,0.00020446529024306063,0.98673338835714,0.008451103302637106
259
+ 0.02249778772153692,0.010208621291651204,0.008039591609601953,0.009237789312653611,0.010108302775252067,0.11606332157072258,0.8238445857185817
260
+ 0.8594653808779236,0.020689089901985674,4.030524922307033e-08,0.008179836470785202,4.030524922307033e-08,0.06640645762411322,0.04525915451469381
261
+ 9.449457882939425e-08,0.45385789008292327,9.449457882939425e-08,0.01109589632921968,0.003662065455119644,0.34395118709959216,0.18743277204398753
262
+ 2.764655201759607e-07,2.764655201759607e-07,0.6277854548173607,0.0075772901580078884,2.764655201759607e-07,0.21489660963358517,0.14973981599448571
263
+ 0.01697283726976313,1.8897470952021438e-07,0.019796410949863546,0.4403554220040723,0.03057479752661785,0.03968006817558811,0.45262027509938557
264
+ 5.361321675781426e-07,0.12113183380395344,0.16237792221755146,5.361321675781426e-07,0.4856319444103177,0.08436357534859934,0.1464936519552429
265
+ 0.0010245715600042634,0.0008231158983632387,0.0002424702663383808,0.0014072252073153114,0.0001899402771581582,0.9867632003641851,0.009549476426635652
266
+ 0.008885140666952162,0.041126782176780736,0.005108414234103553,0.006100129086491836,0.005284156746093506,0.1481650018693426,0.7853303752202356
267
+ 0.9320191998829985,4.256502738684889e-08,4.256502738684889e-08,0.002411711472111552,0.00252194274440196,0.0340242719719666,0.029022788798466495
268
+ 0.005103422329569588,0.5893951764123796,1.0072733985879905e-07,0.019904982775226777,1.0072733985879905e-07,0.3028308383353287,0.08276537869281551
269
+ 2.9320060461597504e-07,0.03161439988840532,0.8094101594724119,0.01878147958451359,0.024100629806693842,0.0292813999820418,0.08681163806532881
270
+ 0.013504640868313295,1.9813746534253185e-07,0.011512136879584104,0.605491988278875,1.9813746534253185e-07,0.03689797923424171,0.3325928584640553
271
+ 0.021988173861155248,5.610413702059375e-07,0.06050089639941718,0.039513067670527896,0.6454377018932314,0.007889641328574448,0.22466995780572369
272
+ 0.0004217506779415283,0.0011578449987009896,0.0006979208096474315,0.00045375670525584736,0.00012510522741729355,0.9896141294932322,0.0075294920878046165
273
+ 0.019457462826767028,0.0074446235348124305,0.002856645832822246,0.008137850560778053,0.001979388281272955,0.1592876482433168,0.8008363807202304
274
+ 0.7624299595603469,0.03885683482367351,4.130450686441223e-08,0.02156186490954723,4.130450686441223e-08,0.10573533497036454,0.07141592312705408
275
+ 0.008781836205300889,0.5035758659633828,1.2319491293643567e-07,0.008322518736448093,1.2319491293643567e-07,0.3538087025866711,0.1255108301183714
276
+ 2.4426505990924034e-07,2.4426505990924034e-07,0.7116137374492024,0.03283583033303681,0.01798585220454601,0.0630315722584342,0.17453251922466068
277
+ 0.04671714469859521,0.011138148802924809,0.019735336332542642,0.5818385025079924,0.01361460735433849,0.06840173973115216,0.2585545205724542
278
+ 6.168355039068835e-07,0.07874491091208984,0.12710208168550138,6.168355039068835e-07,0.34228620934032633,0.1749731954928627,0.276892368898212
279
+ 0.0031968070980212095,0.001429863409541513,0.0004185257149091003,0.0010967172859108298,5.5078507204523556e-05,0.9848962569574281,0.008906751026984648
280
+ 0.015352134569158423,0.029296571335887776,0.004431121102957864,0.012262482379563058,0.002516264568395362,0.23407750939203048,0.7020639166520071
281
+ 0.9056945410477524,0.006515667014028263,4.1224456242686353e-08,0.0015053900883439818,4.1224456242686353e-08,0.07198107965348252,0.014303239747480394
282
+ 1.0577271139594905e-07,0.46775674802298234,0.008428758434985119,1.0577271139594905e-07,0.004750164638994291,0.3360037908283402,0.18306032652927529
283
+ 2.423752918890343e-07,0.015120943664348846,0.5127202083201927,0.07409759652593731,0.04561593385735095,0.13169827810992737,0.2207467971469509
284
+ 1.690895684091467e-07,0.03702146167281792,1.690895684091467e-07,0.508479221626483,1.690895684091467e-07,0.053294190013086266,0.4012046194189076
285
+ 1.034559615903363e-06,1.034559615903363e-06,1.034559615903363e-06,1.034559615903363e-06,0.17282964944970006,0.3595450489901554,0.4676211633216809
286
+ 0.0016252713177595697,0.002700085372448965,0.0005111419714249017,0.0013032866198306181,2.700230469262334e-05,0.9835971211245012,0.010236091289342168
287
+ 0.01161277999097876,0.017701142643784574,0.0012731787965944983,0.0017888589838277015,0.0035733816036785356,0.12750361688195377,0.8365470410991822
288
+ 0.8474928380335229,0.027439081336509047,3.999502770255603e-08,0.0027259785760735656,3.999502770255603e-08,0.07813565149874198,0.04420637056509707
289
+ 0.004684232758268339,0.3125908017630832,0.00537445667898312,0.014114452665676815,1.021980527532885e-07,0.5171362190814772,0.14609973485445862
290
+ 3.360566733036867e-07,3.360566733036867e-07,0.5970293228226365,0.0113257443438863,0.05163344810453836,0.11013778790024015,0.22987302471535204
291
+ 1.910755733090502e-07,1.910755733090502e-07,0.03799859091283521,0.5772021218716189,1.910755733090502e-07,0.10365033500387853,0.28114837898494743
292
+ 1.4349450792742629e-06,1.4349450792742629e-06,1.4349450792742629e-06,1.4349450792742629e-06,0.5359329301809335,0.08443729670931974,0.3796240333294296
293
+ 0.0012724655603593715,0.0013956431535094929,0.0003212293555713922,0.001302202541091115,0.00019229066360188443,0.9839443798504375,0.011571788875429307
294
+ 0.01681185805730503,0.015921317733368467,0.009233250667658842,0.011584479736591807,0.0028707466848772187,0.13650947334082528,0.8070688737793733
295
+ 0.9344955521911601,4.11628562187041e-08,4.11628562187041e-08,4.11628562187041e-08,4.11628562187041e-08,0.03686077209788833,0.02864351105952649
296
+ 0.044363630183472266,0.4730887244354123,0.007005814339302989,1.4501362008584332e-07,1.4501362008584332e-07,0.3845601736706436,0.09098136734392862
297
+ 0.03511277249888804,0.0888813471334706,0.651478899785846,0.02180561012620464,3.123194251955098e-07,0.09076094347180391,0.1119601146643617
298
+ 1.6842077802077283e-07,0.009453925966611187,1.6842077802077283e-07,0.773291998874733,1.6842077802077283e-07,0.032513026079560844,0.18474054381676086
299
+ 9.844090686991877e-07,9.844090686991877e-07,0.1589158998108803,9.844090686991877e-07,0.5878752019910911,0.05832542490261503,0.19488052006820733
300
+ 0.001122212511264814,0.002342300840979381,0.000699174195547516,0.0007529389193524221,0.0002123949165512065,0.9837234996106236,0.01114747900568107
301
+ 0.013233171906774775,0.010796737831238593,0.004519584390024859,0.005520524871643392,0.009189702919396057,0.11448059249059123,0.842259685590331
302
+ 0.8123283326476755,0.006381320941183418,0.00519771122895958,3.883287891526425e-08,3.883287891526425e-08,0.1064080620751233,0.06968449544130034
303
+ 1.3061479522463047e-07,0.39548439242254574,1.3061479522463047e-07,0.04349902143202484,1.3061479522463047e-07,0.4614288371650291,0.09958735713601456
304
+ 2.765244229992606e-07,0.03212296863397393,0.5687461746000224,0.00526394447489625,0.013243118610066565,0.13899404220713946,0.24162947494947842
305
+ 0.017575563594116467,1.6288575706993936e-07,1.6288575706993936e-07,0.7215945544174479,1.6288575706993936e-07,0.06064884903923523,0.20018054429192925
306
+ 0.03936716020593584,6.001143406382835e-07,0.07626461817674055,0.10417945135600644,0.5146776445202702,0.14633274224208878,0.11917778338461747
307
+ 0.002020044183389364,0.003422930568299534,0.000487454325397423,0.0020156506518627586,0.0002318607810449433,0.9775435314676474,0.014278528022358647
308
+ 0.013612672110651093,0.010824212450195339,0.008317047791131621,0.022146844381303904,0.010729681771630896,0.16076366112294854,0.7736058803721386
309
+ 0.9408242143798995,0.004022681892860665,0.002127138987537287,4.000168788200146e-08,4.000168788200146e-08,0.0334991984494717,0.019526686286855117
310
+ 1.132691238801702e-07,0.5279851560058723,1.132691238801702e-07,0.008565774761950716,1.132691238801702e-07,0.32768799413341015,0.13576073529139507
311
+ 2.6935275665706935e-07,0.02473344757528032,0.4773885893736176,0.07318398195169347,0.01647479629730459,0.14217080352058217,0.26604811192876526
312
+ 0.013449810513180957,0.005171863181189367,0.0294554201438919,0.7097923953233628,0.00978933529398468,0.021085831971066924,0.21125534357332335
313
+ 0.045573912723136004,4.592148087786189e-07,0.06473531083858854,4.592148087786189e-07,0.4626221035624898,0.07129296572975982,0.3557747887164082
314
+ 0.0012628474039961966,0.004129984322972996,0.0005586914116593043,0.0016766288778201444,3.643459014862175e-05,0.9781779662406391,0.014157447152763555
315
+ 0.012589467690237853,0.009981929699225608,0.004063117289022518,0.007172187091233181,0.0008572325397693139,0.08834570614082311,0.8769903595496885
316
+ 0.8779811986998971,0.02750616804974432,0.0019537647171982337,3.760665849868669e-08,3.760665849868669e-08,0.05360668928346447,0.038952104036378825
317
+ 0.010960410375911948,0.35453466035121334,8.858081780857763e-08,0.008317062581130578,8.858081780857763e-08,0.34847723027947886,0.27771045925062965
318
+ 2.9700040788701266e-07,2.9700040788701266e-07,0.6243089382122073,0.0132380078151878,2.9700040788701266e-07,0.10516569821406589,0.2572864647573153
319
+ 9.938776421577407e-08,0.012476214919133057,9.938776421577407e-08,0.5183353393052914,0.021848950331024287,0.1462692402297875,0.30107005643923546
320
+ 7.746411674593289e-07,7.746411674593289e-07,7.746411674593289e-07,7.746411674593289e-07,0.46258163736963054,0.14308101579156343,0.3943342482741362
321
+ 0.002766233480104762,0.0027662741504495473,0.0004272622301649387,0.002101842865192218,0.0005167932674618026,0.975015833697869,0.016405760308757643
322
+ 0.011691541704029895,0.01779679804019905,0.0005612874461963542,0.01603592668014065,0.0009382635738562015,0.1290664116024416,0.8239097709531361
323
+ 0.9290713734615992,0.01936278269925411,3.531230274372332e-08,3.531230274372332e-08,3.531230274372332e-08,0.03225575874557965,0.01930997915665886
324
+ 0.002856077552588268,0.5622337964403694,0.008063255270552183,0.01008564446217517,9.656864702804433e-08,0.2980830311868784,0.1186780985187896
325
+ 3.6088930176178184e-07,0.010785655848913304,0.5960711283394186,0.03866289345958883,0.018081792152489146,0.0655949385701758,0.2708032307401125
326
+ 1.0208039782583897e-07,0.009487704715966756,1.0208039782583897e-07,0.648481824743822,1.0208039782583897e-07,0.06586739885665165,0.276162765442366
327
+ 6.286539740795245e-07,6.286539740795245e-07,6.286539740795245e-07,6.286539740795245e-07,0.7117534512572975,0.19073694158016538,0.09750709254664078
328
+ 0.0016996399204361721,0.0026857315371520956,0.00030040105938332405,0.002172467374074345,0.0003545670611712968,0.978241295150118,0.014545897897664636
329
+ 0.007924236773196487,0.019164686179590707,0.0055913087570898376,0.014030848143722675,0.002677630177058966,0.08469548869465651,0.8659158012746848
330
+ 0.8240251122437651,0.015409387548170724,3.3935902234077716e-08,0.006152777208484735,0.004927149994522377,0.08198647428761542,0.06749906478153954
331
+ 0.004456364648538225,0.47025016694365707,8.186696057307379e-08,0.00817175260105236,8.186696057307379e-08,0.41520748704747257,0.10191406502535853
332
+ 3.597504355224694e-07,3.597504355224694e-07,0.75530299801895,0.013018892095277328,3.597504355224694e-07,0.09719078472640744,0.13448624590805885
333
+ 0.006524058185768654,0.029626614009193045,0.018429522311441068,0.5307192891695963,0.03320225646120634,0.05972504005494309,0.32177321980785145
334
+ 5.115164168569472e-07,0.03864245249113296,0.24301877384137088,5.115164168569472e-07,0.5098741965444386,0.07051321786758523,0.13795033622263853
335
+ 0.0016764702935458385,0.003067675535846833,0.0003363441463191566,0.0025182463335530936,0.00027288899549843157,0.9741547670563707,0.01797360763886589
336
+ 0.017187985209322874,0.026209155436637235,0.006897810145084916,0.023082403617975773,0.0035383384945901013,0.15594451486968883,0.7671397922267004
337
+ 0.9239101695971009,0.00571414202144238,3.4823378680438575e-08,3.4823378680438575e-08,0.003755795065389735,0.020197193031767934,0.046422630637541734
338
+ 7.233782470249954e-08,0.4281985063148118,0.025615844798297396,7.233782470249954e-08,0.00882878355465122,0.33078239473019144,0.20657432592639874
339
+ 0.010029954323885806,0.015832489393547013,0.7112370314408313,0.006795877472705773,0.049734935244393166,0.05343793324602074,0.1529317788786163
340
+ 0.0026791662654110943,0.014577859507483117,0.0068412893551331325,0.7105526170425561,0.043049011310794104,0.042566720076096236,0.1797333364425262
341
+ 0.0919430007039271,0.08844315158063869,0.07827360875131238,4.3434863917214516e-07,0.4899976380040924,0.07079636881252904,0.18054579779886124
342
+ 0.002134572519223186,0.004146682933188886,0.0010812493110151768,0.0019003659077397818,0.0002475843275095719,0.978004754575354,0.01248479042596948
343
+ 0.012572850323893454,0.025323769875618785,0.0035094447109698433,0.012247263307084665,0.0024610962956856004,0.0985924787486606,0.845293096738087
344
+ 0.8636594626528916,0.012065373264479961,0.004229347528281333,0.013659004377819747,3.21186179427033e-08,0.0675515490760634,0.038835230981845846
345
+ 6.652087515712039e-08,0.44105684109494214,0.008247797998586333,0.006230713599218173,6.652087515712039e-08,0.3415508141210435,0.20291370014445956
346
+ 1.8720953028635366e-07,1.8720953028635366e-07,0.6080239517624484,0.07303520128506463,0.013192718705159557,0.10936316017636587,0.19638459365190103
347
+ 0.015437136232144242,0.012586357936216819,0.012837157751374806,0.7100395238135822,0.008003865553106436,0.052514005138709186,0.1885819535748664
348
+ 3.679116749080857e-07,0.01105885384030573,0.040706743717578216,0.06945864787255523,0.6170388939395264,0.1170899204927422,0.14464657222561741
349
+ 0.0022399640744394577,0.003444597774622616,0.00039257696809092617,0.002872388915115349,6.106535831826858e-05,0.9768910582790784,0.014098348630334899
350
+ 0.00997786625575589,0.019439148293865068,0.0024417553165870668,0.01882577630357617,0.0033359636645428985,0.1490580578537975,0.7969214323118755
351
+ 0.9119227282311335,0.0050853466013064345,3.202562505603633e-08,0.004120882446888805,3.202562505603633e-08,0.05050708775055748,0.028363890918863554
352
+ 0.010708039660072914,0.5282153102857678,7.094287208885749e-08,0.0046814871923446634,7.094287208885749e-08,0.3373750523673764,0.11901996860869403
353
+ 2.1769547473970613e-07,0.07919260520534065,0.583376333186975,0.030074350076914808,2.1769547473970613e-07,0.06685860787642779,0.24049766826339242
354
+ 0.0038706071223337905,6.157994651649056e-08,0.019774459741269863,0.7169930854099268,0.019666182544521446,0.05329449697524757,0.1864011066267541
355
+ 0.04696486656386004,0.027684350585329327,4.232384704795897e-07,0.11430438133979923,0.5433477311783873,0.21626057328959902,0.05143767380455462
356
+ 0.0019677485895882884,0.004201561814192703,0.00032480053886788156,0.0019946261037299827,0.00033807285208109055,0.9779526975535895,0.013220492547950598
357
+ 0.014787704913090925,0.02276231332204405,0.003506444055449721,0.012396046215900666,0.006604386641337859,0.12069329879002859,0.8192498060621481
358
+ 0.8303094224084397,0.0310379577088174,0.0016898122230681709,0.010623110260829132,3.0110023240021635e-08,0.07568408957966621,0.050655577709156005
359
+ 6.131997941126053e-08,0.37049528708802576,0.00380819909517799,6.131997941126053e-08,6.131997941126053e-08,0.44135657628245,0.18433975357440782
360
+ 2.585481043372272e-07,2.585481043372272e-07,0.5012387639795461,0.011174758311295538,2.585481043372272e-07,0.2773249533585581,0.2102607487062872
361
+ 0.023355384191895593,0.034307270000985886,0.004863792541108055,0.6078026645680821,0.003174331361831925,0.11054593387119502,0.21595062346490151
362
+ 3.4605254413141247e-07,3.4605254413141247e-07,0.053819474220892186,0.07428134220898647,0.49744339424901285,0.21066514655055205,0.16378995066546817
363
+ 0.001819146285685778,0.005443241417553284,0.0006903397624067829,0.004610846662434092,0.0002546479052075566,0.9693188559963074,0.017862921970405062
364
+ 0.016565263953972127,0.030901906196442987,0.003946996535772055,0.04031933593519711,0.005550483466761455,0.1942719581327039,0.7084440557791504
365
+ 0.9039459620801418,0.008919329951129056,3.085796138401988e-08,0.024746350402190486,0.004578518976052137,0.035373168644267934,0.022436639088257066
366
+ 0.004137066449392364,0.45131355679011265,0.006511811228334758,0.02965787795961503,0.008341793714983208,0.3905573847431909,0.10948050911437096
367
+ 2.7205316239857806e-07,2.7205316239857806e-07,0.6543863881174735,0.012222583181068603,2.7205316239857806e-07,0.14402030088961246,0.18936991165235828
368
+ 4.62438365627371e-08,0.006873492165877719,0.0014863440819865073,0.6860133554772744,0.025235050397177942,0.07742193361177521,0.20296977802207156
369
+ 3.9485704003151284e-07,0.07087599013321821,3.9485704003151284e-07,3.9485704003151284e-07,0.4813458562807884,0.2491197459642866,0.19865722305058667
370
+ 0.0017222594108624112,0.008537995876553536,0.0008450992879521454,0.007872616086373465,0.0004621374327038974,0.9504099838864025,0.03014990801915207
371
+ 0.010460575701128271,0.019601535752904582,0.0014245170507491923,0.015061571584737317,0.007988028728638677,0.15116920024390892,0.7942945709379331
372
+ 0.8650060504703502,0.01023074512714887,3.0450586953527005e-08,0.004705840808097233,0.0024630088398875745,0.05847159045735386,0.059122733846575036
373
+ 0.007700956199646644,0.32853325186943233,0.018917692260711744,0.02496265410239242,0.003747390405519678,0.40593022384252303,0.21020783131977416
374
+ 2.6315251658393694e-07,0.03659423363202752,0.5301025089598601,0.08100134905323265,2.6315251658393694e-07,0.1880636177628725,0.164237764286974
375
+ 3.5684764379771685e-08,0.026174566522928665,3.5684764379771685e-08,0.6403663672990371,0.004762383725233597,0.05709956295829939,0.2715970481249725
376
+ 2.745690330947321e-07,0.05152949191049848,0.022838736358263563,0.11496474167073857,0.4725978320109208,0.1274712794298529,0.21059764405069253
377
+ 0.0013435459618359109,0.008845919542550658,0.0009048339516360372,0.010771827535409766,0.00017572333348531925,0.9445381825390641,0.03341996713601821
378
+ 0.012806026687490629,0.023149890068362784,0.001884183226475811,0.03838484837116457,0.013739033693727231,0.17946094439476631,0.7305750735580127
379
+ 0.9292629319554856,0.0018931264917316532,3.116827160866506e-08,0.0029523099783589357,3.116827160866506e-08,0.022390755769891454,0.04350081346798911
380
+ 0.0023772012952035827,0.3617388917267714,4.3674342677953816e-08,0.028075451681490025,0.02099849797987754,0.4040579996843408,0.18275191395797397
381
+ 2.5633644177167686e-07,2.5633644177167686e-07,0.5912994352365102,0.05675992643268376,2.5633644177167686e-07,0.15746586135642526,0.19447400796505548
382
+ 2.6198295020703535e-08,0.014611274643998971,0.004620487733191589,0.6695722134502217,0.00706959851045111,0.06575511378703136,0.23837128567681026
383
+ 2.366081790448417e-07,0.02808232881192955,2.366081790448417e-07,0.02977713287311557,0.555678401328268,0.16728592180839008,0.21917574196193867
384
+ 0.0014842301862813287,0.007722953612954375,0.001667310742189441,0.012196743319380634,0.0007919015360216097,0.937353958629173,0.03878290197399958
385
+ 0.008371660294618305,0.0092963007999694,0.002662529982680214,0.013711601970817297,0.010502136391431405,0.1362246786559928,0.8192310919044905
386
+ 0.8278952249607071,0.010080757915882595,0.004351265441962066,0.020925398679823338,0.0032308433594882683,0.0656170222842515,0.06789948735788508
387
+ 5.0520331864770024e-08,0.30913450846218127,0.00746589776720962,0.03831183035766503,5.0520331864770024e-08,0.3889254262987987,0.2561622360734816
388
+ 2.034290817799109e-07,0.012545911445090034,0.6633589157150565,0.005485003490680029,0.011530084961743922,0.048708945301589625,0.2583709356567582
389
+ 0.004627559712719753,0.016118501564483016,0.0022373065411021584,0.5964121585225008,0.012062686219024695,0.022948070857816104,0.3455937165823536
390
+ 1.7372512075459154e-07,0.011393008418080183,0.012334073802166215,0.04695610972020965,0.47528385744383966,0.13676316790236492,0.3172696089882185
391
+ 0.0010252742786552185,0.009964566269382786,0.0008067756147204768,0.014910564381751675,0.000638701742292212,0.9225248188498271,0.05012929886337063
392
+ 0.00974135115937016,0.017065148440193228,0.0025454569909835194,0.0475059151430998,0.010935786459063845,0.146897027870657,0.7653093139366324
393
+ 0.9304532024639613,0.0023417356264856114,3.2648308810894764e-08,0.012746995531020634,3.2648308810894764e-08,0.015045853022977411,0.039412148058937294
394
+ 0.011065724974505416,0.4095262301162259,0.02047409451593915,0.020808322360774106,4.5071432550276164e-08,0.3532062742480045,0.18491930871311846
395
+ 1.9395968727204231e-07,0.017805975427405932,0.5677731382788848,0.03928507725068938,0.044359466889672454,0.16974206509449621,0.16103408309916414
396
+ 1.8414863164726298e-08,0.0033950559820194763,0.0018764330968010202,0.6944729450345617,0.0171900537935724,0.015066758006602812,0.2679987356715795
397
+ 0.005664642571628922,0.019580689502767378,0.026490764748048772,0.04638394453122517,0.4304561835547921,0.1359236394397526,0.3355001356517851
398
+ 0.0006450236214740677,0.012143764352327429,0.0016081111529091046,0.021678614585325138,0.0011491428113312684,0.9011503988476544,0.061624944628978676
399
+ 0.005461485472347286,0.016035664338069393,0.001984117088217955,0.022455123924872068,0.018519439081748593,0.09229144513151086,0.843252724963234
400
+ 0.8760959780011477,0.007030637800878576,0.002511143674243565,0.014919226611276388,3.2495785965214276e-08,0.012180148094746811,0.087262833321921
401
+ 0.014973638116555953,0.4001685070840692,3.731867552137739e-08,0.0696903702954482,0.004700956888552199,0.21664646103684196,0.29382002925985695
402
+ 1.694689148523136e-07,0.009929299650297568,0.6703376621505513,0.016623513403900086,1.694689148523136e-07,0.03165872369913013,0.2714504621582911
403
+ 0.004045968408434395,0.01079630741559052,0.005917761088810531,0.6383676444684332,0.016918940751494027,0.02350026376329446,0.3004531141039429
404
+ 1.0546702199998809e-07,0.010120907335538951,0.048169736791738874,0.02232338042163005,0.605753374313149,0.10751516474283303,0.2061173309280882
405
+ 0.001504193692980967,0.0140603011805943,0.0024145842076483542,0.02248045019057156,0.0008868405957479803,0.8876942046018392,0.07095942553061767
406
+ 0.004633303634404462,0.014806542095943882,0.003016686166695665,0.03028019001743822,0.021895935629652644,0.07635123059880461,0.8490161118570606
407
+ 0.9543074460477055,3.275598445613489e-08,3.275598445613489e-08,0.002473882642680153,3.275598445613489e-08,0.023268757663494913,0.019949815378166005
408
+ 0.0037783176846231167,0.5009445455659326,0.0008497637384663537,0.07160980880145279,0.0048843426764638605,0.17057134977457047,0.2473618717584909
409
+ 0.0035597566445266637,0.037766277854267574,0.5831893727630617,0.04936286988316508,0.017331589823165825,0.04690072071608093,0.2618894123157321
410
+ 0.002414150093635264,0.005609989868436235,0.008983015204785016,0.68190074299496,0.014137927452261279,0.014248507908617519,0.2727056664773048
411
+ 0.02245936754542821,0.008819734124799888,0.011748883297202155,0.04210990934547262,0.5870842419349338,0.09562965807098227,0.232148205681181
412
+ 0.0004629458278969764,0.01414309375657141,0.0019908136899829953,0.023878035924343115,0.0009225212422427203,0.8849580825740506,0.07364450698491232
413
+ 0.002085673538656143,0.012013208923078937,0.003613228000337571,0.021133865846986878,0.01859530785726147,0.04368784295851125,0.8988708728751678
414
+ 0.7771181611479064,0.002987397114352159,0.0016478996619065202,0.048693584475682686,3.229661783674382e-08,0.023445602104125832,0.14610732319940836
415
+ 0.002324940042507741,0.4150845871247768,0.0072619438679899645,0.09569694812326811,0.006061302946862017,0.130632507269977,0.3429377706246184
416
+ 1.1265655515178598e-07,1.1265655515178598e-07,0.6759986153220916,0.05559932149767256,0.027357462645709225,0.00921165725287693,0.23183271796853944
417
+ 1.1527597845485532e-08,0.010266509548584981,0.008050436549581486,0.6064872409071705,0.015681634308015748,0.008725324405388875,0.35078884275366057
418
+ 0.004120139046528552,0.004154662413716239,0.017658173648646008,0.029181284152385675,0.4465101262923781,0.0660372407473253,0.43233837369902006
419
+ 0.0018482298198940778,0.013639514007533743,0.0035584302733787506,0.029326730778677295,0.0018653916018189882,0.8509973359040455,0.09876436761465184
420
+ 0.0034767911218169857,0.014908714745940964,0.00517345311584109,0.03037729933909469,0.019998583952732355,0.041008036926911524,0.8850571207976623
421
+ 0.9065176814699352,0.005085230116233218,3.66638945623843e-08,0.00851746077849067,3.66638945623843e-08,3.66638945623843e-08,0.0798795176436571
422
+ 0.005669793341860741,0.5002649635767396,0.011758287095548443,0.0587482250547816,0.0016902285794025069,0.08065468214883197,0.3412138202028353
423
+ 7.964422284219509e-08,0.014629948638281225,0.8001178084609312,0.012788745333196266,0.020949355054584638,0.0028822190074318838,0.14863184386135192
424
+ 1.0362465875967824e-08,0.0077427915344679375,0.007858445711310813,0.6289256807086778,0.016885533669150913,0.004366629149500173,0.33422090886442646
425
+ 5.11778166083369e-08,0.020532576436189165,0.0540416901596428,0.013023453298944391,0.5174001160124007,0.052262043959442346,0.3427400689555639
426
+ 0.0007299864386760232,0.020986457142610437,0.0027296470780794595,0.03198694223173478,0.0014887447782188333,0.8164581590916629,0.1256200632390177
427
+ 0.003114101835373412,0.01037724320755337,0.00574964023886691,0.017759135003051717,0.017281048748471372,0.020546352436718804,0.9251724785299643
428
+ 0.8213901583985702,0.0013153192677776162,3.6940206084295936e-08,0.021823103288593097,3.6940206084295936e-08,0.006820944337790393,0.14865040082685646
429
+ 0.017674769006838106,0.5140900768725635,0.006648350307413309,0.07327931466427015,0.002337556983638059,0.06370640463828112,0.3222635275269959
430
+ 5.785854624902852e-08,0.00664401089025428,0.6797879831973062,0.0662508939779944,0.00917815836294957,0.011432319232804545,0.22670657648014464
431
+ 0.0006277420539279224,0.008583676167853023,0.007945358452754608,0.584071711987044,0.027771791301791412,0.002905091704123318,0.3680946283325056
432
+ 4.527834571925253e-08,0.03692566606511611,0.05470453482454223,0.035192353971384156,0.41900265069862574,0.01683938531476196,0.43733536384722405
433
+ 0.002431779959007287,0.02345660286843451,0.004888682071606332,0.032502616991702114,0.001517425513765852,0.8083160861869852,0.12688680640849864
434
+ 0.0026468192482402317,0.011900456211023662,0.00484950067210871,0.01868715057879137,0.01795655718358286,0.017510155526037095,0.9264493605802161
435
+ 0.93876919692095,0.02662703755509544,3.8179053602076155e-08,0.006152804366145342,0.00410912575068277,0.0012220482560071416,0.023119748972065653
436
+ 0.01328933569875239,0.5691660878619601,0.006963748488390507,0.03869665761880035,0.00576000951320849,0.031041577509826803,0.3350825833090614
437
+ 4.9686330153768136e-08,0.023623930716373965,0.6733341656440532,0.01938458294796315,0.0093342306251618,0.004777932076216995,0.2695451083039005
438
+ 0.00046235640947600446,0.013670579295880914,0.007362147967793055,0.6057233319508498,0.026295636511088887,0.007457951435257218,0.33902799642965414
439
+ 0.002830053625859836,0.022906848721119578,0.041298554540266506,0.009963726201841721,0.5345737727235219,0.008038334980661777,0.38038870920672857
440
+ 0.0015439146907695366,0.026130860400889726,0.005239113761503257,0.02808176014484086,0.0024044006774943637,0.7882674632034397,0.14833248712106264
441
+ 0.0033872273247180736,0.014862281489069254,0.0034097018036988924,0.012511625746189444,0.01253541422414957,0.010927276803321031,0.9423664726088538
442
+ 0.7962766903524803,0.015171991753101344,3.500697170738627e-08,0.012312384034868055,0.007217824564792288,0.016749244242462855,0.15227183004532335
443
+ 0.009447269856018783,0.44565049208125335,0.009183422039901969,0.03817129498804021,0.002104767824563723,0.04380176464293855,0.4516409885672836
444
+ 4.807110958158039e-08,0.02514117110929835,0.6237179122533345,0.028489335898552882,0.018322066389057017,0.023279590613365937,0.2810498756652818
445
+ 0.004306357440253048,0.023685130797967878,0.006545849682496788,0.4832783127324219,0.019037683905877976,0.00422972758082048,0.458916937860162
446
+ 0.002547778657325679,0.02667783851822791,0.029461499402171205,0.0032023705882664216,0.4483193129663649,0.017920404797151387,0.47187079507049234
447
+ 2.346290509894013e-09,0.03584762919505964,0.004624714888960509,0.038716846212041724,0.0023463550441313397,0.7273470049546108,0.1911174473589053
448
+ 0.00498910807666183,0.01828617103078893,0.005410594943856987,0.016542730504313777,0.014291857589816527,0.012924413576786895,0.9275551242777751
449
+ 0.948314570944816,0.003316635512369019,3.5986834049852174e-08,3.5986834049852174e-08,0.006334276785774489,3.5986834049852174e-08,0.04203440879653838
450
+ 0.03164299374531715,0.5212979431166613,0.011698095016037073,0.033997184951196066,0.004319637648290857,0.03191441038417989,0.36512973513831765
451
+ 0.008661886787108062,0.032824699872095235,0.6158972469422247,0.013880113421107287,0.03221088720688869,0.001017391418440775,0.29550777435213543
452
+ 1.3598008543917742e-08,0.013858627804591477,0.005646605647705089,0.5689188739677017,0.02160041695598092,0.006732504138834518,0.38324295788717777
453
+ 0.005675061134115106,0.022908925656152216,0.025707636321437802,0.011663855299157823,0.5709062350643266,0.018334307620888404,0.344803978903922
454
+ 3.079151619076605e-09,0.039479475104295045,0.004315674576096947,0.02796610634102379,0.00486249060777557,0.6900516044093007,0.2333246458823563
455
+ 0.004839693856683751,0.01387617067181926,0.005466412783649643,0.00549351310922077,0.009508809941606319,0.008765515865056264,0.952049883771964
456
+ 0.9060340673806057,0.011474617425960678,3.0286943339334644e-08,0.009591463414251513,0.0008701572058703426,0.0017521208818507127,0.0702775434045176
457
+ 0.022747245251403612,0.5154322114770213,0.011750775865182911,0.02116785859961708,0.002295002190634664,0.011239959009303392,0.41536694760683707
458
+ 4.6852503172337886e-08,0.024852454279839887,0.6589687581743701,0.010741111974183693,0.033692782828336085,0.01187520037249562,0.2598696455182715
459
+ 0.0003884461041005947,0.015111701833036666,0.007705839701059603,0.47619796714693957,0.03469191627509047,0.0032931910690652856,0.46261093787070773
460
+ 3.507702312840179e-08,0.03789623455123577,0.022153853417404556,0.04257285794653104,0.49400773490345,0.017888153914574628,0.3854811301897809
461
+ 0.0005723263840864796,0.04211528372622996,0.008365634321776937,0.03384051587666884,0.0046734888321845955,0.6332073470726961,0.27722540378635707
462
+ 0.008114395597251155,0.016306151685584965,0.005228888061998829,0.0081228351075002,0.009319084493802074,0.00883170089936455,0.9440769441544982
463
+ 0.9546936272461708,0.024848501649910273,2.5162795174824314e-08,2.5162795174824314e-08,2.5162795174824314e-08,2.5162795174824314e-08,0.02045777045273812
464
+ 0.034184071256083075,0.56040315041796,0.004408160366527316,0.010423278067890097,0.007558225071366528,0.0031429456928314826,0.37988016912734157
465
+ 4.314759532907918e-08,0.029541884760392427,0.7166376120718781,0.0039065977777138815,0.014754963281680133,0.014596047514694859,0.2205628514460451
466
+ 2.1182638048322107e-08,0.018367326328241347,0.010743463560056527,0.5335405078790862,0.01628567637345637,0.001606276442908969,0.4194567282336124
467
+ 0.0027015682753601914,0.06240966740703892,0.04216562608818384,0.010536658151804752,0.499917084408527,0.012638496801251727,0.3696308988678337
468
+ 0.0002724836027823109,0.03994787644398463,0.0077119325197869916,0.030467523860014223,0.005340576278946166,0.6162759366463951,0.29998367064809045
469
+ 0.005624819503234296,0.017414220450734534,0.0033179866466226354,0.005184359185913117,0.007097509370801372,0.004724027818870587,0.9566370770238235
470
+ 0.9127035591388113,0.014947049776278051,2.159048809144235e-08,0.008054679228269341,0.0009197374421072456,0.0010004859675880396,0.06237446685645789
471
+ 0.06543247020636772,0.4899620577098609,0.008241850165152532,0.012440342938408256,0.0009256209699489559,0.024611337951710048,0.39838632005855157
472
+ 0.002366187618373973,0.020102571173393632,0.5786326043950034,0.005885399757673541,0.012476092393769322,0.012643043491319205,0.36789410117046706
473
+ 0.0038473917709465283,0.025610333001691972,0.009046693677473034,0.4633297735003484,0.03164705442516651,0.001174046406521787,0.4653447072178517
474
+ 0.017367835034615975,0.08094910721184052,0.022227458342393255,0.015952604646457893,0.42583006440392585,0.011329567893023133,0.4263433624677433
475
+ 9.564559857620991e-09,0.07182766766522136,0.012400048911425368,0.02320821747164323,0.005598966724908843,0.4766657823677486,0.41029930729449277
476
+ 0.02240999286703546,0.029299515069641832,0.00614938375134364,0.0065192596034848406,0.008301339897255039,0.006636363960675645,0.9206841448505636
477
+ 0.989940561458492,0.0011568124874312146,1.367398332070399e-08,1.367398332070399e-08,1.367398332070399e-08,1.367398332070399e-08,0.008902571358143561
478
+ 0.06036142854037049,0.5586061665256644,0.006353915613354125,0.005251301962512013,0.006044198352915548,0.011561499671002198,0.3518214893341813
479
+ 0.008470645898409209,0.033618306704343986,0.6948745474621959,4.270472480809911e-08,0.010382532237363906,4.270472480809911e-08,0.2526538822882373
480
+ 3.478482025950546e-08,0.014133999011354405,0.013320153333939051,0.4636630282567195,0.017561655045632965,0.009664168360688565,0.4816569612068453
481
+ 0.004218732642073703,0.09280806014955947,0.05834038617654992,0.0243266310515653,0.5249161887060166,0.0049298855677369895,0.290460115706498
482
+ 0.0006351479568193742,0.06272851548754481,0.02414233061584911,0.037430854250792706,0.007187264032488841,0.5087067628916166,0.3591691247648886
483
+ 0.01198788183469581,0.016739646425769403,0.0037105518017182823,0.0025846491271781643,0.005212629264986983,0.0041306511695422266,0.9556339903761092
484
+ 0.9657342925645256,0.011569443662814656,0.0010925496363318708,0.001551019812683391,0.00024872746769914636,1.0929761619574823e-08,0.01980395592618368
485
+ 0.083197409276772,0.4727201905821623,0.011556130679084729,0.016888820004249606,0.001418211902786182,0.002199159350723796,0.41202007820422154
486
+ 0.030672855757622887,0.045392207078311306,0.6615804148390482,0.0025036508046152716,0.01751527750381109,4.123825320623991e-08,0.24233555277833793
487
+ 0.010895014780064336,0.04257034245837889,0.0021237540567741304,0.4374254407922736,0.035327425338870476,0.0067458352082077995,0.4649121873654309
488
+ 0.03153267951394245,0.11257425524679004,0.028434504503186808,0.021306356409036612,0.42328607583013034,0.004122057719971299,0.3787440707769425
489
+ 0.0038528206925294603,0.034902981489579245,0.00693084326020833,0.030063873625106766,0.008032620198544838,0.525321671197733,0.3908951895362983
490
+ 0.029975932600909905,0.031615952693812246,0.0037925385734098264,0.00411564655985937,0.005537125991221535,0.0061047683504632565,0.9188580352303239
491
+ 0.9907175986565327,0.001124053401421932,0.00017414363314444543,7.581246041134664e-09,0.0005162323631404316,7.581246041134664e-09,0.007467956783268415
492
+ 0.12398034915663102,0.5381374602610329,0.00862847864528771,0.0016545822197866164,0.0031727129687993748,0.010876594917803567,0.3135498218306589
493
+ 0.028801064127913806,0.033427250627263316,0.6916177996193744,4.473524234890532e-08,0.014141308189055743,0.008981600799864448,0.22303093190128578
494
+ 0.002405131701464955,0.05517254493411443,0.004795436576227063,0.5132709761268082,0.011375037988011314,6.099975802485646e-08,0.412980811673616
495
+ 0.04465805578369239,0.07905285143928445,0.036888580970034265,0.013008438879068895,0.5574056008668877,0.0017260276813739798,0.26726044437965824
496
+ 3.7161908371181685e-08,0.05986405831097399,0.0035994506417017084,0.026756946188500753,3.7161908371181685e-08,0.6375353031331495,0.27224416740185736
497
+ 0.019649586404370138,0.018167027555824746,0.002562684500494733,0.002319314269479817,0.0023544914712297195,0.002082497680841373,0.9528643981177595
498
+ 0.9706314253892467,0.0032477082922313335,6.070981458302332e-09,0.001408423270847707,6.070981458302332e-09,0.001873145579950875,0.02283928532576028
499
+ 0.16976081730494597,0.3790149519290004,0.007015190159851232,0.005763609929132412,0.005649193836991649,0.0057686724016292965,0.4270275644384489
500
+ 0.08022690739489158,0.08972534569098878,0.5809145051210518,5.016472243257654e-08,0.0031198268899461945,0.0014568689540831775,0.2445564957843158
501
+ 0.041096472374029934,0.021049133135742068,0.016414762972920577,0.4641295168257089,0.0048376077524024345,0.0037566127796119786,0.4487158941595841
502
+ 0.014613861279654783,0.11686476788345189,0.012259349806639962,0.02947045948433472,0.43446496388056427,0.002592553586523143,0.3897340440788312
503
+ 0.03830597661612282,0.07062424454247819,0.0060059985937626756,0.011719033200349144,4.838643722955148e-08,0.639008616174637,0.23433608248621282
504
+ 0.07774129327085114,0.054587963984173836,0.0042178504247079,0.002976655018559612,0.004513336307833554,0.004085524740553507,0.8518773762533205
505
+ 0.9972770467886749,0.00022219862486426567,3.773013633916282e-09,0.0006181291970580963,3.773013633916282e-09,0.0008588318162561467,0.0010237860271193775
506
+ 0.2226856085028089,0.5165459994282465,1.0550784503411849e-08,0.0012754994018583346,0.0029938689878022395,0.004232981254713451,0.252266031873786
507
+ 0.023924556081342255,0.06141713148081247,0.6164870290141256,0.02058712348878144,0.019101492462208866,0.011208464360178309,0.24727420311255097
508
+ 0.008326293121218915,0.07629196141665227,0.014370729960766201,0.5158825403896442,0.032207280301898074,0.02413216485606509,0.3287890299537553
509
+ 8.860651307157271e-08,0.092364561153472,0.053374629332215,0.005978173324011322,0.5182021940374713,0.008125042140632765,0.3219553114056845
510
+ 0.012359342362948032,0.07218382393137412,0.005296308945743035,0.0034953022269599374,0.001637245834507948,0.7724687689687413,0.13255920772972554
511
+ 0.0423467223601884,0.024384954256352724,0.0013419758013463738,0.0010725855928370534,0.0020101741132970367,0.0026364821758867642,0.9262071057000916
512
+ 0.9931710470525313,0.002359748366833842,3.0263029358694823e-09,3.0263029358694823e-09,3.0263029358694823e-09,0.000347988368379223,0.004121207133346966
513
+ 0.303346602836781,0.35552575418009275,0.006002569187132416,0.0029837301631299084,0.002026386978089986,0.01288421037836341,0.31723074627641057
514
+ 0.02666402069581713,0.12052695246033858,0.6299624112380128,0.004651721220429245,0.003074982612716913,0.012077450755230238,0.20304246101745518
515
+ 0.10846733612639975,0.07832850587604147,0.005835383631573574,0.38728116207833063,0.037278660320505724,1.3799411397086022e-07,0.38280881397303484
516
+ 0.14955552308961442,0.11559948344340884,0.02001255501643816,1.1195929361682424e-07,0.39864213944784777,1.1195929361682424e-07,0.3161900750841037
517
+ 0.06111296914390578,0.07305504918895121,0.014992290338387249,0.006860695196407819,0.003577757666425977,0.7088262981788247,0.1315749402870972
518
+ 0.1347836244088168,0.05290910761027382,0.0027060057261744665,0.001992152548574775,0.00283186414938058,0.005169464697632823,0.7996077808591467
519
+ 0.9982444047399918,0.0005404338580250387,2.035333636297451e-09,0.00013351673157390337,2.035333636297451e-09,2.035333636297451e-09,0.00108163856440845
520
+ 0.34915730372797704,0.45531787930506507,0.005814934089366615,0.0005892574984447981,0.002614316386583058,0.0029331894872058795,0.18357311950535743
521
+ 0.11887974570169987,0.10725358316837619,0.5844138724718075,8.410133940280193e-08,0.05641981368778986,8.410133940280193e-08,0.1330328167676478
522
+ 0.028901027467006356,0.03470288390413283,1.9107894500050115e-07,0.5217573615298161,1.9107894500050115e-07,1.9107894500050115e-07,0.4146381538622098
523
+ 0.07852615380532614,0.06699727411271753,0.016932758353150466,0.008735034000441658,0.44460293853489036,1.439600926506353e-07,0.38420569723338116
524
+ 0.03158086853146693,0.05356510999231535,0.0033820840512977825,5.1150633966209045e-08,0.003223069637450884,0.8248893415511686,0.08335947508566652
525
+ 0.06694562403522471,0.025197396202866148,0.0010707358455872733,0.00161134718670483,0.0016769759908557987,0.002395409605770369,0.9011025111329908
526
+ 0.9967100976533564,0.0008640180777977636,1.72486154769714e-09,1.72486154769714e-09,1.72486154769714e-09,1.72486154769714e-09,0.0024258773693997537
527
+ 0.48075220341198466,0.2923996855389092,0.001472309829896625,0.003164398264465403,0.0007704388055491554,0.003188719776852464,0.21825224437234256
528
+ 0.20370872744031593,0.1123681257112541,0.4439274658979978,1.1713371463728313e-07,1.1713371463728313e-07,0.002608227851175715,0.23738721883182703
529
+ 0.16964952097418567,0.10659576492689748,0.008544747903417211,0.418772307911678,2.345086273502971e-07,0.010740151694498547,0.28569727208069573
530
+ 0.15362246282011238,0.21068553013867797,0.021827715504708845,1.831458945686246e-07,0.253864069316015,1.831458945686246e-07,0.35999985592869654
531
+ 0.02510517913290392,0.03139409529700086,0.002205692333782702,5.435696930638254e-08,0.002322533581894669,0.8003123200976993,0.13866012519974927
532
+ 0.3041198031626232,0.0683932826843082,0.001557594807716995,0.0019312517560790957,0.002733975056317943,0.004920928153358262,0.6163431643795964
533
+ 0.9988179327286283,0.00010788769254749416,7.806657980842311e-05,1.175874469487342e-09,1.175874469487342e-09,1.175874469487342e-09,0.0009961094713924303
534
+ 0.4515389932325971,0.3880793498244299,0.004386414878776724,1.3181467871258939e-08,0.0013757271975681367,0.0013255179231027709,0.15329398376205755
535
+ 0.0993929285651298,0.06714867677578427,0.6251640533488975,1.8868986330463274e-07,0.018173784608581132,1.8868986330463274e-07,0.19012017932188066
536
+ 0.055819901303782615,0.03462991603701685,2.8571893321201567e-07,0.652941592824497,0.09260192884902818,2.8571893321201567e-07,0.1640060895478087
537
+ 0.11537396527145057,0.1133893760874385,0.03368430184795137,2.763411709004669e-07,0.469611507282811,2.763411709004669e-07,0.26794029682800685
538
+ 0.04229750320729235,0.01574921342354907,0.005596968167387806,0.0038009421749741353,0.009963229417542218,0.8744177042153765,0.048174439393877895
539
+ 0.09471047346472175,0.022783847162019262,0.0020492101320916316,0.00047995926145302244,0.0007416319465004035,0.0015547067491185574,0.8776801712840954
540
+ 0.9989910940043529,0.0002531893087942821,1.071223141492695e-09,0.00011654106156233193,1.071223141492695e-09,6.310799058466082e-05,0.000576065492259621
541
+ 0.49100265365547896,0.3152188041992554,0.0016679640671794255,0.0038816112941196836,2.3674882957924023e-08,2.3674882957924023e-08,0.18822891943420064
542
+ 0.2391211932476145,0.04383813932603386,0.5100537537060521,2.0096470987665803e-07,0.015686526747950746,0.036983251192927974,0.15431693481471084
543
+ 0.08758594231044482,0.016978374467125287,3.8467257238042545e-07,0.5569227958085554,0.10937026986749691,3.8467257238042545e-07,0.22914184820123276
544
+ 0.20613437351355687,0.22776504667975897,3.5880877900095676e-07,0.025656711372943054,0.3707108808255019,3.5880877900095676e-07,0.16973226999068122
545
+ 0.046075652802795596,0.037717081050136124,5.757798002598155e-08,5.757798002598155e-08,5.757798002598155e-08,0.8355815788425367,0.08062551457059154
546
+ 0.27136104146345374,0.04604527858309346,0.0020250157108841435,0.0024632655256941562,0.0014861147828063924,0.004141123411356388,0.6724781605227117
547
+ 0.999482820533725,6.260229710560609e-05,9.251840288662394e-10,9.251840288662394e-10,9.251840288662394e-10,9.251840288662394e-10,0.0004545734684334301
548
+ 0.4287773003916022,0.3734360332911351,0.001959873946536258,2.7568541539105865e-08,2.7568541539105865e-08,2.7568541539105865e-08,0.1958267096651019
549
+ 0.2609744688668082,0.09071480548614712,0.51701388741889,2.825236732270694e-07,0.030289832498095335,2.825236732270694e-07,0.10100644068271293
550
+ 0.030736534970970057,0.016191650091349413,0.05142609180734969,0.46490859536982204,0.025320854788829752,3.419298979463054e-07,0.4114159310417812
551
+ 0.1623921902166099,0.24602249950561278,0.016472053536073613,4.810414712422717e-07,0.3239737765283251,4.810414712422717e-07,0.2511385181304361
552
+ 0.03836855656832646,0.028756858373820745,6.002731118715598e-08,0.004623527371367129,6.002731118715598e-08,0.8690311129083491,0.05921982472351407
553
+ 0.09875490013208449,0.015041680855623931,0.001175826964157088,0.0002507637556495238,0.00017708890269488346,0.000705731379332022,0.883894008010458
554
+ 0.9967967253180361,0.0006347508720050375,6.014948417744566e-05,8.853144994026564e-10,8.853144994026564e-10,8.853144994026564e-10,0.0025083716698380337
555
+ 0.5032138850916436,0.2936295800757346,5.0506637863810516e-08,5.0506637863810516e-08,5.0506637863810516e-08,0.013037005644218108,0.1901193776684901
556
+ 0.4737517522513385,0.09690915556157663,0.2223385922418175,4.059998498183252e-07,4.059998498183252e-07,4.059998498183252e-07,0.20699928194571812
557
+ 0.3495133755098,0.05148473991378967,0.10878210925116011,0.3701445693899737,6.591257666310248e-07,6.591257666310248e-07,0.12007388768374315
558
+ 0.38656413190360395,0.35006496083643546,1.0969948619652541e-06,1.0969948619652541e-06,0.17939830763334563,1.0969948619652541e-06,0.08396930864202891
559
+ 0.040310091633471316,0.01108698299665899,6.800988913060489e-08,6.800988913060489e-08,6.800988913060489e-08,0.8881957550753435,0.06040696626485894
560
+ 0.3867642676290533,0.05310531568136716,0.001307884932718992,0.0012813002604920686,0.002883909477274233,0.00556930209054384,0.5490880199285505
561
+ 0.999513748121656,3.035647403423945e-05,7.984924048450022e-10,7.984924048450022e-10,7.984924048450022e-10,0.00011497569037465399,0.00034091731845791926
562
+ 0.5384564372872888,0.3405788688711006,4.3555328922468035e-08,4.3555328922468035e-08,4.3555328922468035e-08,4.3555328922468035e-08,0.12096451962029481
563
+ 0.060993635675355796,0.042099514795281553,0.6427282816165617,8.579661879320908e-07,8.579661879320908e-07,0.05829140229898489,0.19588544968144025
564
+ 0.1766395341680615,0.016970883727901086,1.0653255358153166e-06,0.395261132641628,1.0653255358153166e-06,1.0653255358153166e-06,0.411125253485802
565
+ 0.27396223405475806,0.07213811694754385,9.878301399621503e-07,9.878301399621503e-07,0.5917403930511876,9.878301399621503e-07,0.06215629245609042
566
+ 0.00836965737554652,0.016795712372630153,6.685804844773899e-08,6.685804844773899e-08,6.685804844773899e-08,0.9620643890758909,0.012770040601786981
567
+ 0.10686054923014211,0.01853268688628667,0.000554198083673601,0.0008241618386564267,0.00012681341834771065,0.00041558980356684605,0.8726860007393266
568
+ 0.9982767028613034,0.00036473129232245804,8.079741051511949e-05,0.00016280486435410455,7.794813262041631e-10,7.794813262041631e-10,0.001114962012542342
569
+ 0.4698924531696241,0.3724545560158951,0.004968117812072566,8.77603987174602e-08,8.77603987174602e-08,8.77603987174602e-08,0.1526846097212122
570
+ 0.03276260791352364,0.04060674370841025,0.6078708757975425,1.1858586844119536e-06,1.1858586844119536e-06,1.1858586844119536e-06,0.3187562150044704
571
+ 1.956869108440041e-06,0.2739451953954936,1.956869108440041e-06,0.36394716510872954,0.2121151354871322,1.956869108440041e-06,0.1499866334013193
572
+ 0.3295193573375605,0.19189968605194754,1.6114062997456213e-06,1.6114062997456213e-06,0.28105913948661987,1.6114062997456213e-06,0.19751698290497285
573
+ 0.0427929545353177,0.004249871759646776,6.815617810504503e-08,6.815617810504503e-08,6.815617810504503e-08,0.8753765139444146,0.07758045529208657
574
+ 0.20438121138782286,0.03302654403166232,0.0009224604082940741,0.0023047413285286356,0.0032035183708812504,0.00548534114519238,0.7506761833276184
575
+ 0.9998404869332184,7.58704429425215e-10,7.58704429425215e-10,7.58704429425215e-10,7.58704429425215e-10,7.58704429425215e-10,0.00015950927325954223
576
+ 0.433475536068352,0.38224261089754696,9.90321159030021e-08,9.90321159030021e-08,9.90321159030021e-08,0.006019267704128054,0.17826228823362525
577
+ 1.2294609453012068e-06,0.07944156646779094,0.43263156853202417,1.2294609453012068e-06,0.09295213255490141,1.2294609453012068e-06,0.39497104406244743
578
+ 1.340701930466056e-06,1.340701930466056e-06,1.340701930466056e-06,0.46383264232162236,1.340701930466056e-06,1.340701930466056e-06,0.5361606541687252
579
+ 0.14063896096826875,0.23875262081049492,1.2974653483820124e-06,1.2974653483820124e-06,0.47960803007495934,1.2974653483820124e-06,0.1409964957502318
580
+ 0.028516117857927896,0.013881484631157402,0.002947481737487505,7.310399986446673e-08,7.310399986446673e-08,0.9253891847713921,0.02926558479403531
581
+ 0.06993869940754242,0.01715307379530322,0.0006555314038452711,8.395662149556112e-09,8.395662149556112e-09,0.0009463805576699863,0.911306298044315
582
+ 0.9963460535574011,5.47417215954742e-05,0.00015918644312742241,0.0002803867518246103,8.422504556290936e-05,5.1974931097733346e-05,0.0030234315493907816
583
+ 0.5601185830524495,0.32139074854232863,1.576941230075871e-07,1.576941230075871e-07,1.576941230075871e-07,1.576941230075871e-07,0.11849003762872967
584
+ 2.1263475968269898e-06,2.1263475968269898e-06,0.8444850791183314,2.1263475968269898e-06,2.1263475968269898e-06,2.1263475968269898e-06,0.15550428914368425
585
+ 0.22190349739253137,2.8904362411296972e-06,2.8904362411296972e-06,0.7780820504262628,2.8904362411296972e-06,2.8904362411296972e-06,2.8904362411296972e-06
586
+ 0.10228258239220056,0.15797094370130735,2.2458841305132615e-06,2.2458841305132615e-06,0.38339463938545904,2.2458841305132615e-06,0.35634509686864146
587
+ 0.07597649462336514,0.03288628346026933,0.014341337666360608,7.792994586464236e-08,7.792994586464236e-08,0.8394605439838108,0.03733518440630242
588
+ 0.34758020659240124,0.030642470133499376,0.000572524056625843,8.945716237762512e-09,0.0005421156884082174,0.0009456647357961953,0.619717009847553
589
+ 0.9998474043459479,4.2802199374270485e-05,7.301017795374371e-10,7.301017795374371e-10,7.301017795374371e-10,7.301017795374371e-10,0.0001097905342707866
590
+ 0.39002692296656577,0.4973566699454386,0.007046947014159341,0.03537723285527264,1.658747700735838e-07,1.658747700735838e-07,0.07019189546902348
591
+ 0.5207238341494634,1.1667705774967705e-06,0.4306462029056388,1.1667705774967705e-06,1.1667705774967705e-06,1.1667705774967705e-06,0.048625295862587674
592
+ 0.35910218248494635,1.5566609341462038e-06,1.5566609341462038e-06,0.39185834705712447,1.5566609341462038e-06,1.5566609341462038e-06,0.2490332438141923
593
+ 2.911880251084013e-06,0.32643992336203,2.911880251084013e-06,2.911880251084013e-06,0.6735455172367145,2.911880251084013e-06,2.911880251084013e-06
594
+ 0.014457521235435691,0.00847964616472473,9.135018715371665e-08,9.135018715371665e-08,9.135018715371665e-08,0.9667653313000417,0.010297227249236415
595
+ 0.07943567968440227,0.007620189850100465,1.337580729277206e-08,0.0030533066738432993,0.002207543087993589,0.0025968855813679748,0.9050863817464851
596
+ 0.9984189102744899,4.312538379852276e-05,7.253796803532933e-10,7.253796803532933e-10,7.781649379968802e-05,7.253796803532933e-10,0.0014601456717729007
597
+ 0.4591874926507051,0.3799917303123019,2.609845223190613e-07,2.609845223190613e-07,2.609845223190613e-07,2.609845223190613e-07,0.1608197330989039
598
+ 0.18970695384066186,2.4296555169210033e-06,0.7070629662803601,2.4296555169210033e-06,2.4296555169210033e-06,2.4296555169210033e-06,0.10322036125691018
599
+ 0.3076336390839274,1.4424152210746179e-06,1.4424152210746179e-06,0.36309926709270784,1.4424152210746179e-06,1.4424152210746179e-06,0.3292613241624803
600
+ 2.5229941105063837e-06,2.5229941105063837e-06,2.5229941105063837e-06,2.5229941105063837e-06,0.9999848620353369,2.5229941105063837e-06,2.5229941105063837e-06
601
+ 0.08274484076186288,0.02349153733784209,9.278829062623244e-08,9.278829062623244e-08,9.278829062623244e-08,0.8442489717786944,0.04951437175672873
602
+ 0.21545186324009033,0.018768469990756678,1.4587074397984241e-08,0.004091987623330223,0.00202431400813657,0.0043365318761511545,0.7553268186744607
603
+ 0.999599381062609,6.0522939491003346e-05,7.172976863296659e-10,7.172976863296659e-10,7.172976863296659e-10,8.319810014097589e-05,0.00025689574586589296
604
+ 0.3810646971981314,0.5690933157379999,3.2730302020663704e-07,3.2730302020663704e-07,3.2730302020663704e-07,0.03038213589346884,0.01945886926133936
605
+ 3.436193861344728e-06,3.436193861344728e-06,0.9999793828368316,3.436193861344728e-06,3.436193861344728e-06,3.436193861344728e-06,3.436193861344728e-06
606
+ 1.8787932858885213e-06,1.8787932858885213e-06,1.8787932858885213e-06,0.4729487426072662,1.8787932858885213e-06,1.8787932858885213e-06,0.5270418634263042
607
+ 0.09433409669453219,1.556653088297055e-06,1.556653088297055e-06,1.556653088297055e-06,0.44496493466434867,1.556653088297055e-06,0.460694742028766
608
+ 0.09191724063884155,0.022848509569888167,1.0642883992149853e-07,1.0642883992149853e-07,1.0642883992149853e-07,0.7896742602215086,0.09555967028324193
609
+ 0.057353265801035,0.006292957772921752,1.8111321533734286e-08,1.8111321533734286e-08,0.0034303851003745084,0.005499674750219042,0.9274236803528068
610
+ 0.995919142503696,0.0007223172194870135,7.148892701568891e-10,7.148892701568891e-10,7.148892701568891e-10,0.00011232499337264024,0.003246213138776572
611
+ 0.45153118429939026,0.41028112519321697,4.1924186808605096e-07,4.1924186808605096e-07,4.1924186808605096e-07,4.1924186808605096e-07,0.1381860135399207
612
+ 0.17310536241577773,3.4361938613447283e-06,0.6323578940785448,3.4361938613447283e-06,3.4361938613447283e-06,3.4361938613447283e-06,0.19452299873023188
613
+ 0.1880066244979932,3.972414633044017e-06,3.972414633044017e-06,0.8119735134288413,3.972414633044017e-06,3.972414633044017e-06,3.972414633044017e-06
614
+ 0.3472641566244522,2.104121302980962e-06,2.104121302980962e-06,2.104121302980962e-06,0.557610112472112,2.104121302980962e-06,0.09511731441822388
615
+ 0.12985006567652024,1.2606817749507754e-07,1.2606817749507754e-07,1.2606817749507754e-07,1.2606817749507754e-07,0.799779075904452,0.07037035414631786
616
+ 0.3828806631561355,0.013970750963882905,1.8832820179299004e-08,0.0005481075115454432,0.0016975960625156374,1.8832820179299004e-08,0.6009028446402801
617
+ 0.999909621456643,7.063095048032416e-10,7.063095048032416e-10,4.4999606874612575e-05,7.063095048032416e-10,7.063095048032416e-10,4.537611124448644e-05
618
+ 0.4067508270585146,0.5366275680478845,3.6618626311460813e-07,3.6618626311460813e-07,3.6618626311460813e-07,3.6618626311460813e-07,0.05662014014854879
619
+ 5.433761268385855e-06,5.433761268385855e-06,0.9999673974323897,5.433761268385855e-06,5.433761268385855e-06,5.433761268385855e-06,5.433761268385855e-06
620
+ 4.282437766595129e-06,4.282437766595129e-06,4.282437766595129e-06,0.8753431755229556,4.282437766595129e-06,4.282437766595129e-06,0.12463541228821153
621
+ 0.2538063513844177,2.8156812339111356e-06,0.21287668899701107,2.8156812339111356e-06,2.8156812339111356e-06,0.5333056968936355,2.8156812339111356e-06
622
+ 0.04899718646325633,0.034650952301126206,1.5381899851035445e-07,1.5381899851035445e-07,1.5381899851035445e-07,0.8810198955527607,0.035331504225861274
623
+ 0.07887865617927467,0.004023852900971344,2.671104620222715e-08,2.671104620222715e-08,2.671104620222715e-08,2.671104620222715e-08,0.9170973840755693
624
+ 0.9987153730484439,9.326707465001805e-05,7.041487648798097e-10,0.00014344327050995587,7.041487648798097e-10,7.041487648798097e-10,0.0010479144939497865
625
+ 0.3449546980508494,0.5760999733827373,5.430743549789447e-07,5.430743549789447e-07,5.430743549789447e-07,5.430743549789447e-07,0.07894315626899365
626
+ 0.29119043422672286,3.851522893416152e-06,3.851522893416152e-06,3.851522893416152e-06,3.851522893416152e-06,3.851522893416152e-06,0.7087903081588101
627
+ 0.5315450213790772,3.7296885687976802e-06,3.7296885687976802e-06,3.7296885687976802e-06,3.7296885687976802e-06,3.7296885687976802e-06,0.4684363301780788
628
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
629
+ 0.03810921485623318,1.690031101377621e-07,1.690031101377621e-07,1.690031101377621e-07,1.690031101377621e-07,0.9493732968324555,0.01251681229887078
630
+ 0.21442972224259502,0.00938379548831044,2.8725992150103274e-08,2.8725992150103274e-08,0.0013012675566220092,0.0013420883512005296,0.7735430689092878
631
+ 0.9995850288848717,0.00011850147212223348,7.008329542791872e-10,7.008329542791872e-10,7.008329542791872e-10,7.008329542791872e-10,0.0002964668396743983
632
+ 0.3797825285214068,0.6202141818656506,6.579225885223947e-07,6.579225885223947e-07,6.579225885223947e-07,6.579225885223947e-07,6.579225885223947e-07
633
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
634
+ 4.908756077642302e-06,4.908756077642302e-06,4.908756077642302e-06,0.5289838912627883,4.908756077642302e-06,0.4709915649568234,4.908756077642302e-06
635
+ 2.2072469018772182e-05,2.2072469018772182e-05,2.2072469018772182e-05,2.2072469018772182e-05,0.9998675651858874,2.2072469018772182e-05,2.2072469018772182e-05
636
+ 0.020532187398756244,1.7654695702577437e-07,1.7654695702577437e-07,1.7654695702577437e-07,1.7654695702577437e-07,0.871230755640552,0.10823635077286367
637
+ 0.04466607845366887,0.0029568220105104207,3.4547582711209797e-08,3.4547582711209797e-08,3.4547582711209797e-08,3.4547582711209797e-08,0.9523769613454899
638
+ 0.9942009130151963,0.0008974836648604994,6.849456875510117e-05,0.0002942012986236381,5.939914442372369e-05,0.00013781236214050746,0.004341695946000104
639
+ 0.15491194646751688,0.62966446081753,8.351684719310437e-07,8.351684719310437e-07,8.351684719310437e-07,8.351684719310437e-07,0.21542025204106527
640
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
641
+ 0.9999443255320285,9.279077995251927e-06,9.279077995251927e-06,9.279077995251927e-06,9.279077995251927e-06,9.279077995251927e-06,9.279077995251927e-06
642
+ 2.2072469018772182e-05,2.2072469018772182e-05,2.2072469018772182e-05,2.2072469018772182e-05,2.2072469018772182e-05,2.2072469018772182e-05,0.9998675651858874
643
+ 0.012105836143169495,1.9877582046088494e-07,1.9877582046088494e-07,1.9877582046088494e-07,1.9877582046088494e-07,0.9786064932386181,0.009286875514930558
644
+ 0.3289083391611174,0.020675783623947088,3.496111442001934e-08,3.496111442001934e-08,3.496111442001934e-08,3.496111442001934e-08,0.6504157373704779
645
+ 0.9993214154427129,0.0002591206609381584,6.994243455829118e-10,0.00018992034815094064,6.994243455829118e-10,6.994243455829118e-10,0.0002295414499249713
646
+ 0.28107988619494695,0.5505490746586078,3.8063600241329146e-07,3.8063600241329146e-07,3.8063600241329146e-07,0.12761995182605643,0.040749945412381756
647
+ 1.0221333640235691e-05,1.0221333640235691e-05,1.0221333640235691e-05,1.0221333640235691e-05,1.0221333640235691e-05,1.0221333640235691e-05,0.9999386719981587
648
+ 2.3797950060981694e-06,2.3797950060981694e-06,2.3797950060981694e-06,0.628327630213243,2.3797950060981694e-06,2.3797950060981694e-06,0.3716604708117263
649
+ 1.1786352684118877e-05,1.1786352684118877e-05,1.1786352684118877e-05,1.1786352684118877e-05,0.9999292818838954,1.1786352684118877e-05,1.1786352684118877e-05
650
+ 0.05784391061160957,1.9531232323754327e-07,1.9531232323754327e-07,1.9531232323754327e-07,1.9531232323754327e-07,0.9158305854925214,0.026324722646576135
651
+ 0.12088275882638046,0.0076364662567353,3.975346674527993e-08,3.975346674527993e-08,3.975346674527993e-08,3.975346674527993e-08,0.8714806159030173
652
+ 0.9962506129044955,0.0006735011809380446,9.788362030269846e-05,0.0004945974291165876,2.916080512062023e-05,6.318876282607747e-05,0.0023910552972005407
653
+ 0.07138353754981396,0.5445769263173406,4.977677144777279e-07,0.055119591357515166,4.977677144777279e-07,0.17623117207752606,0.15268777716237528
654
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
655
+ 1.8671729286088656e-06,1.8671729286088656e-06,1.8671729286088656e-06,0.40132469439566987,0.5070085633977552,1.8671729286088656e-06,0.09165927351486042
656
+ 1.1786352684118877e-05,1.1786352684118877e-05,0.9999292818838954,1.1786352684118877e-05,1.1786352684118877e-05,1.1786352684118877e-05,1.1786352684118877e-05
657
+ 1.990310110117145e-07,1.990310110117145e-07,1.990310110117145e-07,1.990310110117145e-07,1.990310110117145e-07,0.9999988058139339,1.990310110117145e-07
658
+ 0.1842710697589403,4.396346825437159e-08,4.396346825437159e-08,4.396346825437159e-08,4.396346825437159e-08,0.004872139494721952,0.8108566148924646
659
+ 0.9984634807766791,0.0007737146545491156,0.000158269801016315,3.8653464628833824e-05,6.984142648566198e-10,8.011780105995451e-05,0.0004857628036524198
660
+ 0.11510317338275498,0.6974998244202131,4.85655895667514e-07,0.022513278473778507,4.85655895667514e-07,0.0705011743144445,0.09438157809701779
661
+ 4.44255544636141e-06,4.44255544636141e-06,0.9999733446673215,4.44255544636141e-06,4.44255544636141e-06,4.44255544636141e-06,4.44255544636141e-06
662
+ 0.33467060420261685,9.667816141743647e-07,9.667816141743647e-07,0.3435826621160754,0.03898175415718186,9.667816141743647e-07,0.28276207917928325
663
+ 0.13335344437545238,3.1915618554855247e-06,3.1915618554855247e-06,3.1915618554855247e-06,3.1915618554855247e-06,3.1915618554855247e-06,0.8666305978152702
664
+ 0.019861561707155043,1.7921965053354546e-07,1.7921965053354546e-07,1.7921965053354546e-07,1.7921965053354546e-07,0.9801375421945923,1.7921965053354546e-07
665
+ 0.07682687242381796,0.015746245544726423,4.4992877544994036e-08,0.0010340272450798532,4.4992877544994036e-08,0.025508307902404895,0.8808844568982158