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.9965768619022499,0.0020537702709652,6.393569520187447e-10,6.832907989713168e-05,3.913084804965347e-05,0.00045268592243787037,0.0008092213370432675
2
+ 0.04194311605905646,0.7261242703979395,0.0061757394164034,0.065217610927358,2.3171778682022832e-08,0.10998185710130515,0.0505573829261589
3
+ 1.9896192795707364e-06,0.30167949467680755,0.6983105572267944,1.9896192795707364e-06,1.9896192795707364e-06,1.9896192795707364e-06,1.9896192795707364e-06
4
+ 0.07423611564374738,0.18628727468462816,0.008243190412282613,0.5286775693340553,0.009578703747500627,0.060545670254789054,0.13243147592299687
5
+ 1.0049823125620852e-05,1.0049823125620852e-05,1.0049823125620852e-05,1.0049823125620852e-05,0.45682625545230277,0.5431234954320692,1.0049823125620852e-05
6
+ 0.014497870663916385,0.007500972459028477,1.2445026578653428e-08,0.0007290448986432512,1.2445026578653428e-08,0.9651462284884661,0.012125858599892788
7
+ 0.01918329968747777,0.022280342203682732,3.4015796998598534e-08,0.007911428508656851,3.4015796998598534e-08,0.028766855648491716,0.921858005920097
8
+ 0.9825964353658864,0.010360240589402228,3.2711983909721586e-05,0.0011496337837826507,6.399831096939404e-10,0.002823132410460664,0.0030378452265753557
9
+ 0.010399190686383383,0.5832893748294211,0.00689767837905937,0.05407201149855703,2.7268225545030995e-08,0.2262856663467856,0.11905605099156796
10
+ 0.09282651916609744,0.049507834553251404,0.857659484084426,1.540549056265013e-06,1.540549056265013e-06,1.540549056265013e-06,1.540549056265013e-06
11
+ 0.03728251647057395,0.12179749842174868,1.908247644956789e-07,0.4184762633617967,1.908247644956789e-07,0.0583990652869602,0.36404427480939155
12
+ 6.973277412223931e-06,0.31697833570176254,6.973277412223931e-06,6.973277412223931e-06,6.973277412223931e-06,6.973277412223931e-06,0.6829867979111764
13
+ 0.018090334879403307,0.011610742814374636,1.1885075182052466e-08,0.0007511101172692543,1.1885075182052466e-08,0.9666929737145538,0.002854814704248646
14
+ 0.08633829648883691,0.0363800962023386,0.00451134103004824,0.002604119080613044,3.122001554307582e-08,0.03772723902924926,0.8324388769488985
15
+ 0.9921073630263282,0.00523706455645316,2.3474092017459163e-05,0.0006647312643715015,7.042699469175781e-05,0.0009518123011656343,0.0009451277649721717
16
+ 0.007597867344624385,0.7112900798052121,0.005131878442406747,0.017089660844859567,0.0029598224932856887,0.18753127421280236,0.06839941685680913
17
+ 9.94729655189618e-07,0.33361602959419917,0.41492953392939197,9.94729655189618e-07,9.94729655189618e-07,9.94729655189618e-07,0.251450457557788
18
+ 1.6342762052784165e-07,0.10578617467934122,0.006705784579340518,0.49207267052596726,1.6342762052784165e-07,0.2094192452235543,0.18601579813655572
19
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
20
+ 0.0020754305537499297,0.00577860938001579,1.0464524978162618e-08,1.0464524978162618e-08,1.0464524978162618e-08,0.9850503490713431,0.007095579601316179
21
+ 0.013522014030826368,0.0331070169078582,0.0117307203837064,0.012642670028107433,2.6300297982848463e-08,0.09084923742780249,0.8381483149214012
22
+ 0.9321285475572743,0.04330671063610993,0.0006094852771395518,0.002832762028932951,0.00014990756650497245,0.007504635509521092,0.013467951424517358
23
+ 0.005200647522401444,0.46971102762987427,0.004491196050086361,0.05321561327428311,2.5238018744277842e-08,0.28741620114166644,0.17996528914366963
24
+ 0.04888863344437733,0.035746416390700274,0.48620707267358715,8.711809489269504e-07,0.08480650622112211,0.27830476280935196,0.06604573727991209
25
+ 1.9206452176402375e-07,0.07978716229431757,0.0075743210966933055,0.27589166645509233,1.9206452176402375e-07,0.23046028849798708,0.4062861775268662
26
+ 4.382724380610062e-06,4.382724380610062e-06,0.4754236104909041,4.382724380610062e-06,4.382724380610062e-06,4.382724380610062e-06,0.524554475887193
27
+ 0.021520797582351005,0.0055163064648679925,9.266349593130269e-09,0.003586394067305592,9.266349593130269e-09,0.9632047422695651,0.006171741083211269
28
+ 0.11428356229499809,0.06693268783170894,0.002651486433595423,0.01123796504985077,0.00352367957785008,0.100095505177389,0.7012751136346077
29
+ 0.9898871772389293,0.0074338850965663394,0.00013451154953503494,0.0007025172755903751,6.981797388692707e-10,0.0007636344653170223,0.001078273675882326
30
+ 0.0018639518495895393,0.7467463877065652,0.0034292728051263112,0.03724936792383123,0.0027345484705296355,0.13500244834246206,0.07297402290189613
31
+ 5.216124046074117e-07,5.216124046074117e-07,0.48256492022721487,0.04798511164996483,5.216124046074117e-07,0.2482094483618512,0.22123895492375537
32
+ 0.01963688298463454,0.050518485687270756,1.1504111154777544e-07,0.5638632790751575,0.005312432581239057,0.09739412199682689,0.2632746826337596
33
+ 2.1690096677402237e-06,0.07842377078249113,2.1690096677402237e-06,2.1690096677402237e-06,0.7888434313135869,2.1690096677402237e-06,0.13272412186525104
34
+ 0.00842928266914472,0.00879192620987795,7.567200888222161e-09,7.567200888222161e-09,7.567200888222161e-09,0.9709685462179637,0.011810222201411135
35
+ 0.02595140791291902,0.07033184320784461,0.006989760611463093,0.019157684455172113,0.0005688793597745459,0.06153362809394365,0.8154667963588829
36
+ 0.933940449468597,0.04179248865168519,0.00027925695832801896,0.00421342659694689,0.00024849391333930997,0.006502423811064853,0.013023460600038967
37
+ 0.003205642166359762,0.5268324506852586,0.002294655121654914,0.050721929950886264,0.0030283394080005788,0.25906265998619593,0.1548543226816439
38
+ 5.486274349807301e-07,0.052497830405478396,0.6375594320901773,0.1181214936918449,5.486274349807301e-07,0.012613941311613452,0.1792062052460159
39
+ 0.007270323393496012,0.0956657813251343,9.620244420401356e-08,0.3316868851893271,0.023470268121953325,0.2524750314105947,0.28943161435705056
40
+ 1.4611354806437406e-06,1.4611354806437406e-06,0.3349344741709674,1.4611354806437406e-06,0.19646486098407714,0.0674731287671246,0.401123152671389
41
+ 0.008283660296694598,0.004501960961155471,0.0008414995040892507,0.0019062626551018837,6.839744563002624e-09,0.9791493828315109,0.005317226911703351
42
+ 0.037955055616218064,0.08716192598083107,0.003817440538752484,0.013583492393897764,1.6894448786778828e-08,0.1274963097190741,0.7299857588567776
43
+ 0.9794874620152082,0.01659716749506712,7.514869252790845e-10,0.0006923166737100963,0.0001572375817992149,0.000709730741293521,0.0023560847414349803
44
+ 0.005141272897957272,0.7315862339590812,0.0025380969778336614,0.02731887929195751,0.0014335584083862917,0.14086503441543402,0.09111692404935004
45
+ 4.299082017485956e-07,0.02000640418151608,0.8560784131193026,0.020655511853322553,4.299082017485956e-07,0.019565764700346804,0.0836930463291085
46
+ 6.706951584766584e-08,0.09538262320276908,0.01917208391009795,0.39937141082024097,0.021862407673750615,0.16008902531518188,0.3041223820084437
47
+ 1.0194554357187313e-06,1.0194554357187313e-06,1.0194554357187313e-06,0.319911682004931,0.34815929689481634,0.10412007758824202,0.2278058851457035
48
+ 0.00472439575439559,0.012411968628231214,5.435587942349105e-09,0.0018956988959936863,5.435587942349105e-09,0.9734432736362503,0.007524652213953287
49
+ 0.007259548789249618,0.08318256116868757,0.004316951080745508,0.010133685754318077,0.0031987509347537013,0.12091040988573853,0.770998092386507
50
+ 0.8252089041566993,0.11154932665079836,0.0004032232328433398,0.008804707757094727,0.0004081118406512978,0.02235958661133625,0.03126613975057647
51
+ 0.0017845935233731485,0.5682641996010345,0.012085947975215559,0.03796160768961301,0.0003190518436716326,0.22975867315451515,0.1498259262125769
52
+ 0.012840651151152346,0.06783398631866071,0.5199400694510276,0.08429575585203979,0.034472720018528705,0.15528232175399898,0.1253344954545921
53
+ 8.785936817378462e-08,0.07976192570690906,0.009301370240576989,0.28533297893055487,8.785936817378462e-08,0.2770188910730832,0.3485846583301396
54
+ 7.774946681472252e-07,0.39086006526404915,0.08815548742574503,7.774946681472252e-07,0.15307259814843818,0.16863950122533689,0.19927079294709457
55
+ 0.01026038081530163,0.013355666089314327,4.818114190767727e-09,0.00040825638735711607,4.818114190767727e-09,0.9692530964463922,0.006722590625406278
56
+ 0.04725275163293276,0.13767837359279736,0.010034739430920793,0.035860007103439055,0.004151171761021017,0.18194563794978408,0.5830773185291049
57
+ 0.9774546059992101,0.018592684880468908,8.547438817030004e-05,0.000929037094929669,9.230270119763958e-10,0.001066940267056499,0.0018712564471377187
58
+ 0.0031318140904073436,0.749993560154569,0.002470496483987921,0.02464801565270743,0.001697042236423224,0.13884520997712382,0.07921386140478115
59
+ 2.2634367533570194e-07,0.10522529574434143,0.47614851762698507,0.040415965536256045,0.02070762402487268,0.16828463774822297,0.18921773297564648
60
+ 0.010776365338627627,0.17530630383147675,0.01919375268548323,0.3807358551256628,0.015233293955646,0.1583983220834929,0.24035610697961068
61
+ 8.343200108787074e-07,0.4115303537530334,8.343200108787074e-07,8.343200108787074e-07,0.3931996477014994,8.343200108787074e-07,0.19526666126542377
62
+ 0.009718870617605612,0.01859890516545116,3.6408799798962023e-09,0.0013721283156810742,3.6408799798962023e-09,0.9651877441704233,0.005122344449078955
63
+ 0.005343771532355999,0.07269814999480018,0.003568540263577723,0.025366521177570572,0.005086255921069914,0.11830424804908116,0.7696325130615446
64
+ 0.8510712610118012,0.09825831525579795,0.0006460578598334852,0.006140105265669011,0.00013568958294431848,0.016790521081255828,0.026958049942698296
65
+ 0.0011422353040314262,0.5625510826494123,0.003919571639541311,0.039988718710298625,0.003617084131472403,0.22919050482750206,0.1595908027377419
66
+ 2.7987376138845954e-07,0.11134149627676077,0.40049960588253836,2.7987376138845954e-07,0.021137219249721496,0.32230558519737224,0.14471553364608442
67
+ 0.0067125600844640055,0.17312713204850075,0.02037901046599253,0.33475780218116596,0.013212744992965951,0.16832404610525764,0.28348670412165317
68
+ 5.419667857302111e-07,0.08807041739943407,5.419667857302111e-07,0.0896707873696528,0.3780713463493004,0.17354621345432492,0.27064015149371656
69
+ 0.005264283125980079,0.012834618751824135,0.0005910704160183477,0.0010003844967197127,3.1762777660506385e-09,0.9747026724944934,0.0056069675386864635
70
+ 0.0194173170610559,0.0958832752048559,0.008461687221180708,0.019715142305184313,0.007481645807426534,0.19148697899439598,0.6575539534059006
71
+ 0.969610650416938,0.02289171897469488,5.871165256827856e-05,0.001056092191563267,1.1000626562151275e-09,0.0031132032095232093,0.003269622454649657
72
+ 0.0006082867171218927,0.7108317898808909,0.0023446644832219635,0.0223681014079534,0.0022939013470095826,0.1730681931074984,0.08848506305630371
73
+ 2.2507119856800615e-07,0.060333520283668056,0.45915377250571715,0.028504587772149193,0.060227611418913606,0.09252294888762386,0.29925733406072963
74
+ 0.003608139340479763,0.11744466246714841,0.011502347106124586,0.40982621464102864,0.00940092524907862,0.19155486119276102,0.25666285000337896
75
+ 3.634049049128415e-07,0.045205165610938874,0.022059801055728658,0.05463341037425717,0.4837809219160302,0.17145306766044394,0.22286726997769624
76
+ 0.0025821043390825103,0.01174430345666905,0.00015274087485999988,0.0012452669939415615,2.5107319941417414e-09,0.9799307470380155,0.004344834786699325
77
+ 0.004642468772581711,0.06857985620673637,0.0020134856796786642,0.016603617350833627,0.00259233478812666,0.1709773663195684,0.7345908708824747
78
+ 0.778589084074604,0.11572903257671827,0.0005170819856745009,0.011297000395764034,0.00024580343826335313,0.04386370727082992,0.049758290258145904
79
+ 0.003385162606250658,0.4281251889892521,0.004462437060495914,0.03758860365985331,0.003838546416582734,0.36412840123854817,0.15847166002901708
80
+ 0.016126656197844338,0.16472721807255203,0.47768415340042986,0.04506117093732458,2.9958184324687644e-07,0.09398371213462124,0.20241678967538476
81
+ 0.01988784702381937,0.07783794586996848,0.016668531203438964,0.25335103860604147,0.014139739908286838,0.29999283654129316,0.3181220608471517
82
+ 3.6453252563936185e-07,0.02234484176379592,0.05871386260894132,0.07612898425829089,0.47728615533375235,0.20354459944727224,0.1619811920554216
83
+ 0.008026571930421117,0.010147420194431656,0.000622817602893525,0.0014124725764783437,6.696722827964911e-05,0.9725646809119838,0.00715906955551203
84
+ 0.013773207131983795,0.07752705171229582,0.006137306912907396,0.030027780861181068,0.004437681915903642,0.27820372690899275,0.5898932445567355
85
+ 0.9802279949666951,0.015208541959332123,0.0003438693077751044,0.0007954047945896459,1.4397772449673255e-09,0.0015667059483175391,0.0018574815835132573
86
+ 0.0023214508970208062,0.6809109394789065,0.00351626589318247,0.015922821193826656,0.0015999926421283144,0.20817372868674341,0.08755480120819188
87
+ 2.169676824219777e-07,0.037879668438566036,0.6831588460939986,0.011579823310003004,2.169676824219777e-07,0.14959000884319062,0.11779121937887696
88
+ 0.0077934669688509515,0.07708232184868678,0.005700325261339941,0.4054006605982838,0.034014238333291466,0.15729619686158083,0.31271279012796616
89
+ 3.0778530491127885e-07,0.11874017144201728,0.051597988536612675,0.08366333643327596,0.31503039291297397,0.10338571437227882,0.32758208851753645
90
+ 0.0035809978959428,0.009435934202990383,0.0005947227117450391,0.001306064241248407,1.6339531551844958e-09,0.9752781782604054,0.009804101053714707
91
+ 0.005682689335961506,0.06652664316138618,0.00245261633278268,0.015574847508815498,0.0061984129161398414,0.1890458338577242,0.7145189568871901
92
+ 0.8712019740905143,0.06664601275593372,0.0006217724338478059,0.006885014552951995,0.00019170422792515662,0.021455281476520347,0.03299824046230656
93
+ 0.0014434933114205104,0.4373992162822688,0.005598902663120492,0.017902439718557844,0.002299932672065805,0.3814732244203557,0.15388279093221086
94
+ 1.9118865976438322e-07,0.16059917070280919,0.37109453418352617,0.09508338547981125,1.9118865976438322e-07,0.14371923034906636,0.2295032969074676
95
+ 0.020776880836466897,0.08485943264400499,5.2743245124342895e-08,0.2973764581235711,0.014884027706445683,0.27146364468205664,0.31063950326420947
96
+ 2.9763209286392026e-07,0.11606196582605878,0.03131470936781312,2.9763209286392026e-07,0.22668621292483837,0.26763715843144986,0.35829935818565406
97
+ 0.002533589583994097,0.0077563976063142505,0.0004030283696756829,0.000929723487897785,6.27599721921141e-05,0.9817852950450777,0.006529205934848429
98
+ 0.01608246298525858,0.06687392293541555,0.0001869859358665219,0.015242877561876146,0.01397408041422209,0.275826623873316,0.611813046294045
99
+ 0.9902499191473783,0.007209383854341864,1.662820487826958e-09,0.00011850218007653975,8.651342240699126e-05,0.0013583916433250298,0.0009772880896507454
100
+ 0.001714444795110408,0.623646989828469,0.005175161691760959,0.013166385793237206,0.002489147917410432,0.27997791370621145,0.07382995626780045
101
+ 2.671954277318407e-07,0.037453267509104285,0.6420986833801086,0.05500919874527093,0.031538498158184096,0.07410604119925938,0.15979404381264506
102
+ 0.011021444776667664,0.036936967966276886,0.013719362419616094,0.4056024412032816,0.007399784279231374,0.21914026458465266,0.3061797347702737
103
+ 2.622217284395352e-07,0.06732074392081502,0.06639323197105086,2.622217284395352e-07,0.6318122234658327,0.15035280706682982,0.08412046913201458
104
+ 0.0024690447603078177,0.004953583824805442,0.00047210379077555656,0.0008943857121633166,2.3844363872371874e-05,0.9828953756378531,0.008291661910222374
105
+ 0.009645649552053624,0.0441985390143565,0.0068844439992855645,0.011142341787426416,0.003800780552882549,0.20603849541052613,0.7182897496834691
106
+ 0.7546886470813954,0.09333777993384204,0.0006915052748935012,0.013732397058863097,0.0004292268709451756,0.062497149438505505,0.07462329434155532
107
+ 0.004767383173126358,0.4282196779727423,0.0026997495584021604,0.02495804880034498,0.0031312573801919,0.39469397378046855,0.14152990933472376
108
+ 1.9691806485957974e-07,0.07291620781001697,0.4574610099832761,0.07707264059965319,0.030907659554518113,0.11236878393789958,0.24927350119657118
109
+ 8.712197880415936e-08,0.1429503297820118,0.012744804517189907,0.3254559102955461,0.008544747792260018,0.15603688253905434,0.35426723795195897
110
+ 2.722290411340487e-07,0.04443690147742091,0.07719720549075368,0.032132642333337694,0.4805634648464903,0.08487323351357712,0.2807962801093791
111
+ 0.005027513203308416,0.006440231235438642,0.0008137010902986632,0.0004819224361916948,0.00033985044135207966,0.9784432551941354,0.008453526399275093
112
+ 0.011604371751523016,0.07288782630307072,0.007219273723533004,0.018362329226534326,0.00668357606397384,0.2215730426936846,0.6616695802376805
113
+ 0.9893930166488066,0.0030708450661227713,2.179553222510658e-09,0.00010506224688855038,0.0010120219403853936,0.003479117921155104,0.002939933997088224
114
+ 0.008354787250768343,0.7045039191129634,0.0033605654431866994,0.015598250525627197,0.002895270449499772,0.18909349145293256,0.07619371576502212
115
+ 1.946145392835179e-07,0.032001450423954504,0.6364815772535404,1.946145392835179e-07,0.03487383775252072,0.025560149894643835,0.27108259544626195
116
+ 0.0077749650115789305,0.05348908861527546,0.006557771729586726,0.4943615137245466,0.01806187325910533,0.14778679055779778,0.2719679971021091
117
+ 2.623521260407078e-07,0.018988665655069268,0.06817995165396355,0.01944743675369854,0.42763791285592795,0.24373115292930783,0.22201461779990683
118
+ 0.0026639269626325592,0.004656564964552825,0.0002466624040649287,0.0017638078882802174,0.00020527520475656074,0.9831784611331744,0.007285301442538563
119
+ 0.008166832182747037,0.059755012254849055,0.0030707024120602837,0.01012796653260879,0.0033263572939325058,0.09958042495028492,0.8159727043735174
120
+ 0.8892790951320595,0.04761357568213801,0.00031355778012147405,0.007495978056034369,0.0004850139867205468,0.022650970440428037,0.03216180892249799
121
+ 0.005314857642356844,0.5005866797792228,0.002181308284204745,0.014344664288414018,0.0006807457071027186,0.34233274951821135,0.13455899478048758
122
+ 2.0906132996871653e-07,2.0906132996871653e-07,0.7568626566370718,2.0906132996871653e-07,0.01569819452303202,0.10217897254847923,0.1252595491074273
123
+ 0.009829675745398739,0.06973535853642426,0.003943164700802702,0.4007804078557282,0.014265074583995145,0.12736153206395792,0.3740847865136931
124
+ 2.7166574092440173e-07,0.04441283135709523,0.02505944536807907,0.018750187352213378,0.6653287056857918,0.06868351612336646,0.177765042447713
125
+ 0.0027181641494361396,0.004853146301456982,0.0003581585221435837,0.0006419001842155543,0.0004834766308391123,0.9847279095868525,0.0062172446250561685
126
+ 0.008125396763000902,0.056688727548164404,0.00475427589847466,0.009941304210601822,0.019063908173568286,0.13630066348411957,0.7651257239220703
127
+ 0.9917023964747131,0.004527856658329858,0.0002078207367344281,0.0014358672705488973,2.4227342468695553e-09,0.0016961082874841736,0.00042994814945547115
128
+ 0.002539060286572193,0.6829024121816833,0.0017451402863734508,0.009814649495304292,0.0012130693315192838,0.2195672330583886,0.08221843536015874
129
+ 0.008730003066532618,0.027073010982143327,0.7865690265279498,0.008999277948679515,0.02488131593489104,0.035364160507906306,0.10838320503189747
130
+ 0.04529994389602433,0.04419976216014787,0.009744822856272258,0.5771733112625612,0.018160608020594993,0.11951911450650478,0.18590243729789455
131
+ 1.5369917400147646e-07,0.017489278428315526,0.029403601875100494,0.01608829067130998,0.6060349721098337,0.11041869385060742,0.22056500936565893
132
+ 0.001636453448668564,0.004172321930869089,0.00032127111970408294,0.0008575558161039526,6.68286725309349e-05,0.9890338049737892,0.00391176403833419
133
+ 0.004758311688419711,0.022211481818620208,0.003661119748574622,0.004543260037730226,0.003041680172526707,0.08130089897031484,0.8804832475638137
134
+ 0.7354509302602457,0.08672049886911654,0.002022642755205053,0.022910735152068738,0.0017410898236058954,0.06297781118859148,0.0881762919511665
135
+ 0.006978264987224413,0.41693479032934805,0.0071962908013835925,0.015671256959993822,0.0035081483204760623,0.3556400897830972,0.1940711588184768
136
+ 0.02539698152989265,0.01532977175860456,0.5218481754168528,0.011079194687772185,0.0319255893263396,0.25466065199112015,0.1397596352894179
137
+ 0.008573929897662608,0.09515699964292113,9.408661252605897e-08,0.5453669496468875,0.014484898016921733,0.13319248328387534,0.20322464542511914
138
+ 2.0108087409777827e-07,0.14627120413548222,0.04534577820354361,2.0108087409777827e-07,0.4629151585533886,0.10278460765504227,0.24268284929079498
139
+ 0.0014854323993093556,0.0036594786776070194,0.0002084606381131081,0.0014609669980808308,0.00015234703899891846,0.9877874147482025,0.005245899499688228
140
+ 0.01131108743466465,0.06571254306990841,0.008394292762785504,0.009131777217427983,0.007109485459544833,0.13383605708124283,0.7645047569744258
141
+ 0.9899689654258237,0.007839029586690093,3.2513546663102214e-09,3.2513546663102214e-09,3.2513546663102214e-09,0.001572446307630204,0.0006195489257922023
142
+ 0.0010266937276280565,0.7534261887627584,0.0022214654714842654,0.012224871360327608,0.00015043956120834237,0.1530644928479064,0.0778858482686869
143
+ 1.6577288987678573e-07,0.04566536254382891,0.7357987336534574,0.0039586186196683805,0.011213189495966473,0.0738668239443059,0.12949710596988306
144
+ 0.0025532568214408392,0.053058708504959806,0.012272031782340176,0.5378475210446584,0.011600743295912872,0.06294811112912356,0.31971962742156446
145
+ 2.0471421656114708e-07,0.01665404687602664,0.07521822788593605,0.12744512728086818,0.43896748706303607,0.01826597919746635,0.3234489269824502
146
+ 0.0007256843826126993,0.002704124613861691,5.7690788696334626e-05,0.0010800433497801104,0.00011542018977975103,0.990493124205197,0.004823912470072364
147
+ 0.0034029143795046494,0.03188546646133914,0.004434326265791501,0.008801952832551115,0.0026976586940274778,0.07425557706913943,0.8745221042976467
148
+ 0.8954714918075728,0.03897584086000202,0.0006552019785637156,0.010420039325265258,0.00012798406605225477,0.022700892947183096,0.03164854901536076
149
+ 0.002656255666194814,0.5900718637455203,0.011831309604702689,0.027062224952668062,0.0007838541580669454,0.20919499915655726,0.15839949271628975
150
+ 0.006691672695615516,0.06889262268686593,0.6577617239470566,0.047620197805221184,0.016937229397656944,0.06840623925517582,0.13369031421240815
151
+ 6.723601308434798e-08,0.07900750070782628,6.723601308434798e-08,0.49202088705672103,0.009775492408897683,0.10854738363363436,0.3106486017208946
152
+ 3.2615925611793584e-07,3.2615925611793584e-07,0.08346876154443703,0.19806926871523697,0.398363290561175,0.18396503630656072,0.1361329905540781
153
+ 0.0008345906076675892,0.0026432387714263234,0.0002107083885206696,0.0006214583290845701,9.747948045941185e-05,0.9899259342883887,0.005666590134452859
154
+ 0.012120223323768537,0.04953172520077673,0.004574651381786718,0.009537326708782597,0.006221789839333176,0.09214253817269649,0.8258717453728558
155
+ 0.9893618962651082,0.008656431254621235,3.6048951720920287e-09,3.6048951720920287e-09,3.6048951720920287e-09,0.0009218692709679894,0.001059792394617391
156
+ 0.0007713168042445695,0.6990900236639572,0.0030162801785067186,0.02068746713995076,0.0016132174488487523,0.15853207167603478,0.11628962308845738
157
+ 1.565028089972212e-07,0.003896209702957976,0.6838876445217492,0.03399430538854494,0.011908521033391914,0.08035813588427751,0.18595502696626945
158
+ 6.326456475858738e-08,0.0419664869472343,0.004296556532791713,0.6294431834666264,0.025837317790518066,0.06379527531579465,0.23466111668246997
159
+ 3.586605323842848e-07,0.09101665991953874,0.08086288284064637,0.028063083210182554,0.5352341711586027,0.021639525431655482,0.24318331877884178
160
+ 0.0007192132148025494,0.0038161261651721732,0.00019653433119333464,0.0006075987107839302,3.21764935885764e-05,0.9888207473408575,0.005807603743602028
161
+ 0.00449642285720736,0.016885613980260457,0.004871087450554094,0.008566009937748871,0.00816320001788268,0.0778633442227074,0.8791543215336391
162
+ 0.6802861720405948,0.11860613892133029,0.0024518424925682775,0.024847077190116366,0.0004073103544321229,0.058214395723052016,0.11518706327790613
163
+ 0.00276884259790848,0.4570452641765151,0.006767242997995865,0.030375509532082897,0.0010939574632740094,0.33071909050571535,0.1712300927265084
164
+ 1.6715721380683538e-07,0.0523014283421107,0.6320678913598452,0.021547327241290666,1.6715721380683538e-07,0.052970565277230666,0.24111245346509516
165
+ 0.004711026156716538,0.03667260492498236,0.009029861373400193,0.5098350761855791,7.178900303641575e-08,0.091764673910506,0.3479866856598129
166
+ 2.7752458515101366e-07,0.06033132912766311,0.090601944949887,2.7752458515101366e-07,0.6223524431726125,0.03088676617923086,0.19582696152143622
167
+ 0.001061375323221537,0.00475304268220001,0.0006582960066712578,0.0007047016041462107,0.0003789630457619281,0.9863701776209057,0.006073443717093283
168
+ 0.018743724025876762,0.054182875093679264,0.006542705770216835,0.008692587936530778,0.005128990197643778,0.12691337634435337,0.7797957406316991
169
+ 0.9949488331968752,0.0024110994468376844,5.188844112946384e-09,5.188844112946384e-09,5.188844112946384e-09,0.0011272378411385227,0.001512813948616137
170
+ 0.00762017773973102,0.7997724616689902,0.0036449362251450754,0.012754361269268912,1.3138075464046352e-08,0.09728662281290182,0.07892142714588754
171
+ 1.3764701853100927e-07,0.03976819178160342,0.6845510427225653,0.0649398536487305,0.03025315832831452,0.0658381348046407,0.1146494810671271
172
+ 0.0018376972268560267,0.038702207268229295,0.0381510327385895,0.7535457775777155,5.470289872978319e-08,0.030748448231756417,0.1370147822539545
173
+ 2.638447796285486e-07,0.042362344661707144,0.015251349703669178,2.638447796285486e-07,0.658869093942733,0.021191656857590273,0.2623250271447411
174
+ 0.000518776113640785,0.0038655265917917686,0.0008682087392106103,0.000876624196990897,0.00022310142809182703,0.9884179647235368,0.005229798206737134
175
+ 0.0024905741308347226,0.02245770458878398,0.004348277891383554,0.005144268304591267,0.0012186440681334957,0.055502237125883404,0.9088382938903896
176
+ 0.8945415403908691,0.03576633086378065,0.0006574576345881199,0.011901140216829142,5.1683133988859856e-09,0.015395338147050474,0.04173818757856912
177
+ 0.009777454242033308,0.5677950774894417,0.006982081488793982,0.021784020693958357,1.3957221875865652e-08,0.2531033737260016,0.14055797840254936
178
+ 1.261869643424141e-07,0.023712714879972615,0.6832249698149689,0.01439777846596543,0.01575507648278359,0.06996065987259646,0.19294867429674856
179
+ 5.7792560666525606e-08,0.04273786598238774,0.0040942025176168685,0.5979337729512293,0.02343258491234656,0.029526046300149697,0.30227546954370915
180
+ 3.0960324982751884e-07,0.10002945358432491,0.0696788906114071,3.0960324982751884e-07,0.35426946071175913,0.045988232473545165,0.43003334341246396
181
+ 0.0007860531913703951,0.0038674618464825225,0.000622365809216915,0.00021458683048222933,0.00024537464196958613,0.9877337872601345,0.006530370420343785
182
+ 0.009908731076715029,0.05026470769143776,0.007897330499767421,0.01088934610863511,0.003136935131491668,0.0921364403143152,0.8257665091776377
183
+ 0.9870941013305478,0.006321640288052813,5.659696159168431e-09,0.0018659823849919187,5.659696159168431e-09,0.001200882541557276,0.003517382135457837
184
+ 0.0039817616790818276,0.7518812128277959,0.004383492423515207,0.014478725535192817,1.5762203237660628e-08,0.1255519456195041,0.09972284615270685
185
+ 0.00895749599297382,0.008198362865842865,0.8021228876599403,0.03817186935061151,1.1562886112667929e-07,0.02144665114760979,0.12110261735416047
186
+ 0.003743976852105654,0.01536449367274898,0.024932053183319987,0.693039362632367,5.982042013818374e-08,0.07444523236327907,0.18847482147575917
187
+ 0.015270386385638974,0.053175503541115395,3.8608089168922386e-07,3.8608089168922386e-07,0.6079401771048881,0.13164528835601322,0.19196787245056088
188
+ 0.0004999688665361582,0.002275115064582816,0.000126960813763791,0.001773278784913037,0.0001883813654705484,0.9881401394917424,0.006996155612991347
189
+ 0.005730162593441814,0.027007042280744114,0.004696497858373598,0.006349886795529157,0.004065059292663861,0.047345178752906815,0.9048061724263406
190
+ 0.6951441026781583,0.10095389076276706,0.009391907943437297,0.0206187402207906,0.0013653531732413717,0.06601759458178662,0.10650841063981868
191
+ 0.008088651036221873,0.5066195664179041,0.0018305402636894924,0.02950140755086769,0.013709024472576752,0.287472823443929,0.1527779868148112
192
+ 1.1479828179722874e-07,0.012905727808504753,0.7204087387768715,0.01749644266225285,0.007399123881218425,0.07933977051893507,0.1624500815539355
193
+ 0.003757044301018789,0.06612694954412066,0.013928368003218821,0.6135610391402389,0.01927175592002389,0.06030772192592201,0.22304712116545702
194
+ 0.015977366194446837,0.13903445105685142,3.8354064925105805e-07,0.024873671812778147,0.45262402176752353,0.06011670376372101,0.30737340186402984
195
+ 0.0006385595920944775,0.0024185431511864596,0.0005987189400493849,0.0015416342671191452,0.000239072204670859,0.9879551777867155,0.006608294058164122
196
+ 0.010629479934535236,0.060531419814130655,0.007356313455198359,0.018263766318051516,0.0035956641269772023,0.1012012426118939,0.7984221137392131
197
+ 0.9935452226741939,0.0021533903169594164,7.922040753853286e-09,0.0006634097802088071,7.922040753853286e-09,0.00027743866865225956,0.0033605227159042676
198
+ 0.006031555814354371,0.7577633969318901,0.004743489500666867,0.004577620100347163,1.5745831031504474e-08,0.13800737882909261,0.08887654307781793
199
+ 9.542341362905031e-08,0.03987027306903986,0.6914003259693325,0.02708924626356004,9.542341362905031e-08,0.00915856817899887,0.23248139567224146
200
+ 0.004450104718344191,0.014080139019573352,0.009559045625984815,0.7210336764471853,0.005910482417148558,0.03980027498485917,0.20516627678690463
201
+ 2.773415435537009e-07,2.773415435537009e-07,0.08562150582178171,2.773415435537009e-07,0.4570125818227005,0.15093555950717846,0.30642952082370845
202
+ 0.0005831217515578272,0.0022720515441977357,0.0002451475458931879,0.0012567115560764394,0.0002857857381378912,0.9885929207587454,0.006764261105391632
203
+ 0.0101473717539022,0.021362411864470982,0.0026275485940731357,0.007012280875423057,0.002500740814085654,0.05195904525632064,0.9043906008417243
204
+ 0.900987073457452,0.03304136163784798,7.77154210527213e-09,0.0065173537280538655,0.002144564839657715,0.022195538408503277,0.03511410015694284
205
+ 1.775436597290093e-08,0.5968688801673848,0.00670090252930722,0.025655200002793633,1.775436597290093e-08,0.23425703800037279,0.13651794379140944
206
+ 1.1233915575450013e-07,0.042838190969210384,0.7041847110109771,0.03051255716328458,1.1233915575450013e-07,0.07563372330863995,0.14683059286957642
207
+ 5.247850878647689e-08,0.07469338210956548,0.0060721408399608675,0.525384679473591,0.022258824097385943,0.046545365698480584,0.32504555530250734
208
+ 3.7828745559801835e-07,0.1049808324948907,0.03230619802969034,0.022181191224569095,0.6784324222580638,3.7828745559801835e-07,0.16209859941787483
209
+ 0.0015271423453093764,0.0022076541957026376,0.00011873138463093036,0.0014214232691783133,6.344775594916308e-05,0.9861408310769502,0.00852076997227942
210
+ 0.011753901485769526,0.036928301012430685,0.0033544344133175207,0.01796740815874089,0.006532007360848036,0.09006824585110479,0.8333957017177885
211
+ 0.986227490413749,0.002502005633197168,8.31169668428257e-09,8.31169668428257e-09,8.31169668428257e-09,0.005221496052578239,0.006048982965385692
212
+ 0.009125162899411935,0.6972967292874401,0.0029182781506773606,0.0028940141342728653,1.9867547342804465e-08,0.19172292992808007,0.09604286573257019
213
+ 1.3015117677762306e-07,0.04792582353324592,0.7425683951362875,1.3015117677762306e-07,0.007728978828766278,0.07809702726680252,0.12367951493254428
214
+ 5.516101020987003e-08,0.022575583232999196,0.0271659219566751,0.5895749955251063,0.003069210812672911,0.048799512720658696,0.3088147205908777
215
+ 2.561580804610493e-07,0.09633628177202244,0.014543517662515893,0.011065050328016674,0.5558796245769813,0.05953276480621665,0.2626425046961666
216
+ 0.0005063958762576687,0.0019088820307120178,0.0004044042432304411,0.0015279594495492853,2.264525419208396e-05,0.9876006225478627,0.008029090598195746
217
+ 0.004723043879340247,0.021006648827691394,0.0037097410031144682,0.008968783219160935,0.0021506358206313963,0.069146209612936,0.8902949376371255
218
+ 0.6860045290068421,0.11849014310732098,0.002964864879022884,0.024192288813541716,8.282883080508833e-09,0.06944573715624973,0.09890242875413953
219
+ 0.00868659395740978,0.45804231036780246,0.005723909557000227,0.03747490971869289,0.008599109951830825,0.3062652901800379,0.1752078762672261
220
+ 1.3021106883794215e-07,0.10315886478273878,0.6132727802753343,0.005849197677075467,0.007515292339103676,0.11964875030536837,0.15055498440931067
221
+ 0.006067625911587996,0.06499555028807577,0.016182714128728116,0.45907048466167216,0.008415449358794048,0.11293239736693193,0.3323357782842101
222
+ 3.641037702720037e-07,0.11655301612821653,3.641037702720037e-07,0.035918379581624596,0.43729621060726154,0.10285878534864906,0.3073728801267077
223
+ 0.0018779799144479216,0.003389904882918391,0.00037640527205957085,0.0013016472296472979,0.0004953393087995312,0.9775109589840097,0.015047764408117599
224
+ 0.01034906283403849,0.06719689039364278,0.007445748005225832,0.026727028612730908,0.003395591904742201,0.13651520246814258,0.7483704757814772
225
+ 0.9753440482685088,0.006184655649332789,0.0006479951897582803,0.0008903633480721973,1.1379298206234098e-08,0.0090651324213185,0.007867793743711183
226
+ 0.008765783144812848,0.7772658699768297,0.004313595235770985,0.026972269247175717,0.002199505288213526,0.11760774904044305,0.06287522806675422
227
+ 0.006031054105255363,0.06329712093472178,0.8180955022885456,0.02163568445129105,1.322642214071326e-07,0.02589916466108508,0.06504134129487997
228
+ 0.011094359059647885,0.05196011526401025,0.007003685309410033,0.5494380839930846,0.014887435883802229,0.05263353336570088,0.3129827871243442
229
+ 0.01628061909825514,0.024095836967063636,3.225283103494526e-07,3.225283103494526e-07,0.8745307275192845,0.015122498870772253,0.06996967248800373
230
+ 0.0010475328561802067,0.0049954946404410575,0.0003126547581599716,0.002381977399353022,6.895128120840011e-05,0.978295608412543,0.012897780652114308
231
+ 0.006872912697494299,0.021850038010441036,0.0030970288061467083,0.007871879868846651,0.005136392930798563,0.06993297273395377,0.885238774952319
232
+ 0.9067016841854365,0.02814479607055493,0.00662803083772025,0.0056541618052144615,1.1202402526028083e-08,0.02279923093642656,0.030072084962244887
233
+ 0.00926987699787322,0.6085814818918518,0.0028702788969410743,0.019237114647129735,1.806691921408975e-08,0.22305564890823368,0.13698558059105126
234
+ 0.007117960302647033,0.030234508152000655,0.6007326875190543,0.09597562021494395,0.021888339723578412,0.027726212538487206,0.21632467154928847
235
+ 0.01116217652521952,0.04939024710140849,0.0038695263760737788,0.49768145267573694,0.008330095266631544,0.06658654998870375,0.3629799520662261
236
+ 2.3713976522538926e-07,0.05366757590459017,2.3713976522538926e-07,0.1263619094315903,0.6318947837532952,0.1189930614926391,0.06908219513835465
237
+ 0.003150455589829072,0.0020497047850244403,0.0006701296404239206,0.003207902968383536,0.00019913396141082226,0.9789131875549768,0.01180948549995137
238
+ 0.009167713460113842,0.05025933198841873,0.006188781726004451,0.019691051053537488,0.003104836950252179,0.11956316952189233,0.7920251152997809
239
+ 0.968915673736997,0.005721482082680617,1.1390504028352223e-08,1.1390504028352223e-08,1.1390504028352223e-08,0.016341409734794924,0.009021400274015275
240
+ 0.004349193079420709,0.7214646275044644,0.0006098666498750984,1.98218429870433e-08,1.98218429870433e-08,0.1508471196284954,0.12272915349405832
241
+ 1.3218785039045766e-07,0.03056894712406649,0.793024335114909,1.3218785039045766e-07,0.003024150683381781,0.03916743413191176,0.13421486857003018
242
+ 0.0038215554158537394,0.06295923011213657,0.02116347690264987,0.5747393013629821,0.009065297897600503,0.08515609061006957,0.2430950476987076
243
+ 0.024092508916936952,0.08019801567530116,2.5841487423506196e-07,2.5841487423506196e-07,0.7805774872063858,0.013325632958713226,0.10180583841291456
244
+ 0.0015550789124622094,0.0025172538871255914,0.0003409333769110939,0.0011716977900431364,7.368242685840585e-10,0.9840865271980901,0.010328508098543576
245
+ 0.009623888911329054,0.020549872126502045,0.00355027448420819,0.00728185957586366,0.0017981277855282302,0.08883854583929378,0.868357431277275
246
+ 0.8287826254832658,0.059403237265432486,0.0009238265453759239,0.011076748501269912,1.1180846603757547e-08,0.03881410249368021,0.06099944853012887
247
+ 0.004247121082695306,0.5360007410718357,0.002986895738082615,0.020459116588319917,0.002422179418367191,0.2942500691603048,0.13963387694039447
248
+ 0.01086346488522008,0.06918578582486201,0.6908840117874173,0.019815019035558726,0.009418687077728864,0.08540490867538146,0.11442812271383156
249
+ 0.0059485387216033974,0.07822315672377306,0.010706788488404631,0.5103182132121168,0.020167228654777162,0.11885775198280409,0.25577832221652086
250
+ 2.8005437006370725e-07,0.1465887868191497,0.13950459565708592,0.15741855693887127,0.2612933394551599,0.034184107718549496,0.2610103333568136
251
+ 0.002770228572158567,0.002584739204858855,0.0005308788963086916,0.002472595740221072,7.331588235314168e-10,0.9796801312290222,0.011961425624271787
252
+ 0.013737466462592909,0.06045201271203725,0.004539746554884038,0.011976106815538299,0.002221424508851984,0.15953609543652855,0.747537147509567
253
+ 0.9776690215353788,0.008324969799021795,1.235075677545434e-08,0.0003417508790308795,1.235075677545434e-08,0.00856422291885053,0.005100010166204284
254
+ 0.012591242207970206,0.7298630528676755,0.0015444248471495222,0.010831904364394693,0.002995611018756806,0.17772591420278275,0.06444785049127051
255
+ 1.2927216755841382e-07,0.07781490768186387,0.7492366636019524,0.024079394009733194,1.2927216755841382e-07,0.007452556118004491,0.14141622004411106
256
+ 6.4035106035962e-08,0.04857601377043146,0.004393087034951898,0.5982823278433728,0.03484743374411829,0.06743455011014692,0.24646652346187267
257
+ 5.437394662048667e-07,0.045799181487133356,5.437394662048667e-07,0.052572907033943274,0.5982249195500965,0.19883133681545476,0.10457056763443975
258
+ 0.0019355315028225422,0.0014729752437538561,0.0004825763743328193,0.0019930573880372364,0.0001344011004454087,0.9826248252689597,0.011356633121648516
259
+ 0.013371248744081852,0.022589491299046624,0.0023219459892085607,0.005275139594939654,0.003388580054435941,0.07210751534673182,0.8809460789715555
260
+ 0.9091046003135297,0.035461671153649364,1.178451706653155e-08,0.004255245347748168,1.178451706653155e-08,0.03152539336452296,0.019653066251515805
261
+ 0.001510296004406465,0.5759488942940951,2.327082920822709e-08,0.027924787627496592,2.327082920822709e-08,0.2669431968140539,0.12767277871828953
262
+ 0.033105851989718875,0.04329267704847153,0.6824901617443019,1.4231682105642002e-07,0.008100864643402825,0.05655579283519939,0.17645450942208443
263
+ 0.003169476331401515,0.05340046078755154,0.010935177092647555,0.5045194726277444,7.201374153848615e-08,0.0830591616795792,0.34491617946733416
264
+ 3.868061805049566e-07,0.06722690923501992,0.05169749533824895,0.06889591754918052,0.31004831835079355,0.14287994810617313,0.35925102461440345
265
+ 0.001292216576870111,0.0033954267473013844,0.00013364551921656308,0.0012301032507704849,5.148810951710051e-05,0.982983814209475,0.010913305586849276
266
+ 0.021969699278011588,0.04390856927045197,0.002765332403398196,0.0076687495733162685,0.004176989333822006,0.13688589201499596,0.782624768126004
267
+ 0.974896076403847,0.005850719759660803,1.200370458584378e-08,0.004325886603176372,1.200370458584378e-08,0.008786695766981495,0.006140597458925035
268
+ 2.3956902494886913e-08,0.679845268662935,0.0016906107902524541,0.006645096532808238,2.3956902494886913e-08,0.232000058722198,0.07981891737800136
269
+ 0.012771929466494714,0.07727162773360362,0.7261022391675548,0.02422622687751012,1.7319977480099881e-07,0.010103955022240789,0.14952384853282116
270
+ 0.015538382505761986,0.03671833275703198,8.433418279327055e-08,0.5498080555789743,0.007594884986656412,0.07196389505714043,0.31837636478025205
271
+ 0.05451906263285527,0.019158722438660288,0.042093221600278244,5.895768757134033e-07,0.5491384746552092,0.17285944865340216,0.16223048044271926
272
+ 0.0016101836942007093,0.003411545336738767,0.00037662022284892755,0.0011321160433717641,6.895010480841409e-05,0.9841754812931228,0.009225103304908552
273
+ 0.013836945352027091,0.021908559828573967,0.003801207683533907,0.007030799420206786,0.002827067245831901,0.09007187544428215,0.8605235450255443
274
+ 0.776815264014171,0.07287130973951093,0.002958308026310935,0.013435762388617403,0.0033391522867582805,0.04612175493087997,0.08445844861375164
275
+ 0.0012404545298353314,0.5359673019049099,0.00782430088768239,0.021530562685383885,2.6071554332450833e-08,0.3011555735759968,0.1322817803446372
276
+ 1.8115903374468667e-07,0.08667892644000588,0.7416490711301847,1.8115903374468667e-07,1.8115903374468667e-07,0.10393406804496255,0.06773739090774551
277
+ 0.024825233358248922,0.041660165301439483,0.024078929134899084,0.5137430532919874,9.89922599995348e-08,0.1022387929934048,0.2934537269277603
278
+ 6.223352646182478e-07,6.223352646182478e-07,6.223352646182478e-07,0.08033489361342183,0.5388721055659753,0.1766097211717916,0.20418141264301734
279
+ 0.002878758679793508,0.005267490337913117,0.0003082997686677427,0.00220337074690605,7.475275791935662e-05,0.9776616534672377,0.011605674241562586
280
+ 0.010808028217261992,0.05983425670173391,0.005931151175806662,0.013927375706243927,0.0003394305632339563,0.17560554184036825,0.7335542157953513
281
+ 0.970811871596181,0.012999827299610498,1.366619552272569e-08,1.366619552272569e-08,1.366619552272569e-08,0.008982121092217757,0.007206139013404063
282
+ 0.007025404385699151,0.6382219269898584,0.004001277302856637,0.010273875143446267,2.20459850637319e-08,0.2547130959483621,0.08576439818379233
283
+ 1.5778902145805713e-07,0.06344964982737038,0.7340263286022923,0.06258709431598405,1.5778902145805713e-07,0.05966633475132615,0.08027027692498415
284
+ 7.823769211987529e-08,0.05214611660989979,0.008658352341558,0.5986186952811372,0.018987000683052122,0.02771240115763657,0.2938773556890242
285
+ 7.593153158088241e-07,0.1176724045893172,7.593153158088241e-07,7.593153158088241e-07,0.7702822060166946,7.593153158088241e-07,0.112042352132725
286
+ 0.00220320907356497,0.004407740900949756,0.0004721032864817545,0.0009314542642158213,7.017262699590993e-10,0.9801513363917895,0.011834155381272018
287
+ 0.008001818078653106,0.025109439877072197,0.0018875247329230654,0.0036915581509328597,0.002556506486637009,0.09133519107125433,0.8674179616025275
288
+ 0.8715657895069888,0.03677722538745307,0.003685126949406186,0.0006916840895441321,1.3200405809652784e-08,0.03635535149110398,0.05092480937509797
289
+ 0.014280748455661463,0.5083242969727934,2.4179303076972817e-08,0.011769786229988094,2.4179303076972817e-08,0.3458226132566553,0.11980250672629562
290
+ 1.6909124036491695e-07,0.06192572732715212,0.742345662125313,1.6909124036491695e-07,0.01789538337193419,0.12644837840380457,0.05138451058931534
291
+ 0.02778748540766581,0.05836024312649609,9.594767575603528e-08,0.5211266221172284,0.01829677602024537,0.07844410985460891,0.2959846675260796
292
+ 6.025908948312219e-07,0.05998821661062627,6.025908948312219e-07,0.02816156511218727,0.758015936139351,0.09071843919287079,0.06311463776317504
293
+ 0.003051634116537116,0.004509295121761393,0.00026382632790842116,0.0008413333984590449,0.00020233274650873973,0.9762961383381069,0.014835439950718243
294
+ 0.01496685609962698,0.02818322329942972,0.003501236350442609,0.008490964832102701,0.0016096646315646795,0.13894770479043234,0.804300349996401
295
+ 0.9436139834547288,0.02065049117866999,0.0012547451177078192,0.0022675781258747305,1.3572276776589594e-08,0.01357239497703311,0.01864079357370863
296
+ 0.006058876287314186,0.5961628607297225,0.013036232582292692,0.00659623165256822,0.0022408187127037245,0.2942369720833751,0.08166800795202361
297
+ 1.7815614384918067e-07,0.04173498198054765,0.7647876125506509,0.051702486765302515,1.7815614384918067e-07,0.07955323182888503,0.06222133056232612
298
+ 0.010775590684812302,0.03065299043206466,0.02202903921914101,0.647987682558521,1.1637666673847391e-07,0.03967182418297117,0.2488827565458231
299
+ 0.03772346531458667,4.7534970901020916e-07,0.05007377434398728,4.7534970901020916e-07,0.8157614410045131,0.09643989328778603,4.7534970901020916e-07
300
+ 0.002258411163033724,0.004368421532913232,0.00021207874307693607,0.001252769351121341,0.00011104174543192415,0.9787349547166343,0.013062322747788535
301
+ 0.004206735946747448,0.019268513995418977,0.0035260755207773904,0.0037253476759884657,0.0023205817789174526,0.09934072326919617,0.8676120218129542
302
+ 0.7657380377769658,0.08038030136496235,0.0005970796570416136,0.017158818332921107,0.0018548944820880847,0.06055983206160654,0.07371103632441457
303
+ 0.0028827556324307136,0.4932511329105295,3.0469453945429e-08,0.03230702775453011,3.0469453945429e-08,0.312942965436655,0.15861605732694664
304
+ 0.07224299404185466,0.15538313488236852,0.5642087964736592,0.0253698187287951,0.007960781317247277,0.05894783859137698,0.11588663596469848
305
+ 1.1539241913563694e-07,0.08064016307653246,0.015996895803735492,0.6497225638822851,1.1539241913563694e-07,0.03877171588313414,0.21486843056947438
306
+ 0.08797124950696752,0.09824148296971547,0.025625315136387983,0.09057612732681672,0.2742162324383369,0.3677562329037476,0.0556133597180279
307
+ 0.002482824346314712,0.006052714749394231,0.00042741917244963585,0.0020369147453859777,0.00012596055529327024,0.9723183794284895,0.016555787002672746
308
+ 0.009515841842214365,0.06793334572717788,0.006355190450869732,0.009717802759104529,0.0033247468087948973,0.15140053683059077,0.7517525355812479
309
+ 0.9415459709321341,0.00707861009635417,0.0006741734136981848,0.014792460551233143,1.6020018061461958e-08,0.019487763389332186,0.016421005597230153
310
+ 0.010134365559491055,0.6129689508697926,2.2708480412530967e-08,0.00789956665658289,2.2708480412530967e-08,0.2560950125791651,0.11290205891800756
311
+ 1.8792614610745871e-07,0.05248497307558901,0.6789782521448846,0.005447468856440299,1.8792614610745871e-07,0.12734532179087044,0.1357436082799234
312
+ 0.012086486446940464,0.08173491346059657,0.011889608561771663,0.5853197442931629,0.009312994856737799,0.054111271458825,0.24554498092196567
313
+ 0.030704719879623765,6.397267263678942e-07,0.050460426851721245,0.13676814538377433,0.39963408246084536,0.2081968398617582,0.1742351458355507
314
+ 0.002101214581379021,0.007959452526575627,0.0004464073711877801,0.002005026925679162,0.0002670598682755751,0.9661180280823687,0.021102810644534186
315
+ 0.013684295189279593,0.03489993622687121,0.002887801394614921,0.011096235829918717,0.0038628521859666717,0.0748417228700733,0.8587271563032757
316
+ 0.8956726403297194,0.03238374928954495,0.0030247288754448537,0.0014965833264305227,0.00209782124565128,0.024078688290910557,0.04124578864229842
317
+ 0.026804435169177826,0.5486190087841547,0.007613589327028311,0.0014262811862316544,2.180735241854427e-08,0.2700496156123983,0.14548704811365668
318
+ 0.015979834281588442,0.035000350011215355,0.6407519185413186,0.03021096445319983,2.0011264408636043e-07,0.12072729266840203,0.15732943993163162
319
+ 0.021354568372995358,0.05910223685236627,0.011461879812266094,0.5090851183365754,0.005179651822026913,0.07167043848605029,0.3221461063177195
320
+ 5.691740252976348e-07,0.04462262177636991,0.08594251028768492,0.025414718842572303,0.5573572901405077,0.11838701240110408,0.16827527737773573
321
+ 0.002247321983544831,0.007959197845529889,0.0005135031279301286,0.001628557739133573,7.09218423090475e-10,0.9696881321239081,0.01796328647073494
322
+ 0.009983431054701297,0.03792901630052905,0.003939223653302237,0.009929130855188322,0.002207185540709255,0.1179438680293934,0.8180681445661765
323
+ 0.953401678465604,0.009309232319205364,1.5506397081925736e-08,0.0010227849626278775,1.5506397081925736e-08,0.01841236174690004,0.017853911492868593
324
+ 0.01268492492067921,0.5361976989995791,0.00169030499292243,0.021233396394139844,0.010293994947200858,0.28984999771596387,0.1280496820295146
325
+ 0.009171418489528429,0.024192421421894025,0.7081609582989358,1.8215858570062715e-07,0.01634877205288214,0.015340844419511944,0.22678540315866194
326
+ 8.746850147918207e-08,0.11115541929591204,0.0028904181656645516,0.6510429709498128,0.030694782560261813,0.049260581704433475,0.15495573985541386
327
+ 6.312353697604887e-07,6.312353697604887e-07,0.01742032046440723,6.312353697604887e-07,0.5689749811198949,6.312353697604887e-07,0.4136021734742188
328
+ 0.0020128171160491396,0.0067996678204433475,0.00027877460526797834,0.0018367734383587153,0.00018961031631286728,0.9745381698248712,0.01434418687869674
329
+ 0.012489162702095267,0.025520187661272287,0.004729652601280413,0.004441345335607283,0.003948595551284282,0.09907004702425534,0.8498010091242051
330
+ 0.751577526464119,0.06662930905842784,1.4860022650370425e-08,0.007442221584841859,0.0008625431504114065,0.09100330738295057,0.0824850774992265
331
+ 0.012192806168748536,0.45461257024914953,0.008441790978327734,0.01013020511707447,2.426362189008558e-08,0.3791895249896052,0.1354330782334726
332
+ 1.8845969559812484e-07,1.8845969559812484e-07,0.6112832895302535,0.015748177433606462,0.00889748579070435,0.11452708947031374,0.24954358085573067
333
+ 0.0025301686558515573,0.07561258496187104,8.39826383756283e-08,0.5188899072118663,0.023509390696191405,0.12190041169275263,0.25755745279882863
334
+ 3.537125254250321e-07,0.04556989895503023,0.06714690140688152,0.06095691702028053,0.5331729222288304,0.0949249950029765,0.1982280116734754
335
+ 0.0026808390405724985,0.008491307144222,0.00031423416582821334,0.0016089275711361356,0.00027659176669937827,0.9705809573648879,0.016047142946653926
336
+ 0.012552292692856284,0.041392638017202825,0.007187391431285929,0.016671362280992273,0.0037377330019575986,0.15701625369042604,0.7614423288852791
337
+ 0.930062840717154,0.019948017940318835,0.007113091329410538,0.003566949249876672,1.7464142316726427e-08,0.017999869706940355,0.021309213592157424
338
+ 0.015845923096723,0.6229239160096811,2.2705879918462762e-08,0.007398058056976198,0.005906423999863397,0.2673122795008568,0.08061337663001954
339
+ 1.788599555999767e-07,1.788599555999767e-07,0.6252432142178291,0.029362384645989382,0.058276699261149575,0.024269010713045765,0.2628483334420751
340
+ 0.01616907714901252,0.01761259187528107,0.010381046722094521,0.7038173106099089,0.0037581855672199527,0.030006469055413428,0.21825531902106957
341
+ 3.341850751601179e-07,0.13447811069731527,0.059203219338526965,0.021473084876544538,0.3743764231260627,0.09087375877751831,0.31959506899895707
342
+ 0.0012489754403662238,0.009311417982831515,0.0003843080080399344,0.002369354605019334,0.0004877701211847057,0.9721805888788565,0.014017584963701864
343
+ 0.005622877207748835,0.024862782891729888,0.0015195306306071859,0.012753403430774034,0.0013131019010241942,0.09375919260671381,0.8601691113314022
344
+ 0.8138558176996484,0.051610866377310514,0.0012643318516985436,0.00764324096411502,0.003160873361709243,0.08052165876696298,0.04194321097855528
345
+ 0.013468061027135393,0.4794492277187968,0.005860144628115544,0.01194826090591404,2.130089747820556e-08,0.31010310543097586,0.1791711789881649
346
+ 1.9858045393316426e-07,0.02339105801768876,0.525044637316057,0.007984746277647637,0.018698800142584706,0.15487476726950086,0.27000579239606703
347
+ 0.009973809242948425,0.04362915876907948,0.011701082325439243,0.6216212858608156,0.0240232241223099,0.05908297835780135,0.22996846132160606
348
+ 3.723519926774249e-07,0.12296795582470581,3.723519926774249e-07,0.08117996864999834,0.3604547590643656,0.1252487607582336,0.3101478109987113
349
+ 0.0013254393747418774,0.007317931523533465,0.0004676588055338924,0.0021602516577721577,0.0003608128423615376,0.9722322742760976,0.016135631519959514
350
+ 0.009800309164958804,0.06481357261425173,0.005961886708846685,0.016913193515206808,0.004502716302985019,0.1248304018923457,0.7731779198014052
351
+ 0.9436063095764862,0.013964918398885796,1.9666394467370965e-08,0.008333960501073916,1.9666394467370965e-08,0.020986800071879256,0.013107972118885874
352
+ 2.0394323086980302e-08,0.5286931041069473,0.0016207848501733288,0.01376992191276622,0.0007527855097726564,0.3523554931277198,0.10280789009829765
353
+ 2.0205511697158905e-07,0.03923311359384513,0.6742062843058003,0.023883128804687858,0.018611689991143484,0.021577405796271654,0.22248817545313462
354
+ 0.011261230464457988,0.06563183556983697,0.01014970645760277,0.6391356888022734,0.012117406237979517,0.0297475827203646,0.23195654974748475
355
+ 3.3710860891301074e-07,0.07235065995473555,0.023520863616175905,0.11666873923171725,0.5761567176936045,0.02294518361724017,0.1883574987779177
356
+ 0.0012682966148248624,0.008120538135671346,0.0003240211983303916,0.0018456095311990537,0.0005138081383950759,0.9705805739127872,0.01734715246879196
357
+ 0.004279404407147604,0.036553515879818255,0.00032838509475875205,0.015131315103111685,0.004461620755430729,0.11514591725901557,0.8240998415007175
358
+ 0.6998235575216388,0.08954433656360603,0.004313752980839354,0.012867114432971513,1.9703224143327014e-08,0.13321541716739732,0.06023580163032271
359
+ 0.004050798165567207,0.4971242191738184,2.156503308130912e-08,0.007033131012257274,0.0007611414801141479,0.3658882507065416,0.12514243789666826
360
+ 2.3938330340772517e-07,0.02963193382208277,0.5837646331917452,0.04406484086405917,2.3938330340772517e-07,0.127860911447055,0.21467720190845102
361
+ 0.007035069044570735,0.06425268392789349,5.595266642098222e-08,0.5451249219089682,0.026089019546877684,0.07586432799803013,0.28163392162099327
362
+ 2.782886614938493e-07,0.07462521277333611,0.014149712344585744,0.02345677040683752,0.33358580791594455,0.13375913397616968,0.420423084294465
363
+ 0.0015663848476145654,0.011214287105749858,0.0008446444007561574,0.0021069385299618236,0.0002164622057727018,0.9689871039922775,0.015064178917867377
364
+ 0.011631842830937144,0.0583981857429659,0.005199717546333679,0.019417134225673646,0.002193010657643363,0.21738689829718655,0.6857732106992597
365
+ 0.9376949799048988,0.031894328392797794,2.485940424939273e-08,0.004824874905448028,2.485940424939273e-08,0.012922118995923005,0.012663648082123825
366
+ 0.004939471410086665,0.5786976214772653,0.0007722127105537173,0.010125922000929273,0.011427930435496125,0.3177618352594739,0.076275006706195
367
+ 0.00448487288538816,0.09948735626990271,0.46761427326583727,0.017699999909860133,0.017187687061812194,0.15769903743864536,0.23582677316855413
368
+ 0.006170751800023639,0.06649506315496002,0.004545529887189,0.5421788641433111,0.018904278923589708,0.10645677980415946,0.25524873228676714
369
+ 0.03727971816316174,4.136470388645142e-07,4.136470388645142e-07,4.136470388645142e-07,0.36698637481048907,0.2555235952586347,0.34020907082659785
370
+ 0.0012680840925715117,0.009893321757049014,0.0003263282738529373,0.0022929635096575803,0.00030926668370800833,0.965414147577152,0.020495888106008935
371
+ 0.005063543378373636,0.03878358128861769,0.001125581042060071,0.01162736296004002,0.0033390074861072956,0.12724288786948085,0.8128180359753205
372
+ 0.8241854620111702,0.0760008136428051,2.4463287248324352e-08,0.003953835685247976,2.4463287248324352e-08,0.06293191386733242,0.03292792586686984
373
+ 0.0027928542502174787,0.5098255600653231,0.0023434099689936625,0.017807235278198243,0.0007615081219678692,0.3652522410910603,0.10121719122423938
374
+ 0.06027403351705024,0.13723629074938343,0.4690853957336342,3.2692667580192123e-07,3.2692667580192123e-07,0.22083426480070334,0.11256936134587726
375
+ 6.40352163640825e-08,0.03597445216150334,0.003243908087438159,0.4801934781071392,0.004488336285523205,0.06926622553691793,0.4068335357862618
376
+ 3.399108508334884e-07,0.09475277848120733,3.399108508334884e-07,3.399108508334884e-07,0.5642062428907192,0.06933978954659051,0.2717001693489305
377
+ 0.001764531684197213,0.013674444947337494,0.0007442978548803915,0.0038487351452012614,0.00011573916204074791,0.9647906749072148,0.01506157629912795
378
+ 0.013829491081191029,0.06680436395805868,0.004011598456045576,0.014127602841624553,0.010463159377741716,0.20248835014501984,0.6882754341403187
379
+ 0.9446581683244152,0.016995565475479556,2.565329482513725e-08,0.0013102600001330747,2.565329482513725e-08,0.027122282360022423,0.009913672533360068
380
+ 0.013659058371355205,0.5667574101268336,0.004885909563988174,0.00821850358085901,1.558844147595511e-08,0.3229979843651048,0.08348111840341788
381
+ 2.954897700101737e-07,0.05148382360545009,0.4218711729007195,0.09397609939577309,0.019934402512956688,0.1604125841397325,0.25232162195559815
382
+ 6.011928823978594e-08,0.048332045279024564,6.011928823978594e-08,0.562213086606116,0.00436887467695453,0.08191569332422227,0.303170179875106
383
+ 2.647185686491785e-07,0.21680518027942353,0.015511682641351722,2.647185686491785e-07,0.37226703097289005,0.18718346702346528,0.20823210964573224
384
+ 0.0005313727830134197,0.010222186876711383,0.00011594899712821198,0.0034393209764272143,0.00017060330894515203,0.9702515870048173,0.015268980052957395
385
+ 0.0038281749563170214,0.04077489298880004,0.0030563662302526278,0.008889968048200046,0.005777804762496268,0.16706248306339108,0.7706103099505429
386
+ 0.6881872812871387,0.1151036325597325,2.5598204777205855e-08,0.0025639134597629097,2.5598204777205855e-08,0.1390735824642378,0.055071539032718636
387
+ 1.669058385498211e-08,0.4069808838065078,0.0032787896803555643,0.007679394027313802,1.669058385498211e-08,0.49006414784913255,0.09199675125552234
388
+ 4.0877412943353335e-07,0.05260101571344685,0.6790468736902215,0.01998548550852459,4.0877412943353335e-07,0.2009331025830257,0.04743270495652235
389
+ 0.004160055640540923,0.08437704822996768,0.007058934081286657,0.4733114623111245,0.020960979069802953,0.08928228904119782,0.3208492316260794
390
+ 3.7051843334744883e-07,0.07928542376034488,0.022540444674544247,3.7051843334744883e-07,0.4325910849805733,0.17913035378127545,0.28645195176639543
391
+ 0.0016821260777965333,0.011701659354308844,2.2491065004719708e-05,0.0023278658447315618,0.00034841306345603757,0.9669082689900641,0.0170091756046383
392
+ 0.008044004054663345,0.058314526994435754,0.0007403792704711784,0.010762330775050358,0.009003343172651125,0.27035165163861097,0.6427837640941173
393
+ 0.9281898736480608,0.020818201196284167,3.264313603752687e-08,3.264313603752687e-08,0.002115203471850632,0.03358170059725562,0.015294955800276806
394
+ 0.006670757867815329,0.5077671580073492,0.003174091775575427,0.016022268318589855,1.7668981213676894e-08,0.3677264158263387,0.0986392905353503
395
+ 4.5806420159612475e-07,0.08356474530668659,0.6154620630038439,4.5806420159612475e-07,4.5806420159612475e-07,0.20483475346465546,0.09613706403220917
396
+ 7.408975976410515e-08,0.07182481268771788,7.408975976410515e-08,0.44500676666470246,0.006025794668585727,0.08550476945415583,0.3916377083453185
397
+ 0.07732277749166058,0.20458593827209293,2.92590424972408e-07,0.012718422767840123,0.5050123278779436,0.129369710832884,0.07099053016715387
398
+ 0.0011224254813999772,0.008553067723031653,0.0002092424796008991,0.0029824519919097636,6.771611427190954e-10,0.9745929284165977,0.012539883230298853
399
+ 0.0022537628413544075,0.025422584182252145,7.228842452412695e-09,0.007406086749475114,0.0053673139449206325,0.22241918589479567,0.7371310591583595
400
+ 0.8383102866400263,0.04628345044346572,3.221069467225518e-08,3.221069467225518e-08,3.221069467225518e-08,0.10839186108311209,0.007014305201311742
401
+ 0.0023684717804737226,0.5030034895231766,0.001378465943355845,0.002370216820693379,2.1108533925115774e-08,0.433337447339911,0.05754188748385545
402
+ 5.457738153589599e-07,0.04710880965238257,0.45107402655269657,0.0803871008485515,5.457738153589599e-07,0.2799225775517895,0.1415063938469491
403
+ 0.008595740216461215,0.07026516187715187,8.073985520012957e-08,0.4265731504449568,8.073985520012957e-08,0.10091186452895472,0.393653921452765
404
+ 3.8246445695537546e-07,0.16120858835047316,3.8246445695537546e-07,3.8246445695537546e-07,0.3875684613606966,0.3511257974652421,0.10009600543021722
405
+ 0.0015045861719759249,0.008418196081232171,0.00030111376674748965,0.0018926127644029692,0.0002695890551689583,0.9771288907433917,0.010485011417080825
406
+ 0.002110490490347403,0.057681477496202546,0.00034134177233455807,0.004898229060445612,0.006965443060394321,0.29324807381566614,0.6347549443046095
407
+ 0.9145061913415953,0.0070414645921729226,3.475678751205494e-08,0.003739448322847102,3.475678751205494e-08,0.054103089564676736,0.020609736665132956
408
+ 0.004403040980920147,0.4537889578563458,2.134461261061691e-08,2.134461261061691e-08,0.0012629376635713545,0.45450724178999014,0.08603777901994734
409
+ 7.210980922772572e-07,7.210980922772572e-07,0.30321354025722824,7.210980922772572e-07,7.210980922772572e-07,0.27667016836429287,0.42011340698610966
410
+ 1.1088734100538602e-07,0.04988994483688025,1.1088734100538602e-07,0.5760351270443687,0.010307136380851324,0.05053925946752808,0.3132283104956896
411
+ 4.278139196561857e-07,0.03657813136952559,4.278139196561857e-07,0.01417892076997301,0.44013985330325295,0.48291842332368723,0.026183815605721823
412
+ 0.0019372524555168666,0.005042285131938196,0.0001325332925711963,0.0010594430098777579,0.00010228285336236232,0.9848457524404856,0.006880450816248007
413
+ 0.008756185715973601,0.0313923711465383,9.261971079904227e-09,0.004963759438580753,0.004545278356011213,0.24312712514086587,0.7072152709400591
414
+ 0.8203644944519679,0.053266038965724766,3.2875555694882255e-08,0.004480487911519486,3.2875555694882255e-08,0.09236169961755021,0.0295272133021262
415
+ 0.010095759801089028,0.4147876786989529,3.023210411378889e-08,0.009020680260148685,3.023210411378889e-08,0.44617787166399525,0.11991794911160583
416
+ 1.6061210570466116e-06,0.17813220900601387,0.3497693727815234,1.6061210570466116e-06,1.6061210570466116e-06,0.4720919937282344,1.6061210570466116e-06
417
+ 0.013129576825998863,0.0568505702195023,1.3356161921409682e-07,0.47839610685483436,0.014369762245537536,0.11516836065448756,0.3220854896380202
418
+ 5.471446955297311e-07,0.11449354228186429,5.471446955297311e-07,5.471446955297311e-07,0.1386698014317886,0.4786418230999689,0.2681931917522916
419
+ 0.0014227408927456517,0.00513335796536998,0.0001475715750748,0.0013519892588504073,3.446908280625049e-05,0.9847628093659607,0.0071470618591920896
420
+ 0.013275200530045939,0.0457189398764864,0.0009624289435629577,0.007585833651909695,0.00305271740904493,0.38723830023056754,0.5421665793583826
421
+ 0.9194821802927642,0.02848684025784503,3.465503501756658e-08,3.465503501756658e-08,3.465503501756658e-08,0.04460215679084986,0.00742871869343574
422
+ 0.037572786094254525,0.5564789204637632,0.0013995545832812047,0.011020866165312069,3.521232707183133e-08,0.3335797597088566,0.0599480777722053
423
+ 1.8575725005106465e-06,1.8575725005106465e-06,0.616256585634875,1.8575725005106465e-06,1.8575725005106465e-06,0.38373412650262245,1.8575725005106465e-06
424
+ 0.05184035861209858,0.05577070426533983,0.005552542101860796,0.4067728900948469,0.011485842646602216,0.22208929949977993,0.2464883627794719
425
+ 1.4196491472146687e-06,0.075996542645317,1.4196491472146687e-06,1.4196491472146687e-06,0.5499796688095311,0.06328986264695864,0.3107296669507515
426
+ 0.0008980660411021911,0.004538881641962751,0.00036613920359705954,0.0003250271179283286,5.295726029508525e-05,0.9876793277058343,0.006139601029280268
427
+ 0.0062632927909179814,0.023612144311120048,1.42165045645038e-08,0.005212756588441651,0.012853690137931197,0.2703111573241384,0.6817469446309462
428
+ 0.8831001359088336,0.03309529051967037,3.353619134113414e-08,3.353619134113414e-08,3.353619134113414e-08,0.07532328127791912,0.008481191685002646
429
+ 0.03102625571504077,0.39227500759569023,3.858213205189086e-08,0.0034149935572542014,3.858213205189086e-08,0.46887863922746265,0.10440502674028815
430
+ 0.2435920542847354,1.0100350543368885e-06,0.13961902527827197,1.0100350543368885e-06,1.0100350543368885e-06,0.375701597235796,0.24108429309603363
431
+ 0.015254127260188061,2.515131342107735e-07,2.515131342107735e-07,0.48234449668104046,2.515131342107735e-07,0.2086805571187162,0.29372006440065285
432
+ 6.877363777844138e-07,0.17745841804592233,6.877363777844138e-07,6.877363777844138e-07,0.20146663047440364,0.5419990644760118,0.07907382379452878
433
+ 0.0017774938026847815,0.004443354842162779,7.597336691356103e-05,0.0001812753734465142,0.00013181036874638212,0.9872660614530492,0.006124030792996844
434
+ 0.018874093837740403,0.03693536369625633,0.001470158740589526,0.005284007507161991,0.005365864963613149,0.31630387483669464,0.615766636417944
435
+ 0.965115342502558,0.014621483845416734,3.1806929459945325e-08,0.0027516620453477453,3.1806929459945325e-08,0.012571167806766887,0.004940280186051772
436
+ 0.023533131312106832,0.5291689271627815,4.81151804690068e-08,4.81151804690068e-08,4.81151804690068e-08,0.3822361128982638,0.06506168428130654
437
+ 2.8567064487448924e-06,2.8567064487448924e-06,0.7968688242484161,2.8567064487448924e-06,2.8567064487448924e-06,2.8567064487448924e-06,0.20311689221934004
438
+ 3.8154188749185846e-07,0.039600679951541616,3.8154188749185846e-07,0.3849612777801335,0.028782793993265162,0.06829016612342866,0.47836431906785615
439
+ 1.1996068069951655e-06,1.1996068069951655e-06,1.1996068069951655e-06,1.1996068069951655e-06,0.42368059268952346,0.4141494467297644,0.16216516215348406
440
+ 0.0012130158884575103,0.007016184368781821,6.198677448216723e-10,0.0006724498212555087,0.000164195822709884,0.9833525700895619,0.0075815833893657
441
+ 0.013161297848524036,0.0648344114304672,1.9178524999804723e-08,1.9178524999804723e-08,0.0016052693162056898,0.26467407781969265,0.6557249052280605
442
+ 0.8851540574708471,0.052473894709787125,2.987288202934384e-08,0.010028742457779244,2.987288202934384e-08,0.03805974067521593,0.01428350494060653
443
+ 0.11591929325393016,0.4513700178917848,3.80794777140192e-08,0.0013734005347607373,3.80794777140192e-08,0.316850598289221,0.1144866138713477
444
+ 3.584837198862606e-06,3.584837198862606e-06,0.18026546773795768,3.584837198862606e-06,3.584837198862606e-06,0.49215400406149457,0.32756618885175237
445
+ 0.053668989134788105,4.586513581203893e-07,4.586513581203893e-07,0.4422808406664065,4.586513581203893e-07,0.28681259255839614,0.2172362016863348
446
+ 0.34081800669081413,1.2866471613917334e-06,1.2866471613917334e-06,1.2866471613917334e-06,0.2565258127553826,0.40265103396515756,1.2866471613917334e-06
447
+ 0.004722119504839917,0.0066201950821778025,6.214827480706961e-10,0.0011230046612992716,2.623269680001741e-05,0.9748862426190646,0.012622204814335541
448
+ 0.044764987272222015,0.04882726189833918,0.0016450101398001293,2.0247371141674574e-08,2.0247371141674574e-08,0.34190952386165235,0.5628531763332439
449
+ 0.9861707637031125,0.005336066318247132,2.3328627642608692e-08,2.3328627642608692e-08,2.3328627642608692e-08,0.006745813584833696,0.0017472864079235225
450
+ 0.11003943516097524,0.40592453075301105,0.005097175666366898,0.010423129657452627,3.7490059406219805e-08,0.3709845948590793,0.09753109641305537
451
+ 7.602472543040878e-06,7.602472543040878e-06,0.9999543851647418,7.602472543040878e-06,7.602472543040878e-06,7.602472543040878e-06,7.602472543040878e-06
452
+ 0.07099674517222193,0.1929373764170885,3.1816054466323934e-07,0.4830300268694142,3.1816054466323934e-07,0.06636935613181288,0.18666585908837327
453
+ 4.1392395314964626e-06,4.1392395314964626e-06,4.1392395314964626e-06,4.1392395314964626e-06,0.42109456588415756,0.23242874988491827,0.3464601272727982
454
+ 0.00398481496776342,0.008918383922387554,4.806887863973527e-05,0.0014534898975280572,9.545238734290372e-05,0.969730915725598,0.015768874220740293
455
+ 0.05345682060372671,0.04431657268014572,1.917239343339433e-08,0.0037125119630877904,0.007103358650023873,0.18972413307528666,0.7016865838553358
456
+ 0.9716584830146434,0.006460070374924523,1.8321699344667176e-08,1.8321699344667176e-08,1.8321699344667176e-08,0.02024254651174884,0.0016388451335849477
457
+ 0.11911089692454607,0.4409222315149569,3.544879551168056e-08,0.007122201437677894,3.544879551168056e-08,0.2729802539881427,0.15986434523708534
458
+ 2.905097264345432e-06,2.905097264345432e-06,0.36898283200158033,2.905097264345432e-06,2.905097264345432e-06,0.42313902136836995,0.2078665262409923
459
+ 0.00836828478756146,0.1431989175243964,2.3202256443567414e-07,0.47208619647177225,2.3202256443567414e-07,2.3202256443567414e-07,0.3763459051485767
460
+ 1.6010322787846335e-06,0.43888976206011626,1.6010322787846335e-06,0.11115215458551198,0.14891268961433518,0.3010405906432002,1.6010322787846335e-06
461
+ 0.0045237897370269805,0.008186673964515265,0.00036585023289452287,0.0020863480277667538,0.00016110595867729647,0.9677564931082151,0.01691973897090408
462
+ 0.07575096088611323,0.05886692185791814,0.00101753821953137,0.004060688007227623,0.008500266700334498,0.1355981628032566,0.7162054615256186
463
+ 0.9750360972848595,0.00035593103908813706,1.4607857704259851e-08,1.4607857704259851e-08,1.4607857704259851e-08,0.02207370314038883,0.0025342247120904663
464
+ 0.11821366411053369,0.46311354124574916,3.294462524521747e-08,0.011756536642561006,3.294462524521747e-08,0.24928203514636066,0.15763415696554486
465
+ 0.13243192530169498,1.303760024310184e-06,0.42994187321900285,0.05179056668718029,1.303760024310184e-06,0.1000344749881731,0.28579855228390005
466
+ 0.0046683109597444004,0.053721675995521065,1.7119498059846684e-07,0.48806178459742605,1.7119498059846684e-07,0.07569538220208517,0.37785250385526215
467
+ 1.1121381474297446e-06,0.43528844951024,1.1121381474297446e-06,1.1121381474297446e-06,1.1121381474297446e-06,1.1121381474297446e-06,0.5647059897990226
468
+ 0.003983506287683867,0.010571405070832235,0.0010246239681610601,0.002477973764014548,0.0005947703405662933,0.9530149084227247,0.028332812146017242
469
+ 0.0686596342370985,0.060634580706446464,0.0016919555430811408,0.004692173300040125,0.002595863202350518,0.09517686990878664,0.7665489231021967
470
+ 0.9549778630212453,0.016312921179354626,1.2189532295834257e-08,0.0026301130271553772,1.2189532295834257e-08,0.01576854488388656,0.01031053350929347
471
+ 0.22013580703646532,0.4829340498017958,0.001204432916984168,0.006974975124281965,0.0074766865883899355,0.10415673584622279,0.17711731268586003
472
+ 0.10224456660383949,0.2000524126947707,0.4414299094311331,0.01925263470298443,0.015136282861238673,0.04598549577651175,0.1758986979295217
473
+ 0.08690300096954676,0.09425529118808908,0.005349590428922364,0.20508215325301116,0.05563256291267893,0.006701104333331396,0.5460762969144204
474
+ 0.09265617023820083,0.23374864635205558,0.11570820987220282,8.931511768920736e-07,0.4650517436064102,8.931511768920736e-07,0.0928334436287767
475
+ 0.01466064893118416,0.01792764740122008,0.0005094917960260127,0.001934257194121279,0.00021990263149753478,0.9281018264746868,0.036646225571264145
476
+ 0.13256523151866867,0.052025000926274254,0.003066434794637019,0.007208555670363499,0.0005485705402060477,0.08619051032453952,0.718395696225311
477
+ 0.9996933077552114,0.00030665185282965614,8.078391794649498e-09,8.078391794649498e-09,8.078391794649498e-09,8.078391794649498e-09,8.078391794649498e-09
478
+ 0.2315602762662923,0.47667660783539084,1.9082892568715002e-08,0.008345400846123781,0.010113849505976187,0.07671505472884046,0.19658879173448393
479
+ 0.0623618493589636,0.15387920367067212,0.4077014638030368,0.04064205914939708,0.0754948374202661,4.523435385997778e-07,0.25992013425412563
480
+ 0.057038441066810504,0.05978934694385914,0.013128335479729018,0.4440452961688249,0.02646443991310787,0.03784475471879437,0.3616893857088742
481
+ 0.13587670609781535,6.173592879649637e-07,0.020278506861094028,6.173592879649637e-07,0.6927549808082203,6.173592879649637e-07,0.1510879541550064
482
+ 0.0075300755838740695,0.019976275166076373,0.0015202604611335626,0.0038111040364265593,0.001831116118674571,0.9143360757445058,0.050995092889309125
483
+ 0.0908468209714788,0.04622402805910542,0.002550203317758249,0.0034050181996025984,0.003461462490928973,0.03608671464393726,0.8174257523171887
484
+ 0.9968722845398796,0.0009798286764838118,6.236377525832109e-09,6.236377525832109e-09,6.236377525832109e-09,0.0021478618381264754,6.236377525832109e-09
485
+ 0.24838739476546257,0.4357320958796351,0.003757264186013721,0.0048103741758514194,0.0027736743457386736,0.09983804553289378,0.2047011511144048
486
+ 0.15878937163741216,0.07755937870991539,0.6374140318192281,2.861465668956754e-07,2.861465668956754e-07,2.861465668956754e-07,0.12623635939374386
487
+ 0.05785131637733163,0.05096447352736915,0.020246371848617068,0.43176006645187015,0.00493093537845999,0.02079011337537752,0.41345672304097447
488
+ 0.06086861355666884,0.08410747047490508,0.017311482026861263,0.023316900281968936,0.33516560896412423,0.031508753292808465,0.4477211714026632
489
+ 0.015905795147692463,0.023318193000815595,0.0010577135035654268,0.0027060709821052653,0.0012437234488366167,0.9010637598995221,0.054704744017462455
490
+ 0.12223005914722489,0.05567913952249402,0.0019639776605991626,0.0032279900267345053,0.005375167517761017,0.02896244028279359,0.7825612258423928
491
+ 0.998261798901785,4.51559080753523e-09,4.51559080753523e-09,4.51559080753523e-09,4.51559080753523e-09,0.0009098144307115915,0.0008283686051405475
492
+ 0.24953185846161652,0.44091753023476876,0.0012102716674805482,0.005131695470710026,0.0007301385950554697,0.08227449831751028,0.22020400725285857
493
+ 0.09796399501111336,0.007341986720800634,0.6046107338833041,0.008830590946940612,2.2351959763358832e-07,0.03537272869212336,0.2458797412261203
494
+ 0.013536233515137289,0.06601722457429203,1.197672967794768e-07,0.45179798348089245,0.010043110383856328,1.197672967794768e-07,0.4586052085112284
495
+ 0.13839418902044823,0.07155466105196064,2.182928455561889e-07,0.032975358787969304,0.4477757658335157,0.009528177268871224,0.29977162974438937
496
+ 0.010254434750687514,0.022730957427630337,0.0008802018513681643,0.0019697426200138493,0.0007287627703324171,0.9064812472298847,0.056954653350083
497
+ 0.07051300588155533,0.041317275686673184,0.0032058157025968577,0.006529523885828443,0.0021203907758321344,0.012563497859109202,0.8637504902084049
498
+ 0.9908956664516513,0.00212540435023247,3.71936483410643e-09,3.71936483410643e-09,3.71936483410643e-09,0.004592709745479563,0.0023862082945425504
499
+ 0.28028248142050904,0.39497739281565153,0.0036768634968995092,0.00571936780363716,0.0008911682326578868,0.052484575960506485,0.2619681502701383
500
+ 0.04703582147553569,0.030129870178946885,0.6532652522601748,2.169242472798414e-07,0.012711084447870094,0.014541730760917169,0.24231602395230797
501
+ 0.10334325236422531,0.03936870801139001,1.2147166803806296e-07,0.4163563317381955,0.05175126633474428,1.2147166803806296e-07,0.38918019860810893
502
+ 0.10143510804940549,0.06192154819102317,0.04733264842671694,2.8081190516654464e-07,0.4561675904207728,0.04169013785570599,0.29145268624447046
503
+ 0.04014094637019566,0.029639632520761405,0.001301483885552665,0.003107765604351167,0.000651270702944498,0.8704317331210953,0.05472716779509926
504
+ 0.16453170138074472,0.05988598890817858,0.004052175753413697,0.004229925053769737,0.0047672241555355675,0.015467512346953777,0.747065472401404
505
+ 0.9983970938112371,0.00034550887017213754,2.635508255298273e-09,0.00011678120601636942,2.635508255298273e-09,0.000714049472830778,0.00042656136872725055
506
+ 0.2776699608911183,0.43453504381946145,0.0027106919899997717,0.006587079334867241,1.2853329265048117e-08,0.0492163431344103,0.22928086797681363
507
+ 0.08989476862312627,0.08144318527388275,0.5658570857655724,0.04089855279328314,0.043626062412154144,1.654943726931832e-07,0.17828017963760845
508
+ 0.07190316930982014,0.07322212927602038,1.1893862402933868e-07,0.4607651473042841,0.01130425345230553,0.025384113426171816,0.35742106829277404
509
+ 0.03258774332257753,0.13242576761419245,0.10958098426480445,0.016758899415124075,0.5417263455254561,0.029738237269766356,0.13718202258807902
510
+ 0.02308905619023469,0.03444510333807984,0.0005778420236224838,0.0039038904887579323,0.0007494592035320613,0.8736038208275101,0.06363082792826302
511
+ 0.09904912322978131,0.04387124102316704,0.0015716283995748338,0.004274313445855018,0.0022386288627339874,0.009852167079153809,0.839142897959734
512
+ 0.9970245388369257,0.0006904203377643123,2.203262394086512e-09,2.203262394086512e-09,2.203262394086512e-09,0.0008272487115412018,0.0014577855039819801
513
+ 0.31361613664168414,0.4023602685996239,0.001283191699831568,0.003081655698647912,0.001377564688198076,0.04196414305199486,0.23631703962001943
514
+ 0.03769087195811055,0.13195533065944387,0.635633227203145,1.9501938681131476e-07,1.9501938681131476e-07,1.9501938681131476e-07,0.19471998512114005
515
+ 0.046098717127383664,0.10404577958672835,0.012129081019710716,0.32052699950099156,0.004482109064029963,1.0281536297842929e-07,0.5127172108857926
516
+ 0.11413920183108485,0.19952195721613528,0.03335937646628011,2.4490584906793984e-07,0.3716725368417133,2.4490584906793984e-07,0.2813064378330884
517
+ 0.034997058405210724,0.034709453275308194,0.0008791494552103437,0.00184926379285657,0.0009445323347037734,0.8719776282289211,0.05464291450778926
518
+ 0.19775917855234562,0.06135572529382371,0.0011146991317978194,0.002729605527326523,0.0027003450647115927,0.008596684742997004,0.7257437616869978
519
+ 0.9992468556807351,1.7376626428399999e-09,1.7376626428399999e-09,1.7376626428399999e-09,1.7376626428399999e-09,0.00040002109732244483,0.0003531162712919693
520
+ 0.3319377330290966,0.41892429960003064,1.1741140663972442e-08,0.006644912461779223,0.0019249586254953888,0.034022231405814576,0.20654585313664275
521
+ 0.07304430216750435,0.08838574699228209,0.7146300197174579,2.1166674004828942e-07,0.014669720921258567,2.1166674004828942e-07,0.10926978686801692
522
+ 0.023220922546864687,0.06852980052260554,1.7161807437762293e-07,0.301579782813588,0.06479795561200921,1.7161807437762293e-07,0.5418711952687838
523
+ 0.08850206037739133,0.09794717993139555,2.963626565328894e-07,2.963626565328894e-07,0.5418514958429296,0.030082141776348208,0.24161652934662206
524
+ 0.027114897759698116,0.03052163491333746,0.0011913378079981655,0.0020560350369347074,0.0005104959131792895,0.8902088993468525,0.04839669922199968
525
+ 0.09944247400283342,0.03548169907433322,0.0023258810440862773,0.002412093570553066,0.0017371321689163483,0.006126706960435675,0.852474013178842
526
+ 0.996824128187727,0.0007788336536497187,1.5253219878598017e-09,0.0003853279215769354,1.5253219878598017e-09,0.0007424979738396971,0.0012692092125627663
527
+ 0.40668186147436386,0.3540371970710551,0.0004482015545830478,0.0027897570976982426,0.0008734440661495357,0.028320457351832553,0.2068490813843179
528
+ 0.15131369392591587,0.15866887434096943,0.48341317045970666,2.0056648540325021e-07,0.023660735913610766,2.0056648540325021e-07,0.18294312422682643
529
+ 0.04088815239577821,0.013193088796121074,2.178966071245349e-07,0.5354238185334025,0.023345245798967098,2.178966071245349e-07,0.38714925868251704
530
+ 0.1470065913017749,0.23657321840829956,0.09458193572308973,2.971295329674238e-07,0.36394303923372645,2.971295329674238e-07,0.1578946210740436
531
+ 0.05889938120459536,0.032254004809127296,0.0006620548452959404,0.0014414016226003696,0.0001367255480739098,0.8565955515851496,0.050010880385157545
532
+ 0.21937641514105083,0.054552461039216946,0.003923172576452143,0.0011270115584248884,0.00102611618060923,0.003023431767742029,0.7169713917365039
533
+ 0.9993003263833249,5.359828876754602e-05,1.2588465990288536e-09,1.2588465990288536e-09,1.2588465990288536e-09,0.00013731987811670942,0.0005087516732511466
534
+ 0.3511183427848018,0.3797328511454736,0.003126924243600954,0.011708508211004673,0.0015313451638373486,0.063685877751847,0.18909615069943456
535
+ 0.12510992128213191,0.13739776290361178,0.5349669703396136,2.2289743099288645e-07,2.2289743099288645e-07,2.2289743099288645e-07,0.20252467678234953
536
+ 0.022426967468562303,0.12803476951747017,2.3704314189226283e-07,0.45440966677004957,0.0598820064985568,2.3704314189226283e-07,0.33524611565907747
537
+ 0.06883785903282785,0.2474694441324973,0.03739337418937151,5.156864755774159e-07,0.4849172951723224,5.156864755774159e-07,0.1613809961000297
538
+ 0.03442578139309874,0.03278676498866711,0.0004514774273151348,0.0033740578500270875,0.0005115907731450186,0.8790972217710287,0.04935310579671833
539
+ 0.11526108868667004,0.034427779467748304,0.0010927715731690896,0.0031836788529753424,0.001900390473008496,0.00637183495501451,0.8377624559914142
540
+ 0.9983124009444705,0.00013982667017392654,1.1489512490549443e-09,1.1489512490549443e-09,0.00036851065084588116,0.0004053769701861878,0.0007738824664211899
541
+ 0.38502794565117127,0.42557658133228143,0.0013974126122193239,0.0008541884076320165,0.003870113696431051,0.02591986731976194,0.15735389098050298
542
+ 0.12040836681317547,0.1176173990692627,0.35393322975724933,0.009710469640735873,0.07324818391848563,3.079069601685285e-07,0.3250820428941309
543
+ 0.027024835776496715,0.027706998924398905,1.8164590256117002e-07,0.35991879370135854,0.152114727718649,0.012062023269689241,0.42117243896350504
544
+ 0.08942864040965383,0.11714608563973457,4.697387099506992e-07,0.01238693098354869,0.4630465969253804,4.697387099506992e-07,0.31799080656426243
545
+ 0.051562998374378985,0.03702912309447103,1.997367582158432e-09,0.0017665016037991185,0.0010981008597834403,0.8602367977815594,0.04830647628864039
546
+ 0.21711094677880655,0.04439132880136745,0.0027275014427326767,0.001263467279128844,0.0020660923837513413,0.004173187766483358,0.7282674755477297
547
+ 0.9994399936862425,0.00023345056852414896,1.022069691647542e-09,1.022069691647542e-09,1.022069691647542e-09,1.022069691647542e-09,0.00032655165695468326
548
+ 0.42119212590944427,0.36294804052280627,0.004591639903194702,1.8007313524317836e-08,1.8007313524317836e-08,0.04839905026094386,0.1628691073889838
549
+ 4.994547608253279e-07,0.06832787080432988,0.6992901575644705,4.994547608253279e-07,4.994547608253279e-07,4.994547608253279e-07,0.23237997381215628
550
+ 0.1479513705716999,0.016665725093673478,3.0028618779911935e-07,0.40720306129132466,3.0028618779911935e-07,3.0028618779911935e-07,0.4281789421847387
551
+ 0.1906861379947812,0.125910678234214,2.6791563031135725e-07,2.6791563031135725e-07,0.5534684786332631,0.0451867868006663,0.08474738250581469
552
+ 0.02851181390015002,0.0326670996310071,0.00014614233403328504,0.0022761013537146288,7.734768079871644e-05,0.8903650238957374,0.045956471204558876
553
+ 0.11585096107942804,0.030600447943645703,0.0004136410581880995,0.00195883575070479,0.0004413425792351104,0.003384448757859856,0.8473503228309385
554
+ 0.9976375502059208,0.00028719559708233563,9.639899887175836e-05,9.586189424178222e-10,9.586189424178222e-10,0.0008927555207981671,0.0010860977600892355
555
+ 0.45669159969161954,0.2965808960191362,0.0009014611730558956,0.004917103200297846,2.3417925770167312e-08,0.012387736475020526,0.22852118002294425
556
+ 0.24491560720456385,0.020122932325163885,0.4854263941280787,5.495420287063692e-07,5.495420287063692e-07,5.495420287063692e-07,0.2495334177161074
557
+ 0.14963444286268385,0.1105678286530082,3.5428877512730146e-07,0.4164260897401692,3.5428877512730146e-07,3.5428877512730146e-07,0.3233705758778136
558
+ 0.3094952592037253,0.07123872294460096,0.09890996756426715,0.008324759956804276,0.2531816449550831,4.5302671171360324e-07,0.25884919234880743
559
+ 0.09047424811848176,0.03476804137373163,0.001176772845522154,0.004679062721375538,0.00020608995722374763,0.8271921286362566,0.041503656347408484
560
+ 0.2776860021377778,0.04197962476763451,0.002317169984612871,0.00047153872280642276,0.0012857077996701071,0.0032659468863053365,0.6729940097011929
561
+ 0.9995965565495858,4.277281467199126e-05,2.2226261444278153e-05,8.595856859356488e-10,8.595856859356488e-10,0.0002902458633453803,4.819679178128478e-05
562
+ 0.41924399698195064,0.3627891101777658,0.001655510892504592,0.005816082467043911,0.0060696023630072244,0.0266375198948606,0.17778817722286733
563
+ 0.33830029416025453,4.438671001323312e-07,0.5165334988467836,4.438671001323312e-07,4.438671001323312e-07,4.438671001323312e-07,0.14516443152456146
564
+ 0.08573186295135933,0.0933519911363768,2.993553984121219e-07,0.24625648945670425,2.993553984121219e-07,2.993553984121219e-07,0.5746587583893643
565
+ 1.0567486995618036e-06,0.08868562005830169,1.0567486995618036e-06,1.0567486995618036e-06,0.24878793472281488,1.0567486995618036e-06,0.6625222182240851
566
+ 0.045253730712147236,0.030150227666071817,0.0010945898324229084,0.0054667458460785825,0.00028138959737965464,0.8625464275923275,0.05520688875357247
567
+ 0.1383078826318601,0.024316913458571208,0.0005469887239657013,0.002068731614415654,0.0006536131068126547,0.001725272954865717,0.8323805975095089
568
+ 0.9991077080880305,8.873945745781417e-05,8.194015861111276e-10,8.194015861111276e-10,8.194015861111276e-10,0.0003744801666911634,0.0004290698296157975
569
+ 0.4858830887760698,0.29834395757654314,3.534571194589017e-08,3.534571194589017e-08,0.001412288696410143,0.03247215005090451,0.18188844420864855
570
+ 0.2744953282041164,0.09740990923044147,0.45786371106636153,0.02005226184570956,5.847470777005228e-07,5.847470777005228e-07,0.15017762015921568
571
+ 0.19044839817819562,0.04203644203765815,3.119300393097525e-07,0.3873997465209067,0.015095116441491077,0.029999356603615433,0.3350206282880936
572
+ 0.5616798322964821,0.22195394970362908,1.4799152240463433e-06,1.4799152240463433e-06,0.2163602983389925,1.4799152240463433e-06,1.4799152240463433e-06
573
+ 0.06835337748906621,0.026684793650974013,3.5493472763624756e-09,0.002341450214429143,0.0003621719045229746,0.8725788937601711,0.02967930943148934
574
+ 0.19736487059590116,0.03367849489686659,0.001462812689514552,0.0023545505642148168,0.0015484529456367801,0.0007672560466013278,0.7628235622612648
575
+ 0.9998183127228455,7.749732521697268e-10,7.749732521697268e-10,7.749732521697268e-10,7.749732521697268e-10,0.00015523154897536477,2.6452628286235704e-05
576
+ 0.4234814065820182,0.39019687600313535,0.0031431590706442014,0.006796338904099173,4.39325080433537e-08,0.02022726271497024,0.1561549127926246
577
+ 9.485821564085292e-07,0.23227781632044256,0.5587880975750894,9.485821564085292e-07,9.485821564085292e-07,9.485821564085292e-07,0.2089302917758425
578
+ 0.14644858580683143,0.05032276885523312,4.2150866508389093e-07,0.2661263505089639,4.2150866508389093e-07,4.2150866508389093e-07,0.5371010303029763
579
+ 1.6034558716760126e-06,1.6034558716760126e-06,1.6034558716760126e-06,1.6034558716760126e-06,0.5967964767475217,1.6034558716760126e-06,0.40319550597312004
580
+ 0.030713924417967643,0.030138884710470697,0.0005795798333729968,0.0024462807362067547,0.0007620302652976706,0.9023967164226991,0.032962583613985096
581
+ 0.12066606142132784,0.016779413092322778,0.0003120677333438646,0.0033978694260261995,0.0017597043135171013,0.0008733316013140732,0.8562115524121482
582
+ 0.997357479882085,0.0005514915229557797,7.537851493864591e-10,7.537851493864591e-10,7.537851493864591e-10,0.00047103187641168596,0.0016199944571921438
583
+ 0.4206162944036101,0.4033270636429418,5.172037762766174e-08,5.172037762766174e-08,0.004544700699406823,0.017189411758881133,0.1543224260544049
584
+ 0.16814219390197463,1.1723710679213054e-06,0.7608391349117434,1.1723710679213054e-06,1.1723710679213054e-06,1.1723710679213054e-06,0.07101398170201013
585
+ 0.036445609240388484,0.0499115061075747,5.197134033244081e-07,0.616448989562048,5.197134033244081e-07,5.197134033244081e-07,0.2971923359497788
586
+ 0.057840598645654766,0.4312373566333671,0.13725759196872883,1.1952355769609763e-06,0.043910740741247005,1.1952355769609763e-06,0.32975132153984826
587
+ 0.08730990042201349,0.023927734567777525,4.462267417306496e-09,0.0007814227021484334,4.462267417306496e-09,0.8665739429778347,0.021406990405691034
588
+ 0.3047447258774893,0.03913564848801198,0.004704050422092914,6.769152766357543e-09,0.0007294091332565708,0.0027472554116155716,0.6479389038983808
589
+ 0.9997234620461354,7.162745850261012e-10,7.162745850261012e-10,7.162745850261012e-10,7.162745850261012e-10,0.00014893252826041136,0.0001276025605060054
590
+ 0.4644007555063742,0.32496864929953695,4.967612736152924e-08,0.005024515171638573,4.967612736152924e-08,0.025616634931039002,0.17998934573915637
591
+ 6.855228899542399e-07,6.855228899542399e-07,0.8207508441995511,6.855228899542399e-07,6.855228899542399e-07,6.855228899542399e-07,0.17924572818599896
592
+ 7.346159937174727e-07,7.346159937174727e-07,0.042804689777789645,0.2468661229258157,7.346159937174727e-07,7.346159937174727e-07,0.7103262488324198
593
+ 0.46372582829616715,4.303525731063589e-06,4.303525731063589e-06,0.15810356242114146,4.303525731063589e-06,4.303525731063589e-06,0.3781533951797671
594
+ 0.03169839367348003,0.017571530731846037,0.0006677447675258038,0.0017320029805369783,0.0036917881610473973,0.9224814078942626,0.022157131791301164
595
+ 0.10626670368613045,0.019690587908525937,9.384568020896745e-09,0.004911206545917579,0.0026113965441374237,9.384568020896745e-09,0.8665200865461525
596
+ 0.9983759094634168,0.0004623141310228103,7.028861599935512e-10,7.028861599935512e-10,7.028861599935512e-10,0.00047927894324920945,0.000682495353652652
597
+ 0.4389677866795393,0.38183163035791373,8.280690166224896e-08,8.280690166224896e-08,8.280690166224896e-08,0.04063080093873802,0.13856953360310403
598
+ 0.29807626245292607,0.04203681519991876,0.6598840365963711,7.21437695988851e-07,7.21437695988851e-07,7.21437695988851e-07,7.21437695988851e-07
599
+ 0.11605077375497849,7.485153882580738e-07,7.485153882580738e-07,0.6686406786824873,7.485153882580738e-07,7.485153882580738e-07,0.21530555350098107
600
+ 9.997512444910598e-07,0.21827711392757854,0.05991963644827189,9.997512444910598e-07,0.7217992506191716,9.997512444910598e-07,9.997512444910598e-07
601
+ 0.0516803571015714,0.02009005738534378,5.520980276560624e-09,0.000621334946508942,5.520980276560624e-09,0.9054761304528,0.022132109071815318
602
+ 0.21899409256391494,0.017423498876304434,9.824593493673674e-09,0.001771768763447258,9.824593493673674e-09,0.003669978905833491,0.7581406412413129
603
+ 0.9994209036290432,0.0004123810889405775,6.859108929839551e-10,6.859108929839551e-10,6.859108929839551e-10,6.551121881294624e-05,0.00010120200547056153
604
+ 0.3439410071001445,0.38558735083516116,9.125952260820347e-08,0.006330922469245137,9.125952260820347e-08,0.0395762921465398,0.22456424492986432
605
+ 0.20136972363767697,1.0260422655010574e-06,0.7986251461509953,1.0260422655010574e-06,1.0260422655010574e-06,1.0260422655010574e-06,1.0260422655010574e-06
606
+ 8.430466298859094e-07,0.1269718540493342,8.430466298859094e-07,0.2758886274507339,0.06437941624904223,8.430466298859094e-07,0.5327575731109999
607
+ 0.07929636918699881,0.15449056114331924,1.3850706207813356e-06,1.3850706207813356e-06,1.3850706207813356e-06,1.3850706207813356e-06,0.7662075293871988
608
+ 0.03303758946738506,0.020437515911690136,0.0016457753065728844,0.0013608361751373682,6.040379909646405e-09,0.9186712479720741,0.024847029126760442
609
+ 0.10431455618711909,0.012089985343942521,0.001372170743476801,0.0011496773702364025,0.0006583235102016116,0.003971413709256803,0.8764438731357669
610
+ 0.9956423198930997,0.0006595469351962025,6.778114375364344e-10,4.067410174345995e-05,6.778114375364344e-10,0.0013341828853698045,0.0023232748289680753
611
+ 0.4492716732503789,0.39909037207057474,1.0538636699048594e-07,1.0538636699048594e-07,1.0538636699048594e-07,0.04665759935629855,0.10498003916364698
612
+ 0.11449868063847919,0.03839551062257673,0.7690552054193192,8.574620828089338e-07,0.07804803093337634,8.574620828089338e-07,8.574620828089338e-07
613
+ 0.06597171755244073,0.09653671511936485,1.3915656965876279e-06,0.581495262291045,0.0883038252342404,1.3915656965876279e-06,0.1676896966715159
614
+ 7.5906669218529035e-06,7.5906669218529035e-06,7.5906669218529035e-06,7.5906669218529035e-06,0.4202993233401837,7.5906669218529035e-06,0.5796627233252071
615
+ 0.0868263050151176,0.019069680752001487,6.538018847685803e-09,0.0006076462197592931,6.538018847685803e-09,0.8522719504982312,0.04122440443885276
616
+ 0.3062791092947531,0.034646598062977076,0.0009489591072541645,0.0010319373596652725,0.0018952892776618823,0.007841222360477254,0.6473568845372112
617
+ 0.999616727525106,0.00014132667700676182,6.615369995977128e-10,6.615369995977128e-10,6.615369995977128e-10,0.00017459930055318385,6.734451272305715e-05
618
+ 0.4464459282236492,0.39226846772498714,9.417229795348602e-08,0.010503963434574036,9.417229795348602e-08,0.0839382432707443,0.0668432090014497
619
+ 0.2022573434822493,1.0263156527912328e-06,0.7977375249394866,1.0263156527912328e-06,1.0263156527912328e-06,1.0263156527912328e-06,1.0263156527912328e-06
620
+ 0.0916078883049969,0.21071218219010118,1.5265948552058946e-06,0.3567361887317105,1.5265948552058946e-06,1.5265948552058946e-06,0.34093916098862576
621
+ 0.17406710506460557,0.4243555961040475,2.7430953491502315e-06,2.7430953491502315e-06,0.3151520411503988,2.7430953491502315e-06,0.08641702839490062
622
+ 0.03951507260846565,0.028243758746734755,7.495834548876218e-09,0.0007614563874223831,7.495834548876218e-09,0.9153478531228005,0.01613184414290746
623
+ 0.09650518480700998,0.005671421225085424,0.004455457977590408,0.00035992811357706266,1.5682512620666584e-08,0.00500831138037691,0.8879996808138476
624
+ 0.9980045585825464,0.0007825666570675679,6.546480111924715e-10,0.00011301463939794584,6.546480111924715e-10,0.0004730036146228808,0.0006268551970691968
625
+ 0.44799738211900697,0.3043204809266212,1.1361876958013083e-07,1.1361876958013083e-07,1.1361876958013083e-07,0.01905670196248216,0.22862509413558127
626
+ 9.42159508700535e-07,0.056467901939304205,0.8074713368506721,9.42159508700535e-07,9.42159508700535e-07,9.42159508700535e-07,0.13605699257198894
627
+ 2.128752542298524e-06,2.128752542298524e-06,2.128752542298524e-06,0.951132524085776,2.128752542298524e-06,2.128752542298524e-06,0.04885683215151252
628
+ 0.48192211395988216,8.70358348491531e-06,8.70358348491531e-06,8.70358348491531e-06,8.70358348491531e-06,8.70358348491531e-06,0.5180343681226932
629
+ 0.04768267421886621,0.023436106268121776,8.091346949539517e-09,0.00046450724109852246,8.091346949539517e-09,0.9157172062670759,0.012699489822143846
630
+ 0.2686801523239913,0.011781525283993394,1.671064308012513e-08,0.0017524169243646253,0.002393028534010856,0.014731308380644815,0.7006615518423519
631
+ 0.9990288975711024,0.0003447351996722735,6.449698324450655e-10,6.449698324450655e-10,6.449698324450655e-10,0.00038665491652685176,0.00023971037778915998
632
+ 0.4210692611845542,0.39911527560048393,1.3270970370740897e-07,1.3270970370740897e-07,0.009037579199560879,0.053722032020109105,0.11705558657588452
633
+ 1.1667942499821343e-06,1.1667942499821343e-06,0.9398754639822224,1.1667942499821343e-06,1.1667942499821343e-06,1.1667942499821343e-06,0.060118702046527646
634
+ 0.175037471428219,0.053239900706485765,1.279236659997616e-06,0.3447358153650405,1.279236659997616e-06,1.279236659997616e-06,0.4269829747902747
635
+ 6.9827595969774115e-06,6.9827595969774115e-06,6.9827595969774115e-06,6.9827595969774115e-06,6.9827595969774115e-06,6.9827595969774115e-06,0.9999581034424182
636
+ 0.03023574211012567,0.03410879755003579,8.699872132382823e-09,8.699872132382823e-09,8.699872132382823e-09,0.925477576094236,0.010177858145986344
637
+ 0.09220384354446397,0.016826967905044624,2.141547154706544e-08,2.141547154706544e-08,2.141547154706544e-08,2.141547154706544e-08,0.8909691028886052
638
+ 0.9935424433790274,0.00226261346966215,6.410071292367126e-10,0.00019829223731612466,6.410071292367126e-10,0.0011402795605455138,0.002856370071434648
639
+ 0.3829730323129238,0.41442188415047,1.206287522227066e-07,1.206287522227066e-07,1.206287522227066e-07,0.0953205118290227,0.10728420982132708
640
+ 0.4121374329035346,1.241425703473804e-06,0.16965819662056883,1.241425703473804e-06,1.241425703473804e-06,1.241425703473804e-06,0.4181994047730825
641
+ 0.3125515679131057,3.7106912652207625e-06,3.7106912652207625e-06,0.37454978420435203,0.31288380511748115,3.7106912652207625e-06,3.7106912652207625e-06
642
+ 1.4682915566771464e-05,1.4682915566771464e-05,1.4682915566771464e-05,1.4682915566771464e-05,0.9999119025065994,1.4682915566771464e-05,1.4682915566771464e-05
643
+ 0.06598302912848986,0.02084747748096343,9.312495517992843e-09,9.312495517992843e-09,9.312495517992843e-09,0.895373870769891,0.017795594683169134
644
+ 0.4019344151647536,0.020667871313973796,0.0007070520014253775,2.244362127165859e-08,2.244362127165859e-08,0.003940349835159483,0.5727502667974452
645
+ 0.9989840822817624,0.0003976720501403909,6.334903332392227e-10,6.334903332392227e-10,6.334903332392227e-10,0.00040489881241378636,0.00021334495521245343
646
+ 0.3530232624826765,0.4892050458187688,9.876706289308698e-08,0.017629994310889286,9.876706289308698e-08,0.04830503407051559,0.0918364657830242
647
+ 5.946276543452959e-06,5.946276543452959e-06,0.9999643223407393,5.946276543452959e-06,5.946276543452959e-06,5.946276543452959e-06,5.946276543452959e-06
648
+ 2.4373133280230016e-06,2.4373133280230016e-06,2.4373133280230016e-06,0.24601755193316924,2.4373133280230016e-06,2.4373133280230016e-06,0.7539702615001906
649
+ 0.9999606363556014,6.560607399782218e-06,6.560607399782218e-06,6.560607399782218e-06,6.560607399782218e-06,6.560607399782218e-06,6.560607399782218e-06
650
+ 0.0287818271338572,0.02675778607766016,1.0112017863124421e-08,1.0112017863124421e-08,1.0112017863124421e-08,0.9178232527078956,0.026637103744533444
651
+ 0.09440281241085763,0.030437940324350866,0.0012361835485606319,3.019983579027256e-08,3.019983579027256e-08,0.011315635059843829,0.8626073682567156
652
+ 0.9950042938698421,0.0021509427242425746,6.302581931738401e-10,0.00012997647709785785,6.302581931738401e-10,0.0011535617885090226,0.0015612238797920563
653
+ 0.19385383665476538,0.42460148462251,1.0828497704654855e-07,0.0040889127819692455,1.0828497704654855e-07,0.19092967522196866,0.18652587414883254
654
+ 4.782288232363365e-06,4.782288232363365e-06,0.8493174036185683,4.782288232363365e-06,4.782288232363365e-06,4.782288232363365e-06,0.15065868494026977
655
+ 3.5785376826309623e-06,3.5785376826309623e-06,3.5785376826309623e-06,0.3612104648422771,3.5785376826309623e-06,3.5785376826309623e-06,0.6387716424693098
656
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
657
+ 0.03512943924957015,0.009487426371883854,1.083793266713613e-08,0.00027328500757613694,0.002344865878417609,0.9287924703872757,0.023972502267343824
658
+ 0.2295700226878029,0.01139235237276202,0.008844287721283728,0.0007889597325520911,0.0020722282985713106,0.021275237139496427,0.7260569120475315
659
+ 0.9976554532583998,0.0014414531065731697,6.28424815130155e-10,0.00026780997414691866,6.28424815130155e-10,0.00016497640784601448,0.00047030599618458796
660
+ 0.18036314625969962,0.46155813634945686,1.1651337812367406e-07,0.023655640829712138,1.1651337812367406e-07,0.20242866635770362,0.13199417717667145
661
+ 2.1392230641655924e-06,2.1392230641655924e-06,0.9999871646616147,2.1392230641655924e-06,2.1392230641655924e-06,2.1392230641655924e-06,2.1392230641655924e-06
662
+ 2.525248869166731e-06,0.19531333875662693,2.525248869166731e-06,0.5455621990088416,2.525248869166731e-06,2.525248869166731e-06,0.2591143612390546
663
+ 0.45239529529352085,0.30868896621433656,3.5177030513901937e-06,3.5177030513901937e-06,0.23890166767993673,3.5177030513901937e-06,3.5177030513901937e-06
664
+ 0.016334181799969063,0.014783037280201975,1.1112458497511577e-08,1.1112458497511577e-08,1.1112458497511577e-08,0.9546317542331788,0.014250993349274682
665
+ 0.08024372785677525,0.020776960517181517,3.287637372104579e-08,3.287637372104579e-08,0.0018621030085523447,3.287637372104579e-08,0.8971171099883697