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.9912756014712184,0.00556071520092584,1.7926477563984578e-05,0.0007170899298517703,4.0809279593698245e-10,0.0007806707359216963,0.0016479957764254532
2
+ 0.0034056736234009013,0.7929891884103919,0.0019035013906005863,0.04735739402885876,0.0012419389421241792,0.09968278141341844,0.05341952219120528
3
+ 7.950242702330145e-07,0.056387508269511694,0.7964063120974024,0.05910923422451617,7.950242702330145e-07,7.950242702330145e-07,0.08809456033575902
4
+ 0.006977330845635499,0.17809896225505753,0.01108801603361296,0.42802201225320197,0.0037115540385396243,0.09364670798963136,0.278455416584321
5
+ 1.7444545813227465e-06,1.7444545813227465e-06,1.7444545813227465e-06,1.7444545813227465e-06,0.4878418286391417,1.7444545813227465e-06,0.5121494490879517
6
+ 0.0025559594610175926,0.001176317940354786,0.0015575194088030494,0.0006940913719586237,8.268433463461488e-09,0.9912586054896916,0.00275749805974105
7
+ 0.03969057621501345,0.0684866885470131,1.3093185494294854e-08,0.01096730123664609,0.0010024158180140302,0.02460226343528638,0.8552507416548416
8
+ 0.9593555025644034,0.026476109544506923,0.00012044187935085867,0.002849079690391722,0.00011647887952391058,0.002465039186922377,0.008617348254900853
9
+ 0.0017971153221559423,0.5425176983731818,0.0055584175352288885,0.05944875865923759,0.001690424294419892,0.23292388574772993,0.156063700068046
10
+ 5.57155502558913e-07,0.024474422767843278,0.5192288780636195,0.06769434421760087,0.08552984648572477,5.57155502558913e-07,0.30307139415420653
11
+ 0.02017777897037218,0.12942412483471383,0.00644116034027285,0.34527164211891037,0.0041565117779067025,0.24418342471387458,0.2503453572439495
12
+ 1.556029945148051e-06,0.13024119919809227,0.0727344767851719,0.09398966456330715,0.5303143779164153,0.1186214169557867,0.05409730855128149
13
+ 0.004388208034258137,0.008183427925707486,7.039201184703862e-09,7.039201184703862e-09,7.039201184703862e-09,0.9843462919653624,0.0030820509570684634
14
+ 0.048190064188791855,0.09306989296777694,0.004088432561001703,0.017261775165208795,0.0021323322595411184,0.0642314597342833,0.7710260431233963
15
+ 0.9802425707985492,0.013974689072478248,5.2366178227660664e-05,0.0014414817890400318,4.2742147656089934e-10,0.001086760080454723,0.00320213165382871
16
+ 0.003904837715635938,0.6900577354327126,0.0025356034785271524,0.03693622238813955,0.00029449048381397565,0.1763634343211298,0.08990767618004117
17
+ 3.8502735930767027e-07,3.8502735930767027e-07,0.5998458835662115,0.10899105885766634,0.17308558206965888,0.08679936243343214,0.03127734301831248
18
+ 0.02817446330025886,0.10109536445017775,0.009825423862550645,0.3902682972545849,0.015653151919647418,0.18959124519137968,0.26539205402140076
19
+ 0.06434654172381007,0.16744339569747663,7.687930728813209e-07,0.028406303041286458,0.46596337395035065,0.07942257656353284,0.19441704023047043
20
+ 0.0025001651977849667,0.003394141208321582,5.213087273668312e-09,0.00030897680666174926,5.213087273668312e-09,0.9918212063941443,0.001975499966912784
21
+ 0.009353718854701572,0.08206281813385924,0.0020953617319513685,0.015458914058884745,0.0010618940813958047,0.08880609516689608,0.8011611979723111
22
+ 0.8500175983427807,0.09377321794397364,0.0009383326811212264,0.01141470240549392,0.0002210677207498211,0.010528033793531606,0.03310704711234922
23
+ 0.0021515327122581243,0.5000972794162369,0.004852675902748232,0.0772835645175861,0.0011230980240877686,0.23955994347745566,0.17493190594962707
24
+ 0.08837086510519997,0.1968368564340324,0.51178120223788,3.892081092804433e-07,0.01565211643650313,0.01680889519870167,0.17054967537957344
25
+ 4.755901640581005e-08,0.11960322577597576,0.01114152252700627,0.28050705289629474,0.020820121240522932,0.18774792765986284,0.38018010234132105
26
+ 6.206404120814013e-07,0.11511078167596472,6.206404120814013e-07,6.206404120814013e-07,0.33508650149495417,0.2790033081654888,0.270797546742356
27
+ 0.0040030878393293706,0.006014032923361553,4.234183607697577e-09,0.0014579276225897746,4.234183607697577e-09,0.9850372586023003,0.003487684544051982
28
+ 0.023000972440200274,0.10962873129457902,0.00827625528530996,0.02203040753947932,0.004544251062092247,0.16553236359540646,0.6669870187829327
29
+ 0.970443032521964,0.022130303998656148,0.0003033310162821643,0.002003825543555763,5.111793908937273e-10,0.0011994734043165984,0.003920033004045902
30
+ 0.0006456603450869748,0.7466738948763564,0.002103887232468641,0.03844610922101331,0.0014470402519798486,0.12965021570030286,0.08103319237279212
31
+ 1.8281550047876242e-07,0.18293370847113213,0.6816143970681711,0.0024637013170629688,0.04512694342830698,0.03256511719886835,0.05529594970095799
32
+ 0.008824861921524344,0.125497661211654,0.011459886996922223,0.4173929681172046,0.008711660250841812,0.11126922583499528,0.3168437356668578
33
+ 4.4329612904347274e-07,0.08068430129042058,4.4329612904347274e-07,0.042426921659903846,0.6421593749930169,0.1678522361523698,0.06687627931203079
34
+ 0.00046513440661569963,0.010418087364274716,3.137630676216319e-09,0.0017535434489143597,3.137630676216319e-09,0.9819160899159727,0.005447138588961186
35
+ 0.004541190842764798,0.07892797554897464,0.0018933998539614244,0.020607995025149102,0.0013788498048306686,0.09091178472651991,0.8017388041977994
36
+ 0.8093127335287427,0.12653761808263983,0.0010444681378893124,0.014482405914903879,0.00023238881217910645,0.01145554796757189,0.03693483755607324
37
+ 0.0006634277470758312,0.5589638960911402,0.005620131665270813,0.060634655375002476,0.002100651880616506,0.20805757378075188,0.1639596634601424
38
+ 1.6992885567230327e-07,0.22748283347625278,0.4306377690553302,0.02251192424419163,0.039312948138033925,0.07382471978976056,0.20622963536757538
39
+ 0.005816186283230068,0.12856540362508245,0.009986189731807857,0.29009468845635056,0.006040013987757551,0.24432365268885203,0.31517386522691937
40
+ 3.5404805793582346e-07,0.09553019277130441,0.07863468387358388,0.03797653623032518,0.36803049823409023,0.18812936436258576,0.23169837048005257
41
+ 0.0025560918111512346,0.005118896217632435,0.00018478429157836956,0.0011902454059265594,2.637788591866075e-09,0.9865965824320305,0.004353397203892328
42
+ 0.007426633884115326,0.12734603158995852,0.006167956632974668,0.023816797534381512,0.0053093196544875465,0.1616319079751879,0.6683013527288946
43
+ 0.9480279450075614,0.040308428079628665,0.000412292967059842,0.0032364393102747237,2.4301171642222374e-05,0.0017460780486602064,0.006244515415172798
44
+ 9.952563875644712e-05,0.737986205724249,0.004558108147821036,0.036617257970265056,0.0035018263940952785,0.1252708014949813,0.09196627462983195
45
+ 1.2230492918392573e-07,0.11783149388450091,0.5431836571884884,0.08617753296307121,0.03884578775977359,0.0980534375438068,0.11590796835543007
46
+ 1.585908126830161e-08,0.1468095220935163,0.010763778462843227,0.3852106012292692,0.013437978835539457,0.1221306342148759,0.3216474693048747
47
+ 0.03178767458255277,0.10414575969851075,0.013980490470321032,0.12715114680705022,0.5585836328774068,0.019390658483869117,0.1449606370802893
48
+ 0.002049902825793841,0.00925173204179113,1.9898091375933747e-09,0.0013534667724423536,1.9898091375933747e-09,0.9822637383174702,0.005081156062884091
49
+ 0.0009546002104655592,0.08920352035148779,0.007819108315676565,0.025398408375655847,0.002324447079567259,0.11917031563952878,0.7551296000276181
50
+ 0.5306896510156368,0.30780030936352887,0.0019321801568489097,0.034482574158892186,0.0017432558423497932,0.030246999661446825,0.09310502980129663
51
+ 2.3295696510458567e-09,0.5479369229383959,0.004720636842409398,0.057747121365246706,0.0033179891612622,0.20344583695094237,0.18283149041217364
52
+ 1.0032850614895582e-07,0.18572864980787085,0.3668876802451055,0.06326232936453352,0.06584663440462345,0.10303810839160508,0.21523649745775553
53
+ 0.004825816678643881,0.15847434030246269,0.004750289700434173,0.2606120066965437,0.02313490330599574,0.21730199555109497,0.3309006477648248
54
+ 1.835357233413054e-07,0.08551332900065614,0.10541006346377456,0.11189498665114991,0.24700167521636837,0.2046403875832308,0.24553937454909697
55
+ 0.0008618923138802452,0.013519505695264588,1.6860909670797829e-09,0.0017708140572599022,1.6860909670797829e-09,0.9794644422562521,0.004383342305161365
56
+ 0.004307894944387508,0.1465436138021122,0.005714204197723321,0.032870100604317706,0.005090279900572257,0.18804978134398645,0.6174241252069005
57
+ 0.9298146179868266,0.055077523117952984,0.0001282765810675164,0.003879376298623182,6.808461866565661e-05,0.001954710658886627,0.009077410737977333
58
+ 0.00035537855943437675,0.7524698286941978,0.0022386591805649138,0.03877894125103624,0.0038797870041241676,0.11280323584298542,0.08947416946765702
59
+ 9.134508559178358e-08,0.0584466451472145,0.5692280955849427,0.08845072822205031,0.050750956597537596,0.07212281717337597,0.16100066592979345
60
+ 0.00032583922254984847,0.1307719557521613,0.011378180706287166,0.44008618601131644,0.016359240886914313,0.12969378950793278,0.27138480791283814
61
+ 1.1542879384506608e-07,0.16795772171090312,0.046445670808926594,0.0568849270523883,0.41311267940319896,0.1551997832137455,0.16039910238204366
62
+ 0.0006120348941898382,0.008647653271036934,0.0003277805637042855,0.0025365571297460755,0.00015669494671002025,0.9829228451897681,0.004796434004844661
63
+ 0.0017864486367429931,0.09320420785186513,0.0031775587678940127,0.026484146449658692,0.0037429410054117193,0.1287582420035197,0.7428464552849078
64
+ 0.592837045182479,0.2705163111022278,0.0013798941778933363,0.02807351955658551,0.0009161479404971441,0.02572257744524595,0.08055450459507123
65
+ 1.5056082077313443e-09,0.5063547467349564,0.004910499650583769,0.05366090809012789,0.003346032963959924,0.24362385303012843,0.1881039580246355
66
+ 8.996056342146999e-08,0.1799615837603815,0.4651829525152321,0.014476879629107103,0.04736644032168435,0.07739760516968432,0.2156144486433471
67
+ 0.007018553963227221,0.10261933893917641,0.013110310000262774,0.3020296094627193,0.018791258060343617,0.22576813982155622,0.33066278975271446
68
+ 9.619711674201825e-08,0.14189287666456726,0.07114361383430212,0.05680244383086207,0.29713918221871966,0.19237945565942988,0.2406423315950022
69
+ 0.00030873532185556377,0.008660605646051844,6.246854995296224e-05,0.0012990431582308966,0.00036736735723216053,0.9846468399289938,0.004654940037682627
70
+ 0.002734844461986472,0.12057075374209367,0.0036822838703970523,0.033461853828049004,0.006372609246537342,0.20409435752858282,0.6290832973223537
71
+ 0.9197758383002028,0.06057943615612088,2.3161734284839004e-09,0.002853233432740911,2.3161734284839004e-09,0.010673789412386205,0.006117698066202345
72
+ 0.000395317276723439,0.6526791615488017,0.00322799745197027,0.03824246564684656,0.003285459807769142,0.18515456005412598,0.11701503821376286
73
+ 7.725555166529965e-08,0.09326692866840712,0.4692651202734739,0.018348659189587013,0.02625444073056406,0.16019777087645062,0.23266700300596566
74
+ 0.0026963222701946025,0.10150368878133811,0.009388676880783504,0.3617562525859495,0.026914522052117095,0.21768973489451288,0.2800508025351042
75
+ 0.011797310261873726,0.13672598365009336,0.019417886233267918,0.058405382995651414,0.42783817492393983,0.14393058748818577,0.20188467444698802
76
+ 0.0005536933790511402,0.00717545268949193,0.0002575738146321753,0.0009877503394024752,0.00018457416873036005,0.9875792083729887,0.0032617472357032587
77
+ 0.00048319069720230304,0.06940915504572104,0.006302783943800323,0.025485467343666145,0.006836269686927151,0.19758961871070166,0.6938935145719815
78
+ 0.565439310828071,0.23638082424831156,0.000293428530457482,0.02558060099808699,0.0009638439810565065,0.08217803084906145,0.0891639605649549
79
+ 9.09405836735181e-05,0.41530836858862735,0.0051081025561865645,0.052273211766599985,0.0030993951682021944,0.3290738692087475,0.195046112127963
80
+ 7.986018207109914e-08,0.11719759766808907,0.37534395338475685,0.06224072971209379,0.06537671235500088,0.15972161812166874,0.22011930889820852
81
+ 0.0009344067868786173,0.08631746611621727,0.015058314431997297,0.25695628910143337,0.022494157537736825,0.29014692767438893,0.32809243835134766
82
+ 7.519461767319581e-08,0.12853110683197358,0.04328178582614204,0.09406625988704635,0.3421299564229656,0.20451092714066033,0.18747988869659443
83
+ 0.0014650717053011082,0.005246307653793084,0.0001138298975236291,0.0010817441442972956,7.063281027302719e-05,0.9889975167991378,0.003024896989673996
84
+ 0.006511751660863331,0.08616607023088178,0.006708769752783042,0.03351982286532729,0.00847396764661998,0.3118429566152024,0.5467766612283222
85
+ 0.9613164186632471,0.028393639666745747,9.864547305617265e-05,0.0034104069222632106,4.338467222765694e-09,0.003762659294148305,0.0030182256420721886
86
+ 0.0009045581524218081,0.5885361612790978,0.0014455452894670785,0.023157226694968346,0.004464987316063619,0.2549109895731266,0.12658053169485475
87
+ 8.271828876581528e-08,0.1145653834313866,0.46253146459384165,0.020572764294377138,0.024229197893527846,0.1408055665012893,0.23729554056728874
88
+ 0.0043631936047118045,0.08971887841400626,0.017103104270499776,0.32906408212698474,0.017903401088952355,0.244303619455072,0.29754372103977306
89
+ 7.827566746866423e-08,0.08332216361283645,0.014899531391319328,0.025233777353234222,0.34465274106751503,0.29360833214890497,0.23828337615052256
90
+ 0.0010408515628684144,0.0032578613542059505,0.0002295813577314426,0.0008476542626243846,9.770319228071779e-05,0.9904874897217262,0.004038858548562898
91
+ 0.00157429618331158,0.04981857417587315,0.006004426901146495,0.01687097992705129,0.004318390762171722,0.25714022620794075,0.6642731058425051
92
+ 0.7740248082021814,0.10518202337553491,0.00019605924175295666,0.01624617118145215,0.0014064924152426168,0.053664966965064606,0.04927947861877111
93
+ 0.001617244622644004,0.36835982363047043,0.0065241933967078595,0.023656833089775633,0.004516411056704029,0.43755678876842546,0.15776870543527258
94
+ 9.627099081793606e-08,0.030865001192493274,0.49692820299619905,0.06605278648640471,0.011335667431170857,0.15460380822733202,0.2402144373954093
95
+ 0.0026476345186047835,0.09119365858986607,0.005708612969381053,0.24437115190076703,0.025995229738119845,0.33263036096610055,0.2974533513171608
96
+ 1.056135888167674e-07,0.08512279734340224,0.06371032393164913,0.027898263144337784,0.3392785926818442,0.20436065520913752,0.2796292620760404
97
+ 0.0009914812394495832,0.0029387627535939886,0.0001182443593377226,0.0006133972975271003,0.00021264649375049644,0.9920353249154295,0.0030901429409118104
98
+ 0.0024095934447610616,0.06461335043481016,0.0036139074458982306,0.017395449296400533,0.007000766987281139,0.3351817843868237,0.5697851480040251
99
+ 0.9721271311668268,0.01720490258690496,5.643647530928015e-09,0.0010090829305193928,5.643647530928015e-09,0.005478677148866137,0.004180194879587469
100
+ 0.0014344042235494186,0.5374074748143329,0.0005801394861082562,0.02650692514358761,0.002959754372669062,0.32206025756519613,0.10905104439455662
101
+ 0.005435264467068317,0.06177044919494934,0.48167566602003525,0.04762821856709078,0.047302948732614994,0.1902455627722477,0.16594189024599365
102
+ 0.0015439722083766838,0.06040873893107582,0.0018840815817139,0.39879572774193073,0.0294823512866131,0.27057476252205076,0.23731036572823896
103
+ 1.1502143869266665e-07,0.08612311000149225,0.02475828111451255,0.009704895073274258,0.4210201838127201,0.28184604573782657,0.17654736923873557
104
+ 0.0005038207041110517,0.0032052389878385076,0.00019768928943626182,0.0008322758041758012,0.00031047360673231567,0.9908548825527691,0.004095619054937057
105
+ 0.002628394028278928,0.04389501183932857,0.005085480476129904,0.011990432463556515,0.0054615643105431246,0.24188166756770846,0.6890574493144546
106
+ 0.5942928510258845,0.15747759628566776,0.0004779882668964294,0.03804242896675412,0.001936090411353159,0.1106157824392631,0.09715726260418098
107
+ 0.0008219558914843302,0.4161728889556538,0.005953565589491248,0.023961219518608395,0.0035799924037194964,0.4106702765521573,0.13884010108888542
108
+ 1.5214512122902197e-07,0.05487715417744106,0.6004827461243079,0.03179349584200893,0.04301084059829023,0.14010693941116426,0.12972867170166644
109
+ 4.808921671592383e-08,0.09554417118761643,4.808921671592383e-08,0.2757259560774476,0.05553046098293988,0.24412234094836188,0.3290769746252008
110
+ 1.330439444027039e-07,0.07455739798992839,0.03828221570139792,0.02990810730500867,0.3579423153283135,0.22124156886900875,0.2780682617623985
111
+ 0.0012119429882106935,0.002597793250053612,0.00021382409437028352,0.0007512348412358458,0.00013655448206885152,0.9909467189268405,0.004141931417220185
112
+ 0.004522701502050696,0.07322501201365428,0.011966672949330718,0.015083915927591802,0.006028916436325196,0.282841172103433,0.6063316090676143
113
+ 0.9833754529718123,0.010582204985753496,9.301446225473407e-09,0.001358269209414063,0.0022373856174789054,0.0008823416614046893,0.001564336252690475
114
+ 0.0020954903516828094,0.6554241089228295,0.0016873328101607652,0.013537007338174518,0.006982963863755463,0.2259440263842401,0.0943290703291567
115
+ 1.235031224670279e-07,0.08107453837333349,0.5306268353735448,0.05253718717600435,0.035931762242202514,0.14040512427572618,0.1594244290560661
116
+ 4.905268653258187e-08,0.12280154208657643,0.01566840081466854,0.4247757950992563,0.028125915831364458,0.20342393753545154,0.20520435957999622
117
+ 1.5393767805668216e-07,0.06740803670596263,0.043159931637792005,1.5393767805668216e-07,0.5028660792597661,0.15265686032238213,0.23390878419874084
118
+ 0.0005374632513074913,0.002059408786621609,0.00029368687808406827,0.0004983094848530784,3.861401725810793e-05,0.9940125454564207,0.0025599721254548546
119
+ 0.002460056047862798,0.04610480376388746,0.008288818821413609,0.012600534889607145,0.007022992817339778,0.14129582496132284,0.7822269686985664
120
+ 0.810988866699522,0.09494442168415178,9.287024787316501e-09,0.014105155933975743,9.287024787316501e-09,0.026162190256333394,0.0537993468519677
121
+ 0.003993328149608948,0.4819708296962108,0.0023065463993813063,0.016542871805847435,0.0031725665546867457,0.3654389038350732,0.1265749535591915
122
+ 0.003274217425101825,0.13460123075112132,0.5701464568897597,0.03813544289817715,0.05676507755574652,0.10359333158060843,0.09348424289948505
123
+ 7.105241554344198e-08,0.08382347055326096,0.02356854885502824,0.33921604607872685,0.04819960180731081,0.18688260480988014,0.3183096568433774
124
+ 0.029349108970240703,0.10217181984615022,0.022369456722829098,1.5526966343652942e-07,0.5463054158279419,0.19647090227145989,0.10333314109171485
125
+ 0.0008948796587874919,0.0010315323632361622,0.00040955190749877477,0.00035554004619828603,0.0001472387215675988,0.9946115854971278,0.002549671805583919
126
+ 0.0025666810331025146,0.06537756532411,0.005947999102124561,0.006945878223335001,0.004439287089157548,0.21494880810153807,0.6997737811266322
127
+ 0.987286013310425,0.005242989188553261,1.1051430282755704e-08,0.0006687489420250013,1.1051430282755704e-08,0.004799304219122525,0.002002922237013624
128
+ 0.003291274656110732,0.6427598748956945,0.000611337497684644,0.016331541238297713,0.0023135522578734756,0.2505778656202116,0.08411455383412741
129
+ 0.011825327568629215,1.4639585817208054e-07,0.7007540445164806,1.4639585817208054e-07,0.04942024828669309,0.08580129879247861,0.15219878804400197
130
+ 1.0048601813033922e-07,0.047385277749046176,0.007345427426199256,0.44227788757181075,0.0443947842812373,0.17199684216772904,0.28659968031795924
131
+ 0.006268079233237377,0.06995723260176713,0.019965106302063395,1.67367830517225e-07,0.5107799696366295,0.10492388488598363,0.2881055599724886
132
+ 0.0004894635957406276,0.0016680996953419495,0.0001800645113357292,0.000321063458659322,6.661913829354877e-05,0.994323046120576,0.002951643480052855
133
+ 0.0018952404023965534,0.024854933031633605,0.00459334712922484,0.008771837762902714,0.00399004142099042,0.14372062634203603,0.8121739739108159
134
+ 0.600985685042318,0.14312422661668892,0.0052087724379992085,0.020893448884881132,0.0008395728067083589,0.1195965545731066,0.10935173963829783
135
+ 0.004071816483631139,0.392617158320928,0.014754447437835397,0.009053246151897568,0.0062044497244261925,0.3981992546828991,0.17509962719838268
136
+ 1.6286770844929756e-07,0.04779449513277888,0.6917706459649448,0.03516518764419296,0.05435085607435304,0.1016720586058303,0.06924659371019161
137
+ 1.3127758662850766e-07,0.03577531416870584,0.01258310123127264,0.45650801464756796,0.00553918093687472,0.23815401054642535,0.25144024719156693
138
+ 2.1136234284293207e-07,0.0549315310255847,0.015909811248761244,2.1136234284293207e-07,0.5558316059752094,0.11535786832605792,0.25796876069970104
139
+ 0.001072337092014367,0.0011611915890549233,0.0003085258699317516,0.0004365930381155992,0.00018987764143228023,0.9940687497056784,0.0027627250637727307
140
+ 0.007804496926032907,0.0686582422821626,0.006471768285834628,0.017949557415645596,0.002806295761667343,0.24624152842297006,0.6500681109056868
141
+ 0.978230522311043,0.004160999201962046,1.7008620496758954e-08,1.7008620496758954e-08,1.7008620496758954e-08,0.011933330265673687,0.005675097195459873
142
+ 2.1552407816035205e-08,0.6877865677570902,0.004092834768801775,0.012209818676710442,0.0014571756453829062,0.21037572033230384,0.08407786126730309
143
+ 1.3659799614425585e-07,0.05414239126749195,0.6381415287890525,1.3659799614425585e-07,0.00580032054719388,0.08862312338585346,0.21329236281441574
144
+ 1.0384851999117648e-07,0.02913550608425495,0.012313399188477814,0.6481476906933115,0.005165174785268938,0.054551431460682774,0.25068669393948406
145
+ 2.343497679216633e-07,0.0529519867929117,0.035600483916450223,2.343497679216633e-07,0.49162387139046526,0.15387062468136897,0.26595256451926785
146
+ 0.0006012222565859901,0.0007833453862533135,0.0002239733182663323,0.00038343075130305734,6.081924693794721e-05,0.9944661935984292,0.0034810154422242287
147
+ 0.002790661088271997,0.03066146980486169,0.005754769295210993,0.002701435126138569,0.0018709444525345413,0.12344909530860439,0.8327716249243778
148
+ 0.8465188850196123,0.0581255800168174,1.683442588759738e-08,0.01420119349896189,1.683442588759738e-08,0.04671336040404405,0.03444094739171255
149
+ 0.006676340872714759,0.538065698802515,0.010768229921166645,0.00944259154959323,0.0017779951754260679,0.30882959439864544,0.12443954927993876
150
+ 0.007596427898625236,0.041838384852341204,0.6125353326907585,1.5638336842413956e-07,0.01956169161869988,0.18103502131748775,0.13743298523871883
151
+ 0.02198796533126525,0.07037504985206182,0.03026507659341309,0.4962531105585723,0.021455874735510458,0.08172108564110653,0.2779418372880706
152
+ 3.792183108363098e-07,0.08987660661949833,0.04544129602547661,3.792183108363098e-07,0.5611763086442728,0.1660867077754546,0.13741832249867597
153
+ 0.0006248720909188301,0.00136990689039436,0.00013662883680236893,0.0002015019353486294,4.3414785366089383e-05,0.9947117900668017,0.0029118853943679575
154
+ 0.006027929578135801,0.053799766098821436,0.003110822350022115,0.008980370744582827,0.007433455449099318,0.17647898827366698,0.7441686675056715
155
+ 0.9769319847541675,0.014503668857416992,1.8831303761747727e-08,1.8831303761747727e-08,1.8831303761747727e-08,0.004344344868114124,0.004219945026389896
156
+ 0.002773162986731948,0.7222865257659071,0.0037268062423037565,0.004117952427662607,0.0016275040245892103,0.2040862421690099,0.06138180638379547
157
+ 1.845218593764703e-07,0.014732233800740142,0.6494398443226843,1.845218593764703e-07,0.03608872425184748,0.10860326376918866,0.19113556481182054
158
+ 1.4672296652336887e-07,0.04341163618358827,0.004964816942139029,0.5723065340374612,0.07538500728994127,0.058698334244189465,0.24523352457971404
159
+ 3.5317404320571755e-07,0.05421014092414703,3.5317404320571755e-07,3.5317404320571755e-07,0.4835128787796097,0.08123041641436729,0.3810455043597463
160
+ 0.000364043035914523,0.001086114242688689,0.00014816043696401577,0.0003201777246940918,3.442683554971468e-05,0.9958701910020955,0.0021768867220935163
161
+ 0.0051077742632719865,0.025918964115391532,0.005605327563352433,0.002301278967679342,0.0031347520839655808,0.14674652315671832,0.8111853798496207
162
+ 0.710618005525777,0.09618138476429265,1.8702484736229083e-08,0.037052000646467693,1.8702484736229083e-08,0.08247190967082653,0.07367666198766647
163
+ 0.00236611568146877,0.4324543462949335,0.0016504260048901124,0.003958161131225344,0.0049020120398932596,0.38954727641242076,0.16512166243516835
164
+ 2.144566114294428e-07,0.01147272107939989,0.5817401877406386,0.009159436637646469,0.011725788388742841,0.20781436514003557,0.17808728655692507
165
+ 0.035704856922267096,0.056218450010895635,1.9498607608190584e-07,0.4492351044966029,1.9498607608190584e-07,0.15988278596903704,0.29895841262904516
166
+ 3.9129663779693417e-07,0.011068168061322381,0.053889665169345215,3.9129663779693417e-07,0.5325296557621728,0.1279758276540052,0.2745359007598788
167
+ 0.0007054796998208714,0.0010508313907346618,0.00020527066275402496,0.0002241996468656359,3.787736663694184e-10,0.9948673961923021,0.002946822028749008
168
+ 0.006718688393561272,0.053197459445959557,0.009973700310961781,0.007038898576029311,0.0036419680287580643,0.2543248381600512,0.6651044470846789
169
+ 0.9948145673227671,0.004084083177761814,2.4527444793089023e-08,2.4527444793089023e-08,2.4527444793089023e-08,2.4527444793089023e-08,0.0011012513896919236
170
+ 0.019893016702318123,0.6449038592938148,0.0032622212447996454,0.0029950118514979573,0.002969525180118312,0.2692470973050542,0.05672926842239692
171
+ 0.011067526571909838,0.030264046557492895,0.6303419240908719,0.011751750437591215,0.031061555009628115,0.11573409686595995,0.16977910046654615
172
+ 0.01606096862805896,1.7447950260274936e-07,1.7447950260274936e-07,0.5778646488467208,0.03173935226086019,0.03800287448688643,0.3363318068184684
173
+ 5.187208687486581e-07,0.3120045943086031,5.187208687486581e-07,0.029742530252064584,0.5118833517423329,0.10322687843019318,0.04314160782506863
174
+ 0.00011904460551271593,0.0007763894823134105,0.00014632186623055315,0.0003363328263426105,0.0001576058566832718,0.9953161565062921,0.0031481488566253097
175
+ 0.00853922186190134,0.030182918757719314,0.00215167790555976,0.004890975425516238,0.005346788503758331,0.13982467905993848,0.8090637384856065
176
+ 0.8954862846912335,0.054053694042824965,2.3647790388524395e-08,0.013040972371901504,2.3647790388524395e-08,0.024821564148641763,0.012597437449817419
177
+ 0.0134713003678856,0.5167459953282554,0.023895205426821775,0.007043080841460663,4.3059937500696626e-08,0.34788386261296356,0.09096051236267559
178
+ 2.902660707915748e-07,0.059996588179542155,0.5020063298916384,2.902660707915748e-07,2.902660707915748e-07,0.1814572798048592,0.2565389313257479
179
+ 2.0764833064263025e-07,0.09667066153741866,0.006522926044385438,0.620090431766345,2.0764833064263025e-07,0.11633265900033912,0.16038290635485042
180
+ 4.422462783520947e-07,0.011732228643396538,0.020989839260257968,4.422462783520947e-07,0.5017273766582993,0.3275432286982938,0.1380064422471958
181
+ 0.0005222450842691728,0.001664122601882511,9.937011515552736e-05,0.00015715078995642067,3.906330557933704e-05,0.9945352007094276,0.0029828473937294543
182
+ 0.009823563288219966,0.05613499603144769,0.004418303930132646,0.005702565794367548,0.003393372542225063,0.19430865144795534,0.7262185469656517
183
+ 0.9739180506407491,0.001306312317917336,2.4766019404109342e-08,2.4766019404109342e-08,2.4766019404109342e-08,0.01585869990400011,0.008916862839275114
184
+ 0.004936551094931951,0.5983150231175319,4.1655499057806096e-08,0.021663563397423178,0.002956649770945414,0.3192686939493463,0.05285947701432223
185
+ 3.34596883903793e-07,0.11578260379598408,0.6576347243695472,3.34596883903793e-07,0.02445869757282851,0.11038364139095236,0.09173966367692017
186
+ 0.020262034465523722,0.04056430469406914,2.180619773218253e-07,0.6570008594499819,2.180619773218253e-07,0.08882688674074331,0.19334547852572742
187
+ 6.600437009845043e-07,6.600437009845043e-07,0.12878032016887717,0.03756704722961217,0.23042801429146523,0.20762769185055063,0.3955956063720928
188
+ 0.0002261944560617542,0.0006792999747808775,7.594978313940833e-05,0.00040585858785072637,4.345591209857102e-05,0.9958215370679706,0.002747704218098026
189
+ 0.006231766743964203,0.02728046436835745,0.01149511246657646,0.004984187222713389,0.002296040029295065,0.12015507111736448,0.8275573580517289
190
+ 0.8172685853863519,0.06022330716918728,0.0034668793092041696,0.006690456503697297,2.4635847426986894e-08,0.053381198779568345,0.05896954821614376
191
+ 0.04011508808512193,0.48579269241411466,0.0015084748405124735,0.013227561552195207,5.338891566300752e-08,0.3759082309614659,0.08344789875767425
192
+ 3.1362004929439804e-07,3.1362004929439804e-07,0.665082379692078,0.01763555012821302,0.02562312204651047,0.1781077504619799,0.11355057043112006
193
+ 0.04062442027299225,0.08843236938909181,0.01883966506681188,0.5195800194849717,0.03270612449148401,0.057642629771170927,0.2421747715234774
194
+ 1.2909561872864568e-06,1.2909561872864568e-06,1.2909561872864568e-06,1.2909561872864568e-06,0.46860576573442414,0.24860110858180698,0.2827879618590198
195
+ 0.0004978184228808118,0.0005350331210838777,0.00014604088924194102,0.000936883925872603,3.631956992273721e-05,0.9941243807681948,0.003723523302803352
196
+ 0.011989969870668755,0.03246239061235939,0.011286340987280036,0.020960384979584662,0.0007811448959896179,0.2687045650281653,0.6538152036259522
197
+ 0.9943889344043866,2.7538428385023702e-08,2.7538428385023702e-08,2.7538428385023702e-08,2.7538428385023702e-08,0.0030521206009215354,0.002558834840978302
198
+ 0.025409624845051153,0.6819958489163532,6.366507472048437e-08,0.019445302901738154,6.366507472048437e-08,0.19011942317469066,0.08302967283201741
199
+ 0.06949878995325731,0.09793668049181224,0.5338727431163504,0.013652425267471274,2.801601673260114e-07,0.15138393345757886,0.13365514755336277
200
+ 1.3909522839753463e-07,0.0660896726945442,0.007003739725995509,0.5940758039778787,0.04236165324171676,0.11223789516667354,0.1782310960979627
201
+ 1.312005004228909e-06,1.312005004228909e-06,0.09590625363295172,1.312005004228909e-06,0.583287191481179,0.10938710625768741,0.2114155126131691
202
+ 0.0005850874521351137,0.0007591754299150547,0.0003097030266172782,0.0006804423910153841,3.689750128535894e-10,0.9930697104676277,0.004595880863714456
203
+ 0.011337941678524702,0.03722779352547179,0.0028199540097530364,0.01169621882783853,0.004106322337889637,0.12132671002867919,0.8114850595918432
204
+ 0.9506949655768444,0.02872507222528742,2.5614313076567514e-08,0.0011477937932588866,2.5614313076567514e-08,0.014668352091658234,0.004763765084324654
205
+ 0.02023183038953749,0.5121205779538182,0.010679523035734061,0.0031905581132962418,6.293881795384796e-08,0.33705373662785665,0.1167237109409395
206
+ 3.28712058055594e-07,0.04112732703885455,0.6769033586680686,0.023034974301237708,3.28712058055594e-07,0.21371037227030684,0.04522331029741623
207
+ 1.390816191380892e-07,1.390816191380892e-07,0.011019699428646463,0.4713040377032624,0.019572346827410332,0.07913428049885625,0.4189693573785863
208
+ 9.978424763273182e-07,9.978424763273182e-07,0.23117957623455856,9.978424763273182e-07,0.46636705689903507,0.11624279312763518,0.1862075802113421
209
+ 0.0009201154143420221,0.001109933640523256,7.9391852450201e-05,0.0016099746585863024,0.00010304987150957097,0.9910233615423378,0.005154173020250834
210
+ 0.02395500861905977,0.023218101494267018,0.005565096099402856,0.018601137152071477,0.008575078303266901,0.181869097357139,0.7382164809747929
211
+ 0.9839351856032326,0.004799097387421772,2.4096179281677237e-08,2.4096179281677237e-08,2.4096179281677237e-08,0.002978080601136025,0.008287564119671648
212
+ 0.018142106631287788,0.6312349256773707,0.020230066509743114,0.005873055796214075,7.188460660547225e-08,0.26179520624896513,0.0627245672518128
213
+ 3.204582000511605e-07,3.204582000511605e-07,0.7512572665720952,0.03338917526147236,0.042740310994847444,0.1079241524041119,0.06468845385107284
214
+ 0.03849817433011871,0.016952312740659673,0.01263634292393296,0.4968016256219166,0.02295222793392158,0.02884105075565209,0.38331826569379834
215
+ 0.14328858438590752,6.893104885244491e-07,6.893104885244491e-07,0.037734584913922176,0.6566162010200083,0.08535048011174229,0.07700877094744261
216
+ 0.0007346159139140793,0.0007750771168170672,3.4989497203145036e-05,0.0012036325969547014,3.705913135876192e-10,0.9915617201266145,0.0056899643779052544
217
+ 0.017215435683019913,0.00919693790014371,0.0016918375416911267,0.021105375741273042,0.0012636401580422133,0.12586237661110455,0.8236643963647254
218
+ 0.8262052262070654,0.03222437397581722,0.001308696329244986,2.2323389958586874e-08,2.2323389958586874e-08,0.10948188390979882,0.030779774931293608
219
+ 8.438243794904468e-08,0.34144322493576734,8.438243794904468e-08,0.008781638923279588,8.438243794904468e-08,0.5022834682444526,0.14749141474918653
220
+ 3.389419415717175e-07,3.389419415717175e-07,0.53544283175476,0.01934213190880315,0.08616436018906168,0.14159190923001397,0.2174580890334779
221
+ 0.012165028801771447,0.016484323457695977,0.017122242882700034,0.4127457303384349,0.04587057357093936,0.08607171313333489,0.40954038781512325
222
+ 7.239741708364893e-07,0.08308879696287835,7.239741708364893e-07,0.22428914796458363,0.25870948481955636,0.08732776184293425,0.3465833604617056
223
+ 0.0015071786479396762,0.0015666330737428853,0.00010634596036707354,0.002772267864838307,1.641393027465283e-05,0.9800139855686155,0.014017174954221872
224
+ 0.01837059932808951,0.010429406673829526,0.008583867773778087,0.013597731423610745,0.003907303004221758,0.2354952127092556,0.7096158790872148
225
+ 0.9689840996905892,0.0033740609957399344,2.3485508718480628e-08,2.3485508718480628e-08,2.3485508718480628e-08,0.017489180568541794,0.010152588288602916
226
+ 0.018032182897830824,0.43709992549172927,9.286527285097293e-08,0.016050663924054794,0.008630158989216237,0.41134805856633644,0.10883891726555955
227
+ 3.6482573717547067e-07,3.6482573717547067e-07,0.7174988430258092,3.6482573717547067e-07,0.04209093428150791,0.18294154176627975,0.057467586449191574
228
+ 0.014331752757050877,0.00587062205452568,0.019499205067857777,0.43768785795615545,0.043891672238162656,0.053941207657627686,0.42477768226861984
229
+ 7.206954834359563e-07,7.206954834359563e-07,0.13620938549935058,7.206954834359563e-07,0.2888743871648352,0.1356805252132718,0.4392335400360921
230
+ 0.0011824597215899276,0.0018037024500670053,0.000246714876633348,0.002417290394176651,0.00014887435248887987,0.9814082806809377,0.012792677524106583
231
+ 0.021215381967027245,0.014381347017304097,0.005154098285070201,0.011766557176381247,0.0017990264208998124,0.1786503681284871,0.7670332210048303
232
+ 0.9270486799014137,0.006440388741228942,2.131787813354671e-08,0.0012926183616345096,2.131787813354671e-08,0.052861588838068324,0.01235668152189828
233
+ 0.08936309625415285,0.3838378109043884,8.952305337592317e-08,8.952305337592317e-08,8.952305337592317e-08,0.43689264581165843,0.08990617846064015
234
+ 2.793948400836804e-07,2.793948400836804e-07,0.6900288943785139,2.793948400836804e-07,2.793948400836804e-07,0.07659475097959216,0.23337523706253382
235
+ 0.004488257491983324,0.007527083684225592,0.00561415229569803,0.3900708134782409,0.058563664810441375,0.07789784872960984,0.45583817950980104
236
+ 0.035501391592624366,5.713100090972801e-07,5.713100090972801e-07,5.713100090972801e-07,0.7846001668695679,0.059525922629962584,0.12037080497781788
237
+ 0.0011261114320313714,0.0009632669428556114,0.0003928877336121233,0.0013890353686274396,0.0002771568757265568,0.9865693808843323,0.009282160762814693
238
+ 0.023403554827967854,0.012605037648064286,0.002028017130898182,0.011702766253014894,0.00938443571929027,0.19961020588915784,0.7412659825316066
239
+ 0.9590489660954779,0.0032094312647106002,0.0038560795258939357,1.9858709249797354e-08,0.0018548828422276496,0.020446630404506682,0.011583990008473937
240
+ 0.05590255267597339,0.6201655699197334,1.1456723722097257e-07,0.01074710153968591,1.1456723722097257e-07,0.1963078254120415,0.11687672131809135
241
+ 2.61589450502695e-07,2.61589450502695e-07,0.664589980858322,2.61589450502695e-07,2.61589450502695e-07,0.12283799810720822,0.2125709746766678
242
+ 9.660948625328836e-08,0.03465594081176207,9.660948625328836e-08,0.6426831029706366,0.005288645571488072,0.11619424176705072,0.20117787566009004
243
+ 0.14531359176362446,2.4975459062170116e-07,0.0526069949856123,0.017771956931154007,0.35250045812731506,0.2963019547008092,0.1355047937368943
244
+ 0.0007858105218427705,0.001232470361305775,0.0001858996464619248,0.0019117275123660673,0.00012414369293624498,0.9869347111332745,0.008825237131812706
245
+ 0.014750396158938167,0.010663290309393055,0.005905870538616663,0.00701000114716952,0.0038312395719532454,0.22533201276539908,0.7325071895085303
246
+ 0.8946927303793236,0.014373084396367706,0.002397630793095311,0.0023029092066914484,1.8788992727597753e-08,0.07445153885085679,0.011782087584672205
247
+ 0.06857529567212335,0.44790698919667093,9.546221513178881e-08,0.021630253278871133,9.546221513178881e-08,0.40026204253656356,0.06162522839134076
248
+ 0.019528315920101263,2.408975558160609e-07,0.7921853520806026,2.408975558160609e-07,2.408975558160609e-07,0.022069843732401968,0.16621576557422682
249
+ 0.017962399579281422,7.869188147217848e-08,0.015404192227195206,0.5115010644817071,0.024920398585299586,0.06647277572419556,0.3637390907104398
250
+ 4.253367975456312e-07,4.253367975456312e-07,0.05209880791024639,0.03972815745532392,0.4543790210549986,0.03072784434735295,0.423065318558483
251
+ 0.0017700528088696059,0.0010694641875383143,0.00034394054993313163,0.0016863487594173813,2.531658849810442e-05,0.9850624010754772,0.010042476030266397
252
+ 0.028354421395134756,0.011260060716211617,0.007716095046373125,0.007893514884237908,0.005406600829422582,0.23946146444896552,0.6999078426796543
253
+ 0.9643640553152324,0.001205887145060278,1.7658610517409488e-08,1.7658610517409488e-08,1.7658610517409488e-08,0.024032098766074116,0.010397905797801607
254
+ 0.005546549756257259,0.44067826527633686,0.017637446244132427,0.013131721399276814,1.0423679225416155e-07,0.3077233324443653,0.2152825806428392
255
+ 0.02315758489643756,0.022357629174188955,0.7188291376165139,1.8037514989111242e-07,0.03373197976965397,0.05796158330488214,0.14396190486317362
256
+ 0.008391223322887402,0.004162099946415036,0.006113561880442007,0.5553862061364847,0.03391992753788432,0.027170113733623907,0.3648568674422626
257
+ 4.797109470938354e-07,0.04425200962559487,4.797109470938354e-07,0.043212514702057114,0.6503868251009238,0.13472317062997247,0.12742452051955752
258
+ 0.002010442071462063,0.0011519317986340685,0.00030656326144327126,0.0011803243007755032,0.00019076824774972483,0.9868971825676521,0.008262787752283342
259
+ 0.02062048739260205,0.005004435117961467,0.014047991470881763,0.013529834273493626,0.003543833811411053,0.1361375684979725,0.8071158494356775
260
+ 0.9197838633566245,0.015656493472792573,1.5979055908024873e-08,0.0018915501171426316,0.0010572498766938828,0.051978378570131725,0.009632448627559057
261
+ 0.01700018313401656,0.3121708098361271,1.2229280988836436e-07,0.0048336093780593494,1.2229280988836436e-07,0.49967337416578234,0.16632177890039507
262
+ 1.5001133188707022e-07,0.019605270368894888,0.6527582253075568,0.01919578811097134,0.013527903239264113,0.09487346160749263,0.2000392013544884
263
+ 8.524746976988612e-08,0.024692290561140695,8.524746976988612e-08,0.6236042385916871,0.024826248599712452,0.10626227709716367,0.22061477465535653
264
+ 3.479803252248164e-07,3.479803252248164e-07,0.038025972271903886,0.07150721140633029,0.5204906418358005,0.15784056461643164,0.21213491390888303
265
+ 0.001339362272906767,0.001267165658458775,0.0003123822292526221,0.0012324052513036934,0.00014760299835257665,0.9861321259987526,0.009568955590972948
266
+ 0.034742800727014564,0.006917419877748764,0.010623685792606427,0.0052293486838762065,0.0013039662227984803,0.1396785301021671,0.8015042485937884
267
+ 0.9598088421071223,1.5266475373277618e-08,1.5266475373277618e-08,0.004086966022113926,0.00047237867869679177,0.01769144532305875,0.017940337336057592
268
+ 0.035962286669784856,0.36803575828141316,0.010295805179590077,1.230419697439045e-07,1.230419697439045e-07,0.3332953809726724,0.25241052281259974
269
+ 0.031178827557660584,0.027002528993423043,0.6444267212024746,1.5170226034899868e-07,0.028921642223570528,0.0838071043930632,0.1846630239275476
270
+ 8.560611267233886e-08,0.031878550103395575,8.560611267233886e-08,0.6850835538299935,0.021714508865764648,0.050404622248158705,0.21091859374046223
271
+ 4.0142254186145756e-07,0.07062893908013988,0.07661496932740758,0.02434042192818321,0.3293618042129337,0.2002488354253511,0.2988046286034426
272
+ 0.00160125870473021,0.0019473617318184477,0.00027310819448925385,0.0013114744217002626,8.552341330547735e-05,0.9853110512467629,0.00947022228719344
273
+ 0.016641397446860273,0.00596881662287076,0.012005666263645876,0.00447963156845226,0.006447361994335342,0.09461046071217064,0.8598466653916648
274
+ 0.8797982390578012,0.012217507264734933,0.0012442770327508578,0.013243271629682916,0.0021418282255185927,0.0390537084160161,0.052301168373495376
275
+ 0.03365463977465525,0.4280765659886857,1.0438001878637132e-07,0.016179698024296623,1.0438001878637132e-07,0.3961389907173373,0.1259498967349875
276
+ 1.469840950214623e-07,0.006725749272132129,0.6587000224016102,0.07017386570181934,0.01634335701688586,0.07311674098750726,0.17494011763595022
277
+ 0.0068762764179456076,0.01388358719272155,8.103994234127261e-08,0.7189333015590773,0.0037306622816835277,0.03551847416156906,0.2210576173470605
278
+ 4.235389692709837e-07,4.235389692709837e-07,0.023727167290933052,0.02267206943421895,0.5956482708354028,0.0781854974813104,0.2797661478801962
279
+ 0.0025255448956801535,0.00216183323155511,0.0004972474565274846,0.0008637793640570878,0.0003008132239126836,0.9803891344008527,0.013261647427414869
280
+ 0.02078356223178454,0.004962470546935796,0.008136499992117716,0.012607583613978216,0.0035265960009876426,0.11602802936398829,0.8339552582502078
281
+ 0.9472994550945206,0.002256314334682674,0.0026003494536715878,0.0004595238965945103,1.402604725693499e-08,0.018710565510646548,0.02867377768383668
282
+ 0.032524054050462804,0.5028156491684985,0.00709097825347798,0.024144030684019498,0.004034183568287839,0.2587714219854763,0.17061968228977697
283
+ 0.006639221108671927,1.4105998159557852e-07,0.7145560395549881,1.4105998159557852e-07,0.005063885372498919,0.042183772479535135,0.23155679936434279
284
+ 0.04441222653451115,6.876750295476931e-08,0.03219453763638516,0.6012659747773577,0.01925753929143988,0.0675775556328756,0.2352920973599276
285
+ 3.330885901644235e-07,0.09467014390212546,3.330885901644235e-07,0.008137024806464098,0.6004715687103016,0.1269517238781801,0.16976887252574838
286
+ 0.002147185887237065,0.0034718465542552374,0.0001736467482563857,0.0018066654655134612,0.00037444147105634317,0.9761704214820934,0.015855792391587995
287
+ 0.012689879261980189,0.01045770986737538,0.006530338385821589,0.00669752892855239,0.004197375752133932,0.06813077656782908,0.8912963912363074
288
+ 0.9100565550374582,0.005637366136426845,0.00159889234667713,0.004538759378661946,1.3124038018526446e-08,0.03701979988162296,0.04114861409511486
289
+ 0.04476122101417559,0.44284842706929595,5.938026987646606e-08,0.04100907269376958,0.01276254359396197,0.23269941354436796,0.225919262704159
290
+ 0.030432514405778828,0.004644781686531167,0.8032548295542216,1.3662006642760075e-07,0.007730611488376414,0.07168036449132953,0.08225676175369608
291
+ 0.01579004605180147,0.005466056239608478,0.007768604650621016,0.644968346831575,6.751873287270455e-08,0.11632351832213468,0.20968336038552646
292
+ 2.621173747976222e-07,0.03994790422820731,0.07562787062104427,0.03093959901652151,0.3605062692075858,0.08767395783924317,0.405304136970023
293
+ 0.0029506258716363756,0.0026715724325841214,0.000977521491029365,0.0016728442535708286,0.00027427356433898544,0.9724971361540176,0.01895602623282277
294
+ 0.02445261057730234,0.010094111666337344,0.011731673752839919,0.010383037733065675,0.004098280260146704,0.06723585541988017,0.8720044305904279
295
+ 0.9665720376140251,1.2077387604251158e-08,1.2077387604251158e-08,0.0006062887060455033,1.2077387604251158e-08,0.014663585785651894,0.01815805166211455
296
+ 0.060407148596557006,0.32872397121845365,0.008588301596796468,0.022806889692098858,5.9268454613468176e-08,0.2995759949894811,0.2798976346381583
297
+ 0.03731349335450446,0.01899327589638781,0.6346404292729542,0.01622830430539458,0.05739295985492648,0.062092662219248605,0.17333887509658388
298
+ 0.005816342781855935,0.006704173723226395,0.0024205831887523952,0.735937546930849,0.013977106164724869,0.04813738417068412,0.1870068630399074
299
+ 0.030590505885325893,3.18025606218282e-07,0.03360004695598941,3.18025606218282e-07,0.3061097503168681,0.18780393832179326,0.44189512246881085
300
+ 0.002403959711203895,0.004144669059178948,0.0008895451402685632,0.0019435173283472787,0.0005074384215809554,0.9664613774840023,0.02364949285541805
301
+ 0.017247065575149226,0.006645414699657897,0.008237899386471504,0.010904990196213857,0.004727653883804635,0.06294388391162846,0.8892930923470743
302
+ 0.845295699903771,0.008761165989038526,0.0006547420758036493,0.012291324426971402,0.0008584306250482906,0.054685921180823494,0.07745271579854379
303
+ 0.009216573519587086,0.49200164884762904,0.007343111039996287,0.058836646608176786,0.01309429876718463,0.12607008880410378,0.29343763241332227
304
+ 0.0035221986352617944,8.701827124785371e-08,0.7700755714735212,0.04375555907914121,0.017037114146560842,0.04537767005458565,0.12023179959265792
305
+ 4.894122736401147e-08,0.017140704539073192,0.01605766420766125,0.6438744869486858,0.025984957137206294,0.08511536437893102,0.21182677384721516
306
+ 0.018866447921346556,2.386285122462139e-07,0.1327353734411888,0.08783661769203294,0.4762115379740473,0.03822423904395544,0.2461255452989167
307
+ 0.002976071629831717,0.004845569224868875,0.000988054463434247,0.003678611527167463,0.0003929600328752489,0.959559350684093,0.02755938243772937
308
+ 0.015110209368632383,0.008889546042884068,0.005208744936973886,0.014902156524338668,0.0038996179861312836,0.07424644651987404,0.8777432786211656
309
+ 0.9345966975170594,0.0013841758959967946,0.0031606214877765763,0.02241001387800477,1.1225816320091086e-08,0.01284091492566435,0.0256075650696817
310
+ 0.006865818424288441,0.4399640005193145,0.0047209031568633125,0.0465126257005693,4.167204913211817e-08,0.25949045108094393,0.24244615944597134
311
+ 0.006799673185438576,7.272148624478282e-08,0.7529654266418543,0.026126170558144472,0.010170505385729044,0.07498141256985204,0.12895673893749535
312
+ 0.006459486985670913,0.0023143434466229664,0.011438589557542097,0.6566819067331212,0.019647950936746848,0.04343376826959516,0.2600239540707008
313
+ 0.046943102722263506,0.016800408616100732,0.03225851283900413,0.027831408564871655,0.6084272439176615,0.07362645077902041,0.19411287256107806
314
+ 0.002411207102499326,0.006856857763422373,0.0010378291567670684,0.0059328822527434065,0.0006318072804927708,0.9469053107547272,0.036224105689347925
315
+ 0.00910680899312079,0.004957291200711085,0.004885416712313229,0.011792221038255234,0.0036588444326400085,0.05001413592554828,0.9155852816974114
316
+ 0.9049218475467095,0.004792675065895549,0.001868005793210151,0.005279085722970913,0.0026857166458815057,0.02394668174266894,0.05650598748266346
317
+ 0.027522708809091825,0.4723313988853006,0.003031397108542694,0.03318588424051518,0.009628571494617084,0.19512981498825968,0.25917022447367283
318
+ 0.008893864698098766,0.027698726690780724,0.685272287514823,0.017430183026231335,0.01836296043799024,0.04978947103748799,0.19255250659458772
319
+ 0.009108757797412673,0.007339959872874577,0.015244037250602156,0.7384935349623154,0.009388021905413869,0.023831415446192345,0.196594272765189
320
+ 1.5437777280731385e-07,0.028899177792968783,0.03650639781548494,0.07335017775973157,0.5565206805228543,0.061023612507653126,0.2436997992235345
321
+ 0.0032297878804849038,0.007365282849968065,0.0013498109899867713,0.0063991881021827745,0.0004437709154193693,0.9391092207269609,0.04210293853499714
322
+ 0.009006875664787467,0.011021342957909555,0.0028119551785996087,0.01819105045655281,0.006125268393190922,0.04432651396000604,0.9085169933889536
323
+ 0.949443573711303,0.0003786461805252293,1.0419085929638386e-08,0.004902256362726164,0.0008450587656214988,0.007673747669611459,0.03675670689112681
324
+ 0.02096113979088305,0.5083333164594458,0.0010536003590749443,0.04628671494262501,0.002330356553841844,0.16607014973450115,0.2549647221596282
325
+ 0.004604467158315941,6.344827263825966e-08,0.7551398185513564,0.05627404250500228,0.014931973837252782,0.019213384130141106,0.1498362503696589
326
+ 0.011472828540412587,0.009900037538504877,0.011393123850517032,0.7785422633806315,0.012181486162627828,0.016502258315289925,0.16000800221201636
327
+ 0.012368085502153039,0.012772986681711621,0.04639091165391615,0.08362322912738385,0.5415384046500594,0.07293502332103025,0.2303713590637457
328
+ 0.002261671964739863,0.008919329049585622,0.001434755621063259,0.009547354475649977,0.000843779692136069,0.927954130429193,0.04903897876763238
329
+ 0.007909324256994657,0.013660612087613589,0.006251327626321675,0.01928044845178335,0.0018301349577128625,0.03309053539080073,0.9179776172287731
330
+ 0.8323117702832019,0.006828885651760334,0.00571022498141511,0.020304017904960777,0.0009573542140473799,0.021848111992868055,0.11203963497174627
331
+ 0.021915169287317578,0.4679971515804117,0.008035231362542077,0.04113741625577434,0.02247097842436009,0.12869260416743758,0.30975144892215667
332
+ 5.249233840771386e-08,5.249233840771386e-08,0.7279557465445937,0.08555151350321953,0.007421913443064133,0.0414268126659796,0.13764390885846634
333
+ 0.0007500652422447503,0.011181299360674532,0.012592262338270552,0.7481634416198816,0.008126801834066714,0.0146916759022181,0.20449445370264369
334
+ 0.011246196524744019,0.00951908864893599,0.02068799904094339,0.0529196970848184,0.5802879023950154,0.021176722396283945,0.30416239390925903
335
+ 0.0036676375965088463,0.011323238736083681,0.0017501936996474603,0.010979917430456683,0.0014735134513156947,0.9154274734659225,0.055378025620065226
336
+ 0.012061235203619703,0.011447727342530809,0.006212487803671038,0.0330348837633148,0.006200964346928012,0.04513738512296146,0.8859053164169741
337
+ 0.9242375230890496,0.0036148761597249025,1.0017515061964224e-08,0.014466326816804074,0.0009209121225332684,0.01164051228359456,0.04511983951077863
338
+ 0.02022364885548419,0.4793099454775713,0.001386734531801024,0.04885031240838561,1.9282626623160016e-08,0.11727300114701891,0.33295633829711246
339
+ 0.013185384393771652,0.004017100386054384,0.7024883757742115,0.10072166072837205,0.02094856908573062,0.02695444846228777,0.13168446116957205
340
+ 0.0015581612429856353,0.011026588788208119,0.004973721457983915,0.7733965083525355,0.011951865049549102,0.009745645992947046,0.1873475091157906
341
+ 0.004470728327375176,0.023674359987630844,0.05930172070716277,0.06977475039499831,0.5394065773323953,0.033995404682949475,0.2693764585674881
342
+ 0.0032425241445001975,0.012194582870578667,0.001778335252488806,0.01463034433454664,0.0009903751913134197,0.9067677866683819,0.060396051538190484
343
+ 0.007870360869432819,0.007654699707314739,0.004307294624540688,0.023692984615244904,0.003393510923437764,0.02519680800496658,0.9278843412550626
344
+ 0.8536123293735913,0.0020421684403246934,0.000622680358635144,0.022359483409534947,0.002119573335085221,0.029536269392802354,0.08970749569002624
345
+ 0.008809612406719571,0.39930664834881296,0.006486594785057038,0.06373706797727033,0.011628750760326928,0.11122728366554248,0.3988040420562707
346
+ 4.208428027348261e-08,0.01550204967842214,0.676746032755156,0.09730971961108054,0.0052776706479571835,0.013755271050520499,0.19140921417258344
347
+ 0.001821565885489806,0.007524047144183407,0.007308709244967872,0.768539127419704,0.015291847888446623,0.008781141716899065,0.19073356070030922
348
+ 0.0036183116007467756,7.66675854250256e-08,0.047631016439240656,0.07291227117777493,0.4916210071420794,0.027649589977732206,0.3565677269948407
349
+ 0.0034774688326127466,0.012995920340802656,0.0024168847369536,0.019867318178890855,0.0015351979281394254,0.8918992670388812,0.06780794294371963
350
+ 0.008207543641078925,0.012856711051236812,0.0048665452183713764,0.03154278798921251,0.004500169849049095,0.032170076131024274,0.905856166120027
351
+ 0.9274480260180663,0.006858539400226032,0.001170395049843922,0.013289746961595088,0.0005166700982740483,0.012057273142835136,0.03865934932915962
352
+ 0.024282290314902925,0.500874246279286,0.004214063606334542,0.05723137699105882,0.005712770923895672,0.08491471283690918,0.32277053904761277
353
+ 0.014094747809824512,0.017582439340178536,0.7085977692643066,0.098960254056651,0.01048940119925317,0.017134773912630775,0.1331406144171555
354
+ 0.0021525001820554158,0.007833484085908466,0.0033371229829662614,0.7583637655700906,0.015643912088598475,0.013818214400612013,0.1988510006897688
355
+ 0.016012017501851453,0.018819398801683443,0.01893411330352802,0.056034591613772104,0.605205109626122,0.011469492155514727,0.27352527699752827
356
+ 0.002012641508601468,0.014211609060759857,0.0018439887572885842,0.024733352532732667,0.0017965797729355445,0.8749426107233809,0.08045921764430104
357
+ 0.004379879569388028,0.011346742093018312,0.0022563897365499956,0.02821145727782099,0.004609957905310789,0.01907495172879123,0.9301206216891207
358
+ 0.7809922314730392,0.016373203256452185,9.532418369965313e-09,0.04069724226266954,0.0024758715354203124,0.013170501602743767,0.14629094033725668
359
+ 0.03883284325477739,0.480406856780449,0.004851326313789172,0.08397829413511872,0.0023703315330598587,0.07835546120918883,0.311204886773617
360
+ 0.003841866362967916,0.01890889937911935,0.6808642337543904,0.08078006904050285,0.02422290568885876,0.030922909742018344,0.16045911603214236
361
+ 0.0018789696765092849,0.007287976857831483,0.006441108196043694,0.6945368658650708,0.019805228284194787,0.006916207793714464,0.2631336433266355
362
+ 0.006278040613262083,0.0054744020471226545,0.027340639111552167,0.07515893826118485,0.5645970477168432,0.023715549687787076,0.29743538256224805
363
+ 0.0022341888600820987,0.02313443207402994,0.0026683803913715677,0.03928045806971544,0.0022779319581813164,0.8241585749762883,0.10624603367033132
364
+ 0.008627879533246579,0.01378723438309898,0.003624407039685289,0.05672831130991435,0.0070095199279778435,0.02394114961164985,0.8862814981944273
365
+ 0.9310598632311629,0.003892805726089397,0.004937948682558357,0.008766688392808801,1.0319416342196326e-08,0.008714734621954334,0.042627949026009984
366
+ 0.005920883770594002,0.522018366893559,0.009281566950939431,0.06545490221285843,0.0022984909124575265,0.07706075276924858,0.31796503649034313
367
+ 3.80050406278678e-08,0.022526412218216847,0.707028217779947,0.04977268950613953,0.01435109124412448,0.039155132978201695,0.1671664182683297
368
+ 0.0017243205794004583,0.008083012834536307,0.006299399533313259,0.7448634369555224,0.020401204519990973,0.006461890961178011,0.2121667346160585
369
+ 0.0011452733123038673,0.020188074167392364,0.03149452860886693,0.06900690823609765,0.6096592376330936,0.01164904424261778,0.2568569337996277
370
+ 0.0032068649218514626,0.02417056644480001,0.003110995989383753,0.04760417594010085,0.002016666070867103,0.7970992982609058,0.12279143237209106
371
+ 0.0037646387788580985,0.010029424360282058,0.003740825004697064,0.02384010072764969,0.010717384744066884,0.01748082374639384,0.9304268026380524
372
+ 0.8645975456475979,0.0041767525630540875,1.0066989633023714e-08,0.02845517721344997,1.0066989633023714e-08,0.009721331623406836,0.09304917281851183
373
+ 0.006522194510227856,0.46557449302458465,0.011096240417158487,0.06813218489257306,0.008834787716841026,0.09011996119891585,0.34972013823969916
374
+ 3.2965887590095197e-08,0.0034066341181888346,0.6477069881545117,0.10637661541419141,0.042818432414082105,0.021150243840732583,0.17854105309240575
375
+ 0.00031120002389542554,0.006171965465317956,0.005775977522138932,0.6722360242436682,0.018558646077866295,0.007340547778282927,0.28960563888883023
376
+ 0.004182461945638268,0.04363365666754717,0.031432754919784665,0.06899758734655714,0.562583921449704,0.0248418973666058,0.26432772030416296
377
+ 0.0024264987143795464,0.03288145560387757,0.0036826167189369235,0.05753899034197121,0.0024388651235160526,0.7582331095729865,0.14279846392433224
378
+ 0.004820722303740333,0.0159810140105165,0.004712038926390534,0.03982496004826762,0.015238577281459626,0.02267776037171472,0.8967449270579105
379
+ 0.9456082350218501,0.003040642994364923,0.0005399360280820218,0.007378800054584065,0.0017691447151785397,0.006628914545430098,0.03503432664051022
380
+ 0.006129540541404731,0.5304053367302899,0.00853042212179482,0.07313781445784147,0.0019240537977800098,0.08472476496970592,0.2951480673811832
381
+ 3.00933866105087e-08,0.009522393841273534,0.6919291387103355,0.048848877495281086,0.020780254125045847,0.023995203932186553,0.2049241018024909
382
+ 0.0011578891183948122,0.007320741754147833,0.003768527236604995,0.6998756302580819,0.017387849334997124,0.006412048748446135,0.26407731354932723
383
+ 1.9790465777089698e-08,0.022868946759333663,0.040090164178643535,0.017560517030229462,0.5854196034075712,0.03444761933739185,0.2996131294963645
384
+ 0.0015593277040094064,0.028035548987670234,0.0038631569703096672,0.052647862537995894,0.0025912766423994756,0.7814417805825027,0.12986104657511263
385
+ 0.0038274461016370473,0.01379298660697512,0.0037818434157792986,0.023764930774529694,0.015813640152290365,0.02065079097181364,0.9183683619769748
386
+ 0.7990712397010709,0.018368372004489892,0.002548648922610495,0.04520737620480527,1.020764789060655e-08,0.006572678202224951,0.1282316747571507
387
+ 0.016364869724259455,0.46757700137956787,0.005869655596949644,0.054611887479657395,0.00719754969476832,0.0834957252696478,0.3648833108551496
388
+ 2.806116629034791e-08,0.007204101797235531,0.6213103973523861,0.06328652656525881,0.01573726612742142,0.019086091923492362,0.2733755881730395
389
+ 0.0013562332949155255,0.0074658759343925315,0.008424952115135814,0.596057544551094,0.026945953409703603,0.00873714384598662,0.35101229684877183
390
+ 0.0026150799464553297,0.029518937578506342,0.03302996490969962,0.030773532653905904,0.5051734366079136,0.027603698141611125,0.37128535016190806
391
+ 0.002826125548670492,0.037360811921837433,0.003890825215791135,0.06373861341415096,0.0035549280150684124,0.7156798549848103,0.17294884089967127
392
+ 0.007709497035410285,0.016538005866144456,0.00485716701868715,0.04213623922590426,0.018717628019846996,0.027633219758804943,0.8824082430752019
393
+ 0.941462479006647,0.0008796034544677723,0.00504334155501015,0.00601394366742085,0.0022933182822820627,0.007516268404384817,0.036791045629787404
394
+ 0.02285623265673201,0.5466978780842144,0.004929445000490007,0.051093225469693034,0.004611931096570822,0.06923703831470017,0.30057424937759947
395
+ 2.6451162315122923e-08,0.013650019954566174,0.6975119548950636,0.05129064152478051,0.01818677741241928,0.017093978854441402,0.20226660090756668
396
+ 0.0023987882901691433,0.009159279526421904,0.005750043487490841,0.6513097653334433,0.028385405284166627,0.004156283559738621,0.29884043451856945
397
+ 0.0015929002844628376,0.03563941455357434,0.03713199680210697,0.029372167846220588,0.5753952239882789,0.03572905133873773,0.2851392451866186
398
+ 0.0020789865501974533,0.03501581673301027,0.0033689904635856305,0.060136036499176156,0.001191558149072048,0.7408140798285288,0.1573945317764297
399
+ 0.0022194358490513076,0.011908627841931118,0.0037980066115458604,0.01671556646172435,0.017999535212585453,0.015456189256032232,0.9319026387671296
400
+ 0.8949197216998037,0.008667459755243466,0.0020705536277403815,0.016110811662756457,0.0015399411047266405,0.006112900432003877,0.07057861171772549
401
+ 0.021854308462367453,0.4653759993768917,0.006466371028139983,0.055004232055428794,0.007657085269894804,0.07980101679785126,0.36384098700942585
402
+ 0.001994604100749242,0.020522646292174738,0.639721861736284,0.031587365170880205,0.02963273141325285,0.01624765830062646,0.26029313298603257
403
+ 0.0013715364112436026,0.01181970316595565,0.004260184655375071,0.559829681867921,0.029088631479904804,0.00738031514426852,0.38624994727533113
404
+ 0.0027036899985602306,0.038889064530293484,0.05223945123451998,0.010860429819265204,0.46620889291549733,0.02357848017148184,0.40551999133038197
405
+ 0.0011979646234561523,0.03478999433084745,0.0035474102138761737,0.05267609572008406,0.0023822704087781803,0.7285701427214618,0.17683612198149629
406
+ 0.005202631984100475,0.01648010419523913,0.004084656757690615,0.021655236669504266,0.02412129312042626,0.023279625640469245,0.90517645163257
407
+ 0.9468158449913486,0.005936385503876598,0.0006425669286933793,0.0008976054861365213,0.002129900992228742,0.003498082834025115,0.04007961326369094
408
+ 0.014177415236956366,0.5780197094029208,0.008565739340908596,0.0396063294857501,0.0033489357644890232,0.05512651681044608,0.30115535395852894
409
+ 2.4470678985085167e-08,0.025889300266314853,0.6543404038151327,0.035116977892344095,0.03248644308431478,0.013565820834957673,0.2386010296362569
410
+ 0.0016386995470762328,0.009693091594956488,0.0041870562196472325,0.5996912558418911,0.025969121017297786,0.0033940539330959674,0.3554267218460352
411
+ 0.00951881695007058,0.02399584765048208,0.03249113149278023,0.019279994862513142,0.5827599349459794,0.02663553232206617,0.3053187417761084
412
+ 0.0009370573558440068,0.026357310305150587,0.002869783543807131,0.035572090886143826,0.0014571782132330225,0.76713441872985,0.16567216096597148
413
+ 0.004393694687582191,0.014338029601828464,0.004035408326928194,0.009794836313426756,0.016778195087049357,0.013033505049916995,0.9376263309332681
414
+ 0.8640360273425733,0.02507231050074045,0.002604315188759772,0.015484843991281302,9.456496706242239e-09,0.013287981785843618,0.07951451173430489
415
+ 0.03344706493491927,0.486658895026224,0.010255267957689036,0.03177428487425657,0.0018789682230193046,0.06796574302097505,0.36801977596291685
416
+ 0.001885857297542044,0.02203639534931142,0.639865783992488,0.023397555382279795,0.015820172445093726,0.01626414100306816,0.2807300945302168
417
+ 0.0027277969281250328,0.014818158051338329,0.007501860069462298,0.5157526845649405,0.026897832601579713,0.008840293299231578,0.42346137448532245
418
+ 0.004242774451015115,0.034604511257366445,0.048243724248483326,0.004710344423249981,0.44947250338035566,0.0341957694237718,0.4245303728157577
419
+ 0.0009019207489967745,0.040376044095812615,0.0049977358645392255,0.038894377920895666,0.0023988986820044187,0.7517857492789014,0.16064527340884982
420
+ 0.012668719473448041,0.026849261796856008,0.006967425841067477,0.015900363979797928,0.01947989738067704,0.020503049147454967,0.8976312823806986
421
+ 0.9739578451755204,0.0037897784083602373,0.0008522409738617372,0.003722723053950379,8.239382279566468e-09,0.003717514707824662,0.013959889441100472
422
+ 0.05157328570350668,0.6032801550079737,0.004175264747486599,0.019699804273773623,0.003147825942956592,0.02451079192855344,0.29361287239574957
423
+ 0.0015045512930462433,0.01387718479725463,0.6752893388481321,0.009732760941782912,0.03523527556481848,0.01808966325613482,0.2462712252988307
424
+ 0.0021740166683505515,0.013254078838473814,0.009436466572201645,0.5819812873259084,0.029253154019553328,0.00505995763265342,0.3588410389428588
425
+ 0.00398114216449271,0.02952614176267971,0.04471993139465627,0.013673270055104275,0.5370123084885496,0.0170259373565091,0.35406126877800814
426
+ 0.0009704423725610723,0.02173790791872731,0.003627063662836623,0.02572443105086733,0.0022100242150182173,0.8160281469616545,0.129701983818335
427
+ 0.004608086588077952,0.013541882624220939,0.00401434980461275,0.006144741797034064,0.013332939210234427,0.009937974168214889,0.948420025807605
428
+ 0.9553292042178747,0.0028762979665164405,7.408716160191033e-09,0.0011411670611210475,7.408716160191033e-09,0.0028693727658024902,0.037783943171253054
429
+ 0.04883935836817345,0.5526354195129214,0.004806952820425961,0.014049107332946632,0.007900953059567666,0.023968014205461075,0.3478001947005038
430
+ 0.0050273165411794845,0.04466464534752169,0.6392737123458752,0.013853130758219747,0.015106980385701248,0.013651270291297637,0.268422944330205
431
+ 0.00136279136028378,0.017273810485739994,0.004132197137058316,0.4988800594507035,0.025975672424009843,0.005605969307028623,0.44676949983517605
432
+ 0.00033405907775339627,0.04602219284886061,0.04091305159078506,0.014955584399478446,0.4714605165324493,0.02114212375758874,0.4051724717930844
433
+ 0.0013215597008480247,0.03980903160862764,0.004034693199254583,0.016464021896564547,0.0023812731029140646,0.7671079544411824,0.16888146605060872
434
+ 0.010457226991362636,0.02147829589964671,0.0046136575343262536,0.00863979470400639,0.013036321180895337,0.01212374364228524,0.9296509600474775
435
+ 0.9857186756408981,0.0007323124930889157,0.00040461818198640645,0.00011250199360840112,6.364521372683438e-09,0.0024769034288465255,0.01055498189705035
436
+ 0.04589378229748126,0.5865815156061188,0.01169118865865381,0.015457664244143288,0.006287641088719866,0.01478999693764655,0.3192982111672365
437
+ 0.00415742603067587,0.05058842963868007,0.6242539797418727,0.022666293124742627,0.015122949653499003,0.01872050983463659,0.264490411975893
438
+ 0.0006952924246459446,0.021464311745842315,0.01057576281090247,0.5491458451454753,0.01640611873525583,0.0028954835480291857,0.3988171855898491
439
+ 0.0058776550804732495,0.04025580742413995,0.0379996748787556,0.013101581683319178,0.5450534221172076,0.01273153755936436,0.34498032125674005
440
+ 0.0032288821362831026,0.025877198586389916,0.0031408404667946305,0.019769249395333345,0.0036147272592080794,0.7931371407342832,0.15123196142170783
441
+ 0.007311761992466266,0.015962755578671207,0.0030854303975466468,0.004653949715500263,0.00888335005329367,0.006050263008675247,0.9540524892538467
442
+ 0.9286269703869963,0.00906511198613129,0.0009071995617308184,0.008432862161828427,0.0006427551325783678,0.007795319074098805,0.04452978169663608
443
+ 0.11067014545627281,0.502707688969402,0.0036316561422856486,0.012522489865925666,0.0024330404702698006,0.023317329169663198,0.34471764992618087
444
+ 0.013346521535294822,0.03436651979750939,0.6035131468196245,0.023975855241142013,0.013326841603672993,0.012626318200291456,0.29884479680246484
445
+ 0.0020279146627456236,0.028869490651946883,0.004372945448383974,0.481071373735848,0.03312013512527498,0.009547051376756509,0.44099108899904393
446
+ 0.016770275592077305,0.06804637881428167,0.03822952054410224,0.00851223908342384,0.42208717102179516,0.03090091890994411,0.4154534960343757
447
+ 0.004670340982873375,0.027202648124050845,0.0052329757404796975,0.012748725320075836,0.0022552299284780597,0.7510878105784742,0.1968022693255681
448
+ 0.03742911010086393,0.03367832737395495,0.005159047365559293,0.00714528472822883,0.009865552496310012,0.011136191446663044,0.89558648648842
449
+ 0.9919970295336912,0.0009610178334864169,0.0005972758683954257,3.81365921763892e-09,3.81365921763892e-09,0.000285251033537299,0.006159418103571465
450
+ 0.09800670796382474,0.5929118575109532,0.011730664105162422,0.008423928275208272,0.005533438414785187,0.012251542215306457,0.2711418615147598
451
+ 0.015215769904922807,0.047928450542191046,0.6569215872350084,0.008953721553306199,0.021932700653191122,0.006253036140808982,0.24279473397057144
452
+ 0.030401301267690032,0.02688937436564734,0.0077813371773328205,0.5766717041170264,0.016329268139112584,0.004775227562696297,0.33715178737049456
453
+ 0.01967203811315022,0.054617499151072904,0.018843889958894366,0.011711898961445342,0.4996871711035715,0.010338876568349087,0.3851286261435166
454
+ 0.0034956544947833553,0.0392590848044165,0.004748716989943483,0.013518316012720336,0.0031446944050481035,0.7430866734221684,0.19274685987091977
455
+ 0.012783909905252864,0.01776722925581502,0.003029370344620106,0.0034245249081979977,0.004285552568622132,0.0042625621300754575,0.9544468508874164
456
+ 0.9797631640201596,0.003890399097603081,3.2752190241324706e-09,0.0016844205206281648,0.000239324271269464,0.00019963480332104458,0.014223054011799616
457
+ 0.14665761565738072,0.45891749945684707,0.002596017695809257,0.005736390115454733,0.003450159747205334,0.00921116111241151,0.37343115621489137
458
+ 0.035121123632473064,0.04276791024225544,0.6293840615879136,0.012544510289862426,0.018751593934157502,0.011224324336882115,0.25020647597645596
459
+ 0.011327894837668053,0.049219749567700595,0.007848856541807217,0.4167667568527698,0.03438028171327136,2.3792954656203404e-08,0.4804564366938283
460
+ 0.022646552215633692,0.07359368905084786,0.02493335898879245,0.014218267569999695,0.43152342456240905,0.005812587775337486,0.4272721198369798
461
+ 0.007500253852311808,0.04843984421900645,0.009956493662075532,0.013791462611440207,0.0037637836668227764,0.7227325623097048,0.1938155996786384
462
+ 0.04324167201306334,0.036303385311713725,0.004337319342457993,0.00372031266213742,0.006841728555820838,0.007566583236608381,0.8979889988781984
463
+ 0.9944332937136233,0.0007390467972409035,2.4085845491220543e-09,2.4085845491220543e-09,2.4085845491220543e-09,0.0007084772725024478,0.0041191749908798345
464
+ 0.18105154270318413,0.5481501499056779,0.0047995287927878275,0.006318510369692946,0.003647376694707182,0.008391000544600024,0.24764189098935005
465
+ 0.011942319283939799,0.03167080850653792,0.6294122151390675,0.01605313781531287,0.008373716286303012,2.817435148031119e-08,0.30254777479448736
466
+ 0.031957054401709845,0.06875380773479446,3.357581419041518e-08,0.47142743264285675,0.027027553896867264,3.357581419041518e-08,0.40083408417214317
467
+ 0.04896665050071659,0.07261684823111318,0.0187105688681791,0.02262383390048622,0.5375031144982876,0.005571545123317171,0.29400743887790015
468
+ 0.018362201867403626,0.045412105777516205,0.006342854322338302,0.01074124338049925,0.0038807831602514047,0.7183070246638318,0.19695378682815945
469
+ 0.02448266022617126,0.022858291434681047,0.0026012331420960403,0.002359711266022754,0.0030087534201201664,0.0030804223804172122,0.9416089281304916
470
+ 0.9847685356363458,0.003271271114545378,0.00017397789063505428,0.000588582147343545,0.0005453316374968865,0.0009480901862444716,0.00970421138738888
471
+ 0.2502338085270861,0.41120276660295807,0.005550078201228471,0.0049605796608322515,0.007106453072098463,0.010880009073007901,0.31006630486278874
472
+ 0.07104057737625048,0.08714725397477106,0.5667642049079887,0.002439558221109382,0.009727218168498272,0.00766240651291372,0.25521878083846833
473
+ 0.06353274637759082,0.0567969195956387,0.023203355213276926,0.41895617564048093,0.03448307603415318,0.008775441169978002,0.3942522859688815
474
+ 0.0748628685979141,0.09097664920504762,0.025462455979893404,0.02070805581797316,0.35024330773163204,0.007817944459056723,0.42992871820848305
475
+ 0.021858333109014156,0.06527864276581524,0.008927432392351947,0.010631865792600696,0.003309822419420656,0.663751921440401,0.2262419820803963
476
+ 0.1343167690848801,0.05508984863357166,0.003939724159892893,0.004170718345019351,0.0048420729599561755,0.005897055880149222,0.7917438109365307
477
+ 0.9981066311104184,0.0006197453569557497,1.24457685282991e-09,0.0004551807471608277,1.24457685282991e-09,0.00013119123473425643,0.0006872490615771056
478
+ 0.22705428357728477,0.513244218120879,0.003812944858268305,0.0037359933451119143,0.0006775338761057346,0.0059930353000190095,0.24548199092233147
479
+ 0.039140994300635626,0.07095443326296852,0.6317589686939801,0.0023799151807543744,0.017736208591863006,0.0015893154033029002,0.2364401645664955
480
+ 0.033364986830971236,0.06959459510844566,0.006701114513106227,0.4387937169534503,0.03152744660204396,4.871834785745839e-08,0.4200180912736348
481
+ 0.04335436015529092,0.1320948080988119,0.033984695913835905,0.0228536796070014,0.5490769400458375,0.0038974533270966934,0.21473806285212568
482
+ 0.025402600857205714,0.07251766370607407,0.004884604701373031,0.013151795373207521,0.0045673166477721416,0.6769177639430742,0.20255825477129327
483
+ 0.042476026590830995,0.025655210297373,0.0014304241765483734,0.0017533753816236022,0.0020451014861682694,0.0030385563420760654,0.9236013057253797
484
+ 0.9953117314035422,0.001463839535800111,0.00012812529803509257,0.00041633536175409835,0.00018160870502545323,1.0861110823713038e-09,0.0024983586097321567
485
+ 0.3420950170009929,0.3592492021721591,0.002951481125660982,0.005211555826821338,0.0003631745971383009,0.009277772053905776,0.28085179722332154
486
+ 0.12467045978677763,0.07810827111263374,0.5636472997411202,0.013321229767533294,0.007983429901209746,4.551651307565738e-08,0.2122692641742123
487
+ 0.07387518750901284,0.10885376116171773,0.026785091500030084,0.3972917546907766,0.009323915380930562,0.019062861093340145,0.3648074286641921
488
+ 0.09385665341780264,0.16551506603305302,0.0387387177796934,0.01411928689070758,0.38041026964005126,0.018175534703955443,0.28918447153473664
489
+ 0.04501040219398554,0.056989273087354186,0.005875542699397759,0.0030521883757401573,0.0009582486468261544,0.7217903990223862,0.16632394597431013
490
+ 0.1440840439464291,0.04962457147121305,0.003252759823485604,0.0027930191685628823,0.002774786009974144,0.0038349959932114526,0.7936358235871238
491
+ 0.9987684807531437,0.0005368381326415171,8.23838512086519e-10,8.23838512086519e-10,8.23838512086519e-10,2.967190246782425e-05,0.000665006740231437
492
+ 0.31959797132192,0.45871287081116024,0.00155890511803633,0.0034309605541410423,0.0019265531420754952,0.002985641969808702,0.21178709708285803
493
+ 0.08028550136731481,0.09173796268116681,0.6310577841791378,5.070828048694754e-08,0.01597519970703737,5.070828048694754e-08,0.18094345064878195
494
+ 0.06087190626331468,0.13850171092210603,0.02285512328625321,0.36634030016649033,0.01650874804640752,0.0027117810715315753,0.3922104302438967
495
+ 0.06334250573838818,0.11446226076995879,0.02107329942073777,0.006097776371119744,0.48972884902165065,0.023119785269281466,0.28217552340886337
496
+ 0.030067682951682335,0.06270295290140478,0.0024951684028006967,0.004976626850047372,0.0008809158546223912,0.769609687838281,0.1292669652011614
497
+ 0.0647611058565135,0.025972437955603993,0.0014657949503735861,0.0006951520609730555,0.001639219976304789,0.00203513326440618,0.9034311559358249
498
+ 0.9942113834942473,0.0022676663717741347,0.00022535351749675166,0.0002189805085633422,7.389664764159802e-10,0.000338895416677475,0.0027377199522746237
499
+ 0.4752950368614277,0.3030379078770063,0.004507187993882394,0.001452042765074918,8.928912580965105e-09,0.005417468410889577,0.2102903471628065
500
+ 0.15096045804642588,0.09595830942155971,0.49134074840657765,0.011330485747996303,0.00806960883506073,0.000934098999132349,0.24140629054324753
501
+ 0.13092212787700053,0.13193938451532072,0.01600127940005725,0.28481261389986295,0.02779684661615391,1.586178359130218e-07,0.4085275890737687
502
+ 0.23404866868565874,0.1117108414477967,0.03273755587157671,0.007488020448392975,0.33757885221328093,1.1345503990554624e-07,0.27643594787825393
503
+ 0.04746562694898714,0.07612318645764338,0.0014941120110047855,0.004887068055202391,0.003023056588434338,0.7813110469751685,0.08569590296355929
504
+ 0.35900481896301706,0.07423823306411283,0.0020137346729368704,0.002433002442021383,0.0025789717081808965,0.0059640950296180936,0.5537671441201129
505
+ 0.9987433339882602,0.0004750934928427153,5.344153911591102e-10,5.344153911591102e-10,5.344153911591102e-10,0.000570202334537127,0.0002113685811135896
506
+ 0.44233559233768377,0.37763333870476984,0.0014567568179562945,0.0037212181681138407,0.0016205935564151423,0.006019381455419986,0.1672131189596412
507
+ 0.11572986202695706,0.07057600820790368,0.6383343402083007,0.00767831384569799,0.010499491989596642,8.758662595854116e-08,0.1571818961349181
508
+ 0.1273741461778649,0.12965296352334646,1.706215851210284e-07,0.41074718563411156,0.09905373461351456,0.0207477449501727,0.21242405447940466
509
+ 0.0825303949192309,0.06777919779087767,0.01033312124027086,0.006132838272116593,0.6614001571885826,1.4817242528765426e-07,0.17182414241649613
510
+ 0.04535564491596833,0.03390843828613415,0.0029392134577714913,2.3318606857680395e-08,0.0049456444165378016,0.8474456216189034,0.06540541398607794
511
+ 0.11262135210770799,0.02773008739023485,0.001021797246575249,0.000665376573478438,0.0008037242754057597,0.0026035244661978753,0.8545541379403998
512
+ 0.99727594508182,0.001053563048852591,4.949080467453359e-10,5.955855357724148e-05,4.949080467453359e-10,0.0002542306063773077,0.0013567017195566609
513
+ 0.5419975730840729,0.22849464219228138,0.0025470748518079665,0.002902532163997407,0.0020201455066671263,0.02406484846476084,0.19797318373641218
514
+ 0.16622960347137017,0.08557892184060205,0.5136283089056235,1.1818297882734431e-07,0.0151389428178653,1.1818297882734431e-07,0.21942398659858137
515
+ 0.05054394174034418,0.11027284118530127,2.8084066680224857e-07,0.4012422296057597,2.8084066680224857e-07,0.07509465416453119,0.3628457716227301
516
+ 0.290103195146249,0.10189725409973757,0.05946303229525893,1.6098898779552635e-07,0.30886469815006856,1.6098898779552635e-07,0.2396714983307103
517
+ 0.04955701295845039,0.02749336135283208,2.4786659367325134e-08,0.0024179723448433544,0.003832381906472618,0.8298025296722099,0.0868967169785323
518
+ 0.3147127740343817,0.04924650997723572,0.0013663987046208534,0.0012431329667096497,0.0022345750207924463,0.004971707138821152,0.6262249021574384
519
+ 0.9996060471414389,0.00018906501512882206,4.393248600400421e-10,2.227069942116375e-05,4.393248600400421e-10,4.0745210897074696e-05,0.00014187105446415444
520
+ 0.48309420451996643,0.37462399575861194,0.001049716214726483,0.0056087492169563805,0.007357269053039789,0.01472858904711341,0.11353747618958554
521
+ 0.16007592442837554,0.022413529522901952,0.6010257083829589,1.7120359003360164e-07,1.7120359003360164e-07,1.7120359003360164e-07,0.21648432405499354
522
+ 0.15467396838035194,0.03284421771744498,0.011111561542441828,0.5198829925143343,3.6813219627040116e-07,3.6813219627040116e-07,0.28148652358103443
523
+ 0.182660079989014,0.06375193089819434,0.00625314396038726,2.5810998856558024e-07,0.6707734501838528,2.5810998856558024e-07,0.07656087874857434
524
+ 0.04843633249262775,0.023695093982408207,0.0018575262226830235,0.0025473897615021276,2.530929601803996e-08,0.8689740715190691,0.054489560712413766
525
+ 0.10219234918931837,0.019255549020998453,0.0011406829713107313,0.0003140815968482968,0.0007351609223923831,0.0022091639557885235,0.8741530123433433
526
+ 0.9962942891383872,0.0006187024762649521,8.620485448923782e-05,0.00011377616200114906,5.841016193393511e-05,0.0002182639101132193,0.002610353296810391
527
+ 0.49615939756354743,0.3046930143009394,3.1658850617207886e-08,3.1658850617207886e-08,3.1658850617207886e-08,0.031836543280782593,0.16731094987817852
528
+ 0.3202196159741941,0.10072347432959143,0.36053509767289776,0.016557394321617805,2.3742577059067158e-07,2.3742577059067158e-07,0.2019639428501577
529
+ 0.39952613627306766,0.022474747776440353,4.948906098524031e-07,0.3732560046205184,4.948906098524031e-07,4.948906098524031e-07,0.20474162665814394
530
+ 0.25276555001745205,0.04782654980801319,0.030297328440028783,0.044468453356123226,0.3692384458997066,2.990331895382349e-07,0.25540337344548664
531
+ 0.04644550532319001,0.03418130559834778,0.0029263640674206796,2.7585026044926105e-08,2.7585026044926105e-08,0.8596315930819665,0.056815176759022985
532
+ 0.3861778249834143,0.06203539238943543,0.0032160005957697895,0.0008693429499664435,0.0017864674015122095,0.004836864007121096,0.5410781076727808
533
+ 0.9995266346030603,0.00024923966446645685,3.9670713201544263e-10,3.9670713201544263e-10,3.9670713201544263e-10,4.6977874560772645e-05,0.00017714666779088616
534
+ 0.47444036842286114,0.3643216304977099,2.6248290983659118e-08,0.001697504199685086,2.6248290983659118e-08,0.012137698381004302,0.1474027460021576
535
+ 0.11345114123456201,0.042469677439176165,0.7115342706259511,3.093586597930686e-07,3.093586597930686e-07,3.093586597930686e-07,0.1325439826243314
536
+ 0.15667986574364684,0.06255860536767478,6.278397633141761e-07,0.6176649369037428,0.04378374978471035,6.278397633141761e-07,0.11931158652069856
537
+ 0.20677273244390554,0.16233917914137708,4.770020198154171e-07,4.770020198154171e-07,0.5062808184357483,4.770020198154171e-07,0.12460583897290965
538
+ 0.027545838453413244,0.020773805515611338,2.8865907823832872e-08,0.0038798248711734494,2.8865907823832872e-08,0.9269492415563949,0.020851231871591498
539
+ 0.08911416713497129,0.026193844295923918,0.0008495966635295622,0.00028919657206791157,4.256087450325145e-09,0.001774003866746164,0.8817791872106736
540
+ 0.9984438781026594,0.00044298088608993037,3.9053725150790996e-10,3.9053725150790996e-10,3.9053725150790996e-10,4.180426069031716e-05,0.001071335578948378
541
+ 0.5091676945200754,0.27904159776024523,4.5538463804853015e-08,4.5538463804853015e-08,0.006548363885405485,0.02667879312661526,0.17856345963073103
542
+ 0.07569987340141084,0.07594120498699745,0.6246784195127459,4.0005530230593856e-07,4.0005530230593856e-07,4.0005530230593856e-07,0.22367930193293908
543
+ 0.34522743957305424,0.1732098971998516,7.994720751369312e-07,0.36754126126754877,7.994720751369312e-07,0.051702688221521124,0.062317114793873966
544
+ 8.84077144009134e-07,0.14940486645035522,8.84077144009134e-07,8.84077144009134e-07,0.56887445940982,8.84077144009134e-07,0.28171713783124885
545
+ 0.051506665677277935,0.029742517243544993,3.020244101554823e-08,3.020244101554823e-08,3.020244101554823e-08,0.8990603638512624,0.01969036262059164
546
+ 0.2995517522871014,0.04544491051627599,0.0004078486191615545,0.0012297423347904697,0.000901621801248705,0.00534098623825055,0.6471231382031712
547
+ 0.999509200151772,2.9018247753161423e-05,3.795851079294115e-10,3.795851079294115e-10,3.795851079294115e-10,8.21618776498033e-05,0.00037961858406962
548
+ 0.415435678313572,0.4521276402341398,5.3804662502183794e-08,5.3804662502183794e-08,5.3804662502183794e-08,0.0027624397836145623,0.12967408025468588
549
+ 6.06387906216408e-07,6.06387906216408e-07,0.7757864517197902,6.06387906216408e-07,6.06387906216408e-07,6.06387906216408e-07,0.22421051634067868
550
+ 1.381331927283735e-06,1.381331927283735e-06,1.381331927283735e-06,0.9999917120084363,1.381331927283735e-06,1.381331927283735e-06,1.381331927283735e-06
551
+ 0.14658683127089195,1.0193903739795399e-06,1.0193903739795399e-06,1.0193903739795399e-06,0.7307785478674402,1.0193903739795399e-06,0.12263054330017195
552
+ 0.0327165251210701,0.013682501305161214,3.1572775661734404e-08,3.1572775661734404e-08,3.1572775661734404e-08,0.9256270534575801,0.0279738253978616
553
+ 0.09431499211089521,0.011193664833132166,0.0008995574215059179,0.001004627541437561,6.7887168608627545e-09,0.0033452828831682206,0.889241868421144
554
+ 0.9963931464307345,0.0005918082087576289,1.7228576076730313e-05,9.970443592789115e-05,2.968355769299014e-05,0.00038825028622842093,0.002480178504581701
555
+ 0.5454191868853399,0.24846191313798463,0.003645910061069865,9.468075441799212e-08,0.004766481832657825,0.020170707607791386,0.17753570579440198
556
+ 0.21031991809842496,7.082807788079754e-07,0.45330094031394974,7.082807788079754e-07,7.082807788079754e-07,7.082807788079754e-07,0.33637630846451005
557
+ 0.1702285038871345,0.10977448908972065,0.15415188543595396,0.3589914459855525,1.1468904560422785e-06,1.1468904560422785e-06,0.20685138182072638
558
+ 0.2971770402206346,1.3949257885453464e-06,1.3949257885453464e-06,1.3949257885453464e-06,0.18308872489498149,1.3949257885453464e-06,0.5197286551812296
559
+ 0.052362598699424744,0.009980898933616656,0.0025573667272515035,3.324708942094705e-08,3.324708942094705e-08,0.9263609621354193,0.00873810701010893
560
+ 0.44852195999494593,0.05441782808725309,0.0009366427707785356,0.0005444350781419361,0.00038793739313136837,0.007118149721208939,0.48807304695454024
561
+ 0.9997984483179518,5.40358305949746e-05,3.6828769287500904e-10,3.6828769287500904e-10,3.6828769287500904e-10,3.6828769287500904e-10,0.00014751437830221877
562
+ 0.4365644810975923,0.3819331750546705,8.346900536564552e-08,8.346900536564552e-08,8.346900536564552e-08,0.024974848875256174,0.15652724456546507
563
+ 0.05046017870286541,0.1196611169801894,0.5356703143053968,9.409380454291953e-07,9.409380454291953e-07,9.409380454291953e-07,0.29420556719741203
564
+ 0.12393808453757328,1.5343356994367936e-06,1.5343356994367936e-06,0.551674763680027,1.5343356994367936e-06,1.5343356994367936e-06,0.3243810144396018
565
+ 3.193773225936294e-06,3.193773225936294e-06,3.193773225936294e-06,3.193773225936294e-06,0.8317616573852114,3.193773225936294e-06,0.16822237374865895
566
+ 0.02915133200696888,0.022349841012294487,3.325175579819497e-08,0.0023873679076941933,3.325175579819497e-08,0.9196174904325215,0.026493902137009206
567
+ 0.08371601017501289,0.011421911274263594,1.3154281155266508e-08,1.3154281155266508e-08,1.3154281155266508e-08,1.3154281155266508e-08,0.9048620259335989
568
+ 0.9985893457468302,0.0004698824574770176,1.1734938632133246e-05,2.4111542379929882e-05,3.6665939377166564e-10,0.00011731129428164882,0.0007876136537395064
569
+ 0.38418929614320196,0.25732197948511215,1.564923594526273e-07,1.564923594526273e-07,1.564923594526273e-07,0.12169060477404008,0.2367976501205672
570
+ 0.3758057913677194,1.7565433504720048e-06,0.3226288712699083,1.7565433504720048e-06,1.7565433504720048e-06,0.1664467210391285,0.13511334669319222
571
+ 0.22907141132376443,0.3929157543392605,2.3182783289559047e-06,0.37800356122365897,2.3182783289559047e-06,2.3182783289559047e-06,2.3182783289559047e-06
572
+ 3.839681258630086e-06,3.839681258630086e-06,3.839681258630086e-06,3.839681258630086e-06,0.6972671051954906,3.839681258630086e-06,0.30271369639821616
573
+ 0.013832836150969257,3.577123284732205e-08,3.577123284732205e-08,3.577123284732205e-08,3.577123284732205e-08,0.9726911932488783,0.013475827515220966
574
+ 0.23068928045468312,0.030896903216472118,0.001228053052465481,0.004796442869296051,0.0023084490423082547,1.3804957287676347e-08,0.7300808575598176
575
+ 0.9998652173621916,8.628019259961117e-05,3.645185535037726e-10,3.645185535037726e-10,3.645185535037726e-10,3.645185535037726e-10,4.85009871343277e-05
576
+ 0.3712841546549276,0.5152023842930759,1.874968029176146e-07,0.04233707366043076,1.874968029176146e-07,0.015237706490535298,0.05593830590742462
577
+ 3.282573783506885e-06,3.282573783506885e-06,0.7079743711100075,3.282573783506885e-06,3.282573783506885e-06,3.282573783506885e-06,0.2920092160210748
578
+ 1.7353243653859663e-06,1.7353243653859663e-06,1.7353243653859663e-06,0.6299092612109116,1.7353243653859663e-06,1.7353243653859663e-06,0.37008206216726136
579
+ 2.8668171705332018e-06,0.25665971630394213,2.8668171705332018e-06,2.8668171705332018e-06,0.743325949610205,2.8668171705332018e-06,2.8668171705332018e-06
580
+ 0.033229281075910964,0.0034179357886899033,3.523072352777197e-08,3.523072352777197e-08,3.523072352777197e-08,0.9571988221148642,0.00615385532836433
581
+ 0.08419276089491526,0.009452071289289004,1.7519537689526167e-08,1.7519537689526167e-08,1.7519537689526167e-08,0.0026067570561796065,0.903748358201003
582
+ 0.9960268266149076,0.0006333242643855568,3.87413995055447e-05,0.00016974742417899682,3.635433112053742e-10,0.0001987988723811733,0.0029325610610978848
583
+ 0.3600266213278918,0.5772729656568845,2.6950177115015315e-07,0.015126853624848382,2.6950177115015315e-07,2.6950177115015315e-07,0.04757275088506179
584
+ 0.17853736464966147,4.636442505076425e-06,0.4009229791179957,4.636442505076425e-06,0.2721363446620247,4.636442505076425e-06,0.148389402242803
585
+ 1.6983730081662781e-06,1.6983730081662781e-06,1.6983730081662781e-06,0.33790816834508264,1.6983730081662781e-06,0.2005769595441155,0.46150807861876925
586
+ 0.3112253782548584,3.856653779016942e-06,3.856653779016942e-06,3.856653779016942e-06,0.6887553384762465,3.856653779016942e-06,3.856653779016942e-06
587
+ 0.0389702545549769,0.019532475818137534,3.64970180877951e-08,3.64970180877951e-08,3.64970180877951e-08,0.9273846609192525,0.014112499216578563
588
+ 0.36967857400206633,0.015083072939126106,1.90499904882452e-08,1.90499904882452e-08,0.009092503430362563,0.007887918992512831,0.5982578925359511
589
+ 0.9997135723745553,2.1845910586013745e-05,3.620953590044113e-10,3.620953590044113e-10,3.620953590044113e-10,0.00019480329424536412,6.977733432711102e-05
590
+ 0.16949284043543683,0.6621418031502712,1.9190049587363048e-07,0.010760696461015991,1.9190049587363048e-07,0.08626300360941168,0.07134127254287259
591
+ 5.1801868138244065e-06,0.5520324007676567,0.4479416982982743,5.1801868138244065e-06,5.1801868138244065e-06,5.1801868138244065e-06,5.1801868138244065e-06
592
+ 0.14099455741811356,0.043833878532115886,1.3850074360146585e-06,0.2878356239788183,1.3850074360146585e-06,0.07773902436525192,0.4495941456908283
593
+ 0.0915155408309713,0.06624329965024067,0.25469676799836116,1.3994137910401098e-06,0.5875401932790536,1.3994137910401098e-06,1.3994137910401098e-06
594
+ 0.029036799515033917,0.0028429025079642796,3.775169291249378e-08,3.775169291249378e-08,3.775169291249378e-08,0.9619893851337478,0.006130799588175168
595
+ 0.09366752498915205,0.010047529852391456,0.0017524285917550333,2.479041285869199e-08,0.0017798710070084012,2.479041285869199e-08,0.8927525959788674
596
+ 0.9978593842222653,0.0004879776632708555,5.8706148851271624e-05,0.00020055676321943127,3.6146620268626265e-10,0.00015262453953995408,0.0012407503013869238
597
+ 0.16781414163697314,0.532229144376346,2.3941022277118867e-07,2.3941022277118867e-07,2.3941022277118867e-07,0.216069722554247,0.08388627320176564
598
+ 0.7450318943342885,2.948388278926098e-06,0.2549533637243166,2.948388278926098e-06,2.948388278926098e-06,2.948388278926098e-06,2.948388278926098e-06
599
+ 3.7892883734820163e-06,3.7892883734820163e-06,3.7892883734820163e-06,0.2977920215904991,3.7892883734820163e-06,0.3189114331721806,0.3832813880838263
600
+ 2.0339709239735344e-06,2.0339709239735344e-06,2.0339709239735344e-06,2.0339709239735344e-06,0.1460324964055316,2.0339709239735344e-06,0.8539573337398485
601
+ 0.020439545378517974,3.769934457177633e-08,3.769934457177633e-08,3.769934457177633e-08,3.769934457177633e-08,0.9414029572342665,0.038157346589837327
602
+ 0.1955662859634987,0.019660949326104512,2.6980728767579074e-08,0.0012650094113450978,2.6980728767579074e-08,0.00754615092923097,0.7759615504083632
603
+ 0.9994671305428546,0.00033406396993688347,3.610978428503887e-10,1.8699390105247623e-05,3.610978428503887e-10,3.820415327976078e-05,0.00014190122162771037
604
+ 0.18099214501532412,0.4734395034010637,2.324615251586422e-07,2.324615251586422e-07,2.324615251586422e-07,0.1700867019086852,0.17548095229035174
605
+ 4.0178669295747185e-06,4.0178669295747185e-06,0.9999758927984223,4.0178669295747185e-06,4.0178669295747185e-06,4.0178669295747185e-06,4.0178669295747185e-06
606
+ 1.469896778461299e-06,1.469896778461299e-06,1.469896778461299e-06,0.2551570719871475,1.469896778461299e-06,0.0824235132381478,0.6624135351875909
607
+ 1.39270437116536e-05,1.39270437116536e-05,1.39270437116536e-05,1.39270437116536e-05,1.39270437116536e-05,1.39270437116536e-05,0.9999164377377302
608
+ 0.017162560805453433,0.0022369437866110085,3.7509475034215086e-08,3.7509475034215086e-08,3.7509475034215086e-08,0.9774547115371663,0.003145671342344213
609
+ 0.11412794061960524,0.003671752684975502,0.0024794386194577785,2.9346231479027272e-08,2.9346231479027272e-08,0.012389992191997636,0.8673308171915008
610
+ 0.9938299462287679,0.0019913116627189847,0.00014498811498196032,0.00048014602479145907,3.6062260897773343e-10,0.0003210704989981134,0.00323253710911901
611
+ 0.18005085379333238,0.5348737207808759,3.1781058284091653e-07,0.09234226980778001,3.1781058284091653e-07,0.1927322021862634,3.1781058284091653e-07
612
+ 2.999612013432349e-06,2.999612013432349e-06,0.7465502849539072,2.999612013432349e-06,2.999612013432349e-06,2.999612013432349e-06,0.25343471698602554
613
+ 4.4369852259479325e-06,4.4369852259479325e-06,4.4369852259479325e-06,0.32966056273490374,4.4369852259479325e-06,4.4369852259479325e-06,0.6703172523389664
614
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
615
+ 0.024796208855218566,3.653017632221377e-08,3.653017632221377e-08,3.653017632221377e-08,3.653017632221377e-08,0.9752036084938996,3.653017632221377e-08
616
+ 0.34090624200111147,0.031029522344622074,0.002841248031799511,0.0014860987230070329,3.193942447676889e-08,0.021281207500027814,0.6024556494600075
617
+ 0.9990906664613987,0.000451259785018316,3.6129890524553886e-10,2.7277882019094314e-05,7.603962640311767e-05,0.000187936951389086,0.00016681893247282977
618
+ 0.24747903463266346,0.5164083852129164,1.2230347859695027e-07,0.02512836217566546,1.2230347859695027e-07,0.10762204123472877,0.10336193213706873
619
+ 1.351546576188833e-06,0.1678466486253912,0.8321465936417277,1.351546576188833e-06,1.351546576188833e-06,1.351546576188833e-06,1.351546576188833e-06
620
+ 0.12332229014741099,5.737814579690545e-07,0.1310334113315184,0.48698699550133595,5.737814579690545e-07,0.1667165445809011,0.09193961087591765
621
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
622
+ 0.012320760176508004,0.018904035864333424,3.465135729621701e-08,3.465135729621701e-08,3.465135729621701e-08,0.9687750653537293,3.465135729621701e-08
623
+ 0.08867311325215463,0.013853088012538529,3.5635658610782983e-08,3.5635658610782983e-08,3.5635658610782983e-08,0.007563599119580422,0.8899100927087505
624
+ 0.9950216228635208,0.0023734084982736806,2.1145210326775797e-05,0.0001765772243466765,3.609643284815743e-10,0.0006418231534168219,0.001765422689150915
625
+ 0.16750480847229224,0.42370881286801915,1.531433936084867e-07,0.06887153353384198,1.531433936084867e-07,0.14406507634009796,0.1958494624989615
626
+ 1.1847320964143923e-06,0.2705550797277448,0.6240494990666905,1.1847320964143923e-06,1.1847320964143923e-06,1.1847320964143923e-06,0.10539068227717889
627
+ 0.07448079747560721,8.851945781145609e-07,0.22461900702180956,0.263641266919472,8.851945781145609e-07,0.4372562729993769,8.851945781145609e-07
628
+ 4.751320100518289e-06,4.751320100518289e-06,4.751320100518289e-06,4.751320100518289e-06,4.751320100518289e-06,4.751320100518289e-06,0.999971492079397
629
+ 0.029049706028040884,3.348881291171762e-08,3.348881291171762e-08,3.348881291171762e-08,3.348881291171762e-08,0.9709501265278946,3.348881291171762e-08
630
+ 0.20769438334571333,0.010935510017167775,0.004433754112890525,3.7822133239676395e-08,3.7822133239676395e-08,0.016923616188119984,0.760012660691842
631
+ 0.9980870094683024,0.0012877238860698225,3.6178119191021656e-10,0.00014096968946817725,3.9464214842456624e-05,0.00017477180819580132,0.0002700605713400692
632
+ 0.07845070148751344,0.5773919897231635,0.0101659572381086,0.07212740142249056,1.0142568846529055e-07,0.1642913610146424,0.09757248768839315
633
+ 0.06125648109717557,1.045693290474721e-06,0.9387382904363719,1.045693290474721e-06,1.045693290474721e-06,1.045693290474721e-06,1.045693290474721e-06
634
+ 0.15131849442631995,8.085777574297215e-07,8.085777574297215e-07,0.07538001553451441,0.028104848280473344,0.38870485126258675,0.3564901733405907
635
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
636
+ 0.015437879165740114,0.01362672208826897,3.062459947518028e-08,3.062459947518028e-08,3.062459947518028e-08,0.956143221563793,0.014792085308399549
637
+ 0.06752885078754035,0.010533749124810388,3.764560698761717e-08,3.764560698761717e-08,0.0024367068687691814,0.02447318064937816,0.895027437278288
638
+ 0.9873413172684453,0.005778665140041446,6.925359299636918e-05,0.000776693964144689,7.013190217769745e-05,0.00043517630848022586,0.005528761823714267
639
+ 0.11575046041974578,0.5508341845752845,1.0023118163743565e-07,0.02495977478564642,1.0023118163743565e-07,0.254745331022157,0.05371004873480284
640
+ 1.0020500228332997e-06,0.33893256121355825,0.3794399609542186,1.0020500228332997e-06,1.0020500228332997e-06,1.0020500228332997e-06,0.28162346963213175
641
+ 8.375073081274823e-07,0.19313575986842255,8.375073081274823e-07,0.018856053362325088,8.375073081274823e-07,0.5303959005883713,0.25760977365895654
642
+ 4.794484445599984e-06,4.794484445599984e-06,4.794484445599984e-06,4.794484445599984e-06,0.8333275430151866,4.794484445599984e-06,0.16664848456258544
643
+ 0.006450909660576924,0.004418805936891169,2.90232449523426e-08,2.90232449523426e-08,2.90232449523426e-08,0.982278479842954,0.006851717489842993
644
+ 0.2651573644095589,0.037776640780637506,3.7868075358823584e-08,3.7868075358823584e-08,3.7868075358823584e-08,0.06062599949577105,0.6364398817098065
645
+ 0.9976005056652643,0.0014849191056137696,3.655578174139408e-10,0.0001963612298055624,3.655578174139408e-10,0.00011283517081088521,0.0006053780973898861
646
+ 0.06598722951941227,0.6274117575283296,4.314854669412839e-08,0.046696692090649534,4.314854669412839e-08,0.20413437693589978,0.05576985762861546
647
+ 0.13658232505402385,1.7545208052595117e-06,0.8634089023419497,1.7545208052595117e-06,1.7545208052595117e-06,1.7545208052595117e-06,1.7545208052595117e-06
648
+ 4.1375810390747036e-07,0.3422336843233551,4.1375810390747036e-07,0.31875752804105745,4.1375810390747036e-07,0.058306626041977165,0.28070092031929855
649
+ 2.720880153092113e-06,0.29680204865058696,2.720880153092113e-06,2.720880153092113e-06,0.7031843469486475,2.720880153092113e-06,2.720880153092113e-06
650
+ 0.00915239102239615,0.004177214761404242,2.511148277118973e-08,0.011201846093677649,2.511148277118973e-08,0.9702489720311323,0.0052195258684241035
651
+ 0.11102611198246733,0.04318409085451121,2.987458686894542e-08,0.0026970334421717993,2.987458686894542e-08,0.03268334535031935,0.8104093586213567
652
+ 0.9882971140312812,0.007346963902147834,6.934052026888331e-05,0.001027846013939877,3.6567490323986473e-10,0.0005084106453654264,0.002750324521321716
653
+ 0.012747937831388589,0.483119001397236,4.727935487326249e-08,0.09657576797460919,4.727935487326249e-08,0.2680724020017511,0.13948479623630536
654
+ 0.19720161354319554,2.0320608332187337e-06,0.8027882261526381,2.0320608332187337e-06,2.0320608332187337e-06,2.0320608332187337e-06,2.0320608332187337e-06
655
+ 0.0067588398390689116,0.1346993559197657,3.4174633304383505e-07,0.3280624221999798,0.013680735358383543,0.2174692029454322,0.29932910199103696
656
+ 3.869279795289868e-06,0.25044889454097263,3.869279795289868e-06,3.869279795289868e-06,0.4545673641706049,3.869279795289868e-06,0.2949682641692413
657
+ 0.012014768396491168,0.007037249058993794,2.226564775593408e-08,2.226564775593408e-08,2.226564775593408e-08,0.980947893481924,2.226564775593408e-08
658
+ 0.14381520655749275,0.021546229680372807,3.229779086405984e-08,0.01230628713668171,0.0039624611572207915,0.04595786545369639,0.7724119177167448
659
+ 0.9950699908626208,0.0032519955461742705,2.1251742965232722e-05,0.0004390981582410843,3.6927010777530584e-10,0.0001420984964806867,0.001075564824247615
660
+ 0.019217543514016954,0.6865605849506634,3.149411957997432e-08,0.05476995441103318,3.149411957997432e-08,0.15511114389862493,0.08434071023742233
661
+ 1.7103094196141331e-06,1.7103094196141331e-06,0.9999897381434821,1.7103094196141331e-06,1.7103094196141331e-06,1.7103094196141331e-06,1.7103094196141331e-06
662
+ 0.07466242078292452,0.10252823727439805,1.614343319757984e-07,0.3944545871063776,1.614343319757984e-07,0.2170481382894918,0.211306293678144
663
+ 3.5688516079811163e-06,3.5688516079811163e-06,3.5688516079811163e-06,0.4378452982134566,0.5621368575285034,3.5688516079811163e-06,3.5688516079811163e-06
664
+ 0.01666898094188897,0.0072928600688910395,1.8805421365620078e-08,1.8805421365620078e-08,1.8805421365620078e-08,0.9755533357621868,0.00048476681076895574
665
+ 0.05056779465524198,0.02517357766006539,2.829743781563246e-08,0.006660467188643501,2.829743781563246e-08,0.06257137795550834,0.8550267259456652