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.998466024585537,0.00018268400710081103,2.4412266494432136e-09,2.9394886058896458e-05,2.4412266494432136e-09,0.00055751011102359,0.0007643815278265659
2
+ 0.08600789577721214,0.8033878982815945,6.906640002317049e-07,0.05549455104599966,6.906640002317049e-07,0.055107582903192884,6.906640002317049e-07
3
+ 7.619112500541986e-06,7.619112500541986e-06,0.7492526141410671,7.619112500541986e-06,7.619112500541986e-06,7.619112500541986e-06,0.2507092902964302
4
+ 5.893412921836496e-07,0.032063493271227324,5.893412921836496e-07,0.42245871374230615,0.023861105434530728,5.893412921836496e-07,0.5216149195280594
5
+ 1.231761527154569e-05,1.231761527154569e-05,1.231761527154569e-05,1.231761527154569e-05,0.7177979584810771,1.231761527154569e-05,0.2821404534425652
6
+ 0.005544796550226538,2.1714049306030397e-07,2.1714049306030397e-07,2.1714049306030397e-07,2.1714049306030397e-07,0.988091774770583,0.0063625601172182765
7
+ 0.04615067376606932,0.002420292093447521,5.249050568890563e-08,0.00401845953677757,0.004383754722829299,0.0014517240414271574,0.9415750433489434
8
+ 0.9946014201878385,0.001046259881959937,2.4388396398002064e-09,0.0009226909473410793,4.32176763848165e-05,0.0004099135150998872,0.0029764953525362003
9
+ 0.04387805257026887,0.6098107902476727,7.470706051581892e-07,0.0648109044162633,7.470706051581892e-07,0.08323973900578781,0.198259019618797
10
+ 1.0168329766036677e-05,1.0168329766036677e-05,0.9999389900214039,1.0168329766036677e-05,1.0168329766036677e-05,1.0168329766036677e-05,1.0168329766036677e-05
11
+ 1.1289465167547052e-06,1.1289465167547052e-06,0.019280065443759858,0.5062661170443282,0.07409038880030423,1.1289465167547052e-06,0.40036004187205737
12
+ 5.486033833071296e-06,5.486033833071296e-06,5.486033833071296e-06,5.486033833071296e-06,0.6647747447888035,5.486033833071296e-06,0.3351978250420312
13
+ 2.0465406686497565e-07,0.013848294630415701,2.0465406686497565e-07,2.0465406686497565e-07,2.0465406686497565e-07,0.978201681194323,0.007949205558993777
14
+ 0.03427143657231686,0.008624379417653608,5.202557682141606e-08,0.02908649626760484,0.0009589597576004297,0.0012639425848704352,0.9257947333743769
15
+ 0.9988711989216513,2.447770974099217e-09,2.447770974099217e-09,0.00019314169609895303,2.447770974099217e-09,0.00032574563279958677,0.0006099064061373343
16
+ 0.05712561707366713,0.7618667971975839,6.76265081421125e-07,0.023763319738943123,6.76265081421125e-07,0.097813115597403,0.05942979786224001
17
+ 8.663897519297913e-06,8.663897519297913e-06,0.9999480166148843,8.663897519297913e-06,8.663897519297913e-06,8.663897519297913e-06,8.663897519297913e-06
18
+ 6.790663149095994e-07,0.01868802446299161,6.790663149095994e-07,0.5287563163945848,6.790663149095994e-07,0.06434126307204821,0.38821235887143063
19
+ 4.4851135704772865e-06,4.4851135704772865e-06,4.4851135704772865e-06,4.4851135704772865e-06,0.4572423516061062,4.4851135704772865e-06,0.5427352228260414
20
+ 1.967118541926941e-07,1.967118541926941e-07,1.967118541926941e-07,1.967118541926941e-07,1.967118541926941e-07,0.9999988197288747,1.967118541926941e-07
21
+ 0.016138346050929724,0.007744359895872335,0.002430759689155732,0.0034240447555332703,0.005515624246047406,0.009148181813597346,0.9555986835488641
22
+ 0.9678748967199495,0.007921191422744901,0.00017915605847778552,0.005296338982014418,2.4481196241087397e-09,0.002768467286607102,0.01595994708208672
23
+ 0.017986942805848175,0.589605138108122,7.651446774916205e-07,0.08814050660828585,7.651446774916205e-07,0.050864623553269574,0.2534012586351194
24
+ 6.120231195019264e-06,6.120231195019264e-06,0.5926529604149613,0.2856235929968118,6.120231195019264e-06,6.120231195019264e-06,0.1216989656634469
25
+ 1.0413693753693494e-06,0.09495956060179606,1.0413693753693494e-06,0.4216736938006484,0.04528476540514997,0.032280089102477365,0.40579980835117746
26
+ 4.743726427743779e-06,4.743726427743779e-06,4.743726427743779e-06,4.743726427743779e-06,0.9999715376414333,4.743726427743779e-06,4.743726427743779e-06
27
+ 0.004182868964732977,1.7741247798795439e-07,1.7741247798795439e-07,0.011418192019993051,1.7741247798795439e-07,0.984398229365362,1.7741247798795439e-07
28
+ 0.054259858964500945,0.025437675610799414,0.0013527717421385325,0.010448994370298625,0.007722877495954561,0.008772557416328602,0.8920052643999793
29
+ 0.9982671887166387,0.0001536535956612678,2.5221910683414855e-09,0.0009924072705395069,2.5221910683414855e-09,2.5221910683414855e-09,0.0005867428505875585
30
+ 0.0351087171780673,0.6781202049766922,2.1723454337530707e-07,0.04306566962566116,2.1723454337530707e-07,0.058376356629243,0.18532861712124937
31
+ 5.078068957181963e-06,5.078068957181963e-06,0.8198990164682685,0.1800755931869457,5.078068957181963e-06,5.078068957181963e-06,5.078068957181963e-06
32
+ 3.330672853189005e-07,0.05200270175266109,0.015241641908348905,0.3593285260320717,3.330672853189005e-07,3.330672853189005e-07,0.5734261311050624
33
+ 2.4516544358139188e-06,2.4516544358139188e-06,2.4516544358139188e-06,2.4516544358139188e-06,0.999985290073385,2.4516544358139188e-06,2.4516544358139188e-06
34
+ 0.012503428858405906,0.0066407055522253585,1.4385489686545274e-07,1.4385489686545274e-07,1.4385489686545274e-07,0.9328105318029547,0.048044902221723404
35
+ 0.017817498217374522,0.010141693469410315,0.002052237539169955,0.011013205665680646,3.999841485814996e-08,0.008930317032245132,0.9500450080777045
36
+ 0.9635739160751734,0.007891794057989046,0.0007341773354855113,0.006813641338483366,6.0316342355809226e-05,0.002556034766273514,0.018370120084239407
37
+ 0.0231201724703985,0.3912498637324073,2.74848031635287e-07,0.08937728355747648,2.74848031635287e-07,0.18817626229241313,0.3080758682512413
38
+ 3.86798952981367e-06,3.86798952981367e-06,0.759495950302952,0.10406864891842281,3.86798952981367e-06,0.13641992882050574,3.86798952981367e-06
39
+ 0.05181403321918998,0.0380137881045254,5.04702191726597e-07,0.42233111584537597,0.014302489075829662,0.026080350534425544,0.4474577185184618
40
+ 2.4516544358139188e-06,0.030052501674428297,0.04519004088235963,2.4516544358139188e-06,0.4773384913658904,2.4516544358139188e-06,0.44741161111401423
41
+ 1.4334079997093102e-07,0.015142029514401282,0.0035509570681207096,0.028690608852942258,1.4334079997093102e-07,0.9526159745421359,1.4334079997093102e-07
42
+ 0.030695709144748284,0.025726977304136665,0.0014393135290324084,0.029547019168354005,0.004378632808311548,0.007189891522867532,0.9010224565225495
43
+ 0.9956328407117926,0.0010892273782336175,2.610574531454442e-09,0.0003402861375378127,2.610574531454442e-09,0.0007048077527981251,0.0022328327984889236
44
+ 0.025100010658626933,0.7067430905430744,0.00730262987591811,0.05879147784934706,0.008489481333974805,0.054400160147313206,0.13917314959174543
45
+ 0.022312833383941726,1.7563523286319674e-06,0.8772880476118288,0.05429867708754546,0.04609517285969808,1.7563523286319674e-06,1.7563523286319674e-06
46
+ 2.0470034608585024e-07,0.024012133183100207,0.006916955833839056,0.49254474057311043,0.004283397621185302,0.00880393778098623,0.46343863030743265
47
+ 0.1934038376109802,2.7418796439132674e-06,0.07523208798856168,2.7418796439132674e-06,0.45292029350210916,2.7418796439132674e-06,0.27843555525941716
48
+ 0.024471324341040677,0.007763233546067125,1.1595265818463744e-07,0.013013072072163208,1.1595265818463744e-07,0.9112471521981015,0.043504985937311245
49
+ 0.003682656525485401,0.020045890549381377,0.0013038114879432515,0.004836942921470656,0.004185785408461959,0.01839569096844363,0.9475492221388137
50
+ 0.886969175051906,0.02547640477254242,0.002151986682908758,0.018129507114643867,0.00025479418300805036,0.007021634807539501,0.059996497387451386
51
+ 1.9530717465934216e-07,0.45762179675804265,1.9530717465934216e-07,0.02069934249299377,0.024329033231384817,0.14502751475047623,0.35232192215275326
52
+ 1.5518814528704904e-06,0.053679543449743856,0.6735657559782358,0.05204315670376382,1.5518814528704904e-06,0.038444493229237216,0.1822639468761135
53
+ 3.162172621199264e-07,0.038718898805916356,0.05461071431829201,0.4389895128876261,0.04338478559320953,0.01777191816382631,0.40652385401386754
54
+ 2.502483877799558e-06,2.502483877799558e-06,2.502483877799558e-06,2.502483877799558e-06,0.45974064836782663,2.502483877799558e-06,0.5402468392127843
55
+ 0.0205289155803121,0.016995261787932477,1.1003987519836594e-07,0.0029612446686258483,1.1003987519836594e-07,0.8741774130519328,0.0853369448314463
56
+ 0.03330324577117536,0.02772601411654992,0.013656133520491158,0.03582632600695584,0.0036807519018199246,0.02354858045251423,0.8622589482304935
57
+ 0.9944295617257145,0.00130388998383544,2.9397613098151318e-09,0.0011442112293547108,2.9397613098151318e-09,0.00033107331105890355,0.0027912578705139835
58
+ 0.0017751372690687453,0.7150499826952746,0.001333494540685166,0.05684631953975526,0.0022018874960757543,0.06621707089608425,0.15657610756305607
59
+ 5.196843067750058e-07,0.008073996991752298,0.8316744755319727,0.028902984933738097,0.018643194356230196,5.196843067750058e-07,0.1127043088176932
60
+ 1.0225788421643483e-07,0.040542178647339985,0.0077552989510408215,0.5608129891686869,0.011983746986946426,0.019829337031069105,0.3590763469570325
61
+ 1.4784726077107504e-06,0.08786906525057891,1.4784726077107504e-06,1.4784726077107504e-06,0.7811761972929557,1.4784726077107504e-06,0.13094882356603452
62
+ 0.007003594730004467,0.0025159595810505453,8.127343879510983e-08,0.028438334238718666,8.127343879510983e-08,0.9133849352719438,0.048657013631404955
63
+ 0.00985073181900073,0.013567793724300503,0.003832936304560932,0.012839114245271389,0.005159407582432105,0.009506302921896229,0.9452437134025381
64
+ 0.9161983894549145,0.0171339359852922,0.0010569962599035394,0.016168801778650103,0.0002933855666706024,0.005525929606409682,0.04362256134815938
65
+ 8.838820095951876e-08,0.5306010103139439,8.838820095951876e-08,0.08042409356113282,0.003856217785281295,0.0780680495599033,0.3070504520033368
66
+ 5.214013950205763e-07,5.214013950205763e-07,0.8364410212646974,5.214013950205763e-07,5.214013950205763e-07,5.214013950205763e-07,0.16355637172832732
67
+ 1.2836718951767562e-07,0.024015849156797876,1.2836718951767562e-07,0.5069622294886466,0.02779133199184567,0.013159094843222467,0.4280712377851084
68
+ 9.878936750566251e-07,9.878936750566251e-07,9.878936750566251e-07,9.878936750566251e-07,0.3883363075968186,9.878936750566251e-07,0.6116587529348062
69
+ 7.700070443306906e-08,0.009714325766552467,7.700070443306906e-08,0.004327563297991278,7.700070443306906e-08,0.9493002683516041,0.03665761158173883
70
+ 0.01013393576127603,0.02916362485516759,0.002558175604447681,0.03094273479234008,0.0055821829254398625,0.013180936445402736,0.908438409615926
71
+ 0.9916369009675353,0.002434766154737622,3.2135299957840025e-09,0.0023516354735274416,3.2135299957840025e-09,0.000317582539731793,0.003259108437407978
72
+ 0.0017798916274710968,0.6854657796329052,0.005888231327690296,0.052483426330580944,0.005698175999201712,0.0627396800333484,0.18594481504880245
73
+ 4.7107336478396406e-07,4.7107336478396406e-07,0.8819154647620707,0.004782920236198482,4.7107336478396406e-07,4.7107336478396406e-07,0.11329973070827173
74
+ 0.001727809074992929,0.03571934990315654,0.01097635919379543,0.5733476755163928,0.03292445982351356,0.015383035491685189,0.3299213109964636
75
+ 0.036077926416550464,9.070327258385072e-07,0.017934864153844855,9.070327258385072e-07,0.5913668993940736,9.070327258385072e-07,0.35461758893735346
76
+ 0.012414227897367036,0.03543742233952589,0.005186680158165273,0.009321899374280684,6.244815426931166e-08,0.8656797277515249,0.07195998003098199
77
+ 0.0024277219673025006,0.02078689933900074,0.0016769420486256608,0.012162071333684752,0.007736166426315775,0.017156726143184753,0.9380534727418858
78
+ 0.7313810070775586,0.05260362441479891,0.004139738955793106,0.05240163485336112,0.0010076382849479317,0.015687962491899278,0.14277839392164116
79
+ 0.0025540878621770845,0.563746557507379,0.009997762645390075,0.07390650308327606,0.007052386370263957,0.1113011135451659,0.2314415889863478
80
+ 4.298192944211696e-07,4.298192944211696e-07,0.7973265088027274,0.06158100864067934,0.02552641445061436,0.026370289075673334,0.08919491939171673
81
+ 0.007145604447166353,0.03591271734020852,0.013025042688175722,0.4482991710650739,0.03634033920046017,0.031302432142317316,0.42797469311659797
82
+ 5.694794987020744e-07,0.01009151248858248,0.026333441815444066,0.046303135794643575,0.5775300300067229,0.10305065687051909,0.23669065354458932
83
+ 0.013497134928450012,0.012488479502540915,6.098423601077084e-08,0.024252379383298567,6.098423601077084e-08,0.8848477348562396,0.06491414936099896
84
+ 0.004777599740383138,0.04290061753608916,0.009621546911857822,0.03001078215758191,0.010522670786357302,0.027241801215713967,0.8749249816520167
85
+ 0.9892822926673537,0.0034550111521609774,4.4097919800921095e-09,0.0027695760762428724,4.4097919800921095e-09,0.00041360389176126316,0.00407950739289733
86
+ 3.6005471709647014e-08,0.7160820605620354,3.6005471709647014e-08,0.054968760805317325,0.003158854711500861,0.06189278013153951,0.16389747177866335
87
+ 2.3535024927042872e-07,0.015122845218344247,0.8296894736539513,0.04207568210373866,0.02094879308170915,0.007952635698055108,0.08421033489395244
88
+ 4.057457596207363e-08,0.041984525583476616,0.011902776881043936,0.6223841136196514,0.017684009897665307,0.008357795439845543,0.29768673800374107
89
+ 3.681239751242179e-07,0.06502316856138303,0.05849061745098023,0.018637102162929412,0.7295002641261936,3.681239751242179e-07,0.12834811145056357
90
+ 4.22847186135556e-08,0.018609862553381207,0.002594253603306941,0.02537161671451588,0.0012733574723958372,0.864153679768677,0.08799718760300457
91
+ 0.0024922994464960948,0.02006628359607486,0.006766534385711071,0.0104966862048836,0.0034224154636284957,0.0146692638664877,0.9420865170367182
92
+ 0.7979697058219578,0.045077386872446716,0.0032656747815165534,0.045485094390113535,0.0014451934815200105,0.009230181994161516,0.09752676265828382
93
+ 4.0108106868651265e-08,0.5254056710439061,0.019886387493408344,0.07411183580680336,0.0008848518601351238,0.10379954559126811,0.275911668096372
94
+ 2.0419774584318815e-07,0.02251187793385692,0.8131854622016194,0.021593821225837005,0.009903121256973929,2.0419774584318815e-07,0.13280530898622098
95
+ 5.087807462879591e-08,0.04514992089437273,0.014056906985383533,0.46861485340731973,0.028900437809541137,0.02060171940196521,0.4226761106233429
96
+ 3.269606232460668e-07,0.06076801232521959,0.06985852778314885,0.05258220061968297,0.5268080406031651,0.010270983663362336,0.279711908044798
97
+ 0.004257573722679518,0.010377097907650394,0.0034781239951829535,0.017135153929631223,4.1068149835116476e-08,0.8757919534840507,0.08896005589265535
98
+ 0.0021785179095413923,0.04140472345247547,0.010835650403320338,0.023828344932168854,0.009479532486851416,0.02499368735773568,0.8872795434579069
99
+ 0.9884317197886852,0.003142362426761513,5.565917927117681e-09,0.0027514633647504586,0.00019488905719088903,0.0003643938794064339,0.005115165917287543
100
+ 3.305086783447158e-08,0.6922498147262398,0.014344484886064615,0.044923913253560585,0.0024520358662787913,0.07370369215041606,0.1723260260665724
101
+ 1.379251305220746e-07,0.03949347040339287,0.8028472581229283,0.0037844095667383722,0.02107874903948489,0.004862574841654846,0.12793340010067028
102
+ 3.971454660956573e-08,0.027127278226388676,0.01589398522620784,0.6024230191155264,0.01623996828961257,0.01096764932287378,0.3273480601048441
103
+ 2.593935704651129e-07,0.036745204380895964,0.06347464975823379,0.05262845991324545,0.6330326020500381,2.593935704651129e-07,0.21411856511044589
104
+ 3.355723715497267e-08,0.01743359206648189,0.0007435187142367512,0.02372927022126344,0.0030799652741768965,0.8874306034190752,0.06758301674752863
105
+ 0.0007589931791622622,0.01905630678103556,0.005646874873819062,0.010853727033531404,0.005170810502657217,0.017462301645556916,0.9410509859842375
106
+ 0.5330520414901,0.08165696537835732,0.004191052093053379,0.09158641820018158,0.0035565584216954746,0.027125446682553126,0.2588315177340591
107
+ 0.0021202353983157847,0.5665932446784829,0.010707583049554718,0.04466656754877321,0.003069792345836919,0.11964388834208455,0.2531986886369518
108
+ 1.2772907999256127e-07,0.03488045432002677,0.725766255926912,0.02875263038390017,0.0193741532432761,0.03231991650389905,0.15890646189290572
109
+ 5.0752730933640535e-08,0.028673351298654025,0.019085551665730734,0.40279165176743637,0.03499314447400402,0.02308217723091111,0.49137407281053286
110
+ 0.014773859995480218,0.049704412556577884,0.04875083323604917,0.008762722700115798,0.54363233152711,0.012895377350868306,0.32148046263379854
111
+ 0.0031489815462233577,0.006023621346993227,0.003833017513096604,0.01816570908653935,0.005854846666544048,0.8838407908463883,0.07913303299421506
112
+ 0.003926998169836294,0.04240683423738902,0.013709437223402152,0.023359129142375337,0.011171269626506069,0.04014600722772525,0.8652803243727659
113
+ 0.991716117298748,0.0001186294530662412,0.0002530642179679064,0.0034572860269476554,0.00013287646288929377,1.0459356774651018e-08,0.004322016081024389
114
+ 2.6478174300448932e-08,0.7241953909194245,0.012739403988053573,0.04525361315969662,0.0019105583644359338,0.06631510564523797,0.14958590144497697
115
+ 1.0284496189644372e-07,0.02846116084024205,0.8209037107606144,0.0033186451028383163,0.005841043676136293,0.0052956597624701516,0.13617967701273678
116
+ 0.002726980397974167,0.012972523770629464,0.009258963417885947,0.6573945251061923,0.023522759722966347,0.005339767508023522,0.28878448007632807
117
+ 0.006222761554247561,0.028850018343384735,0.03506085471532066,0.004501142111242295,0.7019952771205976,0.02292558520872779,0.2004443609464793
118
+ 0.0010471680807927653,0.00894231419781726,0.004266977622110386,0.011807746769879422,0.0011861710912620814,0.8865734968700952,0.086176125368043
119
+ 0.0016341098349793221,0.01785152140323391,0.008396458103719917,0.011179466723916209,0.006523320635909847,0.015511437867788668,0.9389036854304521
120
+ 0.7894923514918205,0.04069768296934157,0.002469061744128127,0.04274829484440432,0.001761405303233378,0.011647335208520397,0.1111838684385518
121
+ 0.0046846075546622895,0.49794615499956374,0.01917966240296857,0.05591693569904678,0.0013981679831025751,0.13472958199550286,0.28614488936515337
122
+ 9.129902676206819e-08,0.0015323067887270884,0.7608835985411304,0.012128412520370748,0.021674069346778943,0.02353120431564295,0.18025031718832313
123
+ 4.025342992509514e-08,0.030320096898556765,0.026994224527753165,0.5006005210070431,0.04140395517771524,0.015133915617026948,0.3855472465184749
124
+ 0.01714960200971315,0.10330688447895836,0.055065998936800115,0.021438064651132193,0.5058244045696023,0.04075264771752618,0.25646239763626766
125
+ 0.0037325868175102517,0.007839530324113211,0.0033307016047432686,0.008162603306312338,0.0018584508400748413,0.9044604722028439,0.07061565490440219
126
+ 0.001913566331240821,0.03417038503356214,0.010977505931866879,0.014904219914928223,0.011479976355425645,0.03222679777152395,0.8943275486614523
127
+ 0.9915250246585998,0.0026842479822027127,1.313790417948877e-08,0.0024941904273207533,1.313790417948877e-08,0.000514560052543172,0.0027819506035252238
128
+ 3.4038374638534156e-08,0.697187402169431,0.01509223164137781,0.03928086770093175,0.004262554248978327,0.09337576259247142,0.15080114760843508
129
+ 0.007225709360545594,0.006659979861640237,0.8489755007414986,0.006160042028583336,0.018029700367092,0.0073154540447330175,0.10563361359590721
130
+ 0.00266259960319191,0.0034977008294261413,0.019079195145718292,0.6923334674500351,0.015390429836939123,0.011394356250004855,0.25564225088468456
131
+ 1.3623713380007305e-07,0.04794963806777003,0.014315341895503016,0.029194215966597555,0.6606053698812488,0.010779889492947482,0.23715540845879926
132
+ 1.8479011349384884e-08,0.009627480780455978,0.0030886460205879016,0.0071888068992019116,0.0013392820806937195,0.921149442006296,0.057606323733753156
133
+ 0.0012769999854507488,0.013435505158180443,0.005655440305333307,0.006061141909410017,0.004545732787606566,0.018453789757438555,0.9505713900965804
134
+ 0.5820428566096726,0.0795071868335609,0.01196854483711411,0.07809415948841571,0.0038575034861951505,0.01986168125518782,0.22466806748985382
135
+ 0.0017684470383138502,0.5091731218154282,0.023264843997919744,0.04927719573366367,0.00696542055554544,0.13706922954821096,0.2724817413109183
136
+ 0.00580670474653522,0.011684952554391384,0.6903384079740831,0.02499484871971975,0.028637075999984715,0.04924967592632517,0.18928833407896076
137
+ 5.301205725265609e-08,0.035372920463240275,0.008896153462670083,0.5266063878130539,0.026024226831096144,0.023065982012470416,0.38003427640541193
138
+ 1.4955208238877507e-07,0.05331492777323068,0.08339071899195466,0.017031594593676414,0.4567882944520406,0.012231431174160898,0.37724288346285423
139
+ 0.006798432058300825,0.010439582552266445,0.006941472305602238,0.00422576167236202,0.0013540579097609466,0.907438120303845,0.0628025731978625
140
+ 0.005611654872154317,0.02850170495010659,0.013955187915499824,0.02014573743501284,0.008587673401427286,0.036413814045084696,0.8867842273807145
141
+ 0.9870314590215434,0.0033069300760416643,2.1717506525142343e-08,0.0026956643469450195,2.1717506525142343e-08,2.1717506525142343e-08,0.006965881402950101
142
+ 3.661785082243825e-08,0.7260202639047562,0.00811916560208503,0.030923898031739814,0.010255426670184729,0.06341947703532924,0.16126173213805414
143
+ 6.596980120498757e-08,0.026381302569349185,0.8469606246948685,0.004139287688698702,0.022991584284212576,0.011044454118364614,0.08848268067470533
144
+ 0.002891811610271584,0.010556866929449476,0.007156160043666809,0.6802925362066228,0.0388903557482803,0.0020589072486381617,0.25815336221307095
145
+ 0.0013246949003786744,0.0111436559798875,0.0887071675377104,0.0058344414250040355,0.7200351625665189,0.020114273254942264,0.1528406043355583
146
+ 0.0015709444137531395,0.01065109553790022,0.005326053248578878,0.014298765278636483,0.0004800201988338797,0.9028301199272994,0.06484300139499809
147
+ 0.0006556617792454376,0.012015821881495194,0.006144453675079419,0.008138420020661922,0.006426503381718185,0.018268716423011942,0.9483504228387878
148
+ 0.8423623169764808,0.04037160385339263,0.0020540379352686146,0.017266319977472733,0.00253901712175988,0.016063066148991553,0.07934363798663394
149
+ 0.0013994713560255498,0.6088850425380998,0.01240999457746743,0.03291444240696025,0.007176203711767197,0.1248894690836864,0.21232537632599346
150
+ 6.366777345141412e-08,0.014721331613169289,0.7715875724893974,0.006926525259090136,0.018439644399740978,0.02279913671965866,0.16552572585117015
151
+ 0.0005338889727504031,0.03209791983399768,0.016815306414846912,0.5369727740020319,0.037617614119339025,0.009841050542450873,0.3661214461145832
152
+ 1.2721682599309956e-07,0.04661363660853222,0.05179504149972662,0.009826939983037181,0.5405746441736441,0.03679137018425209,0.3143982403339819
153
+ 0.003595332623172348,0.0077316316640397495,0.0014109343708043937,0.0092863826804169,1.4909046542161883e-08,0.9165250688520022,0.06145063490051787
154
+ 0.0032889384786578117,0.0234943550602099,0.00935912699055287,0.011364983053183888,0.006530631402233278,0.02730589791073346,0.9186560671044288
155
+ 0.9858503461991553,0.0028910804358039817,2.5186949098021597e-08,0.0026446851157066716,2.5186949098021597e-08,0.0017072711465334987,0.006906566728902269
156
+ 0.007164596399113319,0.7280457659807064,0.008552319684990126,0.015963390884062137,0.004316301648686944,0.08540638726484806,0.15055123813759302
157
+ 6.351581856040598e-08,0.00870883008272788,0.8611288632174837,0.008676540033071617,0.006403434277871569,0.003896824823956598,0.11118544404907016
158
+ 0.0015700296181788795,0.010361884684386861,0.018176860417470107,0.7518089403032534,0.019799314150113382,0.002108326047357669,0.19617464477923985
159
+ 1.381926207761538e-07,0.08438472890365174,0.06465058483359748,0.009369882909903328,0.5926792293631824,0.02347327217051083,0.22544216362653338
160
+ 0.0009606898941824674,0.005545940166930136,0.004524651741256536,0.006035912097818427,1.3680039529852029e-08,0.9104685736098852,0.07246421880988779
161
+ 0.00202291385472216,0.008599131391638683,0.0067331026727798175,0.0046202107746828895,0.0042704829382854415,0.018641872252672727,0.9551122861152183
162
+ 0.5174073795277447,0.10453975177183926,0.007723177632701694,0.07378960337918572,2.5038227005600018e-08,0.020454837005619772,0.2760852256446817
163
+ 0.0005589247088766108,0.5733122202878238,0.023170584878598806,0.03146612178801108,0.0018864875371026762,0.13555935110549433,0.23404630969409268
164
+ 6.021571403891291e-08,0.007081872597716875,0.7224813295656173,0.03023573913037809,0.014293069107385098,0.026735200271607324,0.19917272911158132
165
+ 0.005073887236398656,0.017087548209949514,0.00824730236628734,0.6000054142058545,0.03357787519769277,0.010056200280744712,0.32595177250307245
166
+ 1.6890900655988268e-07,0.040965204415990726,0.06692555545693414,0.008048955990072233,0.5160313269462609,0.038991648172272984,0.3290371401094625
167
+ 1.3543450046262194e-08,0.0065065739199217714,0.0029803364482935903,0.007618377280780557,0.0008447035874367084,0.9146354457950322,0.06741454942508521
168
+ 0.005528048968009196,0.019076904830806072,0.010657610849502367,0.014386219198430802,0.00719409811569474,0.04153187737692668,0.9016252406606302
169
+ 0.9844531038960068,0.003959294921579274,0.0012139258680873293,4.5021292125730636e-08,4.5021292125730636e-08,4.5021292125730636e-08,0.010373540250450059
170
+ 0.0014977958971713052,0.6979969065286943,0.005518424739040117,0.03146380979456526,0.0017620669555798898,0.11028318947105362,0.15147780661389545
171
+ 0.003965962829042624,0.005979606211058754,0.8528408891828297,0.0022280990999372133,0.010131494409927586,0.03295009746568188,0.09190385080152202
172
+ 0.003444725995906448,0.013343633380041332,0.005664747519175339,0.789249786281334,0.020845577081347686,0.006362113266977748,0.16108941647521752
173
+ 1.7313148444041978e-07,0.007622127145680807,0.05027656980601394,0.012698089771788454,0.6801682203810103,0.058160560099285635,0.1910742596647363
174
+ 0.0015083665047656964,0.00686074294526087,0.004126078600830921,0.01201861503360304,0.0008478391783848461,0.898724941580369,0.0759134161567858
175
+ 0.0018671641300298325,0.005721667172922342,0.005644578296599459,0.0036966125201516944,0.0029952933771382534,0.014326938799703447,0.965747745703455
176
+ 0.8686190906428576,0.03407256972881432,0.0020194608918344113,0.019399692189123272,4.4145236968985666e-08,0.014205617724223673,0.061683524677909794
177
+ 0.000878507800791166,0.5479061528182988,0.01524310707110432,0.024326733692247245,0.009735839649172654,0.18053856296062337,0.2213710960077624
178
+ 0.005068162916881843,0.009211850645347621,0.7770147656504724,0.022562602371577915,0.002660789647207912,0.03210586865398104,0.15137596011453117
179
+ 0.0018532748938912004,0.014700268040188178,0.015253115956320276,0.6239451459190168,0.020468227146253848,0.010386089493915979,0.3133938785504137
180
+ 0.009284596470660836,0.04325116802696419,0.028574076308904402,0.017835079876481485,0.651446634976592,0.020311422896843723,0.2292970214435532
181
+ 0.0009775088263499693,0.008140694407949133,0.010453894990679861,0.01169632027585897,0.0008304077961220504,0.8994910670049155,0.0684101066981245
182
+ 0.003955009309117807,0.011587384368823775,0.008036882089279279,0.012788658268578302,0.0027861972579882924,0.028283596923340523,0.9325622717828721
183
+ 0.9853650497072576,0.0020496242410345134,4.75609410297779e-08,4.75609410297779e-08,4.75609410297779e-08,4.75609410297779e-08,0.012585135807943584
184
+ 0.0019859436551351085,0.7012390392870663,0.006401160491941948,0.021364565050372382,0.004026481958958245,0.0932163610428597,0.17176644851366618
185
+ 0.0022484850042319617,0.00970263422874008,0.8464851281853312,0.005218436456777743,0.0026368007264083045,0.016652376822279536,0.11705613857623119
186
+ 0.006913152751574919,0.005659910449992095,0.02077631473641779,0.7686140491831238,0.016115734097153812,0.014452164598613305,0.16746867418312425
187
+ 2.0456716645653477e-07,0.04913196114841598,0.04373968522020341,0.02815741229165904,0.6202345398755927,2.0456716645653477e-07,0.25873599232979577
188
+ 0.0015682928946428947,0.00850943676121878,0.002591197569008257,0.014566225903409004,0.00026256983623242016,0.8977281554991914,0.07477412153629726
189
+ 0.0023487985351694396,0.006094516336352104,0.004835486508830156,0.00549050135668882,0.002417639080789749,0.015875627584045305,0.9629374305981245
190
+ 0.6426453288135289,0.049219529683096896,0.0008702710103894527,0.026390147823035708,0.004400199982672854,0.01801101818533755,0.25846350450193856
191
+ 0.0012572152499524761,0.5107023075000455,0.023897333836820626,0.045545691590146965,0.004137569224618697,0.1622907731894891,0.25216910940892656
192
+ 0.003959589612678325,0.030793781483090154,0.7140156694776311,0.0411930863319437,0.0029007871678540563,0.015751605112813868,0.19138548081398876
193
+ 0.017071014819910572,0.0030022339382974965,0.01072469657006296,0.6772225582482946,0.025446617261593685,0.004310697889306325,0.26222218127253444
194
+ 0.011598192657154043,0.02353840186829067,0.07737999177996772,0.022750823969341905,0.553284543720906,0.08071184622049436,0.23073619978384552
195
+ 0.0015489378328150346,0.009824094712729626,0.00350465420636293,0.01340254587857147,1.1971549837650457e-08,0.8746408010541608,0.09707895434381031
196
+ 0.005941293640764839,0.012057974900815312,0.011151898608487735,0.023483966019215183,0.005421081709294876,0.02702870449363892,0.9149150806277832
197
+ 0.9926937132198128,6.198610662462087e-08,6.198610662462087e-08,6.198610662462087e-08,6.198610662462087e-08,6.198610662462087e-08,0.0073059768496537315
198
+ 0.0024971615248655845,0.7386296635924426,0.014489285888593379,0.017673708452729295,7.738714864521582e-08,0.08004930925145667,0.14666079390276376
199
+ 0.001983407847916046,0.011483481851187518,0.8109240063352917,0.010840512398226223,0.007328954012087886,0.014474428205980907,0.1429652093493096
200
+ 0.0008660645824516987,0.0031018571710069135,0.007927209963164988,0.7899944938319675,0.014090745683772849,0.01139793728179903,0.1726216914858369
201
+ 2.2801861519929166e-07,0.0297005248212499,0.03427418208637707,0.021607924387918875,0.7251958287142617,0.019619795613512122,0.16960151635806517
202
+ 0.0015184276640991742,0.008532038415507735,0.0034001007791111884,0.017289901865744008,0.001236159087420577,0.8797565137009121,0.0882668584872051
203
+ 0.0027295061281306723,0.004273025680522699,0.004325374388136861,0.008654498382380776,0.0030496938775774144,0.01030765404561466,0.9666602474976369
204
+ 0.9011649541910322,0.0016554925537002026,0.010514976084067797,0.012120604903179982,5.883613938632162e-08,0.018166492304773938,0.05637742112710636
205
+ 0.009652938499685187,0.49523572002352834,0.022819820569058177,0.045769940462646146,0.013428302414235272,0.15811267127653525,0.25498060675431167
206
+ 0.00860328911470373,0.024398534270985546,0.703832543858001,0.0437691689203902,0.007785773125127971,0.03223815986831879,0.1793725308424729
207
+ 0.002081606598386229,0.006998642501080882,0.006807502520735014,0.6828993589234719,0.035062749893529546,0.025033903912743606,0.2411162356500529
208
+ 0.0073249570198781104,0.03605113589916602,0.0512792984607576,0.057959280902900694,0.528573821442,0.0407392189253541,0.27807228734994344
209
+ 0.0008772239805196668,0.010429825989723416,0.00829916390224765,0.02740670845831765,0.00410173029922979,0.8528991995086539,0.09598614786130785
210
+ 0.004793910377655374,0.0062659018404108155,0.004345304802280588,0.02633943115204414,0.004388685324482057,0.02104406274232571,0.9328227037608013
211
+ 0.9515910284438034,5.850815998566017e-08,0.0018879662652605445,0.0037489795535685915,0.005120152862140367,0.002156565795541673,0.03549524857152547
212
+ 1.0874943643619949e-07,0.6985842888484743,0.014376167946857183,0.03622405607073429,1.0874943643619949e-07,0.053301334286252174,0.19751393534880926
213
+ 7.591846559092764e-08,0.004689988918101542,0.8319587031424548,0.011870327018242699,0.00900466616983225,0.014170384394394083,0.12830585443850903
214
+ 0.00583694255494993,0.0033385216087381212,0.014745704560088892,0.7654463933210659,0.012027200544068225,0.004406933107894785,0.19419830430319415
215
+ 2.0050303796910104e-07,0.007719945384262646,0.07986507743921972,0.04485530269909731,0.6689492709189695,0.014343523652276103,0.18426667940313673
216
+ 0.0007957691912750988,0.01520753465012177,0.006898959181755164,0.028371031742824106,1.3110361380581818e-08,0.8370659925298496,0.11166069959381288
217
+ 0.0044857004863940375,0.0030042596062338505,0.004756359455131088,0.012330942790571323,0.0025844731479590906,0.013116835310402924,0.9597214292033077
218
+ 0.6742796360090777,0.02827994581405337,0.009176484023393756,0.03077461224417386,0.001125376910841618,0.026680874877776824,0.22968307012068298
219
+ 0.009329321020592208,0.48708874211823505,0.004140177216754921,0.06900058802676005,1.1571886975369384e-07,0.15953490152749808,0.27090615437128995
220
+ 7.244425410244341e-08,0.004427880347067111,0.7058519433495649,0.03833281369646674,0.008433201597892171,0.025116687562917992,0.21783740100183702
221
+ 0.010851491878005104,0.006411154144843169,0.012722239586030517,0.5874614973333933,0.018928198496468287,0.014387967599826593,0.3492374509614329
222
+ 0.0209823913646379,0.018470481078221777,0.06435575953514125,0.02065703681014015,0.5216540630372496,0.028279422739571496,0.32560084543503776
223
+ 0.0025354739116222745,0.005372530177456964,0.006580245570912706,0.03755736198317063,0.000820867270099753,0.8185542692226198,0.12857925186411784
224
+ 0.011381493787888977,0.012264524266325436,0.009987078969552527,0.03917734046383934,0.004960072421892342,0.03666411362497452,0.8855653764655269
225
+ 0.9428714986720104,0.004848319865268937,0.0019949811023215647,0.0013426580960932822,0.0031174190024840192,0.001501195786173579,0.04432392747564841
226
+ 0.0019082231025596547,0.7039955443244044,0.008694238997361244,0.0227979874533181,1.1062957411745674e-07,0.06633897989336493,0.19626491559941772
227
+ 0.006195082250493007,0.00959816856573649,0.8464170375200775,0.006968924651143255,0.006660889111567414,0.006958110321668977,0.11720178757931339
228
+ 0.0047884943010543775,0.0029104903661145076,0.013287746375966981,0.6971128583614569,0.014365755514983272,0.003622169843428267,0.2639124852369958
229
+ 2.1942151856154276e-07,0.023049729760130564,2.1942151856154276e-07,0.05702732800354039,0.7520857117202736,0.025580726868307424,0.14225606480471092
230
+ 0.0026764377848756244,0.012176024997889504,0.008944118743550061,0.03211606084031306,0.0007098787392154066,0.8180910286308292,0.1252864502633273
231
+ 0.0038118978125586023,0.006580975212721553,0.0056899862676217435,0.009737706567911859,0.00294366423631056,0.013202655118636135,0.9580331147842396
232
+ 0.8974886741326928,0.001107830893973452,0.002848293414151076,0.01417441168181245,0.007916394873673304,0.0009154190663223376,0.07554897593737467
233
+ 0.0025129929688205207,0.6405131473513124,0.007380434790252512,0.04067057035214355,1.0479352326872478e-07,0.08646163648996899,0.22246111325397883
234
+ 6.825215291649528e-08,0.024188280742035856,0.7544090491006892,0.0300152553244297,0.006442160638287186,0.03142638566168953,0.15351880028071546
235
+ 0.005712287503535563,0.005755651685892232,0.004565156973763165,0.6294135167142862,0.02745315142579765,0.010231629974622302,0.31686860572210296
236
+ 0.011850624501315181,0.026405636078226477,0.014844837821710984,0.034225026434805926,0.5394425429924739,0.035668584513867216,0.33756274765760036
237
+ 0.004661853235861374,0.008889847754602064,0.0038139486574800194,0.035369057557054856,0.0014460503043176242,0.8104329097737447,0.1353863327169394
238
+ 0.012160454388472247,0.007117022004676368,0.007768285088003093,0.02318923785155589,0.008984685136552626,0.026465368534569832,0.9143149469961699
239
+ 0.9700186682366959,0.0015800857568820093,5.227125840824769e-08,5.227125840824769e-08,5.227125840824769e-08,0.002502949277939821,0.025898139914706967
240
+ 0.029940106256995436,0.643002939323013,0.0032939564277850615,0.022766944800069865,1.0560446388317107e-07,0.12118335185550912,0.17981259573216368
241
+ 0.0010341359502587658,0.005355274986437748,0.8256348486121666,0.013374736952494328,0.009097373142085377,0.0228638203412033,0.12263981001535378
242
+ 0.0010861732697346894,0.0031315785522357813,0.011580906642385445,0.7051493253792578,0.02145140771211996,0.0013113719268772145,0.2562892365173893
243
+ 0.018331676034657664,0.0055815991769626455,0.040043051048753914,0.01975631048436757,0.657371331592989,0.030990107515757894,0.22792592414651144
244
+ 0.0010190320370437704,0.009619016735029079,0.005571719359975526,0.038048437582106895,0.0010184430219298778,0.8120301749749305,0.1326931762889844
245
+ 0.007531924239770301,0.00496689458324242,0.00641756146337596,0.007726956386974044,0.001835439872643516,0.013161928318688421,0.9583592951353053
246
+ 0.8651998864355596,0.006767981137634187,0.000554891712856586,0.010753982999731808,0.008110388235397904,0.011113596473844165,0.09749927300497561
247
+ 0.010456959442869337,0.476360324261463,0.011455848856857484,0.025399784561276922,0.004122270966209776,0.13740478961589617,0.33480002229542727
248
+ 0.011024662053670985,0.008822820355333227,0.6754491012868157,0.04146553366754183,0.0033219517070977632,0.029752162131546425,0.23016376879799405
249
+ 0.005209208801180813,0.008689146907612643,0.013251923283195965,0.6137430801978152,0.016021633132057005,0.010072631288225112,0.33301237638991343
250
+ 0.034655533544949824,0.026578186116676075,0.029103073348271887,0.02695495515280978,0.3620186863104295,0.060311437676665906,0.46037812785019694
251
+ 0.007080723942273224,0.006406805863375779,0.0041032404465348345,0.02624369583517427,0.002438859588722695,0.8224494579442952,0.1312772163796239
252
+ 0.015275566590392673,0.011462265326829434,0.008513172512738358,0.018993223903805964,0.007180972820868757,0.031375090927439,0.9071997079179258
253
+ 0.9585381114824946,4.148070252643683e-08,0.001537018704523478,0.0022735541788361834,4.148070252643683e-08,0.0018982170927095154,0.035753015580031064
254
+ 0.013987573764228442,0.6615125430578904,1.1757536046689762e-07,0.04447025401328977,1.1757536046689762e-07,0.10007408782224994,0.17995530619162023
255
+ 0.006194286059890762,0.001216999095417718,0.8066646305054523,0.016054722159079136,0.010624039914595278,0.008483584270688503,0.1507617379948763
256
+ 0.007565205338057126,0.007384868742142298,0.005673012840956586,0.7432381546726017,0.0223061495658427,0.005191312344138529,0.20864129649626115
257
+ 1.99640408549042e-07,0.014858463141672794,0.044661953093678215,0.00657110826219178,0.6639505285963454,0.023368345125372388,0.2465894021403308
258
+ 0.004028107706828296,0.009920037833088329,0.010596827686824252,0.02322949563494491,0.0013813127607027033,0.8234137612743497,0.12743045710326176
259
+ 0.004992518935712167,0.0029988890103630783,0.005195681142324659,0.006856531049766304,0.0034463326618405254,0.012755932246297692,0.9637541149536956
260
+ 0.8873648649276684,0.007342472302460485,3.9618179537480295e-08,0.006450642423488621,3.9618179537480295e-08,0.01286647132894491,0.08597546978107841
261
+ 0.005705064902360614,0.5469971244084046,0.00266701027482184,0.013353506148809344,1.3568504870119458e-07,0.18035921819465392,0.25091794038590093
262
+ 0.0008218268611563394,0.02067097812927525,0.739508221291238,0.051615651660800635,0.010690744088959382,0.0187435973532838,0.15794898061528664
263
+ 0.005899231503333377,0.005213726872320062,0.003314570477020161,0.6689624549040039,0.031094841830002055,0.003952974901876144,0.28156219951144434
264
+ 0.04521415226833629,0.020756088732222993,0.06396236411037533,0.0023151814414386408,0.5183628456849424,0.004156874137649654,0.3452324936250347
265
+ 0.00048762327156282167,0.0052030307054590965,0.0037312569518101104,0.01891426382658231,0.0011862966928429329,0.8618725590767267,0.10860496947501602
266
+ 0.008065006047770606,0.009718387315467958,0.009199807858440351,0.015766863236201634,0.004596332469067632,0.018553351598009145,0.9341002514750427
267
+ 0.9435029264821052,0.0012441170683362833,0.005867306646753855,0.003555574383008594,0.0006794139045883942,0.0046211801402050905,0.040529481375002424
268
+ 0.007876082629214258,0.7131912888128471,1.2480075566347076e-07,0.007370036204748784,0.004619061456698521,0.10058373585308918,0.1663596702426466
269
+ 0.01323897000405206,0.015443371369842343,0.7523829294879376,0.015624078505193534,0.012562014800012141,0.015022357546298385,0.1757262782866641
270
+ 0.017774310710807834,0.0026982543928566172,0.007139812456212778,0.7793072827800019,0.013535946755697017,0.005935248478419871,0.17360914442600411
271
+ 0.040711876408267046,0.018027122146206227,0.062144775501068276,0.04539487383068284,0.6078105513785073,0.015575280511614711,0.21033552022365357
272
+ 0.004033480790259958,0.009398429823962995,0.003845640251816649,0.011485856371929311,0.001700344899208737,0.8610964061185877,0.10843984174423463
273
+ 0.0041996669853451435,0.002676836936235888,0.004117798680341518,0.004593446579206639,0.0026811365206893313,0.011222881192748278,0.9705082331054332
274
+ 0.8013937278614199,0.019992342845696266,0.007728133049042717,0.012772300164645138,0.0010112795785785318,0.0063847013657725195,0.15071751513484488
275
+ 0.015020910692049277,0.5548106581741312,0.01180917687479113,0.023010761938667426,1.34692448024606e-07,0.10524765721929881,0.290100700408614
276
+ 0.011269156576181884,0.01168182730156856,0.6766619323085183,0.0379165888454671,0.008102984925988656,0.021376279358434013,0.23299123068384153
277
+ 0.00981386846059511,0.00933867974219991,0.016841399762956264,0.6964186285705058,0.020974826721864438,0.010710889104347084,0.23590170763753124
278
+ 0.032201559148600754,0.010296956626137577,0.036683614105590845,0.005361514934447226,0.413588622135667,0.04348665429290053,0.4583810787566561
279
+ 0.011319943740345409,0.004145204028935794,0.009482198276652146,0.02419861334548296,0.002922099456956912,0.835419531547908,0.11251240960371865
280
+ 0.013229369925618106,0.011406829049263566,0.007085479303482359,0.015773101438873414,0.0030811470969093688,0.029414742201486294,0.920009330984367
281
+ 0.9395750751619628,0.0015662683529424084,0.005871405557930324,0.007098062801965083,0.0030324690784916905,0.004261329548458121,0.03859538949824963
282
+ 0.0022103716620444484,0.6602836778669541,0.0141511546138977,0.01202753925568032,0.003063377154158246,0.13396460406594707,0.17429927538131834
283
+ 0.011436844699601031,0.008431236620637807,0.8553742447985154,0.009781135138966552,0.0014573961695937387,0.005611917339764804,0.10790722523292069
284
+ 0.018064922839105258,0.002894083410594682,0.006681119486514982,0.7925708144012392,0.012332560067461295,0.00767163739709076,0.1597848623979939
285
+ 2.8635671439684173e-07,0.00735371940976815,0.023801983721620637,0.03580838077662534,0.7142364553257695,0.008467952161251723,0.2103312222482503
286
+ 0.004352799128584015,0.013246505642707396,0.005230332157577308,0.015002330184088742,0.0009115365728539164,0.8490131494473152,0.11224334686687348
287
+ 0.006049120192369897,0.004614970622719157,0.0035956431863768826,0.005956691425298924,0.002386690497493382,0.011350297209679939,0.9660465868660618
288
+ 0.8657224736292838,0.004350940820250911,3.6443977506820484e-08,0.013601643765634495,3.6443977506820484e-08,0.014369857940637873,0.1019550109562379
289
+ 0.017694327229072774,0.5098588283390216,0.012782416282363637,0.0066781505591171865,0.009933332616249478,0.15102498486393262,0.2920279601102428
290
+ 0.014026610032234444,8.421459312657462e-08,0.7854737606674805,0.006688350366829326,0.01453473511249235,0.01965727619751498,0.15961918340885514
291
+ 0.011168701019221587,0.0035228061034778355,0.002765089096428084,0.7480820452933301,0.006355168729449791,0.017574256211164464,0.21053193354692806
292
+ 0.02622891871385098,0.02638361626717086,0.014874258249732923,0.024437380435904543,0.48317321909633143,0.025571908791248713,0.3993306984457605
293
+ 0.002868814921862528,0.0031962166594943974,0.005000094928845101,0.008876057520888776,0.0006279717929101801,0.8822373399151904,0.09719350426080871
294
+ 0.00900328094771682,0.006307459584582677,0.005173761749122457,0.010552074189891925,0.004262516442467101,0.018727485460247297,0.9459734216259718
295
+ 0.925073301942033,0.0015510335120161249,0.0028785233061297336,0.009994996327461774,0.003040243263861987,0.0034433834083095315,0.054018518240188
296
+ 1.510638990213149e-07,0.6868111692610466,0.002881586016870726,0.022076815741667616,0.00624464642673636,0.08030186770824507,0.2016837637815345
297
+ 0.0032918099613817205,0.009952454739007651,0.8176470047256905,0.00696964226466237,0.009057850543796236,0.02474346029526377,0.12833777747019787
298
+ 0.004634450206373313,0.0007623546350427289,0.007910568967383671,0.8089508934300537,0.009808425027292575,0.011520362371495455,0.15641294536235856
299
+ 0.0175767969898653,0.01920411056366606,0.00431511724198507,0.03919014179474307,0.7333465099210711,2.8339861525943154e-07,0.1863670400900542
300
+ 0.00492068049453523,0.0026423495687445454,0.00736023551898574,0.020839058400298646,0.0038578868840857174,0.8626371936845676,0.09774259544878243
301
+ 0.0038312752475744664,0.0052306158625989715,0.0022145864346357893,0.005212598938826172,0.00206544267873054,0.008840010876575254,0.9726054699610588
302
+ 0.7318418468703343,0.019174337912563517,0.010135633718418415,0.02500449196875188,0.0013823880420213194,0.022417097007946547,0.19004420447996423
303
+ 0.01598989121727876,0.6517844333889561,0.003421804590601332,0.01753951169179637,1.5201235792376738e-07,0.14920864266277178,0.16205556443623767
304
+ 0.01045306948304581,0.011699561258929495,0.6603783961114807,0.03211805915480213,9.354448732815919e-08,0.021431447392198957,0.26391937305505575
305
+ 0.01021671692062115,0.023654083714074473,0.009500550695531983,0.6589207715658237,0.018716666875525673,0.03448071441036761,0.24451049581805537
306
+ 0.022309174803418194,2.5927031207524203e-07,0.04147078970927354,0.018768327440418085,0.5541284658421933,0.028503175180084158,0.3348198077543007
307
+ 0.0068816667078999754,0.009883466996544858,0.01458286953740058,0.01346549834896778,0.0008995113014175491,0.8548600287072748,0.0994269584004944
308
+ 0.011404059198006272,0.014720901093327732,0.008113284196263464,0.02535305715266884,0.00327439193265896,0.03671235745814423,0.9004219489689306
309
+ 0.9223310107948003,0.0062522031770027055,0.004349814661667627,0.0069466977077675875,4.1267114355670675e-08,0.008851199214174344,0.05126903317747302
310
+ 0.006791604771558111,0.7661707850022983,0.0029734886412246904,0.005631702381404853,9.451731363175908e-08,0.054992555883600226,0.16343976880260017
311
+ 0.007018531173781017,0.002814806682985035,0.7700999422477703,0.012304173895590327,0.012726203500344287,0.010303911185828766,0.18473243131370015
312
+ 0.0012558441279770158,0.003240945198781499,0.00580709129817478,0.8317957285239448,0.008465812253098276,0.0014036766756886294,0.14803090192233498
313
+ 2.762732819058461e-07,0.04405531775993013,0.10487222886698255,0.055273684679466153,0.5420059243514475,0.04056915496043896,0.21322341310845278
314
+ 0.0005390657273406686,0.0047177379034680405,0.0030601538098118963,0.018968719072913184,1.778970039814321e-08,0.8824450900182483,0.09026921567851744
315
+ 0.003308073648183135,0.0039194394860317385,0.0037825008452424627,0.007370847640810938,0.0023468861373504278,0.009691030476958549,0.9695812217654227
316
+ 0.8046303576275272,0.016137340686762515,0.0007360971054210348,0.018408386591643778,4.24109788722262e-08,0.012951944352928402,0.14713583122473808
317
+ 0.008360076119369505,0.5548817298584561,0.003318674250201438,0.02361237499559847,1.0004568226459863e-07,0.18499093017608595,0.22483611455460623
318
+ 0.0056485695633101,0.004173652389844386,0.7445066415710849,0.011479373574716943,0.010209995479476272,0.029224442541499755,0.19475732488006767
319
+ 0.0010185151016174438,0.002400316899509633,0.015599659258807396,0.7432219672395619,0.01376472618887586,0.010545734966732648,0.21344908034489501
320
+ 3.3162697777762464e-07,0.030022075161589713,0.039712784149171836,0.032901136059852135,0.5714712041308385,0.03793218245482493,0.2879602864167451
321
+ 0.0038554699830798335,0.0025660212689532003,0.009686140673112803,0.018619674569571046,0.0013746221593778794,0.8615323076865078,0.10236576365939759
322
+ 0.007505021247200808,0.010108265122875559,0.0047210067910880915,0.014796137491880128,0.0036620141650364644,0.02057692273776618,0.9386306324441528
323
+ 0.9341430181520297,0.003937640313610992,4.608930432012814e-08,0.0076426015786083875,0.0007178178765066038,0.004151201076448197,0.04940767491349192
324
+ 0.011748621724975598,0.6463522618302111,1.0614738244857474e-07,0.002819263319993879,1.0614738244857474e-07,0.12914259622223667,0.20993704460781784
325
+ 0.012916122241667122,9.697592446356144e-08,0.7979307860015256,0.0190398663519656,0.007195236926737231,0.00835249246689533,0.15456539903528468
326
+ 0.0012683324248032746,0.001064661091274593,0.019508528087532732,0.8128816679603065,0.011362209479432275,0.005566710632495804,0.14834789032415488
327
+ 0.020561420664056085,2.975203863172295e-07,0.02153404391821988,0.009984834879330943,0.6783521862355378,2.975203863172295e-07,0.26956691926208276
328
+ 0.0020663366631711766,0.008955571994019038,0.0016557030211285279,0.019036290076703537,1.80144428242574e-08,0.8891412643551136,0.07914481587542138
329
+ 0.004603060501212955,0.003867980695320883,0.0029038749246130834,0.008851053544979589,0.001438942124352883,0.0118994900065157,0.966435598203005
330
+ 0.6882685492956585,0.025516728409974106,0.01518710616698598,0.05987453724679365,0.0037245297128473574,0.02554886035024943,0.18187968881749103
331
+ 0.032341602054956564,0.5589658311668204,0.0048883104671764216,0.03588273694536785,1.2646077974494086e-07,0.21405510797237953,0.1538662849325193
332
+ 0.002227622445188725,0.01588330063753616,0.6535161215003098,0.07394592591000575,0.003135703084364189,0.02182574620193974,0.22946558022065563
333
+ 0.0035937976316683692,0.01037144875017325,0.0131014914723754,0.6852688686782166,0.013294318023988269,0.006592456700300836,0.26777761874327743
334
+ 0.006881540472740974,0.020411769298060916,3.242171950104808e-07,0.012690958270158089,0.5779826704913931,0.0416980618555936,0.34033467539485834
335
+ 0.003047291508061729,0.00553620919731831,1.8313304133715894e-08,0.014119790464552754,1.8313304133715894e-08,0.879302248998322,0.0979944232051369
336
+ 0.005071903552534356,0.016452612675311437,0.006685347048455478,0.04196011332695108,0.0049940469644310665,0.03887154006393111,0.8859644363683855
337
+ 0.9469834145550093,0.0011476187872763426,0.0041005383594707205,0.0045865230025947095,0.0026075515206144028,0.00559066574982318,0.03498368802521139
338
+ 0.002704100449474792,0.7700127832222122,0.03057600387101238,0.030817431459750622,9.136863447332462e-08,0.05978703889296559,0.10610255073594997
339
+ 0.005253036154932755,0.026767014054677407,0.6893196571634752,0.046332053855718425,0.014776387457135722,0.03848675476474286,0.1790650965493174
340
+ 3.1000351539670706e-08,0.0064759461570380724,0.0013198035401632872,0.8198027220951954,0.00940885197931348,0.011666929739613752,0.15132571548832427
341
+ 2.6444397758758626e-07,0.006365353903221937,0.007221191918202938,0.016432623355546443,0.685681154835656,0.00782182452404826,0.27647758701934694
342
+ 0.0002637208118433786,0.006596406946169135,0.004230635615463827,0.02224422466486656,1.5860348608923578e-08,0.899497587102832,0.06716740899847647
343
+ 0.001946717991472558,0.005798663240798603,0.0026369473731099493,0.011772530484128992,0.003951400396574994,0.012546441530818483,0.9613472989830965
344
+ 0.808379917511008,0.007641393576718229,5.826489590439179e-08,0.0438771366050972,0.007364464088079071,0.016697279162632084,0.11603975079156939
345
+ 0.0030286034864070908,0.6038494396262537,0.009301700919487167,0.05154056756290567,9.024012185303483e-08,0.14162177801296172,0.19065782015186278
346
+ 0.002780529469964518,0.007470470441275611,0.6156233462965706,0.08667957819962906,0.009207219587275401,0.0373741746295319,0.24086468137575287
347
+ 0.0030521452769693494,0.0025608400436457034,0.005245085112783921,0.7276332651016911,0.011178219707625028,0.014631380166640158,0.2356990645906446
348
+ 0.040837729000559354,0.02363177716592879,0.00843745240804518,0.01392059705729871,0.6307151879215365,0.013695996618965336,0.26876125982766613
349
+ 0.0004251162341332038,0.003920920371603948,0.0037995050762915697,0.013409393290840694,0.0009066478042922309,0.9159683276436271,0.061570089579211396
350
+ 0.0029307656595359173,0.014394168770508581,0.0038977749658799465,0.033428754954280326,0.0037847081909232294,0.02799967375415316,0.9135641537047188
351
+ 0.9339324180124167,0.0023782859766679496,6.61650873560859e-08,0.018987099998165217,0.0009859304046474586,0.017663073593305628,0.02605312584970959
352
+ 0.005032906383051411,0.6958521718371566,0.002135717271599877,0.024489323742100538,8.579956559479582e-08,0.10733769337517825,0.16515210159134783
353
+ 1.5255501083276003e-07,0.005101640039435583,0.7855215476522038,0.06962647655006972,0.004752595903818559,0.023444583503843496,0.11155300379561801
354
+ 2.7410854801819145e-08,2.7410854801819145e-08,0.006820676295049857,0.8090606030836509,0.011872140053054056,0.0035284183425502214,0.16871810740398546
355
+ 2.2484941244894998e-07,0.02589400094702507,0.028196350461434653,0.04564842382755347,0.7274283571611962,2.2484941244894998e-07,0.17283241790396567
356
+ 1.4724118422400322e-08,0.003215536947093575,0.0028741269179781313,0.02006966256683229,0.0004273698300024784,0.9268078398234857,0.04660544919048953
357
+ 0.0029168261769482017,0.0061204990407950684,0.0021032467394715036,0.01220984466291792,0.00660743054276184,0.01495655053351586,0.9550856023035895
358
+ 0.7226864481950679,0.022464893892318632,0.006124626325569846,0.06620204153089818,6.652129963232819e-08,0.021502271845495993,0.16101965168934998
359
+ 0.002629816299657228,0.5040738229100621,0.02069717102706171,0.0629886938607504,0.0023829124970241745,0.2221043625884794,0.18512322081696508
360
+ 1.5716399808014902e-07,0.011550913489558579,0.6173967793398708,0.13964612702072843,0.01620002805219214,0.023179065248184066,0.19202692968546786
361
+ 2.8006172524581505e-08,0.006218591847317138,0.01806684862888654,0.6195384472658751,0.007585599062765697,0.015887513885948754,0.33270297130303417
362
+ 0.011685833562003244,0.046267463373326774,0.030122548827501792,0.021514144682470277,0.4962083158811432,0.03696090325958109,0.3572407904139736
363
+ 0.0003346417666404236,0.005553209374270137,0.0032223079478834833,0.018413610257180715,1.4461401421469835e-08,0.9140668903209984,0.05840932587162533
364
+ 0.005657380946214421,0.017031236385340383,0.0053971221859635005,0.06513154040073164,0.009143375554058834,0.039170805550991714,0.8584685389766996
365
+ 0.9149036713025475,0.006076782387863605,7.907513751855557e-08,0.0179404005829305,7.907513751855557e-08,7.907513751855557e-08,0.06107890850124594
366
+ 0.008108146986228092,0.6632970307483749,0.004991887141554377,0.03099091023522266,0.00376991507242814,0.15596472322525687,0.13287738659093506
367
+ 1.45728610111843e-07,0.009428304336659471,0.7295937342419361,0.03037312036993555,1.45728610111843e-07,0.019884096111677615,0.2107204534825711
368
+ 0.005123761014971227,0.003341943877111202,0.0018987150257421552,0.7700304093456867,0.01125852470056652,0.003967569735060956,0.20437907630086125
369
+ 0.007445234440635008,0.03551723740120684,0.03570210973386495,0.017482685666708225,0.6573044500660614,0.012900730283128015,0.2336475524083955
370
+ 0.0002666999492319308,0.005712754706809182,0.0009906412319593402,0.025979788634765095,0.0014237609902192285,0.9032878979645357,0.06233845652247951
371
+ 0.002711820786058485,0.004920871369820723,0.0011093032424513436,0.015363721857039155,0.00783820130041387,0.011405356703821203,0.9566507247403953
372
+ 0.8162788105762493,0.016017841153133334,0.0017439406790153815,0.032781795781763136,0.004755480359776507,0.006343682886826294,0.12207844856323621
373
+ 0.0022960167752831997,0.4753788265636708,1.0067347029200167e-07,0.05881036946794645,0.006439510022211294,0.19526907600658797,0.2618061004908301
374
+ 0.004048101771283417,0.007923818294910064,0.6682395604198497,0.04321373648700035,0.012935485681776663,0.019030965175862058,0.2446083321693176
375
+ 0.0003262523062367655,0.006531719750376176,0.005891064886418486,0.6047420544844468,0.020327343860564104,0.004524574646417842,0.35765699006553964
376
+ 1.4890212313365956e-07,0.018984971848114224,0.007073724597544959,0.009997943616675971,0.5784954289517537,0.03639152949454567,0.34905625258924244
377
+ 0.0008881816222817275,0.008794210012136535,0.0019444591779322594,0.022283178442392675,1.3150459254403786e-08,0.9049514831956537,0.06113847439914391
378
+ 0.00437018452745059,0.012252387651840104,0.002504166611005624,0.04034848330945224,0.015178407496185431,0.02388556306485971,0.9014608073392063
379
+ 0.9347953778367489,0.006734839927739304,8.517668894702719e-08,0.008971657247262657,8.517668894702719e-08,0.004996369136799916,0.04450158549807151
380
+ 0.02147296272747824,0.5665607309955307,0.005692181933125487,0.03180781486035811,0.0025519513417487983,0.13963075667141786,0.2322836014703407
381
+ 0.015390827533988868,1.9944926165119138e-07,0.7518845336762534,0.04327724846525369,1.9944926165119138e-07,0.030261500821907063,0.1591854906040736
382
+ 0.0009622272492196417,0.006845218345729263,2.509618850118038e-08,0.7564957416053502,0.013528280844199776,0.0007724132609078372,0.2213960935984048
383
+ 1.0821848620164681e-07,0.05527814640790571,0.003294392184946975,0.01153118850064837,0.6533732279138933,0.05453805444716159,0.22198488232695776
384
+ 0.0013624127112708499,0.004924095588455153,0.0014162494101784956,0.02542410393453212,0.0014093696873984762,0.8957058589357586,0.06975790973240636
385
+ 0.0016999958574014623,0.0072813440180297725,0.001610951739425661,0.01372967584183839,0.013123365313219441,0.012791165943410348,0.949763501286675
386
+ 0.7225163142287698,0.01573499983143081,8.41579959348845e-08,0.06486540585068587,0.0018818894952074047,0.012698858334546884,0.18230244810136328
387
+ 0.015313448211579381,0.5162742114773988,0.012993230714454598,0.06674559582636384,1.149425240295781e-07,0.1696007940711914,0.2190726047564879
388
+ 2.2618243961020522e-07,0.003993144750154742,0.604400139536176,0.1377449689905894,2.2618243961020522e-07,0.020791790567999614,0.23306950379020114
389
+ 0.0006931989268294282,0.004778401184870544,0.003088219716743609,0.5471530991294158,0.028687773090749012,0.01629086575657098,0.3993084421948206
390
+ 9.590740118118162e-08,0.03512187714268445,0.006798239588636862,0.009225124883629409,0.5447107448695214,0.03608724151621484,0.3680566760919117
391
+ 0.0013615577935663355,0.010140618206400763,0.0016684735950193183,0.025698358890547366,0.002109719253171253,0.8830358159032,0.07598545635809485
392
+ 0.005905458192246149,0.015666663861406402,0.004156020130896463,0.052949537444915054,0.01990396278883798,0.028993484238137048,0.8724248733435609
393
+ 0.9965123296423599,0.0012984377404722833,9.476595803690422e-08,9.476595803690422e-08,9.476595803690422e-08,9.476595803690422e-08,0.0021888535533358764
394
+ 0.021098442211299886,0.6456938910089309,9.496988867625402e-08,0.010982582412660861,0.002989306607470841,0.054467634480848376,0.26476804830890044
395
+ 2.327736774794856e-07,0.040872455682409235,0.7615039468841929,0.05678045057190732,0.012179356041841427,0.03080100197151232,0.09786255607445928
396
+ 0.003252844887989286,0.011315142774075701,0.0006454071947957304,0.6862989149079918,0.012367894652334436,0.001992347443518439,0.2841274481392946
397
+ 7.896708317929123e-08,0.01444925492309811,0.017024745533891564,0.01072910155123754,0.6550159787316465,0.006092142330757544,0.2966886979622855
398
+ 0.0002677099154165075,0.00843447873005154,0.0003888597467326635,0.02740841458468535,0.00026672324371604963,0.8916905339062632,0.07154327987313477
399
+ 0.004188352556682782,0.007987948705923693,0.0020742174117889,0.008485942036467839,0.012803803900527549,0.008856627835516289,0.955603107553093
400
+ 0.9010081721126861,0.0029585036133677176,0.004111430757974874,0.013926228579845924,8.288540146151193e-08,0.003395288226921421,0.07460029382380239
401
+ 0.015482702694254063,0.4612944310678106,0.006927801269211266,0.034648728148926944,0.011139118236449756,0.12749642111145798,0.34301079747188934
402
+ 2.4235252611649133e-07,0.008854715533796544,0.7123716904319208,0.04087977004222294,0.006720733697560016,0.008931399130793962,0.22224144881117944
403
+ 0.0008107905712141042,0.006957753769607353,3.119366189977484e-08,0.5659675597665974,0.013481135269806712,0.00219429878250564,0.4105884306466069
404
+ 0.002164549890975787,0.024260941427220985,0.015249352783146986,8.007486127481431e-08,0.46945023774635314,0.029479189030594585,0.45939564904684727
405
+ 0.0015031908322959535,0.006320104486416639,0.0017733038303326984,0.021624630464425615,0.001333257983412036,0.8949747418795493,0.07247077052356765
406
+ 0.005873617954057555,0.013064902243242572,0.0038838999760530267,0.01951421273805223,0.020311249642754492,0.014110214653465233,0.9232419027923748
407
+ 0.9636464754308937,7.74334308298958e-08,7.74334308298958e-08,7.74334308298958e-08,0.011273493640673971,0.0022366738217987,0.02284312480634138
408
+ 0.03585362192980754,0.6355387522098457,0.00540058289262372,0.023358752763515272,0.01394367244497563,0.040611059140412034,0.24529355861882013
409
+ 2.2134881749397903e-07,0.031097650948413973,0.7534519860284816,0.051166877523215304,2.2134881749397903e-07,0.007595166338150097,0.15668787646410387
410
+ 3.8271937763221654e-08,0.005797615693719737,0.0019225205930747688,0.6869851462836073,0.01177420997811934,0.002315165408955138,0.291205303770586
411
+ 8.013360455692254e-08,0.032869908701023,0.005203249665720302,8.013360455692254e-08,0.6526104428044531,0.01429888215016683,0.2950173564114277
412
+ 0.002118087943432045,0.014738453839989618,0.001035690104483697,0.018539256344072184,0.0022597339624927993,0.9002665170450322,0.06104226076049739
413
+ 0.00238855610024033,0.0071535747440871315,0.0007996065133957724,0.004599792733641762,0.011290027576750487,0.00809258042584834,0.965675861906036
414
+ 0.9121732496680258,0.005830771923173858,7.320408080441394e-08,0.011872818170511387,7.320408080441394e-08,0.010827257653516576,0.05929575617661081
415
+ 0.09233741029684173,0.5722423231372744,9.919289826540175e-08,0.00223096794778059,0.006149681294558924,0.0447112262733386,0.28232829185730746
416
+ 2.5740038533479695e-07,0.04490224389489082,0.5125366803090916,0.10626615478174672,0.017415339937215755,0.0183832379801776,0.3004960856964923
417
+ 0.0028157538622086676,0.017924378551392204,0.0025519420118093206,0.4479773327353735,0.026792712959911705,0.005197830070016112,0.49674004980928843
418
+ 0.003894236168662361,0.051847146948353476,0.024974736916961855,0.01163576836846853,0.4488714500812969,0.010054001064087045,0.4487226604521698
419
+ 0.002495464892377833,0.006973303691376595,0.004896924181585909,0.013587586272430563,0.0018092940315031605,0.8944429320467941,0.07579449488393163
420
+ 0.01219378593365618,0.02555026210912283,0.002856660767192323,0.020941014731599664,0.01685661235473329,0.012684793583188813,0.908916870520507
421
+ 0.9578225795887759,0.008706269380021968,5.7380193359953083e-08,0.006491694750963655,0.001566865116575558,5.7380193359953083e-08,0.02541247640327599
422
+ 0.04428648030842076,0.6777551502089821,0.003454267440899429,0.023689960913309178,6.498837798515762e-08,0.013027072387761861,0.23778700375224862
423
+ 2.8075466009877594e-07,0.017257438339103738,0.7458253436089248,0.021501022953739426,0.005854422888075662,2.8075466009877594e-07,0.20956121070083622
424
+ 5.692265235147824e-08,0.005944032173170842,0.002847722188972903,0.6596196973786898,0.018868941076476034,0.0026755220160834025,0.3100440282439548
425
+ 8.6751937143962e-08,0.0744017894894741,0.02117482041064448,0.0021279119491600146,0.6169743560800051,0.013232846967118054,0.27208818835166115
426
+ 0.0006776272805590905,0.01332462783890614,0.0009142072981845962,0.014397949993102746,0.002050520799293088,0.8779482725165281,0.09068679427342637
427
+ 0.0027824328072957303,0.007230679821422283,0.002299822145095728,0.0036625653861198683,0.011358440715450745,0.0047801130727488,0.967885946051867
428
+ 0.9702674519076672,5.473406148735282e-08,0.002151278210004152,0.0020704869854423495,5.473406148735282e-08,0.001420244965229174,0.024090428463533972
429
+ 0.036018172936594976,0.5101851431377235,0.0020578734371302105,0.02695453353265334,6.810361845902177e-08,0.03534562601884683,0.38943858283343263
430
+ 2.6543098404025104e-07,0.009716924924871478,0.6605243196970995,0.010751210702355941,0.014712245516033638,2.6543098404025104e-07,0.3042947682976715
431
+ 7.030843779438001e-08,0.012903382113843108,0.001884979106359326,0.5117003280696172,0.010515638393720592,0.0052341005163104365,0.4577615014917115
432
+ 9.006296295920029e-08,0.02813137344148804,0.005456179237839838,0.016827251030062263,0.46760822150976245,0.0033566951867854697,0.4786201895310989
433
+ 0.0020989298964543767,0.021583078057292093,0.0034570841105377582,0.010944505970416999,0.0014486297767344605,0.8694767252526071,0.09099104693595714
434
+ 0.01124616675323641,0.020386080233322872,0.003343818248186905,0.008533954023984519,0.014532440672724578,0.006765960761820159,0.9351915793067246
435
+ 0.9824150984426487,0.004899599270193934,4.559909278090852e-08,4.559909278090852e-08,4.559909278090852e-08,4.559909278090852e-08,0.012685119890786118
436
+ 0.07519645486512208,0.6688246427121713,0.006015320740070201,6.356961566834899e-08,6.356961566834899e-08,0.010574511069584402,0.23938894347382061
437
+ 0.00718737260813417,0.065362759844269,0.7237986084463849,2.561044029691208e-07,2.561044029691208e-07,2.561044029691208e-07,0.20365049078800324
438
+ 0.0016806453847402576,0.018519611991984763,0.0023760109242782863,0.6390298152739483,0.02277385624065941,8.867178064541013e-08,0.3156199715126084
439
+ 0.009593719084860538,0.0325697482687796,0.01834963592249128,0.01267046228859763,0.5800666748642873,0.016420227741931647,0.33032953182905184
440
+ 0.003312907935394131,0.015775682587686055,0.000804152247197103,0.007632441093439162,0.0004178818989800858,0.8755200996464826,0.09653683459082071
441
+ 0.004109221533334877,0.010671082384027458,0.0014083613813176878,0.002140039220501719,0.005341037098280994,0.002784431872296365,0.9735458265102409
442
+ 0.9438730412304797,0.014906035110618018,0.0004981500268797411,0.004006943450001191,0.003958851070860605,0.0009548898403111121,0.031802089270849716
443
+ 0.09413496575804346,0.48889508611535015,6.375833986458616e-08,0.004749172452035301,0.01070409165656824,0.025023121847219075,0.37649349841244406
444
+ 0.029422645332914776,0.0391767327535337,0.5860310487728166,0.021696097407902713,0.010229437020579319,0.009768217192786172,0.3036758215194666
445
+ 0.019419605078952712,0.01908943420959195,1.1861730021189489e-07,0.3881477176393691,0.04601648314396984,0.0045018433505548015,0.5228247979602614
446
+ 0.009870737661074248,0.05921842488875584,0.009642599631124573,0.017639911398766136,0.4280369828749725,0.01853791237716719,0.45705343116813946
447
+ 0.0043874692730756495,0.021906056965105086,0.0024002125080836724,0.0076227598608104435,2.0632353695353115e-08,0.8380226123971514,0.12566086836342008
448
+ 0.042064834602850945,0.03153461480931443,0.003261332152445991,0.005818363051657985,0.00982288354889333,0.009180232878601821,0.8983177389562356
449
+ 0.9908115728921804,0.002913773129656322,2.5746206379144478e-08,2.5746206379144478e-08,0.0007947578104483896,2.5746206379144478e-08,0.005479818929095759
450
+ 0.10446295620374445,0.6153145083255146,4.9479349191463405e-08,0.00702965954784497,4.9479349191463405e-08,0.0034308043210990323,0.26976197264309837
451
+ 2.9416054402187685e-07,0.04288590223642361,0.7848296096998056,2.9416054402187685e-07,0.004946616235439873,0.011996180923981564,0.15534110258326125
452
+ 0.052471633464373946,0.017988175732217872,1.6833750882747644e-07,0.4947318204050835,0.042111888334171024,1.6833750882747644e-07,0.3926961453891359
453
+ 0.02737527787475616,0.07929240166802334,0.012664382019882152,1.3765068125588516e-07,0.589081732485815,1.3765068125588516e-07,0.29158593065016075
454
+ 0.006150857983227056,0.02307947139511833,0.0021417489661985775,0.00654113502457438,0.0005951207082907552,0.8554051403253454,0.10608652559724559
455
+ 0.011605319014425613,0.012718483553881697,0.0011646042301891718,0.001857487738697925,0.004102691401883317,0.001672830433700891,0.9668785836272213
456
+ 0.9872525144380832,0.0005361403117980943,2.2195807748412998e-08,0.0011993205522908806,2.2195807748412998e-08,0.0010482736041019915,0.009963706702110336
457
+ 0.15256055204908694,0.49467461405128765,0.004009013311057978,5.426675711472393e-08,0.01074637322831371,0.005560299190411108,0.3324490939030854
458
+ 0.04272916639229589,0.030063709919604917,0.6413916702273108,3.1020265380028806e-07,0.02419678481379073,0.00946370271688938,0.25215465572745455
459
+ 2.5259839698437603e-07,0.09965893551157971,0.016878504584172907,0.39146985475113777,0.004230138314667276,0.013997112115929083,0.4737652021241162
460
+ 0.007424586399398152,0.08425948427410439,0.01826862605099954,0.005878491016768561,0.5265945986913871,0.005123396269787346,0.35245081729755495
461
+ 0.00641556006163505,0.028895592495299462,0.004405494541174668,0.007708114286095083,0.0012382311567388769,0.8408922068837796,0.11044480057527711
462
+ 0.04143396456419702,0.02950370861323954,0.003264542486868912,0.003970210233434413,0.007056576832118599,0.0027660527021304386,0.9120049445680112
463
+ 0.9956460801201887,0.0029981053538111514,1.638184636294996e-08,1.638184636294996e-08,1.638184636294996e-08,1.638184636294996e-08,0.0013557489986145664
464
+ 0.14104308786145292,0.6174303298109374,0.001733619231270754,0.005696223046024655,0.004356225119453874,4.824205440561367e-08,0.22974046668880577
465
+ 0.06797228330808351,0.06373998112388962,0.48776631046991187,2.8283660054729315e-07,0.012551343643001792,0.0077049952545327855,0.3602648033639801
466
+ 0.038560798663322085,0.07090243795590417,3.113311147920791e-07,0.4602288447640678,0.015529150114850482,3.113311147920791e-07,0.41477814583962597
467
+ 0.0368663577230489,0.02016772531735975,0.015505831376672814,0.007384651715793006,0.6163742352785269,1.7487937234436377e-07,0.30370102370922625
468
+ 0.006863321053753126,0.0348575309195345,0.0008657655505618455,0.008959855968293726,0.0008899506318138751,0.8187406955146276,0.1288228803614154
469
+ 0.019168844249125485,0.015591771472880699,0.0014830172359952079,0.001343368048803428,0.0031542728072864895,0.0030996834971529362,0.9561590426887557
470
+ 0.9896806370888999,0.002193996475752389,1.4199113819389014e-08,1.4199113819389014e-08,1.4199113819389014e-08,0.001369927597608818,0.006755396240397303
471
+ 0.2755963266631273,0.4183489318755593,0.004657466360686878,0.003129721558824815,5.119074460363012e-08,0.00954068388312108,0.28872681846793596
472
+ 0.12339797112615797,0.08104592281610806,0.5230018152262257,4.280362602614327e-07,0.029352077978914513,4.280362602614327e-07,0.2432013567800734
473
+ 0.0863274735559805,0.039049327831500974,4.248182305968626e-07,0.4927335641656914,0.01469445274018019,4.248182305968626e-07,0.3671943320701857
474
+ 0.05342167805508296,0.07467650403591547,0.021200367152182504,0.054339600090511204,0.4105518634022525,2.1216843539095024e-07,0.3858097750956199
475
+ 0.023028456545652106,0.02629027954660274,0.000284448357180024,3.5162300696665406e-08,0.0019771408376088834,0.8188168690240052,0.12960277052665045
476
+ 0.1493445776206499,0.0510070608001883,0.002227769546415436,0.0031104746401262127,0.004635254630950727,0.005160333636940849,0.7845145291247285
477
+ 0.9999999510625588,8.15624020051372e-09,8.15624020051372e-09,8.15624020051372e-09,8.15624020051372e-09,8.15624020051372e-09,8.15624020051372e-09
478
+ 0.20933473512954076,0.6085737831394155,0.00726349829557007,0.0009202133054089833,3.92761355596851e-08,0.012567191275356639,0.16134053957857242
479
+ 0.1025811993482926,0.06068316096946247,0.6306165894663098,4.741849356935459e-07,0.03142695878969618,4.741849356935459e-07,0.17469114305636774
480
+ 0.06424093420608216,0.08227419169345598,4.1021237470443093e-07,0.3239482758687756,4.1021237470443093e-07,4.1021237470443093e-07,0.5295353675945621
481
+ 0.049648354097925174,0.05963815331724256,0.03201561316607794,0.010373822654758936,0.6610092719230772,2.8360990717341254e-07,0.1873145012310111
482
+ 0.02577573001182513,0.02679134268184279,0.0030858253557366345,0.011708516017128454,0.0063864923964650515,0.8073821480322875,0.1188699455047144
483
+ 0.034218970854118395,0.016471824956987225,0.000954325674562853,0.0013706174980925862,0.0015947959123408751,0.0031141715614647555,0.9422752935424333
484
+ 0.997289948395445,0.0013435846611332147,7.2532388177323995e-09,7.2532388177323995e-09,7.2532388177323995e-09,7.2532388177323995e-09,0.0013664379304664997
485
+ 0.3353681960999491,0.3439760319890411,0.009410524474698744,0.0018712654877267633,0.007461705898373228,0.016275402669571514,0.2856368733806396
486
+ 0.06273736119714365,0.09867864728396307,0.5683845002243452,5.130713459057722e-07,5.130713459057722e-07,5.130713459057722e-07,0.27019795208051045
487
+ 0.10077077903676093,0.04015616603703161,6.692012805800929e-07,0.3837360032394477,0.09579822363990403,6.692012805800929e-07,0.3795374896442945
488
+ 0.06139267298134836,0.06686569080284743,3.3727944193285025e-07,3.3727944193285025e-07,0.5197153031248049,3.3727944193285025e-07,0.3520253212526737
489
+ 0.03850981137769906,0.025189964079279894,0.0036344711639617368,0.0019234416031609198,0.001924166986409563,0.8378931390360349,0.09092500575345398
490
+ 0.13814201669446566,0.04656329787108279,0.0019522747329337089,0.0024169336742334594,0.0039399556612530326,0.0026076483209296042,0.8043778730451018
491
+ 0.9989331773325989,0.0006336257363488463,5.5454455955882e-09,5.5454455955882e-09,5.5454455955882e-09,5.5454455955882e-09,0.0004331747492697688
492
+ 0.33058972048222346,0.5150243153090921,0.009437141073649862,4.997183319008196e-08,4.997183319008196e-08,4.997183319008196e-08,0.1449486732195349
493
+ 0.13919393759149382,0.13972793609024653,0.6447179969781067,5.345818202525336e-07,5.345818202525336e-07,5.345818202525336e-07,0.07635852559469242
494
+ 7.948697811371717e-07,0.12952720811628432,7.948697811371717e-07,0.671347991600074,0.021640908200537223,7.948697811371717e-07,0.17748150747376115
495
+ 0.04819081156791062,0.09685064814503679,3.48867324868675e-07,0.04398501908009949,0.6271657577039115,3.48867324868675e-07,0.18380706576839193
496
+ 0.01439707507465729,0.02292979936157034,0.0010028291163640618,5.277119161133071e-08,0.007985599971224201,0.8728584522073558,0.0808261914976367
497
+ 0.055723098155789234,0.022015673802169223,0.0012898221154879653,0.0004295863696885758,0.001268210901201414,0.0009000825377199841,0.9183735261179435
498
+ 0.9969830623516157,0.0012984027815357395,5.020074340557821e-09,5.020074340557821e-09,5.020074340557821e-09,0.00011239987698043149,0.0016061199296450773
499
+ 0.5382398292482053,0.24349627855126038,6.168943279252314e-08,6.168943279252314e-08,0.0018617644173311361,0.009203472228554853,0.20719853217578282
500
+ 0.20584588786769603,0.09142895329295155,0.3432391984339709,0.032711057138534796,0.06424870659173307,5.92945871992265e-07,0.26252560372924166
501
+ 0.4003536959477019,0.1482669208390074,9.42079243412719e-07,0.0635666733534695,0.019771590653960273,9.42079243412719e-07,0.3680392350473741
502
+ 0.09879399369925258,0.13425759735903703,0.02499342962480233,4.455688747356128e-07,0.26452744134355843,4.455688747356128e-07,0.47742664683560015
503
+ 0.06406603461321497,0.06371313161972206,0.0020331740257236645,5.977043145111061e-08,5.977043145111061e-08,0.8090710781844286,0.061116462016048
504
+ 0.41204283834731237,0.05921976126086964,0.0008795537465062676,0.002733384539103763,0.0037731100306618083,0.0026788914938124853,0.5186724605817337
505
+ 0.9996180768033824,0.00011458251283337435,3.4293938614681394e-09,3.4293938614681394e-09,3.4293938614681394e-09,3.4293938614681394e-09,0.00026732696620918115
506
+ 0.46393994047357506,0.3972526771600395,0.001435025911710551,0.0019542826370665387,5.64985240787264e-08,5.64985240787264e-08,0.1354179608205599
507
+ 0.34832509988247407,0.07229461464992235,0.42206420233960945,1.1841835658929949e-06,1.1841835658929949e-06,1.1841835658929949e-06,0.1573125305772964
508
+ 1.4970419457387153e-06,0.04790081083383958,1.4970419457387153e-06,0.5433564765361899,1.4970419457387153e-06,1.4970419457387153e-06,0.4087367244621876
509
+ 0.041426616294138935,0.09442618437304352,6.640183194994774e-07,0.05154685903571725,0.705290380088707,6.640183194994774e-07,0.1073086321717543
510
+ 0.04348606989314625,0.051114787640003455,7.021308528897343e-08,7.021308528897343e-08,7.021308528897343e-08,0.8492866444651003,0.056112287362494205
511
+ 0.10235066297605136,0.024219972524696726,0.0010922269528722435,0.0003445021587229388,0.0005106147464191963,0.00042281939010917565,0.8710592012511282
512
+ 0.9980700097442783,0.0006123583301729555,3.2057425859307308e-09,3.2057425859307308e-09,3.2057425859307308e-09,0.00027611001697286206,0.0010415122913482182
513
+ 0.49781492298381846,0.30692276649377737,9.350901443089497e-08,9.350901443089497e-08,9.350901443089497e-08,0.03276823321553527,0.16249379677982573
514
+ 0.27977689833655217,0.08743062445901327,0.39202449290391045,1.9917908938685574e-06,1.9917908938685574e-06,1.9917908938685574e-06,0.24076200892784239
515
+ 0.06741369991369806,0.30999122071232316,1.9489374134374127e-06,0.18090907839011464,1.9489374134374127e-06,1.9489374134374127e-06,0.44168015417162365
516
+ 0.36143554818615004,0.2007544270863048,8.941570085046753e-07,0.09123656217764176,0.1510054036851617,8.941570085046753e-07,0.19556627055072479
517
+ 0.07318602027624672,0.036385127921798474,8.23560592099644e-08,8.23560592099644e-08,8.23560592099644e-08,0.8336665641527212,0.05676204058105591
518
+ 0.37176641430309004,0.05161535568069802,0.0006987387242015923,0.001128945323095726,0.0017559267694767656,0.0033589152339979626,0.5696757039654399
519
+ 0.9998342273312446,2.815257373947888e-09,2.815257373947888e-09,2.815257373947888e-09,2.815257373947888e-09,2.815257373947888e-09,0.00016575859246876037
520
+ 0.45158185892896163,0.3963521295553416,1.0537025775631236e-07,1.0537025775631236e-07,1.0537025775631236e-07,1.0537025775631236e-07,0.15206559003466605
521
+ 3.752167031463205e-06,0.5964110144296039,0.40357022473523846,3.752167031463205e-06,3.752167031463205e-06,3.752167031463205e-06,3.752167031463205e-06
522
+ 0.22866943709051574,3.2524729324066663e-06,3.2524729324066663e-06,0.6337764459681143,3.2524729324066663e-06,3.2524729324066663e-06,0.1375411070496401
523
+ 0.5790293241795108,0.08541492043295745,2.906895289812777e-06,2.906895289812777e-06,0.3355441278063722,2.906895289812777e-06,2.906895289812777e-06
524
+ 0.020892575160176556,0.0310814452921618,9.179138974654239e-08,9.179138974654239e-08,0.006913360330820171,0.8980107010312838,0.04310173460277805
525
+ 0.13164412085313149,0.03590586700919004,0.0008346735891347329,1.6629601011211506e-08,0.0005988878069614893,0.002271987757145846,0.8287444463548355
526
+ 0.9977940072579223,0.0003391524764832187,2.7185181979576556e-09,0.0002004501037047912,2.7185181979576556e-09,2.7185181979576556e-09,0.0016663820063351864
527
+ 0.7354394227497832,0.17769144933776676,1.5509603314467552e-07,1.5509603314467552e-07,1.5509603314467552e-07,0.014546511456623496,0.072322151167727
528
+ 0.6557797785724372,6.338999082222914e-06,0.1736685500761989,6.338999082222914e-06,6.338999082222914e-06,6.338999082222914e-06,0.17052631535503499
529
+ 0.4763505733848692,5.131735027582034e-06,5.131735027582034e-06,0.5236237679399929,5.131735027582034e-06,5.131735027582034e-06,5.131735027582034e-06
530
+ 0.5090337493253758,4.409875440059995e-06,4.409875440059995e-06,4.409875440059995e-06,0.3321341796365743,4.409875440059995e-06,0.15881443153628966
531
+ 0.061911402280173035,0.02423432350042434,1.0080851096293188e-07,0.0062138087563301525,0.008461473302968137,0.8164376210162101,0.08274127033538331
532
+ 0.7102831085032225,0.03701680803751129,1.9286632461093497e-08,0.0007623827605108615,0.0011776100151043275,0.0056331142739181935,0.2451269571231003
533
+ 0.9994368109144355,2.4418151178875816e-09,2.4418151178875816e-09,2.4418151178875816e-09,2.4418151178875816e-09,9.801770298728319e-05,0.00046516161531685537
534
+ 0.5649665461362723,0.32078809439071226,2.915329298688199e-07,2.915329298688199e-07,2.915329298688199e-07,2.915329298688199e-07,0.11424419334129622
535
+ 0.9997810446006018,3.6492566566407026e-05,3.6492566566407026e-05,3.6492566566407026e-05,3.6492566566407026e-05,3.6492566566407026e-05,3.6492566566407026e-05
536
+ 0.14273348263925717,3.6108479390464955e-06,3.6108479390464955e-06,0.591005982849248,3.6108479390464955e-06,3.6108479390464955e-06,0.2662460911197386
537
+ 0.12285497857507419,0.14865435777666433,4.53896683942181e-06,4.53896683942181e-06,0.7284725077809036,4.53896683942181e-06,4.53896683942181e-06
538
+ 0.10837753367703491,0.011125445360204413,1.1785832190333276e-07,0.0034241624709500343,1.1785832190333276e-07,0.8285389060178461,0.04853371675732067
539
+ 0.2384538876677536,0.022029113736151056,6.815399725223822e-08,0.0030864513231982312,6.815399725223822e-08,0.013094424941623186,0.7233359860232793
540
+ 0.9991203137091041,5.408058735765681e-05,2.405285915942654e-09,2.405285915942654e-09,3.58413267655128e-05,2.405285915942654e-09,0.0007897571609150411
541
+ 0.9155375845828948,0.023879090876915157,6.448594674934786e-07,6.448594674934786e-07,6.448594674934786e-07,6.448594674934786e-07,0.06058074510231999
542
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
543
+ 0.4286905713127064,4.201349433495693e-06,4.201349433495693e-06,0.13614898216596355,4.201349433495693e-06,4.201349433495693e-06,0.4351436411235961
544
+ 0.26521218562219795,0.7347566615401253,6.230567535364428e-06,6.230567535364428e-06,6.230567535364428e-06,6.230567535364428e-06,6.230567535364428e-06
545
+ 0.07208501767246692,0.025320553471080937,1.3769871216635095e-07,1.3769871216635095e-07,1.3769871216635095e-07,0.8478068191144742,0.054787196645841495
546
+ 0.8315387817276205,0.0018122797061566297,8.56078998313743e-08,8.56078998313743e-08,0.0032490484433752675,0.005866643863934529,0.15753307504311334
547
+ 0.9995199239683604,0.0003393116795151451,2.3408982180421834e-09,2.3408982180421834e-09,2.3408982180421834e-09,0.00014075498853166233,2.3408982180421834e-09
548
+ 0.7435475967330933,0.06534888326706283,2.6143997870134302e-06,2.6143997870134302e-06,2.6143997870134302e-06,2.6143997870134302e-06,0.19109306240069543
549
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
550
+ 3.0852758701152206e-05,3.0852758701152206e-05,3.0852758701152206e-05,0.9998148834477932,3.0852758701152206e-05,3.0852758701152206e-05,3.0852758701152206e-05
551
+ 1.891834802560452e-05,1.891834802560452e-05,1.891834802560452e-05,1.891834802560452e-05,0.9998864899118465,1.891834802560452e-05,1.891834802560452e-05
552
+ 0.0076854959515582745,0.042604631064484436,1.606295629200882e-07,1.606295629200882e-07,0.009246179322400622,0.9354687986549194,0.004994573747511441
553
+ 0.23703992102860713,0.07077644898387658,3.6180655016506117e-07,3.6180655016506117e-07,3.6180655016506117e-07,3.6180655016506117e-07,0.6921821827613156
554
+ 0.9950182192453897,0.00038238922804563713,2.3366190483917097e-09,6.553502356347481e-05,2.3366190483917097e-09,0.00017627581985631886,0.00435757600990684
555
+ 0.579204044410083,0.42078802918495645,1.5852809920685904e-06,1.5852809920685904e-06,1.5852809920685904e-06,1.5852809920685904e-06,1.5852809920685904e-06
556
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
557
+ 3.0852758701152206e-05,3.0852758701152206e-05,3.0852758701152206e-05,0.9998148834477932,3.0852758701152206e-05,3.0852758701152206e-05,3.0852758701152206e-05
558
+ 0.5213022775452124,9.056341443483179e-06,9.056341443483179e-06,9.056341443483179e-06,0.34371234579498716,9.056341443483179e-06,0.13494915129402657
559
+ 0.10169511120151699,0.022871732235501763,1.6995534651118947e-07,1.6995534651118947e-07,1.6995534651118947e-07,0.8102347263872899,0.06519792030965178
560
+ 0.2853104148006639,0.015413404240708197,4.957076442267348e-07,4.957076442267348e-07,0.00533900156556186,4.957076442267348e-07,0.6939356922701334
561
+ 0.9991747448777188,2.3395447492687118e-09,2.3395447492687118e-09,2.3395447492687118e-09,2.3395447492687118e-09,2.3395447492687118e-09,0.0008252434245577052
562
+ 0.5447327041303349,0.2822522326897041,1.6813598189078726e-06,1.6813598189078726e-06,1.6813598189078726e-06,1.6813598189078726e-06,0.17300833774068516
563
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
564
+ 1.6540420128503053e-05,1.6540420128503053e-05,1.6540420128503053e-05,0.5360090610743091,1.6540420128503053e-05,1.6540420128503053e-05,0.46390823682504845
565
+ 2.0522024778134288e-05,0.22103173855604827,2.0522024778134288e-05,2.0522024778134288e-05,2.0522024778134288e-05,2.0522024778134288e-05,0.7788656513200609
566
+ 0.05570578230342276,0.01568106721667136,2.0649277723661662e-07,2.0649277723661662e-07,2.0649277723661662e-07,0.8991354809382558,0.02947705006331831
567
+ 0.14682926839868446,0.009820244286289508,2.729766105812213e-07,0.011950025373130965,0.007422904535065452,2.729766105812213e-07,0.8239770114536085
568
+ 0.9972220386868619,0.0006695440720960703,0.00016013968425213464,6.24922477725639e-05,2.3352892294702634e-09,2.3352892294702634e-09,0.0018857806384389702
569
+ 0.284192531239691,0.5294127135970879,3.441635065434254e-06,3.441635065434254e-06,3.441635065434254e-06,3.441635065434254e-06,0.18638098862295902
570
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
571
+ 1.3125469682283647e-05,1.3125469682283647e-05,1.3125469682283647e-05,0.4253441343026445,1.3125469682283647e-05,1.3125469682283647e-05,0.5745902383489441
572
+ 3.676679262751887e-05,3.676679262751887e-05,3.676679262751887e-05,3.676679262751887e-05,0.9997793992442349,3.676679262751887e-05,3.676679262751887e-05
573
+ 0.052356039849079425,0.04020296188269799,2.2965670589090072e-07,0.009489137890644987,2.2965670589090072e-07,0.8481682700879214,0.04978313097624436
574
+ 0.1635100281006362,0.048064156674328076,0.013557292625916977,2.7152695154774534e-07,2.7152695154774534e-07,2.7152695154774534e-07,0.774867708018264
575
+ 0.9996086830791066,2.336799851350394e-09,2.336799851350394e-09,2.336799851350394e-09,2.336799851350394e-09,2.336799851350394e-09,0.0003913052368944008
576
+ 0.2374154794694534,0.5422078438434643,1.2616590779099542e-06,1.2616590779099542e-06,1.2616590779099542e-06,1.2616590779099542e-06,0.22037163005077054
577
+ 0.578639792360337,8.438203691687323e-06,0.4213180166212045,8.438203691687323e-06,8.438203691687323e-06,8.438203691687323e-06,8.438203691687323e-06
578
+ 9.951361122926923e-06,9.951361122926923e-06,9.951361122926923e-06,0.9999402918332625,9.951361122926923e-06,9.951361122926923e-06,9.951361122926923e-06
579
+ 3.676679262751887e-05,3.676679262751887e-05,3.676679262751887e-05,3.676679262751887e-05,0.9997793992442349,3.676679262751887e-05,3.676679262751887e-05
580
+ 0.010981749580750605,0.016257808565311258,2.707674183163847e-07,0.008260607447980232,2.707674183163847e-07,0.9644990221037029,2.707674183163847e-07
581
+ 0.10882160188649859,2.515114776099713e-07,2.515114776099713e-07,2.515114776099713e-07,2.515114776099713e-07,0.021747701228071507,0.8694296908395194
582
+ 0.995112581105418,0.0013564026600959153,2.3337321522159662e-09,2.3337321522159662e-09,2.3337321522159662e-09,2.3337321522159662e-09,0.003531006899557629
583
+ 0.3032297630947207,0.5625436055946795,2.041623575564704e-06,2.041623575564704e-06,0.058442205742326975,0.07577830069754599,2.041623575564704e-06
584
+ 2.002570379862639e-05,2.002570379862639e-05,0.9998798457772083,2.002570379862639e-05,2.002570379862639e-05,2.002570379862639e-05,2.002570379862639e-05
585
+ 7.633826968576724e-06,7.633826968576724e-06,7.633826968576724e-06,0.31542051627510975,7.633826968576724e-06,0.23289378133204056,0.4516551670849754
586
+ 3.676679262751887e-05,3.676679262751887e-05,3.676679262751887e-05,3.676679262751887e-05,0.9997793992442349,3.676679262751887e-05,3.676679262751887e-05
587
+ 0.02949085060964187,2.7408019816238755e-07,2.7408019816238755e-07,2.7408019816238755e-07,2.7408019816238755e-07,0.9651035977135882,0.005404455355977167
588
+ 0.30095476009512623,0.007790452962819148,2.632309939816409e-07,2.632309939816409e-07,2.632309939816409e-07,2.632309939816409e-07,0.6912537340180787
589
+ 0.9999441423436494,5.5845968738693984e-05,2.337522464775325e-09,2.337522464775325e-09,2.337522464775325e-09,2.337522464775325e-09,2.337522464775325e-09
590
+ 0.5355712586903738,0.13412484678675085,1.1282187169816205e-06,0.04669559114270204,1.1282187169816205e-06,0.2597097847556042,0.023896262187135104
591
+ 2.002570379862639e-05,2.002570379862639e-05,0.9998798457772083,2.002570379862639e-05,2.002570379862639e-05,2.002570379862639e-05,2.002570379862639e-05
592
+ 2.4198548317430916e-05,2.4198548317430916e-05,2.4198548317430916e-05,2.4198548317430916e-05,2.4198548317430916e-05,2.4198548317430916e-05,0.9998548087100954
593
+ 0.4871208413151406,1.79138227600158e-05,1.79138227600158e-05,1.79138227600158e-05,0.5127895895710594,1.79138227600158e-05,1.79138227600158e-05
594
+ 0.02374232819734476,0.01999038965173593,2.7863892128422494e-07,2.7863892128422494e-07,2.7863892128422494e-07,0.9458171087425578,0.010449337491597757
595
+ 0.10345306058089346,2.370819223770515e-07,2.370819223770515e-07,2.370819223770515e-07,2.370819223770515e-07,2.370819223770515e-07,0.8965457540094945
596
+ 0.9984253676542949,0.0002685374310778823,2.3320735251416924e-09,0.00011789503499359893,2.3320735251416924e-09,5.869610825648071e-05,0.0011294991072301143
597
+ 0.25376814523922653,0.5050126102619068,4.661569146201019e-06,4.661569146201019e-06,4.661569146201019e-06,4.661569146201019e-06,0.24120059822228182
598
+ 2.002570379862639e-05,2.002570379862639e-05,2.002570379862639e-05,0.9998798457772083,2.002570379862639e-05,2.002570379862639e-05,2.002570379862639e-05
599
+ 2.415763798638442e-05,2.415763798638442e-05,2.415763798638442e-05,2.415763798638442e-05,2.415763798638442e-05,0.9998550541720816,2.415763798638442e-05
600
+ 3.4926740120455026e-05,3.4926740120455026e-05,3.4926740120455026e-05,3.4926740120455026e-05,0.9997904395592773,3.4926740120455026e-05,3.4926740120455026e-05
601
+ 0.06244764303365462,0.04601237772087267,2.7589113952924447e-07,2.7589113952924447e-07,2.7589113952924447e-07,0.8622615963199818,0.02927755525207241
602
+ 0.1647208764843818,0.023388213962834036,2.576263856904613e-07,2.576263856904613e-07,2.576263856904613e-07,0.0050800105564756,0.8068101261171515
603
+ 0.9998315392844183,2.330742042886961e-09,2.330742042886961e-09,2.330742042886961e-09,2.330742042886961e-09,2.330742042886961e-09,0.00016844906187177974
604
+ 0.19639971904527578,0.4247436465141823,2.078791526729523e-06,2.078791526729523e-06,2.078791526729523e-06,0.23637625825421915,0.14247413981174223
605
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
606
+ 9.9513813902845e-06,9.9513813902845e-06,9.9513813902845e-06,0.496870711254121,9.9513813902845e-06,9.9513813902845e-06,0.5030795318389276
607
+ 3.4926740120455026e-05,3.4926740120455026e-05,3.4926740120455026e-05,3.4926740120455026e-05,0.9997904395592773,3.4926740120455026e-05,3.4926740120455026e-05
608
+ 3.1136659731187537e-07,3.1136659731187537e-07,3.1136659731187537e-07,3.1136659731187537e-07,3.1136659731187537e-07,0.9649724411224997,0.03502600204451386
609
+ 0.09660787322497301,0.010495220188600309,2.6497759543874035e-07,2.6497759543874035e-07,2.6497759543874035e-07,2.6497759543874035e-07,0.8928958466760449
610
+ 0.992749590632136,0.0015453576985944815,2.328642737472803e-09,0.00017030780344927583,2.328642737472803e-09,0.0001980892011295476,0.005336650007405357
611
+ 0.8376087976522987,4.099447008951463e-06,4.099447008951463e-06,4.099447008951463e-06,4.099447008951463e-06,4.099447008951463e-06,0.16237070511265664
612
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
613
+ 2.002570379862639e-05,2.002570379862639e-05,2.002570379862639e-05,0.9998798457772083,2.002570379862639e-05,2.002570379862639e-05,2.002570379862639e-05
614
+ 3.4926740120455026e-05,3.4926740120455026e-05,3.4926740120455026e-05,3.4926740120455026e-05,3.4926740120455026e-05,3.4926740120455026e-05,0.9997904395592773
615
+ 0.03438305827573244,3.1124862615249587e-07,3.1124862615249587e-07,3.1124862615249587e-07,3.1124862615249587e-07,0.9448276564443401,0.02078804028542284
616
+ 0.3929088364676446,0.007687990472111219,2.722155193692932e-07,2.722155193692932e-07,0.005797166392111933,2.722155193692932e-07,0.5936051900215741
617
+ 0.9993616163095709,0.00017127283120878297,2.3360158225191735e-09,2.3360158225191735e-09,2.3360158225191735e-09,2.3360158225191735e-09,0.0004671015151572831
618
+ 0.32564655839144735,0.15855759420468213,1.4453425312197449e-06,0.03154803789364911,1.4453425312197449e-06,0.32919523607183554,0.15504968275332343
619
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
620
+ 8.125397385543069e-06,0.4056996531274276,8.125397385543069e-06,0.5942597198856446,8.125397385543069e-06,8.125397385543069e-06,8.125397385543069e-06
621
+ 4.6943425216555517e-05,4.6943425216555517e-05,4.6943425216555517e-05,4.6943425216555517e-05,0.9997183394487008,4.6943425216555517e-05,4.6943425216555517e-05
622
+ 0.009156462808327643,3.204434280579537e-07,3.204434280579537e-07,3.204434280579537e-07,3.204434280579537e-07,0.9552736100436465,0.03556864537431356
623
+ 0.14443922714704602,0.02291687000721202,2.170416133499264e-07,2.170416133499264e-07,2.170416133499264e-07,0.0094943701251747,0.8231488815957272
624
+ 0.9958025440134445,0.0020279399418906678,0.00014790727322822733,2.332495404056314e-09,2.332495404056314e-09,5.5982496840100854e-05,0.001965621609605744
625
+ 0.5191719949968466,0.273494535259056,2.9538514691167883e-06,2.9538514691167883e-06,2.9538514691167883e-06,0.20732165433822064,2.9538514691167883e-06
626
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
627
+ 1.052981180815444e-05,1.052981180815444e-05,1.052981180815444e-05,0.6881296292341834,1.052981180815444e-05,0.22983818351785867,0.08199006800072532
628
+ 4.6943425216555517e-05,4.6943425216555517e-05,4.6943425216555517e-05,4.6943425216555517e-05,0.9997183394487008,4.6943425216555517e-05,4.6943425216555517e-05
629
+ 0.02059653784160115,0.00814351931729353,3.074453736485763e-07,3.074453736485763e-07,3.074453736485763e-07,0.9712587130596108,3.074453736485763e-07
630
+ 0.1674380215543683,0.028475517689571496,2.3748351405124718e-07,2.3748351405124718e-07,0.01102161924771395,0.026360243818159844,0.7667041227231584
631
+ 0.9995071594590884,0.00018038305561672121,2.3371385947729854e-09,0.00010508543360297548,2.3371385947729854e-09,2.3371385947729854e-09,0.00020736504027631168
632
+ 0.18046584535448584,0.2661634136475044,0.11234118942241954,0.047929964067220936,9.021896463206994e-07,0.2685648685657514,0.12453381675297155
633
+ 1.5768492471902954e-05,1.5768492471902954e-05,0.9999053890451687,1.5768492471902954e-05,1.5768492471902954e-05,1.5768492471902954e-05,1.5768492471902954e-05
634
+ 1.530067109702689e-05,1.530067109702689e-05,1.530067109702689e-05,0.999908195973418,1.530067109702689e-05,1.530067109702689e-05,1.530067109702689e-05
635
+ 1.4768588680583955e-05,1.4768588680583955e-05,1.4768588680583955e-05,1.4768588680583955e-05,0.9999113884679166,1.4768588680583955e-05,1.4768588680583955e-05
636
+ 2.9532136636277294e-07,2.9532136636277294e-07,2.9532136636277294e-07,2.9532136636277294e-07,2.9532136636277294e-07,0.9382270831369283,0.06177144025623992
637
+ 0.1608375225055977,2.451608709019036e-07,2.451608709019036e-07,2.451608709019036e-07,2.451608709019036e-07,2.451608709019036e-07,0.8391612516900477
638
+ 0.9890559710444241,0.003230757740227407,4.5731535024608364e-05,0.0006086928197350936,0.0002473695001718875,0.0002381513810240668,0.006573325979393022
639
+ 0.31153010702940886,0.23041277176942604,2.6866877452425135e-06,2.6866877452425135e-06,2.6866877452425135e-06,0.40761232201432623,0.05043673912360318
640
+ 5.320926467689387e-06,5.320926467689387e-06,0.33740847828261783,5.320926467689387e-06,5.320926467689387e-06,0.6625649170850437,5.320926467689387e-06
641
+ 6.118297523409158e-06,6.118297523409158e-06,6.118297523409158e-06,6.118297523409158e-06,6.118297523409158e-06,0.3250422809056788,0.674927127606704
642
+ 0.6854107827811959,1.4768588680583955e-05,1.4768588680583955e-05,0.3145153742754013,1.4768588680583955e-05,1.4768588680583955e-05,1.4768588680583955e-05
643
+ 0.046864165630000364,2.8779827083604867e-07,2.8779827083604867e-07,2.8779827083604867e-07,2.8779827083604867e-07,0.9531343953786454,2.8779827083604867e-07
644
+ 0.2373095322886412,0.020812630116436064,2.591458130751996e-07,2.591458130751996e-07,2.591458130751996e-07,2.591458130751996e-07,0.7418768010116704
645
+ 0.9991109288528651,0.0004051450552071104,2.3525533194427446e-09,0.00016623196728013373,2.3525533194427446e-09,2.3525533194427446e-09,0.0003176870669876121
646
+ 0.15815325298511157,0.6945194474818251,6.449457822644707e-07,0.029985501045083438,6.449457822644707e-07,6.449457822644707e-07,0.11733986365063298
647
+ 1.204624387096087e-05,1.204624387096087e-05,0.9999277225367743,1.204624387096087e-05,1.204624387096087e-05,1.204624387096087e-05,1.204624387096087e-05
648
+ 3.5443700204784982e-06,0.08819056384579287,3.5443700204784982e-06,0.517636207359084,3.5443700204784982e-06,3.5443700204784982e-06,0.39415905131504125
649
+ 9.433206355306951e-06,9.433206355306951e-06,0.169798621461896,9.433206355306951e-06,9.433206355306951e-06,9.433206355306951e-06,0.8301542125063274
650
+ 2.6714889179072517e-07,2.6714889179072517e-07,2.6714889179072517e-07,2.6714889179072517e-07,2.6714889179072517e-07,0.9999983971066492,2.6714889179072517e-07
651
+ 0.09348975139151508,1.7215673575899996e-07,1.7215673575899996e-07,1.7215673575899996e-07,1.7215673575899996e-07,0.01657939949937599,0.8899301604821659
652
+ 0.9916001007362029,0.0026331795785432145,2.350284390903726e-09,0.0011554626333076933,2.350284390903726e-09,0.0003666512125205229,0.004244601138857112
653
+ 0.024316100153438446,0.402966466810741,7.849504490708593e-07,0.06481283966577411,7.849504490708593e-07,0.3965473946758289,0.11135562879331926
654
+ 9.899762498877394e-06,9.899762498877394e-06,0.8217538242788238,0.17819667690868177,9.899762498877394e-06,9.899762498877394e-06,9.899762498877394e-06
655
+ 0.08091216663722256,0.10570647079895436,3.7993643747083022e-06,0.2684639745259501,0.4739683961396006,3.7993643747083022e-06,0.07094139316952285
656
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
657
+ 2.604482697592483e-07,0.018714684576547295,2.604482697592483e-07,2.604482697592483e-07,2.604482697592483e-07,0.9812840131821038,2.604482697592483e-07
658
+ 0.10417893791880414,1.7588629442475084e-07,1.7588629442475084e-07,0.0013695334259547865,1.7588629442475084e-07,0.032597714774696064,0.8618532862216617
659
+ 0.9971995091561355,0.000863055552653547,2.4829832751417203e-05,0.0011123854205012406,2.3665781390993264e-09,0.00011989742178109342,0.0006803202495992144
660
+ 0.10662161110980371,0.5491377976827074,5.76896674102236e-07,0.07136128364652657,5.76896674102236e-07,0.12626767416591214,0.14661047960170204
661
+ 1.204624387096087e-05,1.204624387096087e-05,0.9999277225367743,1.204624387096087e-05,1.204624387096087e-05,1.204624387096087e-05,1.204624387096087e-05
662
+ 0.07838527870577708,0.07715525769877848,0.02683998184893788,0.38800997182771213,1.4911021371898534e-06,0.06384097466444183,0.36576704415221534
663
+ 8.015685599694435e-06,8.015685599694435e-06,8.015685599694435e-06,8.015685599694435e-06,0.9999519058864019,8.015685599694435e-06,8.015685599694435e-06
664
+ 2.1672223923797191e-07,2.1672223923797191e-07,2.1672223923797191e-07,2.1672223923797191e-07,2.1672223923797191e-07,0.9999986996665645,2.1672223923797191e-07
665
+ 0.023977522998195194,1.4563264644338517e-07,1.4563264644338517e-07,1.4563264644338517e-07,1.4563264644338517e-07,0.008966923570650813,0.9670549709005681