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.9998108907016034,3.922635299450593e-09,3.922635299450593e-09,3.922635299450593e-09,3.922635299450593e-09,3.922635299450593e-09,0.00018908968522047824
2
+ 0.2565480980389462,0.7163787320313488,1.058733805259696e-06,1.058733805259696e-06,1.058733805259696e-06,1.058733805259696e-06,0.027068934994483772
3
+ 7.557508052739626e-06,7.557508052739626e-06,0.9999546549516836,7.557508052739626e-06,7.557508052739626e-06,7.557508052739626e-06,7.557508052739626e-06
4
+ 4.103058978114041e-06,4.103058978114041e-06,4.103058978114041e-06,0.7734742623272145,4.103058978114041e-06,4.103058978114041e-06,0.22650522237789497
5
+ 5.056672843230079e-06,5.056672843230079e-06,5.056672843230079e-06,5.056672843230079e-06,0.9999696599629406,5.056672843230079e-06,5.056672843230079e-06
6
+ 0.036312391014226356,0.0067097193484758275,1.7876721840175458e-07,1.7876721840175458e-07,1.7876721840175458e-07,0.9514562273796732,0.005521125955969391
7
+ 0.03927501395161516,0.007094657113029695,8.986401914784018e-08,8.986401914784018e-08,8.986401914784018e-08,8.986401914784018e-08,0.9536299694792785
8
+ 0.998774900684814,0.00015178964274416214,3.909839969640408e-09,6.096420456270351e-05,3.909839969640408e-09,0.00019651047433987792,0.0008158271738596198
9
+ 0.11460269394280953,0.4256986735770752,1.260837950928764e-06,1.260837950928764e-06,1.260837950928764e-06,0.18000282645890853,0.2796920235073538
10
+ 7.557508052739626e-06,7.557508052739626e-06,0.9999546549516836,7.557508052739626e-06,7.557508052739626e-06,7.557508052739626e-06,7.557508052739626e-06
11
+ 5.304544170123693e-06,5.304544170123693e-06,5.304544170123693e-06,0.7607572449190032,5.304544170123693e-06,5.304544170123693e-06,0.23921623236014622
12
+ 5.056672843230079e-06,5.056672843230079e-06,5.056672843230079e-06,5.056672843230079e-06,5.056672843230079e-06,5.056672843230079e-06,0.9999696599629406
13
+ 0.027287580625954252,0.007987341422955199,1.8788779948921696e-07,1.8788779948921696e-07,0.007256833745984106,0.9574676805417079,1.8788779948921696e-07
14
+ 0.04983279869068652,9.283512825840402e-08,9.283512825840402e-08,9.283512825840402e-08,0.0011750171052736002,9.283512825840402e-08,0.9489918128635267
15
+ 0.9998321886073649,0.00016779187850036282,3.902827023417998e-09,3.902827023417998e-09,3.902827023417998e-09,3.902827023417998e-09,3.902827023417998e-09
16
+ 0.10146622868932086,0.8985218372606482,2.3868100061575497e-06,2.3868100061575497e-06,2.3868100061575497e-06,2.3868100061575497e-06,2.3868100061575497e-06
17
+ 7.557508052739626e-06,7.557508052739626e-06,0.9999546549516836,7.557508052739626e-06,7.557508052739626e-06,7.557508052739626e-06,7.557508052739626e-06
18
+ 6.288768468492145e-06,6.288768468492145e-06,6.288768468492145e-06,0.5797927577756989,6.288768468492145e-06,6.288768468492145e-06,0.42017579838195873
19
+ 1.94987794387382e-05,1.94987794387382e-05,1.94987794387382e-05,1.94987794387382e-05,0.9998830073233677,1.94987794387382e-05,1.94987794387382e-05
20
+ 1.8907224980492444e-07,1.8907224980492444e-07,1.8907224980492444e-07,0.00708294243745769,1.8907224980492444e-07,0.9792637917669562,0.013652509506586918
21
+ 0.04499001788561051,9.177952313079349e-08,9.177952313079349e-08,9.177952313079349e-08,9.177952313079349e-08,0.0028715550764671846,0.9521380599198298
22
+ 0.9910075804140098,0.0016397691777615127,0.0001809873194010811,0.0012414843039559237,0.0003485308229951667,0.001092693987510635,0.004488953974365826
23
+ 0.052859112432064835,0.6861569970755692,2.384072022571897e-06,2.384072022571897e-06,2.384072022571897e-06,0.2103012926192682,0.05067544565703001
24
+ 7.557508052739626e-06,7.557508052739626e-06,0.9999546549516836,7.557508052739626e-06,7.557508052739626e-06,7.557508052739626e-06,7.557508052739626e-06
25
+ 0.2889181290660643,7.712388058254162e-06,7.712388058254162e-06,0.7110433089936444,7.712388058254162e-06,7.712388058254162e-06,7.712388058254162e-06
26
+ 0.24679665771238346,1.94987794387382e-05,1.94987794387382e-05,1.94987794387382e-05,0.7531058483904229,1.94987794387382e-05,1.94987794387382e-05
27
+ 1.9191638502787197e-07,1.9191638502787197e-07,1.9191638502787197e-07,1.9191638502787197e-07,1.9191638502787197e-07,0.9850693880264155,0.014929652391659215
28
+ 0.15801363700088403,0.0037550860198849035,0.004432358450306021,0.006390539163338839,0.004872171290531903,9.511839159201116e-08,0.8225361129566627
29
+ 0.999542984005478,0.00018779121777374994,3.904125898564274e-09,3.904125898564274e-09,3.904125898564274e-09,3.904125898564274e-09,0.00026920916024494076
30
+ 0.02452506178952011,0.7048991846450753,1.3364642995680258e-06,1.3364642995680258e-06,1.3364642995680258e-06,0.15416298677373058,0.11640875739877532
31
+ 4.437007975491313e-06,4.437007975491313e-06,0.721087887999382,4.437007975491313e-06,4.437007975491313e-06,0.20675717350855502,0.0721371904601611
32
+ 2.091653038697646e-06,2.091653038697646e-06,2.091653038697646e-06,0.33627343000915505,2.091653038697646e-06,2.091653038697646e-06,0.6637161117256515
33
+ 5.576553306816178e-06,5.576553306816178e-06,5.576553306816178e-06,5.576553306816178e-06,0.9999665406801591,5.576553306816178e-06,5.576553306816178e-06
34
+ 0.008894808177082644,1.817676137733772e-07,1.817676137733772e-07,1.817676137733772e-07,1.817676137733772e-07,0.9819385912933205,0.009165873459141768
35
+ 0.014177421661004962,0.009704701598775308,1.0102104136677227e-07,0.00529518489743472,1.0102104136677227e-07,1.0102104136677227e-07,0.9708223887796609
36
+ 0.9920476585284538,0.002050779216894617,3.902745896208493e-09,0.000510777419503352,0.0001423933129419995,0.0011205089538088202,0.004127878665651558
37
+ 0.015022883897726212,0.5107275404565678,1.488966684599036e-06,0.19283395220268149,0.04027850081937697,1.488966684599036e-06,0.2411341446902783
38
+ 6.152986680576816e-06,6.152986680576816e-06,0.6455586927197647,6.152986680576816e-06,6.152986680576816e-06,6.152986680576816e-06,0.35441054234683245
39
+ 4.69063229194122e-06,4.69063229194122e-06,4.69063229194122e-06,0.5154751616440716,4.69063229194122e-06,4.69063229194122e-06,0.4845013851944686
40
+ 5.576553306816178e-06,5.576553306816178e-06,5.576553306816178e-06,5.576553306816178e-06,0.3367295898947586,5.576553306816178e-06,0.6632425273387073
41
+ 0.03472746606951249,0.006405976810018141,1.7972298992931324e-07,0.019237875781563087,1.7972298992931324e-07,0.9396281421699364,1.7972298992931324e-07
42
+ 0.07235607227877719,9.852061639527026e-08,9.852061639527026e-08,9.852061639527026e-08,0.007479090169189544,0.005498235110723317,0.9146663068794608
43
+ 0.9990879583411314,0.00042503153868734547,3.919570879626634e-09,0.00017312696498587396,3.919570879626634e-09,9.786000608301596e-05,0.00021601530997077795
44
+ 1.106039912445507e-06,0.761557305603566,1.106039912445507e-06,0.024541393314498623,1.106039912445507e-06,0.030393152504750755,0.18350483045744703
45
+ 9.530713312128326e-06,9.530713312128326e-06,0.9999428157201273,9.530713312128326e-06,9.530713312128326e-06,9.530713312128326e-06,9.530713312128326e-06
46
+ 2.095011205764755e-06,0.023413184582830766,2.095011205764755e-06,0.3924705364284978,2.095011205764755e-06,0.22838923698106534,0.35572075697398886
47
+ 5.004083551731628e-06,5.004083551731628e-06,5.004083551731628e-06,5.004083551731628e-06,0.6200951791209457,5.004083551731628e-06,0.37987980046129566
48
+ 1.794970542470178e-07,1.794970542470178e-07,1.794970542470178e-07,1.794970542470178e-07,1.794970542470178e-07,0.9912419959872166,0.008757106527512024
49
+ 0.011335470294211291,0.009736378664222473,9.273454182658967e-08,0.006405195638222173,9.273454182658967e-08,9.273454182658967e-08,0.9725226771997186
50
+ 0.971326782291185,0.009746259224060153,0.0005928500491629543,0.0034234907749155523,0.0002635165250597559,0.0011154095713644346,0.013531691564252405
51
+ 0.0390335594052994,0.43994555499815546,1.0951066811439186e-06,1.0951066811439186e-06,1.0951066811439186e-06,0.028573331456000797,0.4924442688205009
52
+ 9.530713312128328e-06,9.530713312128328e-06,0.4428162120785386,9.530713312128328e-06,9.530713312128328e-06,9.530713312128328e-06,0.557136134354901
53
+ 3.0982063656677177e-06,0.0687446267840546,3.0982063656677177e-06,0.44853945707259607,3.0982063656677177e-06,3.0982063656677177e-06,0.4827035233178867
54
+ 8.069472942725003e-06,8.069472942725003e-06,8.069472942725003e-06,0.48725981178183875,0.21828982199357652,8.069472942725003e-06,0.2944180883328139
55
+ 0.027146703360545213,0.03567498567370688,1.759387814177136e-07,0.008899334313343714,1.759387814177136e-07,0.9081106274461627,0.020167997328678706
56
+ 0.21436591973400282,0.013526036407491832,0.007111382467068476,0.02726150903688152,0.006411920182986808,0.019398421714606328,0.7119248104569621
57
+ 0.9989215210351148,0.0006969991795079134,3.995910822943439e-09,0.0002914600624074015,3.995910822943439e-09,3.995910822943439e-09,9.00077352376124e-05
58
+ 0.07446009517750019,0.6250896935666186,3.066537828395003e-07,0.02339586669751188,3.066537828395003e-07,0.023705967777115408,0.2533477634736883
59
+ 3.6245190447452995e-06,3.6245190447452995e-06,0.5822213268455176,3.6245190447452995e-06,0.41776055055925854,3.6245190447452995e-06,3.6245190447452995e-06
60
+ 0.05496053355912271,0.05999139680598049,6.999135676304249e-07,0.5532164622419905,6.999135676304249e-07,6.999135676304249e-07,0.3318295076522034
61
+ 6.067757887018298e-06,0.22444699839262017,6.067757887018298e-06,6.067757887018298e-06,0.7755226628179448,6.067757887018298e-06,6.067757887018298e-06
62
+ 0.013256748867103384,0.009299639028049068,1.7588616123286033e-07,0.005414407825532547,1.7588616123286033e-07,0.9581510272587687,0.01387782524822398
63
+ 0.026929484739875567,0.011020604488326922,0.002731241167623314,0.010852139060400083,8.265157812501688e-08,0.021576488901824526,0.9268899589903714
64
+ 0.9771232140057121,0.006800184019076067,3.988696487157258e-09,0.0024038661925737453,0.00022019195669391916,0.0021387840645705567,0.0113137557726774
65
+ 3.9654772692272524e-07,0.5737641173953725,3.9654772692272524e-07,0.08614699194452975,3.9654772692272524e-07,0.1967930025033834,0.1432946985135336
66
+ 5.1630402535318534e-06,5.1630402535318534e-06,0.7498941177738724,5.1630402535318534e-06,5.1630402535318534e-06,5.1630402535318534e-06,0.25008006702485996
67
+ 9.076667664641807e-07,0.019681494228492254,9.076667664641807e-07,0.4454515242599805,9.076667664641807e-07,0.06620483392167009,0.4686594245895578
68
+ 0.0793562985934959,4.113956620600401e-06,4.113956620600401e-06,4.113956620600401e-06,0.9206231316234008,4.113956620600401e-06,4.113956620600401e-06
69
+ 0.005144977298937646,0.01648963114877496,1.728331712587096e-07,1.728331712587096e-07,1.728331712587096e-07,0.9300379740780221,0.04832689897475146
70
+ 0.020392558255300026,0.01532277437696291,7.926364635093323e-08,0.020875173764350143,0.005761502532810016,0.028691594712781588,0.9089563170941489
71
+ 0.9981203559141599,0.0004133403396094387,4.07698316838314e-09,0.00026340801051534155,9.902957753961332e-05,0.0002663578709164635,0.0008375042102764809
72
+ 0.026470729112605708,0.8036267909091048,0.0032279429666333247,0.0141490674528458,2.888362607291551e-07,0.022256791735831095,0.13026838898671866
73
+ 6.884741264114027e-06,6.884741264114027e-06,0.9999586915524153,6.884741264114027e-06,6.884741264114027e-06,6.884741264114027e-06,6.884741264114027e-06
74
+ 6.35306126066569e-07,0.046620425732524125,6.35306126066569e-07,0.5369803413077511,6.35306126066569e-07,0.02216438738601736,0.3942329396553293
75
+ 2.8435241117646982e-06,2.8435241117646982e-06,2.8435241117646982e-06,2.8435241117646982e-06,0.9999829388553293,2.8435241117646982e-06,2.8435241117646982e-06
76
+ 0.013506668422677913,0.00859884692927323,1.4601681266933937e-07,1.4601681266933937e-07,1.4601681266933937e-07,0.9494337663106422,0.02846028028696881
77
+ 0.030171320586802147,0.00454603591053636,0.0037952706428290256,0.014868614883672467,0.006470546936459925,0.022086010169088174,0.918062200870612
78
+ 0.9512841639213551,0.013560081747100139,0.0004000346418507957,0.008123607018098285,0.00015757473554338017,0.00601309544836634,0.020461442487686072
79
+ 3.239960380694059e-07,0.4020163093105136,3.239960380694059e-07,0.047798315746946894,3.239960380694059e-07,0.23369090211196705,0.31649350084245825
80
+ 4.644985020176891e-06,4.644985020176891e-06,0.7841613786366485,0.21581539643825035,4.644985020176891e-06,4.644985020176891e-06,4.644985020176891e-06
81
+ 0.04325797588220018,0.11233741773925965,8.4073411432017e-07,0.3970235604566884,8.4073411432017e-07,0.07229476109477215,0.37508460335885085
82
+ 0.023237478543233468,0.11589673954037544,2.0994269037731908e-06,0.022934604282012452,0.3256029852633131,0.05679225004730188,0.45553384289685994
83
+ 0.05359839397904709,0.0044994857975771746,1.4240859021075075e-07,0.005866011460521578,1.4240859021075075e-07,0.8842678211777295,0.05176800276794428
84
+ 0.04274563763996133,0.05293283635725003,0.0062080838035264985,0.0328825009451455,0.005904480476883282,0.04076382325711947,0.8185626375201138
85
+ 0.9981618366238634,0.0003628287264781219,4.262163550095181e-09,0.0011550833346656607,4.262163550095181e-09,4.262163550095181e-09,0.00032023852850239694
86
+ 0.003144530069175208,0.6587143235950828,0.011481943976341462,0.04679252731239607,0.007460377300132998,0.07959361861960751,0.1928126791272641
87
+ 2.7430829296820816e-06,2.7430829296820816e-06,0.781046613756821,2.7430829296820816e-06,2.7430829296820816e-06,2.7430829296820816e-06,0.2189396708285304
88
+ 0.010557192941566308,0.034960746818363815,3.0968820968384403e-07,0.5815501462325886,3.0968820968384403e-07,3.0968820968384403e-07,0.3729309849428524
89
+ 3.489924136642535e-06,0.11131425658552244,0.19621359104519775,3.489924136642535e-06,0.6009533486747419,3.489924136642535e-06,0.09150833392212786
90
+ 0.0834579948158864,0.012846314670555557,1.0916841446428091e-07,1.0916841446428091e-07,0.002705393722113467,0.8489918691132159,0.05199820934139972
91
+ 0.022407550549889823,0.010452763464285348,0.0013468966615819264,0.0024136042181017916,0.006116380951394424,0.020721298307925014,0.9365415058468217
92
+ 0.969989232155863,0.010688345777287995,4.2471282859103384e-09,0.005359515954383789,9.440479897567331e-05,0.0018060299672990217,0.012062467099062259
93
+ 0.010941768999420521,0.45820968530352313,2.3483109425861797e-07,0.06361066789259429,0.007149527712903698,0.22520456048820317,0.23488355477226083
94
+ 2.313267256916594e-06,0.07644246978864772,0.623751962024862,0.09029422454882209,2.313267256916594e-06,0.12344711946694349,0.08605959763621071
95
+ 0.026900917207084672,0.038822744616473524,0.012566979957406296,0.46646620049478527,0.01929903883927721,0.012380093552287457,0.42356402533268545
96
+ 2.7735220674295278e-06,0.15894705540469842,0.05804227315320803,0.09606363568754492,0.5077482225798255,2.7735220674295278e-06,0.17919326613058822
97
+ 0.03071449845476666,0.010077282808062783,1.1578889180088128e-07,0.003418226934191934,1.1578889180088128e-07,0.9164137028066581,0.03937605741853692
98
+ 0.04407455251594499,0.02210035508516859,0.004136070539749525,0.0198289987928839,0.006312438270229591,0.025207512376136998,0.8783400724198864
99
+ 0.9968632347793495,0.0011138430013829079,5.928798304959283e-05,0.0009395509007007007,4.353205076022002e-09,0.0001744321185340445,0.0008496468637782127
100
+ 1.9166534505719746e-07,0.7279926108045504,1.9166534505719746e-07,0.04765050579200848,1.9166534505719746e-07,0.10090063177090232,0.12345567663650359
101
+ 2.434866444438578e-06,2.434866444438578e-06,0.849395301945913,2.434866444438578e-06,2.434866444438578e-06,2.434866444438578e-06,0.1505925237218646
102
+ 3.114139586502503e-07,0.029061810097904154,0.0162111533029223,0.559269166879655,0.01691918089815364,3.114139586502503e-07,0.3785380659934477
103
+ 2.38448114532837e-06,2.38448114532837e-06,0.072596493591461,2.38448114532837e-06,0.48805680250578126,2.38448114532837e-06,0.4393371659781763
104
+ 1.0074236834680924e-07,0.005714901949983002,1.0074236834680924e-07,1.0074236834680924e-07,1.0074236834680924e-07,0.9522060451665367,0.04207864991400682
105
+ 0.02008068593117014,0.01789597471845224,0.0043539070941953,0.009145454817865351,0.005061435596763991,0.025432615908037946,0.9180299259335151
106
+ 0.8681819768959311,0.029564604522639395,0.0012637930733235395,0.02090043618568811,0.0022328172166436585,0.011408134798201621,0.06644823730757252
107
+ 0.0452554685715146,0.5019871342107306,0.005593592961260872,0.044877428872509666,2.1558679446839956e-07,0.1792323924647049,0.22305376733248494
108
+ 1.8160703455740357e-06,0.0886783585833418,0.5955527724104509,0.045107730265494826,1.8160703455740357e-06,1.8160703455740357e-06,0.27065569052967564
109
+ 0.018315989152738427,0.07556805752046428,4.028508052577636e-07,0.42439683536596035,0.028796066682324088,0.009646104189539057,0.44327654423816854
110
+ 2.6187902637034754e-06,0.06277458257657097,0.2211854428258389,2.6187902637034754e-06,0.47213211761052043,2.6187902637034754e-06,0.2439000006162785
111
+ 9.402334476543593e-08,0.006169377981394731,0.0045369481116233285,0.0023287836467388435,9.402334476543593e-08,0.9414187974257368,0.04554590478781682
112
+ 0.04857226695834394,0.039308916032431696,0.0073042364889442865,0.019714548011909146,0.01786524703862478,0.056249117477078295,0.8109856679926678
113
+ 0.9980103840355545,0.0009609761466611811,4.982503602937621e-09,4.982503602937621e-09,4.982503602937621e-09,4.982503602937621e-09,0.0010286198877697639
114
+ 0.004757490335084781,0.7389121727902545,0.010896558214336268,0.03849784498155619,0.003302225685505308,0.08118469701430417,0.12244901097895877
115
+ 1.0425194219945941e-06,1.0425194219945941e-06,0.6611737438928748,0.11772609925304404,0.024802500316836913,1.0425194219945941e-06,0.19629452897897823
116
+ 1.515062043590364e-07,0.04494923522995352,0.018585955682609828,0.5322989491613697,0.04315864808063108,0.010893314545102327,0.35011374579412907
117
+ 0.014323933448899703,0.03259135917721886,0.08865348884913295,8.259140260500484e-07,0.6989805705549226,0.02469374536363182,0.14075607669216814
118
+ 0.005764228321894174,0.008066594818297065,6.714980793214759e-08,0.009592184238918871,6.714980793214759e-08,0.9253663633884128,0.051210494932861166
119
+ 0.006532487863613631,0.020714773598580816,0.008682890636425156,0.008085400656462075,0.006679130637042558,0.017591388476202913,0.9317139281316729
120
+ 0.8835575880061328,0.02633463325147778,0.00141543308887537,0.021831925226793763,0.00041690576060284917,0.008862623682342875,0.057580890983774384
121
+ 0.007191876752179931,0.4867380715419542,1.093493486270085e-07,0.12555070944224928,0.00476359865676275,0.13924521312367286,0.23651042113383236
122
+ 7.627349753566945e-07,0.015841162175195725,0.6823938684521346,0.08637025456256511,7.627349753566945e-07,7.627349753566945e-07,0.21539242660517857
123
+ 2.2317837916198498e-07,0.03579131338905733,0.018573168483298253,0.5719663255949053,0.041360734793823725,0.004911099553161232,0.32739713500737494
124
+ 6.916792461443089e-07,0.024124646078690092,0.045908468352093314,0.07109586627368841,0.571230096513846,0.02975176873263919,0.25788846236979684
125
+ 0.003015054033913329,0.0058993231026987095,6.491928404587236e-08,0.006029792688474341,6.491928404587236e-08,0.9339973970938548,0.05105830324249085
126
+ 0.011574989472290778,0.02536338357597964,0.008744750702599688,0.02087182624689495,0.011911098991202988,0.031242714654571915,0.89029123635646
127
+ 0.992605978105122,0.0015476214095671644,5.6205409113609175e-09,0.0003399672483770348,5.6205409113609175e-09,0.0006020378127178867,0.00490438418313392
128
+ 9.029040779999339e-08,0.7446309216967312,9.029040779999339e-08,0.036607637724425185,9.029040779999339e-08,0.07070945067242729,0.14805171903519307
129
+ 0.015904896289132966,5.938002182593284e-07,0.7207931536810206,0.05118162534902857,0.047217593642750126,5.938002182593284e-07,0.16490154343763122
130
+ 1.0809966884789673e-07,0.012612134809673946,0.012316230506571615,0.5657044084498989,0.03232902933634756,1.0809966884789673e-07,0.3770379806981703
131
+ 6.161634876096716e-07,0.07269889409010208,0.11606534846916365,6.161634876096716e-07,0.6811785001790605,6.161634876096716e-07,0.13005540877121094
132
+ 0.005170647583040638,0.010869199543624695,0.005104418077674858,0.011175286195777588,5.3261889491862555e-08,0.9182912913753499,0.049389103962642775
133
+ 0.004002246088405338,0.015451842632714088,0.00199464112262852,0.003794613507595508,0.004957416345433766,0.008438638183894837,0.9613606021193278
134
+ 0.6625113827313706,0.0678082495803125,0.006439003642075057,0.07280010704288635,0.0030162144941285637,0.016176456258402923,0.1712485862508243
135
+ 1.0227376420872374e-07,0.45694455399520567,0.012088195434379783,0.08720991784839678,0.002634900235165573,0.12563661948108842,0.3154857107319995
136
+ 5.822724889222171e-07,0.02328526318727892,0.8110467833629118,0.01607952518517264,5.822724889222171e-07,0.016143002427896593,0.13344426129176226
137
+ 1.614038898323229e-07,0.019419938507796233,0.03260131819696185,0.3593963476784797,0.027534305197675267,0.03431915888181162,0.5267287701333854
138
+ 5.727142188097583e-07,5.727142188097583e-07,0.05826943710183813,0.10827312813638115,0.5128063967224988,5.727142188097583e-07,0.32064931989662543
139
+ 0.006204719792770097,0.010531542571803098,0.004300060831013743,0.021682462717851254,5.382931928007255e-08,0.8852188114093205,0.07206234884792208
140
+ 0.009276916883499986,0.03276173145042639,0.012464184183117285,0.01740203386316766,0.013078443355222416,0.025247147559212323,0.8897695427053539
141
+ 0.9931222080329775,0.0010883439586592536,0.0002224371926773518,0.0006403839777313553,8.48325933102777e-09,8.48325933102777e-09,0.0049266098714359045
142
+ 0.0045113769573963056,0.730627934993607,0.011543333412366123,0.041854040681274254,0.004534650223286428,0.04384771149233078,0.1630809522397393
143
+ 2.6598185580215265e-07,0.007244393640995133,0.7902355876999678,0.013683345065735247,0.005917600050970429,2.6598185580215265e-07,0.1829185415786198
144
+ 0.0041624997343597345,0.029925018888659137,0.014003249770594283,0.5638132335675562,0.020485239316947713,0.007913487597098081,0.3596972711247848
145
+ 4.18963741582063e-07,0.013267502570584157,0.0498036995054744,0.011521601977845066,0.6395977387865251,0.09522111221338206,0.19058792598244753
146
+ 4.4952327725982125e-08,0.013785695385117978,0.0043034389348998526,0.036269340630500066,4.4952327725982125e-08,0.8598841956131662,0.08575723953166041
147
+ 0.004040534343932064,0.022173758277399803,0.006933278488450209,0.012864825735139827,0.00400497045059866,0.015421393563009155,0.9345612391414703
148
+ 0.8494914718151947,0.034060452911336754,0.002280043700975212,0.03052746761917412,0.0011331993030269645,0.007499995324506026,0.0750073693257864
149
+ 5.983459495906232e-08,0.5617629496904569,0.00762016870019177,0.07745154772609503,0.010216388999688962,0.11560224587105138,0.227346639177921
150
+ 2.3242875865108804e-07,0.0067059039849257426,0.765174575565619,0.016825452600757525,0.009600202355667524,0.013462891899791793,0.18823074116447977
151
+ 7.794439456787613e-08,0.04516042772021082,0.013587047360212538,0.45994685533951274,0.040068884278039875,0.01187263186388754,0.429364075493742
152
+ 4.2427601012777705e-07,0.05206374082034045,0.07147047595652357,0.04954534883622829,0.5774198753030073,0.018403446673536147,0.2310966881343542
153
+ 0.00687639907015747,0.011612609453622197,0.0036016874809668567,0.010255430060848478,0.004042862770163701,0.8756243136887237,0.08798669747551759
154
+ 0.0011244809870644672,0.02486799058733059,0.010004570635186658,0.01865297013316555,0.012743540341827824,0.028413280276573343,0.9041931670388517
155
+ 0.9924167340356138,0.0029910149028027633,9.984754420873325e-09,9.984754420873325e-09,9.984754420873325e-09,9.984754420873325e-09,0.004592211122565724
156
+ 0.0035041467503816835,0.6895857539952325,0.007387799178078339,0.026308481005991098,0.0022322934869924236,0.08194110416239199,0.189040421420932
157
+ 1.9663334834329176e-07,0.031178236848515634,0.8430069284380245,1.9663334834329176e-07,0.006469514554649049,0.023040554343154288,0.09630437254895981
158
+ 7.68123479865303e-08,0.02889398989502441,0.010530663681663367,0.62995145208965,0.013410979635974268,0.011287994583529939,0.3059248433018102
159
+ 2.8147690821903807e-07,0.057960200136077354,0.014911195814577094,0.003173194371909412,0.7176608941262774,0.008234550713023437,0.19805968336122692
160
+ 4.0232910196538773e-08,0.0053299458207893766,4.0232910196538773e-08,0.012075863105149225,4.0232910196538773e-08,0.933072883193866,0.04952118718146477
161
+ 0.0027108764811466625,0.013405469882706493,0.003817512239563999,0.00852552235297222,0.00418416603355744,0.014014404967634736,0.9533420480424184
162
+ 0.6006430898512944,0.07559684523650131,0.004923119723269692,0.06761245817238189,0.0029489033584570376,0.02128101853095005,0.2269945651271456
163
+ 0.005243005924177321,0.5140780550663714,0.015968595121814956,0.06020368569117926,0.004441042999668324,0.15561638341130682,0.2444492317854819
164
+ 1.991947219222137e-07,1.991947219222137e-07,0.7415266439920802,0.05359688828669128,0.01126939393775402,0.034399541389890445,0.15920713400414027
165
+ 0.0012321253481966657,0.023301135407433907,0.008341664293375711,0.47041024965292905,0.0340932178169433,0.012603530302478672,0.4500180771786426
166
+ 3.073478569689429e-07,0.07422494904001477,0.06695089856210408,0.03394164683541438,0.46460871821868577,0.03113264440366357,0.3291408355922605
167
+ 0.003066599504306617,0.008749742406238652,0.011204330779995345,0.007439171215444221,3.787932836029993e-08,0.8839215573544809,0.08561856086020594
168
+ 0.0060063796372784,0.034760543810399745,0.012287007645258481,0.024690738119932092,0.011982395508755184,0.03008813137977083,0.8801848038986053
169
+ 0.9945702583472503,0.000671617673929292,1.6455464659110423e-08,1.6455464659110423e-08,1.6455464659110423e-08,1.6455464659110423e-08,0.004758058156961713
170
+ 5.116505300587829e-08,0.7446512572359858,0.008515569965623736,0.03204437945702782,0.0020938835007487996,0.06665963226055642,0.14603522641500452
171
+ 1.551470482339512e-07,0.020023526319008906,0.7995290067908379,1.551470482339512e-07,0.014131267910018362,0.01405656109580628,0.1522593275902321
172
+ 6.385871110134843e-08,0.025091266817951336,0.0049202472812637,0.6248904163045927,0.034351919056597124,0.013130080062211197,0.29761600661867277
173
+ 2.7500672117677984e-07,0.04478091974421106,0.03682581485426356,0.019557577944310185,0.7455313572878505,2.7500672117677984e-07,0.1533037801559224
174
+ 0.0020863225326246196,0.0031071196261717683,0.0006257492511801383,0.010748658242491155,0.0021033495217495225,0.8888534452668946,0.09247535555888814
175
+ 0.003163019256845384,0.010561869735294075,0.004478222424816561,0.006583144266955499,0.00496938456895433,0.0135397678407839,0.9567045919063503
176
+ 0.8635442494999955,0.023788767721138,0.0003950828729565456,0.016009447140956427,0.0009183341043566546,0.01276367630949137,0.08258044235110551
177
+ 0.002382361342926709,0.5381749837195151,0.013230244456013398,0.03956134012058444,0.0019832182863137302,0.12808573530885567,0.2765821167657909
178
+ 1.6239827415959166e-07,0.018525198970174687,0.7903214167113507,0.013610944443265844,0.025276512790069525,0.014001072390958125,0.13826469229590685
179
+ 8.536526027312225e-08,0.03290305420804913,0.020420609498815613,0.45935148607861603,0.0166190550561315,0.006643569294885241,0.46406214049824224
180
+ 0.013531247159418006,0.042365946508797374,0.06166908563185687,0.012738151120545283,0.5754120696959437,0.021322805710694497,0.27296069417274416
181
+ 0.003642043107091353,0.0071022035281795475,3.1794643745422256e-08,0.017624617945100264,0.0007095749749844143,0.9118624655772019,0.059059063072798845
182
+ 0.0025749593651989244,0.021059084034315646,0.008476925073827041,0.013898074136006014,0.009482831626011535,0.026500241138826833,0.918007884625814
183
+ 0.9898289482954628,0.0010719603148232157,1.8798466059173216e-08,0.001720946705402661,0.0004450040259179083,1.8798466059173216e-08,0.006933103061461343
184
+ 0.0036921725453615216,0.7486545088476106,6.952386659201635e-08,0.01469608750879219,6.952386659201635e-08,0.06223275516967212,0.17072433688083055
185
+ 0.01599507575851237,0.003593922591204854,0.8442684417719527,0.027726567705365322,0.006105422566015554,0.009377096366593764,0.0929334732403554
186
+ 0.005312359258450426,0.009821528139033944,0.002275021021902348,0.7628659390986092,0.01068847133712154,0.01209474940543088,0.1969419317394517
187
+ 0.017269777017537142,0.023769745857913242,0.03873736271091711,0.02333677051826898,0.5592060260731745,0.03625399135128181,0.30142632647090717
188
+ 0.002965577356643926,0.01081819457704047,0.0008424732569962111,0.009637153794181228,0.0014315555576081928,0.9075279803942611,0.0667770650632689
189
+ 0.0013379245590700581,0.012488493055221034,0.003665614795002858,0.004090455119375567,0.005107876422818712,0.011694958557360254,0.9616146774911515
190
+ 0.6482344359170156,0.08726298356624904,0.004868529687697852,0.05236848300858396,0.001733215324284013,0.02076947818465688,0.18476287431151278
191
+ 7.522131406450883e-08,0.47624553658273977,0.009279024194524192,0.04167770326895374,0.014261764559025773,0.12043186985570203,0.3381040263177404
192
+ 1.5359495679782096e-07,0.04903131713573547,0.6864419903969511,0.02867723639538004,0.005734847816378427,0.05758733107175262,0.17252712358884556
193
+ 1.1195722777418771e-07,0.04183963410175291,1.1195722777418771e-07,0.5558626449818689,0.008984173228032443,0.011596364771420191,0.38171695900246994
194
+ 3.0124124768119574e-07,0.0528936379987944,0.029060162864480103,0.02300055385904982,0.5919860167116731,0.010893226054357519,0.29216610127039744
195
+ 0.004303299683103837,0.012934153187910946,0.0036541052177175145,0.01832108011817599,2.832514335288215e-08,0.898056093381659,0.06273124008628934
196
+ 0.0035609555447579954,0.02958199008634295,0.007963007064751376,0.016712093235067386,0.009317154826283949,0.0337847897115804,0.8990800095312159
197
+ 0.9837226460668375,0.0014787838373016805,0.001961610253720474,0.0036747226818738586,2.840022981274607e-08,2.840022981274607e-08,0.009162180359806853
198
+ 0.0035435231893227886,0.7211911980049495,0.006463796524540481,0.01906333657450056,0.0035110364494537172,0.050021312073907295,0.1962057971833257
199
+ 1.589294322725039e-07,0.004428076485122913,0.7945088932659823,0.02247371760937615,0.020960215998088463,0.03108124867397969,0.12654768903801816
200
+ 8.49836587062028e-08,0.014849053416370649,0.0035900615743599835,0.6899947523314458,0.014048298743251893,0.011830954092561496,0.26568679485835145
201
+ 2.6412473107959634e-07,0.03809797777437228,0.11081799899652225,0.014813464989775626,0.6068991341248013,0.010809065642592838,0.21856209434720458
202
+ 0.0006345293382892813,0.013778812762230563,0.0031859616901501685,0.009127019796619657,2.4949348789364286e-08,0.9111962399285375,0.062077411534824004
203
+ 0.0021989494444649366,0.010031540991026464,0.005552624556761288,0.008536200517605985,0.003019732299682276,0.014252058175272236,0.9564088940151868
204
+ 0.8978095785836953,0.03132300326433276,2.8511980566187862e-08,0.018486586454891363,0.0019035941706496808,0.002125793507214165,0.04835141550723624
205
+ 6.813896961360737e-08,0.583079648287201,0.02338862963316662,0.018831897628304818,0.005056964433230961,0.14803076911162477,0.2216120227675022
206
+ 1.5036512683441474e-07,1.5036512683441474e-07,0.7437877551548419,0.009865870695731298,0.019279081072469707,0.03715992554525995,0.18990706680144348
207
+ 0.0048230719545726535,0.019559384917274644,0.012965904818948493,0.6312323159060821,0.036372173285621624,0.026100091075305493,0.268947058042195
208
+ 3.189994162772616e-07,0.05363393134410345,0.03640918038777903,0.024496665277257215,0.5599346165956236,0.02888148660105521,0.2966438007947652
209
+ 0.000791730095684509,0.013628813143907082,0.006035016120482209,0.011859187553189862,2.499507388831412e-08,0.9035994389102195,0.06408578918144288
210
+ 0.0031180965841831757,0.014152462057820137,0.010049150137893127,0.01693922324034237,0.004985750993524617,0.02337475348830631,0.9273805634979303
211
+ 0.9903008529425985,0.0014456042487512703,0.0008173590243094001,0.001904089050800205,3.117225355307439e-08,3.117225355307439e-08,0.005532032389033369
212
+ 0.0031084323510188984,0.704129940132547,0.0020614384263116484,0.006853015717699364,0.014680619449997418,0.06719436685430633,0.20197218706811934
213
+ 1.3475635087525271e-07,1.3475635087525271e-07,0.8869777913892605,0.010684517460070875,0.010478251442106127,0.02067958752836025,0.07117958266750045
214
+ 0.008598747991116163,0.01162019477195631,0.0020799200807032113,0.7170593856940781,0.016356097951754345,0.012395149134738428,0.23189050437565337
215
+ 3.106128596131263e-07,0.026897900630877117,0.007535301811181846,0.044438445631323535,0.8325751422145361,0.004886816378666217,0.08366608272055563
216
+ 0.001253591335992458,0.01057596482974825,0.013783721864442799,0.011317236359748494,0.0021639377114579857,0.8937875751643442,0.06711797273426591
217
+ 0.0009178351736893601,0.004850104678705131,0.0026866405955713294,0.006438603296661828,0.0031895716507873693,0.012875325991747595,0.9690419186128374
218
+ 0.5272206324528617,0.09861900775044274,0.0017970260383130144,0.04957155452504641,0.0005128849906394869,0.01677256698835224,0.30550632725434457
219
+ 9.452848938701928e-08,0.5317887235710611,0.002040531177518822,0.031951704678431725,0.002319088611617182,0.16931514684079194,0.2625847105920899
220
+ 0.004096288938097359,0.03473423037707941,0.6627961857114365,0.07054908709613177,0.022673103160196936,0.04892324926457893,0.15622785545247922
221
+ 0.0036945924889607465,0.007718306662616367,0.022492950506896054,0.6380395502025498,1.0259696834139065e-07,0.0033265707225809986,0.32472792681942764
222
+ 2.6729220344394755e-07,0.054097836154147434,0.12501958533290283,0.027509647421572577,0.46048790599337025,0.004669816408555979,0.32821494139724744
223
+ 0.0011551508280217642,0.0042246468557236875,0.003735375108342438,0.015584844026291221,0.001227985015042733,0.8772226391971495,0.09684935896942863
224
+ 0.009085168617529867,0.020289288460103087,0.011813965917471253,0.030407693221888604,0.002013591735732951,0.04006341329754295,0.8863268787497314
225
+ 0.9918416742089264,5.385960310559857e-08,0.0012120329425172524,5.385960310559857e-08,5.385960310559857e-08,0.0028913158782548185,0.004054815391491927
226
+ 0.0015634232040539983,0.7474471077812785,7.742203262644482e-08,0.014729857380422639,0.007760107945651231,0.06045494409691869,0.16804448216964227
227
+ 1.2477124718390104e-07,0.013906879703396402,0.8333451345521817,0.017163619924255975,0.0134885859752617,0.008519347787013264,0.1135763072866439
228
+ 6.875964063538443e-08,0.0033236731992541714,0.006355436777331417,0.6711449616921725,0.0029716719996552227,0.005547962770734997,0.31065622480121097
229
+ 0.009918117882913666,4.2966049808700564e-07,0.0802750587498936,0.06602867372437583,0.6798742433058473,4.2966049808700564e-07,0.16390304701597352
230
+ 0.004833386275233361,0.013305812715255522,0.007186616676012283,0.021783616906172996,2.1772758128511738e-08,0.8589195373806022,0.0939710082739656
231
+ 0.0016371922209492903,0.005378214368207223,0.004011027135485235,0.006432180956953342,0.002216941367907283,0.01332971396625092,0.9669947299842467
232
+ 0.9034075882374104,0.021817936882206644,5.274166709436072e-08,0.014635868287988863,0.003600568147329875,0.002440856179069582,0.05409712952432762
233
+ 0.016382650539595013,0.5552392577353098,0.0066561983203621495,0.02704966857813023,0.007285056560736549,0.09904889043050498,0.2883382778353612
234
+ 0.012560742499669162,1.2505935578908125e-07,0.7460834158636602,0.021571005633938423,0.0067708232598720506,0.0525369007958844,0.16047698688761997
235
+ 0.008248448818106456,0.010624429035751774,0.014915191912609444,0.5915641302860397,0.023991779028240613,0.0046128405842386705,0.34604318033501336
236
+ 4.519311627963052e-07,0.05540390873067779,0.035895818721020815,4.519311627963052e-07,0.7077575372542082,0.01189113621373662,0.18905069521803108
237
+ 0.0006297108992007324,0.00956053682693137,0.005450113935071928,0.013620267029684233,2.3413464525695224e-08,0.8660204624021824,0.10471888549346471
238
+ 0.008175496722331605,0.01614899535296171,0.006007837797767629,0.019466297729912745,0.004660819381784642,0.023728085709170666,0.9218124673060709
239
+ 0.9677742241630096,0.00782423629788409,5.264291679559813e-08,5.264291679559813e-08,5.264291679559813e-08,0.00112130567270692,0.02328007593764892
240
+ 0.00903560351176739,0.754482028258549,0.002741572592922673,0.015074125546411214,9.763177917098999e-08,0.11218998794980697,0.1064765845087635
241
+ 1.314984579816337e-07,1.314984579816337e-07,0.8435868487114229,0.003828840517444509,1.314984579816337e-07,0.0029228080608816355,0.14966110821487705
242
+ 0.005235345735319832,0.023549938977646522,0.0045547224829211455,0.7019445277890385,0.004959593186064332,8.266606887768777e-08,0.2597557891629408
243
+ 3.4542151834755666e-07,3.4542151834755666e-07,0.06572634930364175,0.012541950531062008,0.7303089244960563,0.02182314339534369,0.16959894143085955
244
+ 0.001363585664930287,0.010504559573915643,0.0045275852005771606,0.012683578676165399,0.0018767123228425795,0.8746113904202886,0.09443258814128035
245
+ 0.0023962533133929593,0.004876930250956033,0.003729191706286001,0.0042229889541425284,0.0036115889398335393,0.012755635506348098,0.9684074113290408
246
+ 0.7855083587773051,0.06084132676993791,0.0025205655566966447,0.013741676567271939,0.00695777282477685,0.009436573348719777,0.1209937261552918
247
+ 0.006441773552208004,0.5793637753668351,0.011700811907939713,0.04094117167543159,0.006215649667996232,0.1304784000683981,0.2248584177611912
248
+ 0.0033278382809530703,0.003343075664776438,0.6500591644652425,0.03174202311299412,0.013650482891630442,0.021292595483465345,0.2765848201009382
249
+ 9.991405261592303e-08,0.010220166412444213,0.00415931288601411,0.5417182785583233,0.009096470030338855,0.027742068190195465,0.40706360400863134
250
+ 3.4491765397586513e-07,0.01992599498697545,0.013229598080621416,3.4491765397586513e-07,0.5662330141734131,0.08347031707017186,0.3171403858535103
251
+ 0.004898602148851585,0.014469398408748713,0.004868192107374715,0.020728986843864886,0.0015116167594069942,0.8556969132157349,0.09782629051601824
252
+ 0.011131101949451282,0.01009484058023711,0.008400887494270069,0.0127046313158178,0.004494974759718579,0.04251695367545033,0.9106566102250548
253
+ 0.9808907233934712,0.0017935792190483422,5.790048284822799e-08,0.0009132520004594436,5.790048284822799e-08,5.790048284822799e-08,0.016402271685572428
254
+ 0.006854075741613238,0.745778171044549,1.0776743438980071e-07,0.02386210554483202,0.002800183550786344,0.05519253976145468,0.1655128165893304
255
+ 1.4525806325956277e-07,1.4525806325956277e-07,0.809312820848752,0.014386694174984392,0.04017486071025909,0.009026044298958393,0.12709928945091967
256
+ 0.006310880352442465,0.002866294644644796,0.01051682003809161,0.7052087178952885,0.013571576533024928,0.0325625697978247,0.2289631407386831
257
+ 3.4335549227697493e-07,0.009648501155163148,0.047135217988148875,3.4335549227697493e-07,0.6711693525795639,0.04512975667880069,0.22691648488733873
258
+ 0.0023515920267294208,0.0046655947699962425,0.0030706640879615177,0.01601834548455004,0.001964785817541828,0.8582064647302478,0.11372255308297316
259
+ 0.0027854740784362944,0.00402805198037198,0.004221433944222681,0.010474434772954328,0.003582533160626935,0.013803181179607283,0.9611048908837805
260
+ 0.8997548135645377,0.024400420500615774,0.0010420249527467325,0.00587905984408179,5.656692591210546e-08,0.002211532638966278,0.0667120919321259
261
+ 0.0035624267827823546,0.5140020131058571,0.011978423800641314,0.0695144481214877,1.2577136259738723e-07,0.12002777371857089,0.280914788699298
262
+ 1.48886542037743e-07,0.018360327259694373,0.73149465189444,0.016183210703977755,0.024822886860345762,0.014836396915348295,0.19430237747965187
263
+ 0.014156508499891758,0.001998819658708846,0.003486252432466532,0.7373114650192043,0.021826651242051666,1.0353585639863114e-07,0.22122019961182046
264
+ 0.013843331993210344,3.197219533941923e-07,0.04746964259786416,0.044328396669486146,0.4367845466080054,0.05063155861034587,0.40694220379913465
265
+ 0.001198135379872398,0.0030623403008908615,0.008871771141365396,0.014248062621737397,0.002582146932681937,0.8814555047041502,0.08858203891930176
266
+ 0.007814398450704354,0.005621036713458224,0.006710697065278128,0.016212322455876452,0.006860525664419712,0.02614897001457093,0.9306320496356922
267
+ 0.9837283861486025,0.0016646314189222103,5.67617220091225e-08,0.0020471414454072243,5.67617220091225e-08,5.67617220091225e-08,0.012559670701901997
268
+ 0.003379571454361184,0.6715478285251981,1.7138697859423718e-07,0.026874781869786347,1.7138697859423718e-07,0.16211274018809285,0.13608473518860414
269
+ 0.005457745294136414,0.0016932151329339237,0.7669721927054485,0.01450229631369103,1.4640668523354699e-07,1.4640668523354699e-07,0.21137425774041974
270
+ 0.0048233032475289,8.59140100080423e-08,0.002896752692640432,0.7269525782487792,0.017406477576066007,0.0047336770490505505,0.24318712527192482
271
+ 0.00961698654059757,0.019028885140469083,0.008154904805379745,0.06049468060273769,0.7269171144683659,0.00886459435096363,0.16692283409148634
272
+ 2.3114286934613232e-08,0.005270184582741186,0.008413343056355384,0.010331656320497323,2.3114286934613232e-08,0.8815255325121688,0.09445923729966352
273
+ 0.0028494611875835626,0.0032242220832520286,0.0035707409272678066,0.007108708928635267,0.004686660854597097,0.00991565489117561,0.9686445511274886
274
+ 0.7417075320581359,0.05883385388865041,0.0058430958841618015,0.02452207389703033,0.013589940315688498,0.018469613318418378,0.13703389063791468
275
+ 0.037768655579965525,0.5487740334114456,2.0649415227573116e-07,0.0074101303942693065,0.01406421400369578,0.15564487215924985,0.2363378879572216
276
+ 0.014413442908171748,0.020802058929047386,0.6612450422440309,0.03135102169167155,0.01308017246929367,0.05179354491279927,0.20731471684498537
277
+ 0.015526988612526448,0.031654878004198264,0.003868392874589298,0.6712489741287356,0.0024614912182105847,0.009017302677722291,0.2662219724840177
278
+ 0.006967952058827267,2.991647983814049e-07,0.04356737402615145,0.04989813295087855,0.45339679816152484,0.0920037906921275,0.35416565294569186
279
+ 0.003927531197554436,0.011424443023236853,0.006871963426277353,0.03363063773559714,0.002617745071795958,0.8399956143669256,0.10153206517861267
280
+ 0.016739351396322048,0.011537779165846763,0.008288443784784662,0.01642610963748048,0.004184633331322201,0.040898985646330974,0.9019246970379129
281
+ 0.9721545427186769,0.006569066427603943,0.0016915316504592674,0.002893567146346454,5.8346692815463534e-08,0.009017965271535186,0.007673268438685437
282
+ 1.462943253486657e-07,0.7878990484468834,1.462943253486657e-07,0.0077513635190402976,1.462943253486657e-07,0.04438645379238582,0.15996269535871432
283
+ 1.5821550253488496e-07,0.011755253319807684,0.8113676877617275,0.005812308646486936,0.01466522440195467,0.012482338993244342,0.1439170286612763
284
+ 0.006298024846348458,0.0013163326816387842,0.009143875377039774,0.6867257027560559,0.01748563735792202,7.993735741375496e-08,0.27903034704363755
285
+ 3.5268729678992556e-07,3.5268729678992556e-07,3.5268729678992556e-07,0.046763730095282355,0.6766765182440896,0.019910846414947038,0.2566478471837907
286
+ 0.008534396841486944,0.007322242446724181,0.0023570780120255688,0.012780429283057303,0.002407607617197342,0.8731521321107403,0.09344611368876837
287
+ 0.0059274695045233505,0.006116317670246763,0.0039060957497793684,0.007628023563517103,0.0036197931216316523,0.016266946952914342,0.9565353534373875
288
+ 0.8721632361102485,0.006647598446127338,0.0011606524721588904,0.01910864511901081,5.493350096214287e-08,0.00904619483171255,0.0918736180872408
289
+ 0.016748978391159828,0.6071368122761293,0.008803193166605753,0.006229625339811734,0.0041608882451639965,0.12534109124957618,0.2315794113315532
290
+ 0.014015429092582911,0.04944625655277053,0.7417716039862358,0.025523403328500407,0.007707621610686926,0.013467583299046957,0.14806810213017643
291
+ 0.009367965501694792,0.019332201131342132,0.005935607583011974,0.648880928025437,0.020668368510879175,9.237923198464805e-08,0.29581483686840293
292
+ 0.013513395825171241,0.04198011768545423,0.08942097479159945,3.3329322654128835e-07,0.5665719294895881,3.3329322654128835e-07,0.2885129156217339
293
+ 0.0019475543290357737,0.005181619966321244,0.006410710050189478,0.01346434445358148,0.0012483238791290755,0.8944500958905092,0.07729735143123379
294
+ 0.00992983069020853,0.009215097225788305,0.006991206961904191,0.009176581741365295,0.003308649346443895,0.013655698643127583,0.9477229353911621
295
+ 0.975461891363471,5.509375422492389e-08,5.509375422492389e-08,5.509375422492389e-08,5.509375422492389e-08,0.0030039099731800256,0.021533978288331906
296
+ 0.024518501414620694,0.665158322914977,1.4368289367233136e-07,0.011131082045767697,1.4368289367233136e-07,0.11071018284313165,0.18848162341571548
297
+ 0.011459798094465717,0.0026003315719398726,0.7472365367095204,0.06818868395402136,0.006605950110806363,0.009415338188645891,0.15449336137060043
298
+ 0.0053897779543737225,0.0025488469408032895,0.0037320010068048947,0.8448118276197543,1.015879318640826e-07,0.002058751481295966,0.141458693409036
299
+ 3.748406991506641e-07,3.748406991506641e-07,0.04074327962592992,0.032744089159374296,0.7454225817445909,3.748406991506641e-07,0.1810889249480077
300
+ 0.0012750945586958488,0.006499752660079541,0.0046644729631687394,0.021423619526546655,0.0006944753933752912,0.8787192321244295,0.08672335277370447
301
+ 0.003958326352987358,0.0028372029607881067,0.004706684666723222,0.006995133991981387,0.0018756494678562532,0.00752164415058407,0.9721053584090795
302
+ 0.7615815361380335,0.03637060629366626,0.009110879229854296,0.021887427706384143,0.0018182200599404267,0.012900162123426203,0.1563311684486953
303
+ 0.012351347687289758,0.43106172074349786,1.8274259211290892e-07,1.8274259211290892e-07,0.004918747972700907,0.3166479093708317,0.23501990874049564
304
+ 1.6441835122094665e-07,0.013513390005021273,0.6973046384325113,0.026684348468685674,1.6441835122094665e-07,0.04192747136520499,0.22056982289187432
305
+ 8.991687208727868e-08,0.03803612438161865,0.01727785802152359,0.6914483193417786,0.006058131615092088,0.016338630365119768,0.23084084635799496
306
+ 0.0525544365010512,0.039415359508562134,0.05938912907222464,0.07672696782989326,0.5456562977594829,0.043419335087072734,0.18283847424171318
307
+ 0.005430975371568687,0.005396938372162253,0.008361684268906341,0.010618806722904191,2.5945770584040952e-08,0.9004247284565868,0.06976684086210098
308
+ 0.012665819696408141,0.01750259639192986,0.010344677181651876,0.015812470904544813,0.003012024580440695,0.03920409532699742,0.9014583159180272
309
+ 0.955428272749122,0.006728691158521474,5.835281404159272e-08,0.009616894029816518,5.835281404159272e-08,5.835281404159272e-08,0.0282259670040977
310
+ 0.007966968476104263,0.7313771908054845,0.004569730832944482,0.009031983526625846,1.390942611091458e-07,0.11193240897582829,0.1351215782887514
311
+ 0.012917490696739597,0.0381861926928606,0.7894119750340575,0.011038363803139675,0.0066934681852701145,0.016303216280885238,0.12544929330704727
312
+ 8.42169279145084e-08,8.42169279145084e-08,0.007841379830853392,0.744927876843724,0.016673349787508736,8.42169279145084e-08,0.2305571408871302
313
+ 0.04372638993841924,4.951962993993398e-07,0.018722208734207574,0.01306039479371518,0.7568441650238268,0.010376724302465555,0.15726962201106617
314
+ 0.0030115824132267537,0.0037441355802158623,0.0004293328212712876,0.010860625380172424,2.237203135706473e-08,0.8910103212258661,0.09094398020721617
315
+ 0.003973920583522223,0.007532312811251097,0.004347093931056533,0.00724466349382138,0.002487772416527552,0.009418844727611893,0.9649953920362093
316
+ 0.8678477846020096,0.015099567958964109,0.0040198970216789795,0.004759309910149714,0.0034011539548793805,0.007902258206520952,0.09697002834579713
317
+ 1.3908688974945166e-07,0.6563260456980096,0.002809807865888951,1.3908688974945166e-07,1.3908688974945166e-07,0.12045487392604573,0.22040885524938655
318
+ 0.010537213114730356,0.004945768627754231,0.6925126974344746,0.018319668342165033,0.018846229087921124,0.03887792901430677,0.21596049437864775
319
+ 9.097568314263594e-08,0.002874059834502743,9.097568314263594e-08,0.8003937118754004,0.007059797214814194,9.097568314263594e-08,0.1896721581482333
320
+ 4.4857504156646733e-07,0.013332432982506212,0.04873486381653182,4.4857504156646733e-07,0.6532990801465934,0.005626418373917074,0.2790063075303683
321
+ 0.0035587761768607245,0.00578413603175944,0.005173402053654362,0.004668640468783531,2.3533233821869105e-08,0.9161995779452039,0.06461544379050421
322
+ 0.006639623256666928,0.012284785209093256,0.005943800960055674,0.009392199626029833,0.002583177050878594,0.025657804671180284,0.9374986092260954
323
+ 0.9429475591707659,0.006720210058192268,6.016740580241975e-08,0.004858543168803807,6.016740580241975e-08,0.0044377647276843575,0.04103580253974194
324
+ 0.019788398551684398,0.7259120572302277,1.3140277166994723e-07,0.007583747147834047,1.3140277166994723e-07,0.12928276476322012,0.11743276950149045
325
+ 1.6516448534128148e-07,0.013077948911882447,0.7493909949165036,0.007478388449312711,0.016573045337096626,0.026578676230498765,0.18690078099022037
326
+ 0.0026689912123740727,0.01830445480356943,9.133611518068269e-08,0.7549301037234883,0.005886246813271706,0.014943603400457221,0.20326650871072394
327
+ 0.03578074797866364,4.55002811019581e-07,0.04266560318464762,0.013981372844899764,0.4729999218728837,0.06477627877178577,0.36979562034430846
328
+ 0.002963487514016869,0.009295856761439583,0.0020750509813368184,0.0168751983518983,2.2231143870575485e-08,0.8978302280620685,0.07096015609809606
329
+ 0.003891962162230459,0.007188664780123394,0.002738625303397129,0.0047432572113530955,0.0011680872383981692,0.01306841161364557,0.9672009916908522
330
+ 0.7180562604854587,0.0221603827402984,0.013023544664847484,0.016852815237309283,0.004416994723333254,0.0264691337411389,0.19902086840761407
331
+ 1.3051567342449184e-07,0.5337473804774941,1.3051567342449184e-07,0.031872138862594955,1.3051567342449184e-07,0.195958072477433,0.2384220166354575
332
+ 0.002757215194181735,0.030478717861329687,0.5863558781743418,0.060816622014275845,0.010859586079225528,0.0418863067412442,0.2668456739354012
333
+ 0.011684496430050106,0.0021523433931440058,0.002269956217843717,0.7374561251813265,0.025101811655329116,0.007746919925251438,0.2135883471970551
334
+ 0.01097941438177952,0.043127582139787235,0.028213483035523537,0.04007512418207789,0.4586495414389277,0.02504811711929732,0.39390673770260687
335
+ 0.007168198061645105,0.018884818965961614,0.0014255297878145868,0.008755615961249151,2.2560553476717785e-08,0.8939796752083589,0.0697861394544171
336
+ 0.01054417670564904,0.020528950437570956,0.005474846762665749,0.023885938008953233,0.005831205073122717,0.05408762071202772,0.8796472623000106
337
+ 0.9352728155320228,0.009542355894026504,0.003404040794951581,0.011732013107185307,6.898713399558764e-08,0.006074427643882281,0.03397427804079736
338
+ 1.064634127587017e-07,0.752174418581159,0.011190509589750135,0.041340703282525135,1.064634127587017e-07,0.08676585979276046,0.10852829582697984
339
+ 0.005027695613654411,2.252810436276664e-07,0.8360146836715989,0.017367013706560706,0.018348822811167974,2.252810436276664e-07,0.12324133363493071
340
+ 0.0014386617980680066,0.00979023379093263,0.005980745127943534,0.8522065239122057,0.005997781367367717,7.557680355391962e-08,0.1245859784266789
341
+ 0.03415752251231427,0.03204365754834938,4.694093123037176e-07,0.15709768873282898,0.6779789223946714,0.013500740709072975,0.08522099869345089
342
+ 0.0011801685211798633,0.005203364962136699,0.0010612906487754176,0.010576927396933992,1.9211124153101532e-08,0.903737857981333,0.07824037127851681
343
+ 0.005756626441361616,0.00783489939815358,0.0027685839329490997,0.008165474565204172,0.0029051488916455592,0.014721607298289639,0.9578476594723964
344
+ 0.9140200538514545,0.01085787277510404,0.002181371943521252,0.0062971093023416955,6.777754805462905e-08,0.017343868512839894,0.04929965583719043
345
+ 0.005692842925589914,0.5567246125040115,1.1034836936256239e-07,0.019462485513019833,1.1034836936256239e-07,0.16144682733709895,0.25667301102354106
346
+ 0.004082960360655517,0.024586699143909378,0.7106127771442576,0.04939704540932103,2.2266534344592557e-07,0.027019982921942434,0.18430031235457042
347
+ 7.019753599753494e-08,0.005197590372961673,0.018504527056968867,0.7441911336383326,0.00736501140641642,0.009257917152306339,0.21548375017547816
348
+ 4.7156660166894696e-07,0.07011409542478636,4.7156660166894696e-07,0.025065756821592743,0.7376394367524619,0.01504853295586564,0.15213123491209013
349
+ 0.004717985060528355,0.00397186891801576,0.0018838030253367003,0.02487866248589319,0.0004983939370815817,0.9110438372592505,0.05300544931389386
350
+ 0.0042017765951101954,0.008856069950745251,0.004539231019235256,0.018248075579063248,0.003943220850855019,0.02612623723368319,0.9340853887713079
351
+ 0.9335988388444059,0.006668289036045257,0.0033222769211068773,0.005012839594686007,6.876763961330042e-08,0.012404517041744867,0.03899316979437165
352
+ 1.3670514756601948e-07,0.7620688848274877,1.3670514756601948e-07,0.002905176079847918,1.3670514756601948e-07,0.12574331467281738,0.10928221430440431
353
+ 0.00472811921068362,2.277873082641037e-07,0.8374329478829707,0.050341232788986195,0.015491251998008087,0.007517559349308543,0.08448866098273443
354
+ 6.389483435763572e-08,0.0056069561562729344,0.0015486893769087015,0.7957158252546219,0.000738953281252662,0.008786269029987604,0.1876032430061217
355
+ 0.06245891545792696,0.025594588588723384,0.011386132439884058,4.1737840403269386e-07,0.7122804960119434,4.1737840403269386e-07,0.18827903274471414
356
+ 0.0035748733027495838,0.009544198716705175,0.0003724748457190351,0.006160469141637581,0.00040632775200785746,0.9237194819211527,0.05622217432002804
357
+ 0.005927877685388687,0.004679832954298139,0.0028024351922559397,0.012453099688298839,0.0013942425857767005,0.01449302156603393,0.9582494903279477
358
+ 0.753817651591245,0.01969698980337498,0.0049935306385741444,0.04146714136301288,0.0010279887002702913,0.01058877597270236,0.16840792193082027
359
+ 0.0033533912688174265,0.5845396293921516,1.3989465233728082e-07,0.04642234306965511,1.3989465233728082e-07,0.18630341241043533,0.17938094406963576
360
+ 2.3312885562670057e-07,0.03320370222620174,0.6488423676935647,0.07413827631884196,2.3312885562670057e-07,0.0316570471258748,0.21215814037780556
361
+ 0.0031001055206927343,0.006075776912712631,0.0016318104787602422,0.7068219640112554,0.020714882163352624,0.015603353293698568,0.24605210761952778
362
+ 0.03326340188111661,4.870583394222248e-07,0.021396305776477123,0.06987031621467192,0.5086628661467745,0.009255667252215594,0.3575509556704048
363
+ 0.00154885042856682,0.011081616470482862,0.00046199215484852364,0.019542239781387114,1.903343831236608e-08,0.910748925607804,0.056616356523472466
364
+ 0.009045634321274854,0.02449949326397783,0.004331747981964291,0.051354298961873227,0.005252895105960063,0.03946527339435345,0.8660506569705962
365
+ 0.9186443202683102,0.012036127050310229,0.0010403527429868977,0.005801524746723988,7.626273746575151e-08,0.011230546690925942,0.051247052238005325
366
+ 0.0023902871836249105,0.6412274008624251,0.01371333216121051,0.02067039859122547,0.002251720991106298,0.11125107088911021,0.2084957893212976
367
+ 2.6901129647537743e-07,0.06047618371461681,0.7220747200798014,0.042562882991880456,2.6901129647537743e-07,0.03886672350475745,0.13601895168635095
368
+ 4.478346998404638e-08,0.0022618245997888652,0.003590188582515294,0.7805608956147307,0.022554751293130806,0.0012569248621778777,0.1897753702641862
369
+ 4.337394879920689e-07,0.014849374105696233,0.00927794072394678,0.04697981078057111,0.6848633888143224,4.337394879920689e-07,0.2440286180964876
370
+ 0.0013100639967403528,0.007585762773618071,0.0009186866669009267,0.01013477234409441,1.763232386050578e-08,0.9292329758891652,0.05081772069715716
371
+ 0.002549519129290952,0.00618721816909014,0.00218599248231232,0.007580093292479045,0.002416645886805267,0.01593219423184054,0.9631483368081817
372
+ 0.8482248368865464,0.01861442200618602,0.003024155424404811,0.026384301344518572,0.036221417176860594,0.002949759276238481,0.0645811078852451
373
+ 0.007962975712791276,0.5149230995913318,1.235766152682002e-07,0.02744606620841586,0.003001665569455482,0.27715881378961277,0.1695072555517774
374
+ 0.008251997572470053,2.98957612904157e-07,0.646447328094141,0.09782571091332322,0.024645698871528343,0.037591244812247356,0.1852377207786772
375
+ 5.050634191050188e-08,0.002466214763975266,0.006112903912715239,0.6558295757594783,0.014712577334676128,0.004458165577206423,0.3164205121456067
376
+ 0.03738107902247702,0.017799159408479107,0.015221188278878566,0.025586532864707853,0.5064696216405519,0.02593605655148332,0.37160636223342225
377
+ 0.0009859342740822347,0.002542798039409506,0.0022969952583470864,0.009931172292941862,1.7628684450169573e-08,0.9178244260625711,0.06641865644396393
378
+ 0.0036592085400951125,0.016345386010092347,0.0026516268435640834,0.033267417160551704,0.009968390581978166,0.026571403644308243,0.9075365672194103
379
+ 0.9469542129951393,8.679174698474799e-08,8.679174698474799e-08,8.679174698474799e-08,8.679174698474799e-08,0.007147038030111049,0.045898401807761995
380
+ 0.00596225665291006,0.6753378383507159,0.00285040565683522,0.018572842061800526,1.347825302851141e-07,0.1401729157039835,0.15710360679122448
381
+ 3.4002878578267617e-07,3.4002878578267617e-07,0.7637690455988696,0.035194828253982874,0.03529933486633244,3.4002878578267617e-07,0.16573577119445776
382
+ 0.0019036582941747576,0.001185818980382042,4.961927905201538e-08,0.7631660097679102,0.0025920650356518957,0.01267018353709017,0.2184822147655121
383
+ 2.6196365544611825e-07,2.6196365544611825e-07,0.012454842572411286,0.03491613426354969,0.7577639621916122,2.6196365544611825e-07,0.19486427508146048
384
+ 0.001622416977622034,0.00894781999738771,0.0024257538701625237,0.013699350673002562,0.0004272124267819066,0.915600809637855,0.0572766364171882
385
+ 0.0006884433179097714,0.006966453827396616,0.0025805199044147483,0.009518160623353707,0.007829128324911616,0.014167414484540399,0.9582498795174731
386
+ 0.6979354784159879,0.023129177549650295,0.00279393182416852,0.05826893419009424,8.924598458049948e-08,0.043377026873320464,0.17449536190079398
387
+ 1.484723548754074e-07,0.5657263387149748,1.484723548754074e-07,0.053507524150019505,1.484723548754074e-07,0.24589582298829352,0.13486986872964757
388
+ 3.45742188671305e-07,0.005332554180620979,0.629615658371334,0.06147482848027903,0.011033582270741657,0.07257823898518276,0.21996479196965288
389
+ 0.0022168292678349873,0.0053655218622804726,5.504799914989027e-08,0.5991970014297768,0.009979972213143668,0.006257104689929585,0.37698351548903536
390
+ 2.277589767963375e-07,0.00783829756050969,0.013044517705023146,0.05134785068171199,0.4615618836091799,0.07537258273841718,0.39083463994618134
391
+ 0.00038018740640689597,0.0032694643411927474,0.0033264516523194526,0.018248763901893398,0.0003769493262904996,0.9032401158326612,0.07115806753923588
392
+ 0.0064966744008380425,0.012423341294632899,0.003577600814366384,0.04517859382221481,0.009060293132953477,0.040075687911868385,0.8831878086231261
393
+ 0.9367959516721224,1.1112066398664195e-07,1.1112066398664195e-07,0.007317527884802259,1.1112066398664195e-07,1.1112066398664195e-07,0.0558860759604197
394
+ 1.5287443296842706e-07,0.7248661413684745,0.00419786592556102,0.02047565676503381,1.5287443296842706e-07,0.12021280458432626,0.13024722560773846
395
+ 3.680314760303313e-07,0.017016759579151,0.7931035247547714,0.07764256570773863,3.680314760303313e-07,3.680314760303313e-07,0.112236045863911
396
+ 0.0010794450067866952,0.0032981563445471803,0.0032284053611007627,0.7566294662468814,0.013478621804279101,4.734137638158626e-08,0.2222858578950283
397
+ 2.618649943370979e-07,0.023896966994834096,0.031128887550105747,0.03061042200805571,0.5929242170273541,0.007541373902592139,0.31389787065206376
398
+ 0.0009949443875763941,0.011635343116594195,0.0019274862780007645,0.009200237526587418,0.0010299381077774393,0.9003114793909097,0.0749005711925541
399
+ 0.0018860066773956719,0.008968807491577496,0.004669254999084466,0.009268388840947805,0.011462132237011582,0.011192228253983472,0.9525531814999996
400
+ 0.8318305330694172,0.021107552764449557,1.132280970656158e-07,0.03436835734200515,1.132280970656158e-07,0.015342289548274757,0.09735104081965917
401
+ 0.012396170988767944,0.5273837201211824,0.006847152548513767,0.008445823826859808,1.3934144481076305e-07,0.08007031039168001,0.3648566827815511
402
+ 3.054984420973916e-07,0.046297513848885426,0.6831282648305148,0.07140613393199621,0.017058066854951245,0.006001144337649051,0.17610857069756095
403
+ 0.0025128631122860964,0.021028456075585435,0.002235352224765311,0.5782020488939823,0.018917834280362294,5.365583580858843e-08,0.37710339175718277
404
+ 0.021318498012050793,0.049830126793022844,0.007759420343774756,0.012303363504998355,0.6281166587726567,0.021830853291371258,0.2588410792821251
405
+ 1.7091511088100438e-08,0.0036645627124828875,0.0016776800139358355,0.01197612313208167,1.7091511088100438e-08,0.9154779005701408,0.06720369938833655
406
+ 0.0023312359267955436,0.01085087212335226,0.006694536154263265,0.025487319417175875,0.014593604342670806,0.0263969817300915,0.9136454503056508
407
+ 0.9616553868233744,0.010467449818111346,1.2530546130297635e-07,1.2530546130297635e-07,1.2530546130297635e-07,1.2530546130297635e-07,0.02787666213666937
408
+ 1.4654529182178558e-07,0.6630810033247373,1.4654529182178558e-07,0.009065975094530913,1.4654529182178558e-07,0.12821259531280868,0.19963998663204766
409
+ 2.767693463411493e-07,0.007327936217526635,0.6161301303035249,0.017718666054641223,0.02066131563197087,0.04446410039111102,0.29369757463187884
410
+ 6.053418148380689e-08,0.010161549141729233,0.00875410148759948,0.735585520886989,0.004262817087301611,0.0044001135316651206,0.23683583733053404
411
+ 0.012830619946347653,0.005730701770822424,1.732496501341801e-07,1.732496501341801e-07,0.6854636303616879,0.015885504163533744,0.28008919725830794
412
+ 1.6967024707377662e-08,0.005095829851535703,0.0005464578735043557,0.014445098064844293,0.00047700267780989683,0.9228888944018682,0.05654670016341276
413
+ 0.0007380557413678035,0.004894037838466011,0.0031072720123803852,0.007999656653686151,0.010825935068463612,0.008856818541234273,0.9635782241444018
414
+ 0.7427419397771408,0.006863331943276466,1.2695797982274615e-07,0.04499878551376327,1.2695797982274615e-07,0.009330559167162016,0.19606512968269785
415
+ 0.05093367552607934,0.44497517123134755,1.6707668758600906e-07,0.014130181410468387,1.6707668758600906e-07,0.21787516297535983,0.27208547470336975
416
+ 3.3988631047042814e-07,3.3988631047042814e-07,0.68632337981841,0.05085260560062448,0.020501598707739436,0.01145990723695321,0.230861828863652
417
+ 6.888497594114171e-08,0.00749728111461859,0.008184473249104669,0.5656886660109866,0.00971153237622927,0.009002942165257863,0.3999150361988272
418
+ 1.6643772088647778e-07,0.017539725569080764,0.028027642019713982,0.027576234769961294,0.5280812960737374,0.06501209993305422,0.3337628351967315
419
+ 1.750397078901796e-08,0.006874015249633063,0.001736093313966022,0.01685327274042188,0.0017638546144881013,0.921939254273505,0.0508334923040152
420
+ 0.0018566743727979683,0.01432319117535611,0.004183764511181053,0.02411497006673602,0.0137792050645667,0.03154572535830131,0.9101964694510609
421
+ 0.9661589455897966,0.0033941323900120867,1.5415534785625473e-07,0.0028383680971940566,1.5415534785625473e-07,1.5415534785625473e-07,0.027608091456953622
422
+ 1.6995203758907196e-07,0.6347029115681448,0.008981942583841806,0.03475125932681978,1.6995203758907196e-07,0.11667409760554767,0.20488944901157072
423
+ 3.1712242525199673e-07,0.053050607404033744,0.67589541108254,0.04343349144875861,3.1712242525199673e-07,0.013679798795980571,0.21394005702383675
424
+ 7.023044023471973e-08,0.0013411200411465843,0.0024891073756079856,0.645821841310722,0.006820099799172435,0.007062254295378323,0.3364655069475324
425
+ 1.6842326858471411e-07,0.02491382470812871,0.01328887717904328,0.005447190725429902,0.626238149606307,0.013469059298850086,0.31664273005897237
426
+ 1.660014516515393e-08,0.01282860480465559,0.00493847482928944,0.00633660529573597,0.0005359686298655248,0.9177498997486809,0.05761043009162739
427
+ 0.0027403337173989312,0.007398479841957993,0.0015840209129913936,0.004563658020584702,0.0075274000025627565,0.005652999648153128,0.970533107856351
428
+ 0.8233261678136715,0.03870264417356966,1.480799056895021e-07,0.03340843911616974,1.480799056895021e-07,0.011921334441681483,0.0926411182950962
429
+ 1.6194445873924849e-07,0.5316296125103365,1.6194445873924849e-07,0.02899978023741102,0.021702877714571935,0.16247938801048864,0.25518801763827426
430
+ 3.476126715485642e-07,0.0426325448193095,0.75011338558532,0.02168069866204745,3.476126715485642e-07,0.005361403570755404,0.18021127213722468
431
+ 9.277743921350319e-08,0.009007453982406415,0.0091759240324568,0.6051280686695246,0.008534003832109397,9.277743921350319e-08,0.3681543639286245
432
+ 0.01975995630736381,0.025489243988292727,0.04119197385741953,0.004511205786875791,0.49465600232578677,0.046989120770012924,0.3674024969642483
433
+ 1.7483215980070315e-08,0.006679104228455992,0.0031009972078353803,0.009888262412423991,0.001995613839725622,0.9081208454401395,0.07021515938820361
434
+ 0.003416539760556546,0.015147158413020912,0.00528150608816933,0.011398294366626056,0.011989145969964954,0.009680634404763714,0.9430867209968985
435
+ 0.9213195343564162,1.589380051443475e-07,1.589380051443475e-07,1.589380051443475e-07,1.589380051443475e-07,1.589380051443475e-07,0.07867967095355786
436
+ 1.414783508939457e-07,0.6700845181709991,0.03741337479579515,0.0034187890802961605,0.002015468386608659,0.06176732522230154,0.22530038286564838
437
+ 2.762037582373299e-07,2.762037582373299e-07,0.7566846169628477,0.012452838506456364,2.762037582373299e-07,0.018274786512112996,0.21258692940730808
438
+ 1.0332676110367351e-07,0.0029325372405315164,1.0332676110367351e-07,0.7051974886377121,0.015976179966198392,1.0332676110367351e-07,0.27589348417527476
439
+ 1.956254229430022e-07,1.956254229430022e-07,0.02025526500535226,1.956254229430022e-07,0.6396527446269479,0.007137672995403259,0.3329537304960278
440
+ 0.001994058583765562,0.011155845496515446,0.00035924538037249734,0.007049520961977252,0.00630552140438423,0.8996707583247066,0.07346504984827838
441
+ 0.0013254795945634335,0.006979343422662594,0.0006950799971954625,0.008905523484163513,0.007162447381129013,0.005230520937486648,0.9697016051827994
442
+ 0.7507030458903234,0.019000326541571563,1.625087298390702e-07,0.014332597630311092,1.625087298390702e-07,0.00634602057320643,0.20961768434712763
443
+ 0.00401737893134269,0.5313894796332344,0.003171145206727611,0.018294240187155142,1.49711843043169e-07,0.12255031233484293,0.32057729399485435
444
+ 0.005213141418187159,0.011543155669301175,0.5020137966699488,0.03012363438923621,0.004990873931163977,3.070426853531847e-07,0.44611509087947737
445
+ 0.008267095891812565,0.006502641197109863,0.004917434222677898,0.5263416956240446,0.006510884623638879,0.026762628604756165,0.42069761983596005
446
+ 0.01020149889441408,0.02956525695647883,1.9529428826528552e-07,0.025457810228321942,0.5615519021614355,1.9529428826528552e-07,0.37322314117077315
447
+ 1.9585843430455623e-08,0.00562883022956295,0.0009557257147801131,0.015030721001280865,0.0029646512025873315,0.9013368421897777,0.07408321007616754
448
+ 0.0017137556328014664,0.01836889319919133,0.005503730859165912,0.011462601294756767,0.009997728966685824,0.018901459097498248,0.9340518309499005
449
+ 0.9497391451421806,1.953731586313902e-07,1.953731586313902e-07,1.953731586313902e-07,1.953731586313902e-07,0.009816715781613484,0.04044335758357122
450
+ 1.2941679735485207e-07,0.6876790072124803,1.2941679735485207e-07,0.018105591656331136,1.2941679735485207e-07,0.03441698841750449,0.2597980244632919
451
+ 3.564488831134192e-07,0.007550178690957642,0.8085926876362646,3.564488831134192e-07,3.564488831134192e-07,0.03232877156350352,0.15152729276262497
452
+ 1.2325764369164457e-07,1.2325764369164457e-07,1.2325764369164457e-07,0.7225972725401186,0.014968038794803308,1.2325764369164457e-07,0.2624341956345032
453
+ 1.991859694905433e-07,1.991859694905433e-07,0.005263938130194746,1.991859694905433e-07,0.6739196532765716,1.991859694905433e-07,0.3208156118493557
454
+ 1.9706338402198507e-08,0.012093639398125518,0.003185387078668216,0.01524622120328875,0.0016924676217492944,0.8883589567999763,0.07942330819185348
455
+ 0.0006998275082090289,0.006364583230531459,0.0025034279376399053,0.0040504204023885035,0.005862414942184971,0.007229235125526608,0.9732900908535195
456
+ 0.7164174185996768,0.043088829219049524,2.001330801750197e-07,0.012637365137063166,0.006026677953726862,0.02626341570505565,0.19556609325234764
457
+ 1.3925636243107545e-07,0.5275674825460425,0.0042734310389076074,0.019276645030767044,1.3925636243107545e-07,0.07120622515295566,0.3776759377186023
458
+ 3.399848462231125e-07,0.0639568204312815,0.6093976319301447,0.01840444898833621,3.399848462231125e-07,0.012918606253175997,0.2953218124273692
459
+ 1.3226815641972781e-07,0.013109234812824685,0.0037357239121218067,0.5313224487514048,0.04885027339906257,0.012584645278849263,0.3903975415775804
460
+ 2.11599937817873e-07,0.007984068145520301,0.005521028465485787,2.11599937817873e-07,0.5528277784560538,2.11599937817873e-07,0.4336664901331266
461
+ 2.1328045546889064e-08,0.0066787247937025885,0.0014995090181303045,0.00957597616068629,0.0005683493198653122,0.9004190929579876,0.08125832642158232
462
+ 0.002704641831207969,0.012781125054429096,0.003251751160795877,0.005710386984491523,0.008613471392028648,0.007860752766658952,0.9590778708103879
463
+ 0.9433071904603351,0.006548714430842031,2.4285954901941743e-07,0.00632226674937345,2.4285954901941743e-07,2.4285954901941743e-07,0.043821099780802175
464
+ 0.01544170103319725,0.6941981491558546,0.02439657320834522,0.016124221634101443,0.01467507034990161,0.045642066288671915,0.18952221832992794
465
+ 3.854364729892735e-07,0.024110466772109387,0.7443002548684969,0.00606556911194021,0.007916529130075256,0.012413773129543027,0.20519302155136207
466
+ 1.707249528542671e-07,1.707249528542671e-07,0.007116787830902187,0.6300570354712202,0.008525920181962035,0.03278438594927874,0.32151552911673104
467
+ 2.1044936921888424e-07,0.012452668996205923,0.011039926634604173,0.014137087611629072,0.6154205145362194,2.1044936921888424e-07,0.34694938132260306
468
+ 2.2443337931237637e-08,0.004478779097771468,0.0021547625521557267,0.0107638399086634,2.2443337931237637e-08,0.9088154280000178,0.07378714555471588
469
+ 0.0024413451223506397,0.0077114489496886126,0.004160725851330846,0.0013778250882133599,0.005014559030905005,0.004928082263698859,0.9743660136938126
470
+ 0.7614750577676037,0.07381216457269994,2.2254852581833578e-07,2.2254852581833578e-07,2.2254852581833578e-07,0.026043156978078245,0.1386689530360405
471
+ 1.4473492817245616e-07,0.5408485363899751,0.0014602986382237816,0.020055300317363616,0.029678558683896582,0.06175953896755356,0.3461976222680591
472
+ 0.008372455953577626,0.04910100102331652,0.6705652986517452,3.178928328845903e-07,3.178928328845903e-07,0.04150148487867709,0.2304591237070179
473
+ 2.1385409925368999e-07,0.014700907287482811,2.1385409925368999e-07,0.4393011172172679,0.02678201976643014,2.1385409925368999e-07,0.5192153141665213
474
+ 2.424985122207526e-07,0.008700149722458658,0.03272186003939339,2.424985122207526e-07,0.5782174498648744,0.024915868734702622,0.3554441866415465
475
+ 2.378021703338343e-08,0.01104552436227309,0.0010358291533056746,0.005027810290654815,0.001968752072800434,0.8824704753219526,0.09845158501879636
476
+ 0.000733206011557054,0.029830666259851542,0.002904645433286239,0.006201899841885615,0.01069016606123911,0.008582792904293384,0.941056623487887
477
+ 0.9503189489649886,2.7775511003541865e-07,2.7775511003541865e-07,0.0079423365291165,2.7775511003541865e-07,0.03367105726760403,0.008066823972960508
478
+ 9.099185847632955e-08,0.6544013994328547,9.099185847632955e-08,0.011507373346802028,9.099185847632955e-08,0.04570600023255418,0.2883849540122139
479
+ 3.4465005622483145e-07,0.049444807303697734,0.5068801798879654,3.4465005622483145e-07,0.01221508784632152,0.013103279210378776,0.4183559564515241
480
+ 2.707986400483279e-07,0.021690779646573278,2.707986400483279e-07,0.5633383639730258,0.0028886771988445793,0.025870208854646397,0.3862114287296298
481
+ 1.9925864316861025e-07,0.015527329372481356,0.02020289654802546,0.0066633408931982534,0.6624535604807574,0.004866084164264323,0.29028658928262985
482
+ 2.5208142687747183e-08,0.024134037357089373,0.0032446087060614393,0.008560385102188674,2.5208142687747183e-08,0.8727801790768935,0.09128073934148152
483
+ 0.0003228577702415449,0.006465598394966426,0.002459220471147835,0.0019372684659578069,0.002372807083893751,0.0032731749601564663,0.9831690728536362
484
+ 0.7492675505147606,0.05643757396970158,0.01296110864877437,0.002930818559164157,2.866676480467961e-07,2.866676480467961e-07,0.17840237497230324
485
+ 1.0213406458258556e-07,0.5115128604606627,0.026176841291769587,0.0023219442869732796,1.0213406458258556e-07,0.018704388544712507,0.4412837611477528
486
+ 4.523644537428097e-07,0.10778240154448655,0.6353085994504291,4.523644537428097e-07,4.523644537428097e-07,4.523644537428097e-07,0.25690718954726965
487
+ 3.322295364070701e-07,3.322295364070701e-07,0.011404752619571988,0.516981834725829,0.009683461709617128,3.322295364070701e-07,0.46192895425637265
488
+ 2.5889421443676407e-07,0.05117569916601351,2.5889421443676407e-07,2.5889421443676407e-07,0.5173987124527359,2.5889421443676407e-07,0.43142455280439296
489
+ 2.771390008932419e-08,0.010750740192239042,2.771390008932419e-08,0.0010017127379358254,0.0008513800733570373,0.891880009109561,0.095516102459107
490
+ 0.0006179221163556209,0.018367496871497583,0.0021451487558477597,0.0047881957842397975,0.004953388681838611,0.006671174196064287,0.9624566735941563
491
+ 0.9408537912431076,0.013952118544385023,3.6411255236135796e-07,0.008803842992855481,3.6411255236135796e-07,3.6411255236135796e-07,0.03638915488199492
492
+ 1.0027130015825195e-07,0.6299987364108866,0.0026498950785400787,1.0027130015825195e-07,1.0027130015825195e-07,0.020973119891222816,0.34637794780545
493
+ 4.543643432451829e-07,0.09311474250317696,0.6940865620758824,4.543643432451829e-07,4.543643432451829e-07,4.543643432451829e-07,0.2127968779635678
494
+ 3.768821132941005e-07,0.021295982037452987,0.009954852106255546,0.5272546627878781,0.026939805814333768,3.768821132941005e-07,0.4145539434898529
495
+ 0.04375238935501595,0.041343993657433985,0.03956365659299638,3.203092980773761e-07,0.6437942042192687,3.203092980773761e-07,0.23154511555668894
496
+ 0.00449684612155493,0.010886160452836994,0.003114213999263174,0.003023013267040094,0.0016789989901461212,0.8781978479670026,0.09860291920215608
497
+ 0.00037750525765769426,0.009575177494805206,0.0010131622433725291,0.001455770922664256,0.0017056237833563133,0.0018859100296616852,0.9839868502684823
498
+ 0.5962815819321803,0.09445969259099177,3.383986348736474e-07,3.383986348736474e-07,3.383986348736474e-07,0.03418851312851095,0.27506919715241246
499
+ 0.004728088721159372,0.5319947361946129,1.0900872571668478e-07,0.01137291823418219,1.0900872571668478e-07,0.021083294473899415,0.4308207443586947
500
+ 4.924249486469902e-07,0.09105502457180428,0.6987207094927897,4.924249486469902e-07,0.010871840562628833,4.924249486469902e-07,0.1993509480979312
501
+ 5.423912743874352e-07,0.043058753908170405,5.423912743874352e-07,0.5344854862824869,0.06717581171440472,5.423912743874352e-07,0.35527832092111467
502
+ 3.9822775866171766e-07,0.043786425598292114,0.01419619313076688,3.9822775866171766e-07,0.5710220447665624,3.9822775866171766e-07,0.3709941418211027
503
+ 0.003218897450601757,0.026785331930577427,0.002108863942997872,0.009544706200308646,0.0007546991462526447,0.8588709955484631,0.09871650578079849
504
+ 0.006174101007042799,0.04544196661170497,0.002044200807011132,0.004197229029010612,0.0031766788005601378,0.006782051144076836,0.9321837726005935
505
+ 0.9171002668414773,0.06954705775095775,3.041204676765422e-07,3.041204676765422e-07,0.00893877281203259,3.041204676765422e-07,0.004412990234129454
506
+ 0.20210851363554014,0.551938351456129,0.0009532082471772618,0.00760203870859735,6.045789004536543e-08,0.004262259871905591,0.2331355676227606
507
+ 5.057865997357888e-07,5.057865997357888e-07,0.8448366397892186,5.057865997357888e-07,5.057865997357888e-07,5.057865997357888e-07,0.15516083127778296
508
+ 4.3091374063812265e-07,0.044026314241546495,4.3091374063812265e-07,0.5787035792897647,4.3091374063812265e-07,4.3091374063812265e-07,0.37726838281372616
509
+ 0.04717273539522241,0.06414636239908646,0.019744726678255768,4.3188895086162774e-07,0.6595677726990842,4.3188895086162774e-07,0.2093675390504495
510
+ 3.591724543860871e-08,0.02476202522781056,0.002832847724918072,0.002949094801416208,0.0027959039281035677,0.8759231558042908,0.09073693659621523
511
+ 0.014534255436529626,0.010751863278903399,0.0009338225398290602,0.0010164083748703022,0.0007242664443134406,0.0014634259202897524,0.9705759580052645
512
+ 0.9464986609421497,0.018968883082901605,1.0363622864469199e-07,0.00662926312062082,1.0363622864469199e-07,1.0363622864469199e-07,0.02790288194564204
513
+ 0.20111525207542147,0.48283664288469996,0.007695663784380165,7.904173107804236e-08,0.00411353608901214,0.021406166533252932,0.28283265959150233
514
+ 0.07569146834192046,0.04374687486339547,0.6706511615889769,0.047220657681563236,4.962530356481214e-07,4.962530356481214e-07,0.16268884501807288
515
+ 0.0316399190368135,5.639205701038532e-07,0.049232175163262566,0.4694040416136099,5.639205701038532e-07,5.639205701038532e-07,0.4497221724246036
516
+ 0.06270744211622188,0.1254325440103663,5.577429520416381e-07,5.577429520416381e-07,0.539756737625947,5.577429520416381e-07,0.27210160301860864
517
+ 0.007622135181027566,0.028440389806845014,0.0018895371706847742,0.004372009866852677,0.0011435725049270475,0.8660395211859682,0.09049283428369466
518
+ 0.06607317171935284,0.03494296267415442,0.002442913279642982,0.0022731831186383316,0.004124211581023804,0.004399140192461741,0.8857444174347259
519
+ 0.9894871583736268,0.0009669027017350207,3.737329020672366e-08,0.0006830043649607449,3.737329020672366e-08,3.737329020672366e-08,0.008862822439806753
520
+ 0.18563778174124418,0.5986755480733027,0.0037965842676922937,0.005242417943417221,0.0012724779539474785,0.008240649068089339,0.19713454095230695
521
+ 0.06780779528442747,0.022579583805304174,0.7578882788033364,4.713413150246664e-07,4.713413150246664e-07,4.713413150246664e-07,0.15172292808298704
522
+ 0.12113962482898424,0.1465707455797279,6.245674436274477e-07,0.3982322022485343,0.03001248382874982,6.245674436274477e-07,0.3040436943791165
523
+ 5.108385791975693e-07,0.06206928929779394,0.011278379784646518,5.108385791975693e-07,0.8091255740505692,5.108385791975693e-07,0.11752522435125295
524
+ 0.0024082772044479554,0.020114801345441406,4.405347384439274e-08,0.0020732673011037814,4.405347384439274e-08,0.9162904148602976,0.05911315118176149
525
+ 0.02332167432078031,0.015135068232855486,0.0007706553078329735,4.92564673459209e-09,0.000936085138625827,0.0034157572355220846,0.9564207548387366
526
+ 0.9826959678949948,0.0036908434666317776,2.9077957175641473e-08,0.0011245765068100637,2.9077957175641473e-08,2.9077957175641473e-08,0.01248852489769163
527
+ 0.3191044342612342,0.405031051272676,7.723081025480192e-08,7.723081025480192e-08,7.723081025480192e-08,0.028231190281291715,0.24763309249236748
528
+ 0.09417504357758033,0.11566906375055831,0.5966398944695236,0.016527409512687153,5.42451474506482e-07,5.42451474506482e-07,0.1769875037867015
529
+ 0.050763524791860054,0.10050181898965546,0.08008117716768354,0.3943457528822337,1.2793173368258698e-06,0.03350693384324973,0.3407995130079807
530
+ 0.031026107675541915,0.14678820816325944,5.431471924737784e-07,5.431471924737784e-07,0.4688820036863615,5.431471924737784e-07,0.3533020510332597
531
+ 0.029545318289655495,0.031130698356279785,4.626052397892828e-08,0.011040667757089562,4.626052397892828e-08,0.8752183839813511,0.0530648390945761
532
+ 0.16786893860867944,0.056024050651207705,0.0034340796775568436,0.0014626003121614745,0.005849821632828306,0.0033295269559158363,0.7620309821616503
533
+ 0.9988431094302536,1.3818293817147551e-08,1.3818293817147551e-08,1.3818293817147551e-08,1.3818293817147551e-08,1.3818293817147551e-08,0.0011568214782772645
534
+ 0.28474682924924427,0.5399887715710762,0.012263641612309889,5.6188906214474543e-08,5.6188906214474543e-08,0.00727738948596624,0.15572325570359086
535
+ 0.03668102995482666,0.11340175444497963,0.5895221043950587,5.409934566577771e-07,5.409934566577771e-07,5.409934566577771e-07,0.2603934882247649
536
+ 1.1010696595499108e-06,0.0426051716477242,0.027399211153040844,0.5988202070048414,1.1010696595499108e-06,0.05198913279684256,0.27918407525823197
537
+ 0.07288898418945028,0.11949391343614554,4.921813411767611e-07,4.921813411767611e-07,0.6732862732220315,4.921813411767611e-07,0.1343293526083492
538
+ 0.01722803532422638,0.05964814944944626,5.0059711913511346e-08,5.0059711913511346e-08,5.0059711913511346e-08,0.8581886304490697,0.06493503459812186
539
+ 0.04736634803948503,0.016396044754949393,0.0008368431381537064,0.00013451600105579914,0.002774683029695429,0.000827239080635958,0.9316643259560247
540
+ 0.997780369753524,0.00028064438652302163,1.1708622859952598e-08,1.1708622859952598e-08,1.1708622859952598e-08,1.1708622859952598e-08,0.0019389390254615003
541
+ 0.3302008964368342,0.408143234505618,7.200768722161294e-08,7.200768722161294e-08,7.200768722161294e-08,0.0026975206788482312,0.25895813235563797
542
+ 0.11426807989825788,0.0487386403536123,0.48397623346710744,6.824678590961303e-07,0.07774497175900998,6.824678590961303e-07,0.27527070958629424
543
+ 0.11465227166762458,0.04763073147416435,1.7694601047216764e-06,0.401143720752296,1.7694601047216764e-06,1.7694601047216764e-06,0.43656796772560086
544
+ 0.1352863315080826,0.12094188194693108,5.533917450946463e-07,5.533917450946463e-07,0.6439066244621343,5.533917450946463e-07,0.09986350190761657
545
+ 0.04170596691746039,0.037425498170911654,5.730350607618699e-08,0.0022741347698984143,0.0037991120058615633,0.8764030495890625,0.03839218124329938
546
+ 0.15072876464944798,0.03468240940563134,0.0009352139006087977,0.0008863388512841054,0.0022472781291414307,0.00368281299776543,0.8068371820661209
547
+ 0.9982710996190449,0.0017288565240306164,8.771384880957e-09,8.771384880957e-09,8.771384880957e-09,8.771384880957e-09,8.771384880957e-09
548
+ 0.3669619083115,0.47660395683948853,0.002769856179631308,8.36531406001265e-08,8.36531406001265e-08,0.002381258800226484,0.15128285256287263
549
+ 1.1738972051170032e-06,0.11717151127177848,0.7387903667205481,1.1738972051170032e-06,1.1738972051170032e-06,1.1738972051170032e-06,0.1440334264188528
550
+ 2.4898021857458096e-06,2.4898021857458096e-06,2.4898021857458096e-06,0.7771196597420114,2.4898021857458096e-06,2.4898021857458096e-06,0.22286789124705972
551
+ 0.16293978617821211,0.09890225634078446,0.019963324982335065,5.928773055449395e-07,0.6390355067723846,5.928773055449395e-07,0.07915793997167268
552
+ 0.021529061114731032,0.03732838719479276,6.291890484356384e-08,6.291890484356384e-08,6.291890484356384e-08,0.9153374770489189,0.02580488588484277
553
+ 0.05563031689314133,0.014351127478684104,0.00014206332929024774,7.789624072261861e-09,0.0003815861490261263,0.0016459603248048147,0.9278489380354293
554
+ 0.9986625416388126,0.0002291120854962673,7.939325884040244e-09,7.939325884040244e-09,7.939325884040244e-09,7.939325884040244e-09,0.001108314518387656
555
+ 0.4725378612280653,0.2739671553232045,0.002973313731525829,1.1632324836906126e-07,1.1632324836906126e-07,1.1632324836906126e-07,0.25052132074745936
556
+ 1.3998307481249444e-06,0.30358794943006034,0.5601497647790407,1.3998307481249444e-06,1.3998307481249444e-06,1.3998307481249444e-06,0.13625668646790637
557
+ 3.203823623829039e-06,3.203823623829039e-06,3.203823623829039e-06,0.7375081769414702,3.203823623829039e-06,3.203823623829039e-06,0.2624758039404104
558
+ 0.16516726379991678,0.07669878298603812,8.8743269122302e-07,8.8743269122302e-07,0.45007134669193544,8.8743269122302e-07,0.3080599442240358
559
+ 0.05606854076998202,0.009223214214777944,0.006690643867963613,6.762393207081482e-08,6.762393207081482e-08,0.8526330159476078,0.07538444995180449
560
+ 0.3522018378868387,0.026335080164889165,0.0003803255042933773,0.0008016080154435668,0.0016940932125330396,0.001579257204615091,0.617007798011387
561
+ 0.999881518432057,0.00011845278590737277,5.7564071342362084e-09,5.7564071342362084e-09,5.7564071342362084e-09,5.7564071342362084e-09,5.7564071342362084e-09
562
+ 0.37202320161212465,0.47175842880262975,1.6588790144208584e-07,1.6588790144208584e-07,1.6588790144208584e-07,0.004938227314074856,0.15127964460746643
563
+ 0.05104611489922892,0.030010623217136708,0.6201637480031336,1.7515119960070274e-06,1.7515119960070274e-06,1.7515119960070274e-06,0.2987742593445126
564
+ 3.051207425625561e-06,3.051207425625561e-06,3.051207425625561e-06,0.9207792303706547,3.051207425625561e-06,3.051207425625561e-06,0.07920551359221689
565
+ 0.043464088475404686,0.07564085044976085,0.06917484085469934,1.4019355364608906e-06,0.7647947690154666,1.4019355364608906e-06,0.04692264733359561
566
+ 0.029621110637849953,0.022775105152209686,7.812123920607274e-08,7.812123920607274e-08,0.0047361574724692325,0.8931545610506308,0.04971290944436186
567
+ 0.07339030057503855,0.01819260627377955,0.0010245704337905786,1.2656538610055263e-08,0.001045409696551942,0.0008777491608326936,0.9054693512034682
568
+ 0.9989137726967536,0.00020972018576000896,5.489093908809841e-09,5.489093908809841e-09,5.489093908809841e-09,5.489093908809841e-09,0.0008764851611106448
569
+ 0.428672749840462,0.2996826108970311,2.1438759293823712e-07,2.1438759293823712e-07,0.004465280241918224,2.1438759293823712e-07,0.2671787158578097
570
+ 0.1018688580701695,2.064530549296659e-06,0.8477336850545891,2.064530549296659e-06,2.064530549296659e-06,2.064530549296659e-06,0.0503891987530442
571
+ 3.3136572384065485e-06,3.3136572384065485e-06,3.3136572384065485e-06,0.37433934205912006,3.3136572384065485e-06,3.3136572384065485e-06,0.625644089654688
572
+ 0.3919399196120795,0.19569859015739446,1.451893200790803e-06,1.451893200790803e-06,0.3295646403277088,1.451893200790803e-06,0.08279249422321468
573
+ 0.024605680364984343,0.03366969555413319,8.671483136760492e-08,8.671483136760492e-08,8.671483136760492e-08,0.9206961330284182,0.0210282309079701
574
+ 0.19101446234883293,0.030171003251088825,0.0009043556013372847,0.00028493203793347835,0.0006837106106888809,0.0017732368751086104,0.7751682992750101
575
+ 0.9989369839028539,0.00034443333625176336,5.035518544504929e-09,0.000575938475822534,5.035518544504929e-09,5.035518544504929e-09,0.0001426291785163043
576
+ 0.3060182130994219,0.5230215427016773,2.3973524921741803e-07,2.3973524921741803e-07,0.005942233892287145,0.021487637536922143,0.14352989329919294
577
+ 0.46401152994814426,2.096741883629182e-06,0.5359779863424373,2.096741883629182e-06,2.096741883629182e-06,2.096741883629182e-06,2.096741883629182e-06
578
+ 7.470221761228793e-06,7.470221761228793e-06,7.470221761228793e-06,0.8439007712453754,7.470221761228793e-06,7.470221761228793e-06,0.1560618776458184
579
+ 3.356253460654648e-06,3.356253460654648e-06,3.356253460654648e-06,3.356253460654648e-06,0.999979862479236,3.356253460654648e-06,3.356253460654648e-06
580
+ 0.032911779851348445,0.02321917084501705,9.304459221754268e-08,0.0026797715630841137,9.304459221754268e-08,0.9290634393133002,0.012125652338065774
581
+ 0.04831496859079642,0.006994144100415426,0.0012343796274965541,0.0004613960209507269,1.7020134355970525e-08,0.002045637399715179,0.9409494572404913
582
+ 0.9986072555932584,0.00022699316247084205,4.924449620880319e-09,4.924449620880319e-09,4.924449620880319e-09,4.924449620880319e-09,0.001165731546472401
583
+ 0.4141519495273361,0.2734419945216976,3.435777639246598e-07,3.435777639246598e-07,3.435777639246598e-07,0.008235227313485957,0.3041697979041888
584
+ 3.0473508397900504e-06,3.0473508397900504e-06,0.999981715894961,3.0473508397900504e-06,3.0473508397900504e-06,3.0473508397900504e-06,3.0473508397900504e-06
585
+ 0.24092822839026834,3.530367648991934e-06,3.530367648991934e-06,0.4945214469633022,3.530367648991934e-06,3.530367648991934e-06,0.2645362031758332
586
+ 0.06453575773866332,0.3932044188875394,3.0984988646745323e-06,3.0984988646745323e-06,0.41912337547352435,3.0984988646745323e-06,0.12312715240367893
587
+ 0.05732627912104455,0.007221125501692735,9.808762792003599e-08,0.0022291453007680625,9.808762792003599e-08,0.925517222377876,0.00770603152336276
588
+ 0.3237970626555419,0.023012359421498308,0.0014659360552607735,0.0015077082874987307,1.7837161755247128e-08,0.0024985300682751773,0.6477183856747635
589
+ 0.9998279870973036,4.487979309298513e-09,0.00017199046280045658,4.487979309298513e-09,4.487979309298513e-09,4.487979309298513e-09,4.487979309298513e-09
590
+ 0.5154304262437251,0.3824040236068825,4.287024983183838e-07,4.287024983183838e-07,4.287024983183838e-07,4.287024983183838e-07,0.10216383533939927
591
+ 0.08245693942467729,0.16159217620282232,0.4178578998313268,2.4370197451552087e-06,2.4370197451552087e-06,2.4370197451552087e-06,0.3380856734819379
592
+ 4.043135788960842e-06,4.043135788960842e-06,4.043135788960842e-06,0.6876507866055104,4.043135788960842e-06,4.043135788960842e-06,0.3123289977155447
593
+ 0.1832348352580663,7.3924806212899485e-06,7.3924806212899485e-06,7.3924806212899485e-06,0.8167282023388273,7.3924806212899485e-06,7.3924806212899485e-06
594
+ 0.016307179437845997,0.01086012273893613,1.0417031513089553e-07,1.0417031513089553e-07,1.0417031513089553e-07,0.9671133564142907,0.005719028897981667
595
+ 0.043399749238081875,0.0028118125049127127,0.0012154090075830652,2.6575870030722266e-08,2.6575870030722266e-08,2.6575870030722266e-08,0.9525729495218124
596
+ 0.998544854835279,0.0002988249098483327,4.428117100474578e-09,4.428117100474578e-09,0.00010341514918087326,4.428117100474578e-09,0.0010528918213407658
597
+ 0.5072447877817359,0.2534998111139617,8.558930426921924e-07,8.558930426921924e-07,8.558930426921924e-07,0.09287015990697303,0.14638267351820133
598
+ 0.25247359631336436,3.913546747655684e-06,0.4662267444473005,3.913546747655684e-06,3.913546747655684e-06,3.913546747655684e-06,0.2812840050523446
599
+ 5.879427813888531e-06,5.879427813888531e-06,5.879427813888531e-06,0.9999647234331167,5.879427813888531e-06,5.879427813888531e-06,5.879427813888531e-06
600
+ 0.453715301614662,0.5462394441676497,9.05084353767733e-06,9.05084353767733e-06,9.05084353767733e-06,9.05084353767733e-06,9.05084353767733e-06
601
+ 0.038444568544947606,0.027841663036657555,1.0771255211945209e-07,1.0771255211945209e-07,1.0771255211945209e-07,0.9054367995392743,0.028276645741464258
602
+ 0.1348034866399453,0.02508730876044084,2.750825888669509e-08,0.0014228963059920174,2.750825888669509e-08,2.750825888669509e-08,0.8386862257688452
603
+ 0.9997990006477829,4.320294742781304e-09,4.320294742781304e-09,4.320294742781304e-09,4.320294742781304e-09,4.320294742781304e-09,0.00020097775074378764
604
+ 0.41445305712176234,0.585543807084258,6.271587959036962e-07,6.271587959036962e-07,6.271587959036962e-07,6.271587959036962e-07,6.271587959036962e-07
605
+ 8.393661883051941e-06,8.393661883051941e-06,0.9999496380287017,8.393661883051941e-06,8.393661883051941e-06,8.393661883051941e-06,8.393661883051941e-06
606
+ 4.508368551420699e-06,4.508368551420699e-06,4.508368551420699e-06,0.9999729497886911,4.508368551420699e-06,4.508368551420699e-06,4.508368551420699e-06
607
+ 4.280784572296755e-05,4.280784572296755e-05,4.280784572296755e-05,4.280784572296755e-05,0.9997431529256623,4.280784572296755e-05,4.280784572296755e-05
608
+ 0.012726477373326078,0.02850328452722377,1.1744589531662763e-07,1.1744589531662763e-07,1.1744589531662763e-07,0.9466469753142636,0.012122910447500655
609
+ 0.04286067540862084,0.003966601365959237,3.201872577731379e-08,3.201872577731379e-08,0.001464330148969412,3.201872577731379e-08,0.9517082970202733
610
+ 0.9954559961677284,0.0009824139291752013,4.282160402447291e-09,4.282160402447291e-09,4.282160402447291e-09,4.282160402447291e-09,0.003561572774455193
611
+ 0.5371808659879156,0.273062312641265,7.69097119621676e-07,7.69097119621676e-07,7.69097119621676e-07,7.69097119621676e-07,0.18975374498234085
612
+ 8.393661883051941e-06,8.393661883051941e-06,8.393661883051941e-06,8.393661883051941e-06,0.8304604699530408,8.393661883051941e-06,0.16949756173754407
613
+ 4.508368551420702e-06,0.08578060901219917,4.508368551420702e-06,0.7112142869691107,4.508368551420702e-06,4.508368551420702e-06,0.20298707054448448
614
+ 1.4473296779900567e-05,1.4473296779900567e-05,1.4473296779900567e-05,1.4473296779900567e-05,0.9999131602193206,1.4473296779900567e-05,1.4473296779900567e-05
615
+ 0.05592013834080153,0.015603126381434016,1.2406505376732503e-07,1.2406505376732503e-07,1.2406505376732503e-07,0.9088394987515037,0.01963686433109946
616
+ 0.32856177957524096,0.008334902590020295,0.0011492067889971329,0.000492098471926477,3.347478061393661e-08,3.347478061393661e-08,0.6614619456242539
617
+ 0.9999999753522812,4.1079532172384235e-09,4.1079532172384235e-09,4.1079532172384235e-09,4.1079532172384235e-09,4.1079532172384235e-09,4.1079532172384235e-09
618
+ 0.3969913471072163,0.4534598875094447,1.0222356506753316e-06,1.0222356506753316e-06,1.0222356506753316e-06,1.0222356506753316e-06,0.14954467644073607
619
+ 2.9123506331904466e-05,2.9123506331904466e-05,0.9998252589620087,2.9123506331904466e-05,2.9123506331904466e-05,2.9123506331904466e-05,2.9123506331904466e-05
620
+ 5.798452045487954e-06,5.798452045487954e-06,5.798452045487954e-06,0.9999652092877271,5.798452045487954e-06,5.798452045487954e-06,5.798452045487954e-06
621
+ 5.951291532078817e-06,5.951291532078817e-06,5.951291532078817e-06,0.272173717228434,0.5888148023375822,5.951291532078817e-06,0.13898767526785552
622
+ 0.05386152478801182,1.365091991728236e-07,1.365091991728236e-07,1.365091991728236e-07,1.365091991728236e-07,0.9313161360352512,0.014821793139940314
623
+ 0.05761134090589488,0.004924801523830142,4.747897951512784e-08,0.002451019909342751,0.009753154457688542,4.747897951512784e-08,0.9252595882452846
624
+ 0.9969212931872117,0.0006750538189181026,4.0745387232081406e-09,4.0745387232081406e-09,4.0745387232081406e-09,0.001024482666122058,0.0013791581041322572
625
+ 0.44467759114313476,0.34899397254851444,1.8270607649590355e-06,0.03439301724373886,1.8270607649590355e-06,1.8270607649590355e-06,0.17192993788231686
626
+ 2.9123506331904466e-05,2.9123506331904466e-05,0.9998252589620087,2.9123506331904466e-05,2.9123506331904466e-05,2.9123506331904466e-05,2.9123506331904466e-05
627
+ 0.1913286260781903,3.706248114753127e-06,3.706248114753127e-06,0.8086528426812357,3.706248114753127e-06,3.706248114753127e-06,3.706248114753127e-06
628
+ 3.2855346258548094e-06,3.2855346258548094e-06,3.2855346258548094e-06,3.2855346258548094e-06,0.4729937840800291,3.2855346258548094e-06,0.5269897882468416
629
+ 0.0604866794696742,1.4657652094347017e-07,1.4657652094347017e-07,0.0036633262851633723,1.4657652094347017e-07,0.9134349573257811,0.02241459718981868
630
+ 0.16358769277987978,0.0057150821036851054,5.05919267760675e-08,5.05919267760675e-08,5.05919267760675e-08,5.05919267760675e-08,0.8306970227487279
631
+ 0.9994508360024823,0.00019073544431779497,4.022330295622814e-09,4.022330295622814e-09,4.022330295622814e-09,4.022330295622814e-09,0.0003584124638790439
632
+ 0.4148501695472539,0.33826306467116113,2.129207432636501e-06,2.129207432636501e-06,2.129207432636501e-06,2.129207432636501e-06,0.24687824895185426
633
+ 2.9123506331904466e-05,2.9123506331904466e-05,0.9998252589620087,2.9123506331904466e-05,2.9123506331904466e-05,2.9123506331904466e-05,2.9123506331904466e-05
634
+ 3.816689092245291e-06,3.816689092245291e-06,3.816689092245291e-06,0.4765225289149263,3.816689092245291e-06,3.816689092245291e-06,0.5234583876396125
635
+ 0.31273859410738863,6.945963793197788e-06,6.945963793197788e-06,6.945963793197788e-06,0.6872266760736454,6.945963793197788e-06,6.945963793197788e-06
636
+ 0.038913238852167895,1.5424395809594818e-07,0.001725501594998511,1.5424395809594818e-07,1.5424395809594818e-07,0.9429197866730848,0.016441010147874444
637
+ 0.03327225408845062,5.8256519901411184e-08,5.8256519901411184e-08,0.0019143804584348843,5.8256519901411184e-08,5.8256519901411184e-08,0.9648131324270349
638
+ 0.9930783505611072,0.0016101795960421358,0.0001278868759942115,0.0007431683593995628,0.000298541043886769,4.007391917113277e-09,0.004141869556178191
639
+ 0.22986394559887458,0.7701118169366211,4.847492900759644e-06,4.847492900759644e-06,4.847492900759644e-06,4.847492900759644e-06,4.847492900759644e-06
640
+ 2.1967227065663647e-05,2.1967227065663647e-05,0.7541464355047031,2.1967227065663647e-05,2.1967227065663647e-05,2.1967227065663647e-05,0.2457437283599687
641
+ 6.34040815010152e-06,6.34040815010152e-06,0.17188108098771737,0.3947247898839247,6.34040815010152e-06,6.34040815010152e-06,0.4333687674957576
642
+ 1.010662541703805e-05,1.010662541703805e-05,1.010662541703805e-05,1.010662541703805e-05,0.9999393602474979,1.010662541703805e-05,1.010662541703805e-05
643
+ 0.06183279758729237,0.03942213951556373,1.6358104781302627e-07,1.6358104781302627e-07,1.6358104781302627e-07,0.8987444085729526,1.6358104781302627e-07
644
+ 0.2741588455983105,0.010006562605473328,5.8788053324729136e-08,0.01624472081878125,0.0019513567668806716,5.8788053324729136e-08,0.6976383966344476
645
+ 0.9996379056982752,3.954123206112327e-09,3.954123206112327e-09,8.347221722739996e-05,3.954123206112327e-09,3.954123206112327e-09,0.0002786062680048503
646
+ 0.31165439740736006,0.19750061557415002,1.0289312822090566e-06,0.09866114650477226,1.0289312822090566e-06,0.15286337938160957,0.23931840326954373
647
+ 1.0711672233689488e-05,1.0711672233689488e-05,0.999935729966598,1.0711672233689488e-05,1.0711672233689488e-05,1.0711672233689488e-05,1.0711672233689488e-05
648
+ 0.21203450370695923,1.908266897189552e-06,1.908266897189552e-06,0.16522552019958078,1.908266897189552e-06,1.908266897189552e-06,0.6227323430258713
649
+ 4.8394823694128565e-06,4.8394823694128565e-06,4.8394823694128565e-06,4.8394823694128565e-06,0.9999709631057834,4.8394823694128565e-06,4.8394823694128565e-06
650
+ 0.027923523902690473,0.0046411589853908785,1.8201044436205015e-07,1.8201044436205015e-07,1.8201044436205015e-07,0.9569547347696066,0.010480036310979067
651
+ 0.07322450836184692,0.01126865577371964,7.70409662862569e-08,7.70409662862569e-08,7.70409662862569e-08,7.70409662862569e-08,0.9155065277005683
652
+ 0.9967826929959542,0.000468901185686683,3.931947750262543e-09,3.931947750262543e-09,3.931947750262543e-09,0.000294366468898866,0.002454027553617245
653
+ 2.7493744251355987e-06,0.8081847185434818,2.7493744251355987e-06,2.7493744251355987e-06,2.7493744251355987e-06,2.7493744251355987e-06,0.19180153458439209
654
+ 1.0711672233689488e-05,1.0711672233689488e-05,0.999935729966598,1.0711672233689488e-05,1.0711672233689488e-05,1.0711672233689488e-05,1.0711672233689488e-05
655
+ 0.10369204251294725,4.911947055062096e-06,4.911947055062096e-06,0.1443876677195442,4.911947055062096e-06,0.470991927646245,0.2809136262800984
656
+ 0.2501258478842059,4.839482369412858e-06,4.839482369412858e-06,4.839482369412858e-06,0.5892174514665317,4.839482369412858e-06,0.1606373427197846
657
+ 0.03986548125686236,0.00846009206408329,1.849707039519472e-07,1.849707039519472e-07,1.849707039519472e-07,0.9431802789778725,0.008493592789069951
658
+ 0.0922568435649587,0.009520506398137903,7.955236117769671e-08,0.0020975699783959286,0.008054852496209065,7.955236117769671e-08,0.8880700684575761
659
+ 0.9996165876284585,0.0002732953389776339,3.922235394238717e-09,3.922235394238717e-09,3.922235394238717e-09,0.00011010134362258507,3.922235394238717e-09
660
+ 0.34973576753991004,0.6051928841819163,1.7282414870658166e-06,1.7282414870658166e-06,1.7282414870658166e-06,1.7282414870658166e-06,0.0450644353122253
661
+ 1.0711672233689488e-05,1.0711672233689488e-05,0.999935729966598,1.0711672233689488e-05,1.0711672233689488e-05,1.0711672233689488e-05,1.0711672233689488e-05
662
+ 1.7931635311238586e-05,1.7931635311238586e-05,1.7931635311238586e-05,0.5271040123119632,1.7931635311238586e-05,1.7931635311238586e-05,0.47280632951148055
663
+ 4.484116408140254e-06,0.22208511211119294,4.484116408140254e-06,4.484116408140254e-06,0.3342429811402673,4.484116408140254e-06,0.4436539702829071
664
+ 1.8975924135627577e-07,0.015987178821765848,1.8975924135627577e-07,1.8975924135627577e-07,1.8975924135627577e-07,0.9731182004710975,0.010893861670171092
665
+ 0.026122491674452086,0.008982870447010472,8.33782898488375e-08,8.33782898488375e-08,8.33782898488375e-08,0.005152018953695612,0.9597423687899722