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.9968689924054871,0.002969237417104395,3.623792704674041e-09,3.623792704674041e-09,3.623792704674041e-09,0.0001617556822380867,3.623792704674041e-09
2
+ 2.2271622729098207e-07,0.7061198702361079,2.2271622729098207e-07,0.01694424444971079,0.008826987356373559,0.1978810831347962,0.07022736939055699
3
+ 9.48929366862694e-06,9.48929366862694e-06,0.9999430642379883,9.48929366862694e-06,9.48929366862694e-06,9.48929366862694e-06,9.48929366862694e-06
4
+ 2.3290565396749966e-06,2.3290565396749966e-06,2.3290565396749966e-06,0.8444882866303463,2.3290565396749966e-06,0.05274991865155344,0.10275247849194163
5
+ 4.906742289491466e-05,4.906742289491466e-05,4.906742289491466e-05,4.906742289491466e-05,0.9997055954626306,4.906742289491466e-05,4.906742289491466e-05
6
+ 0.028791582885997428,0.008097160856688441,7.62006437441679e-08,7.62006437441679e-08,7.62006437441679e-08,0.953223756061438,0.009887271593944867
7
+ 0.08308035532754102,0.02670198772910094,2.0898032534715462e-07,0.012515311474030783,2.0898032534715462e-07,2.0898032534715462e-07,0.8777017185283512
8
+ 0.9951983920375674,0.0029215205341185514,3.6249568225407135e-09,0.00024707171982325734,0.00025436629067021447,0.0003021593726701966,0.001076486420193596
9
+ 0.06073174652634537,0.49273793714716446,2.367479730746755e-07,0.07825372182151717,2.367479730746755e-07,0.25168592875597834,0.11659019225304858
10
+ 9.48929366862694e-06,9.48929366862694e-06,0.9999430642379883,9.48929366862694e-06,9.48929366862694e-06,9.48929366862694e-06,9.48929366862694e-06
11
+ 2.0057781387835974e-06,0.22264111220254124,2.0057781387835974e-06,0.5407519237380637,2.0057781387835974e-06,0.07888492355636963,0.15771602316860903
12
+ 1.666320683788793e-05,1.666320683788793e-05,1.666320683788793e-05,1.666320683788793e-05,0.339498187012267,1.666320683788793e-05,0.6604184969535436
13
+ 0.01205139039195031,0.010443425630177802,7.42656744745803e-08,7.42656744745803e-08,7.42656744745803e-08,0.9739564335921512,0.003548527588697213
14
+ 0.11403985041909283,0.03523206473549358,2.1325958165234823e-07,2.1325958165234823e-07,2.1325958165234823e-07,0.06699031746050668,0.7837371276061619
15
+ 0.9972328156849803,0.0018853106372301483,3.629839085046703e-09,0.0008818591584335956,3.629839085046703e-09,3.629839085046703e-09,3.629839085046703e-09
16
+ 0.019082656781366815,0.6402856616265467,3.0265845849749003e-07,0.047182888910692104,3.0265845849749003e-07,0.2508256939769091,0.04262249338756843
17
+ 9.48929366862694e-06,9.48929366862694e-06,0.9999430642379883,9.48929366862694e-06,9.48929366862694e-06,9.48929366862694e-06,9.48929366862694e-06
18
+ 1.4963438813036846e-06,0.16783873193053422,1.4963438813036846e-06,0.4376996950123781,1.4963438813036846e-06,0.23061003541280517,0.16384704861263855
19
+ 1.104362624688765e-05,1.104362624688765e-05,1.104362624688765e-05,1.104362624688765e-05,0.9999337382425187,1.104362624688765e-05,1.104362624688765e-05
20
+ 0.005073546463497889,0.0008319268168700938,6.842567107149897e-08,6.842567107149897e-08,6.842567107149897e-08,0.985166228153832,0.008928093288786687
21
+ 0.07973880383992994,0.0030671324853436613,2.1595866582482892e-07,0.009665685291736753,2.1595866582482892e-07,0.06391202630259624,0.8436159201630617
22
+ 0.9719499718226988,0.01278784218502778,0.0003037130972525411,0.0018265299380613718,3.6332140449982355e-09,0.005693993275769329,0.007437946047976337
23
+ 0.027449417658942682,0.37997504707517077,3.6056053623461207e-07,0.019103982409011733,3.6056053623461207e-07,0.3669301295312162,0.20654070220458612
24
+ 9.48929366862694e-06,9.48929366862694e-06,0.9999430642379883,9.48929366862694e-06,9.48929366862694e-06,9.48929366862694e-06,9.48929366862694e-06
25
+ 0.06240913267266668,1.3584836002239564e-06,1.3584836002239564e-06,0.1310582005888118,1.3584836002239564e-06,0.4695713528744518,0.33695723841326913
26
+ 1.104362624688765e-05,1.104362624688765e-05,1.104362624688765e-05,1.104362624688765e-05,0.22500417388653554,1.104362624688765e-05,0.7749406079822301
27
+ 0.061716708600985264,0.008815741622332444,6.379008456821123e-08,6.379008456821123e-08,6.379008456821123e-08,0.9276182105235282,0.0018491478829005007
28
+ 0.13063535126738893,0.0477957190795155,0.02026899214273973,0.005067817305407002,2.332533541353422e-07,0.06393457641156462,0.73229731054003
29
+ 0.995436556602572,0.002110116840357801,3.715157722054794e-09,0.00024008132688430397,3.715157722054794e-09,0.0015966438299463508,0.0006165939699242436
30
+ 0.024323490248194305,0.7264689365295832,2.0339003241344608e-07,0.011958404547616527,2.0339003241344608e-07,0.2082499107731205,0.028998851121420543
31
+ 3.62489156199795e-06,0.15376848909892327,0.5933011075014345,3.62489156199795e-06,3.62489156199795e-06,3.62489156199795e-06,0.252915903833394
32
+ 1.4838581979288984e-06,0.015324990349510483,1.4838581979288984e-06,0.6119149086782193,1.4838581979288984e-06,0.05797322857252825,0.3147824208251482
33
+ 4.906742289491466e-05,4.906742289491466e-05,4.906742289491466e-05,4.906742289491466e-05,0.9997055954626306,4.906742289491466e-05,4.906742289491466e-05
34
+ 0.01674379126729288,0.008928102936382024,5.6349579056362293e-08,5.6349579056362293e-08,5.6349579056362293e-08,0.9727242397458044,0.001603697001783612
35
+ 1.6375368410017707e-07,0.02225477532210955,1.6375368410017707e-07,0.014849013372143283,1.6375368410017707e-07,0.0401682439357565,0.9227274761089383
36
+ 0.9694963178108472,0.01600000642029892,0.00018371260945704778,0.001760244170894416,3.7263935601891275e-09,0.006185534465355694,0.00637418079675328
37
+ 0.016112549665701432,0.5397993402850456,0.024034560435723353,0.05066098626077314,2.2287244682012611e-07,0.3121722374811139,0.057220102999195846
38
+ 6.1094756760895254e-06,6.1094756760895254e-06,0.25155364536469255,6.1094756760895254e-06,6.1094756760895254e-06,0.21752745249666477,0.5308944642359383
39
+ 1.5962189164038988e-06,0.1536840191249302,0.11321171924429288,0.3195689116870003,1.5962189164038988e-06,0.14474346739001961,0.2687886901159242
40
+ 4.906742289491467e-05,0.9997055954626308,4.906742289491467e-05,4.906742289491467e-05,4.906742289491467e-05,4.906742289491467e-05,4.906742289491467e-05
41
+ 0.019857072958785384,0.0006754354205663002,5.2630628530327696e-08,0.0006935506886104739,5.2630628530327696e-08,0.9673755760030541,0.011398259667726751
42
+ 0.04834334163334246,0.050842428272265885,0.005571000578216433,0.02372065765515167,0.00958632883263962,0.10587967441838407,0.7560565686099999
43
+ 0.9962417705639162,0.0026560229609381377,3.832562214919335e-09,0.00023290174008875478,3.832562214919335e-09,0.0002440884736222366,0.0006252085963103565
44
+ 1.3960333009778581e-07,0.72637301588043,0.0038742619890198044,0.007487846604817095,1.3960333009778581e-07,0.1052327809259413,0.15703181539313163
45
+ 3.288593501485612e-06,3.288593501485612e-06,0.7150316270136627,3.288593501485612e-06,3.288593501485612e-06,3.288593501485612e-06,0.2849519300188296
46
+ 9.421445996011208e-07,0.058042427885010406,9.421445996011208e-07,0.5708745705859188,9.421445996011208e-07,0.022117914167837753,0.3489622609274341
47
+ 1.6678716578456036e-05,1.6678716578456036e-05,1.6678716578456036e-05,1.6678716578456036e-05,0.575459471211694,1.6678716578456036e-05,0.4244571352054137
48
+ 0.0018212519073741499,0.013552356466456106,4.498526482754662e-08,4.498526482754662e-08,4.498526482754662e-08,0.9846262116851104,4.498526482754662e-08
49
+ 1.3952160370671234e-07,0.06638529211051504,1.3952160370671234e-07,0.0050229304405093956,1.3952160370671234e-07,0.05342656115527111,0.8751647977288933
50
+ 0.9207267254055981,0.032667491231968486,0.00084047056391443,0.005406020740697789,0.00022653010092322669,0.018750211300572625,0.021382550656325373
51
+ 0.00238295978753489,0.46754680941544985,0.0034352842521940836,0.0851416794199593,1.4848221505443524e-07,0.3393550885445324,0.10213803009811442
52
+ 4.07855752045232e-06,4.07855752045232e-06,0.8245995205332222,4.07855752045232e-06,4.07855752045232e-06,4.07855752045232e-06,0.1753800866791755
53
+ 1.3221552458727057e-06,0.15125891422508625,1.3221552458727057e-06,0.37203894822798345,1.3221552458727057e-06,0.16618071711555749,0.31051745396563507
54
+ 2.8978264310775865e-05,2.8978264310775865e-05,2.8978264310775865e-05,2.8978264310775865e-05,0.9998261304141354,2.8978264310775865e-05,2.8978264310775865e-05
55
+ 0.012899251550085413,0.019144767905325478,4.3268238553679514e-08,0.0006052470791743074,4.3268238553679514e-08,0.9649969644274613,0.00235368250147628
56
+ 0.0747501072056412,0.0916948908951556,0.0046747869038272554,0.03472758669874849,0.0025835935196987614,0.12313863572401956,0.668430399052909
57
+ 0.9937378901947956,0.0032570468589273333,0.00022697729597770475,5.6218209592855234e-05,4.16167761240162e-09,0.0017665000470313203,0.000955363231997497
58
+ 7.73025769809832e-08,0.7186390777651114,0.002463640648016074,0.0340825500639343,0.00482095318313849,0.16729698442880578,0.0726967166084171
59
+ 2.077166607098178e-06,2.077166607098178e-06,0.7800179653216724,2.077166607098178e-06,2.077166607098178e-06,0.048408907630763075,0.17156481838113594
60
+ 3.9160766718559286e-07,0.07942502203147044,0.00954430521496409,0.5001494579422547,0.007755884736009962,0.10953150810288659,0.29359343036474705
61
+ 8.75807100810078e-06,8.75807100810078e-06,8.75807100810078e-06,8.75807100810078e-06,0.4841606991700863,8.75807100810078e-06,0.5157955104748733
62
+ 0.002040112244629566,0.009991476862019807,3.270220531469994e-08,0.004069339932769217,3.270220531469994e-08,0.971144788732872,0.01275421682329881
63
+ 0.03110011525759564,0.046068715974006955,8.364386559289391e-08,8.364386559289391e-08,0.005870339262445703,0.06397260168656989,0.8529880605316507
64
+ 0.9330315650026944,0.0305467218494102,0.0013335533346942928,0.004278032268075921,0.00010800543722146606,0.01116063624002499,0.019541485867878895
65
+ 0.003174004688449586,0.549498552290123,0.00910738163164734,0.033687634415284225,0.00166765375357643,0.2848592959839084,0.11800547723701119
66
+ 2.0563216766206896e-06,0.14584447655463614,0.7221010850308545,2.0563216766206896e-06,0.06553517186322994,0.06651309758624938,2.0563216766206896e-06
67
+ 0.044736216004918866,0.02723240871826136,5.387886015526668e-07,0.3379259254151813,0.01637365234905002,0.18472498790404712,0.3890062708199399
68
+ 4.816093598225261e-06,0.4333847845794073,4.816093598225261e-06,4.816093598225261e-06,0.3003543047260735,0.2662416463201262,4.816093598225261e-06
69
+ 0.006712184532456497,0.00763035976188415,2.998222846361725e-08,2.998222846361725e-08,2.998222846361725e-08,0.9831850901042841,0.002472275654689929
70
+ 0.01039516746458233,0.08970657029814413,0.007370636137083653,0.020524149490835475,0.007211904604185364,0.07508532524824468,0.7897062467569244
71
+ 0.9938494406518688,0.003331968040840528,4.470853177143938e-09,0.0005873472802202447,4.470853177143938e-09,0.0012616453212909251,0.0009695897640733105
72
+ 0.008089018762041919,0.7848136843457092,0.0012446741705352342,0.015020976230435917,6.654078405782886e-08,0.14528490929427693,0.04554667065621694
73
+ 1.1562768748308985e-06,0.015880486716130817,0.8699605203894576,1.1562768748308985e-06,1.1562768748308985e-06,0.11415436778691222,1.1562768748308985e-06
74
+ 4.3755862070261407e-07,0.1324972560679859,4.3755862070261407e-07,0.4596525554807472,4.3755862070261407e-07,0.1115830432390402,0.2962658325363646
75
+ 3.842301083265309e-06,3.842301083265309e-06,3.842301083265309e-06,3.842301083265309e-06,0.9286113897169275,0.0713693987776561,3.842301083265309e-06
76
+ 0.003958793664371885,0.012157466284294715,2.4990544880975442e-08,2.4990544880975442e-08,2.4990544880975442e-08,0.9809484202493359,0.002935244830362888
77
+ 0.008049839155455431,0.06680508789862499,0.007405491014914666,0.006925482070578539,0.0032217034841079168,0.07328422816902058,0.834308168207298
78
+ 0.8162818928086218,0.0754160572727998,0.0025991599486518005,0.014336316436601134,0.0001240811842042574,0.03929454551299064,0.05194794683613062
79
+ 0.002733897157677764,0.44763314110320435,0.0011662521038244237,0.031026916743241872,6.913751950893213e-08,0.3132161204081328,0.20422360334639927
80
+ 1.1168529139102443e-06,0.2890128305425426,0.5369314569147617,0.01246240762144897,1.1168529139102443e-06,0.05241913656680548,0.10917193464861331
81
+ 6.562381085293846e-07,0.1897984232022389,6.562381085293846e-07,0.24717354295923338,0.021350813514697767,0.04336472521490514,0.4983111826327078
82
+ 3.3811842160147674e-06,0.10275335209686941,3.3811842160147674e-06,0.29282732204181633,0.1009922914864704,0.2925536819704286,0.21086659003598318
83
+ 0.014712393844676094,0.01907255765708274,2.308371697715465e-08,0.002875622120752297,0.001071170777284768,0.9512366855079302,0.011031547008556913
84
+ 0.02171957308750076,0.0696002489074656,0.018576080441283945,0.0461405360110124,0.00812345671797571,0.1023856871530769,0.7334544176816846
85
+ 0.9942492302717768,0.0033440015334198353,5.470092886960311e-09,0.0005145810893635511,0.000270025463032838,0.000686379319776507,0.000935776852537557
86
+ 3.880834785287845e-08,0.7762051967062827,0.002810912981647832,0.01663194492411054,3.880834785287845e-08,0.12682364855026082,0.07752821922100221
87
+ 7.309476262941478e-07,7.309476262941478e-07,0.8228107753669238,7.309476262941478e-07,7.309476262941478e-07,0.08513344317180327,0.09205285767076773
88
+ 2.0141366343302304e-07,0.11101913902240941,2.0141366343302304e-07,0.5931010535849844,2.0141366343302304e-07,0.027866830369134992,0.26801237278248075
89
+ 3.7884015210146214e-06,0.0918486327896442,3.7884015210146214e-06,3.7884015210146214e-06,0.3051669536706177,3.7884015210146214e-06,0.602969259933654
90
+ 0.003828863163757715,0.013501678688610175,1.7763087256072883e-08,0.0019537353733542063,1.7763087256072883e-08,0.9732695511146807,0.007446136133422685
91
+ 3.6450959006955765e-08,0.06536413396286428,0.004326709140498476,0.010183811820196582,0.004281760163125484,0.07026564267258924,0.8455779057897669
92
+ 0.8869607906391535,0.044784362965629224,0.00046410710734317656,0.009188606187055288,0.00014927517720691766,0.02528048429800766,0.03317237362560426
93
+ 0.013375420839039665,0.5372304420437115,0.004589126081854144,0.0062291846802126506,0.0016649306809610066,0.26379559923878054,0.17311529643544069
94
+ 7.594104967936934e-07,0.12846573126789715,0.7417635621352555,0.03254454226442621,7.594104967936934e-07,0.06399847843548186,0.03322616707594557
95
+ 2.592887891331543e-07,0.04864982009537554,0.024077287259413993,0.3818406033730678,0.027866514373150904,0.07880848452555647,0.4387570310846461
96
+ 4.04224556617759e-06,4.04224556617759e-06,4.04224556617759e-06,4.04224556617759e-06,0.5837098234823644,0.16564218366987352,0.25063182386549737
97
+ 0.002818487194314299,0.014703278315400949,1.6565172305080368e-08,0.0033927288041633408,1.6565172305080368e-08,0.9688965495041144,0.010188923051662415
98
+ 0.0018587604724306101,0.07105336146585442,0.0023278255512116297,0.025422359185443905,0.0071147448505840235,0.09127364621843645,0.800949302256039
99
+ 0.9919225316569195,0.0031577246278060135,6.174949435633949e-09,0.0007058552786213594,6.174949435633949e-09,0.0021116107004598697,0.0021022653862944472
100
+ 0.0036901782455681575,0.7045983550267809,0.0024646316006038073,0.00786475084452822,0.0010007280399556362,0.17250075984532165,0.10788059639724171
101
+ 7.536838236327853e-07,0.06583660986904552,0.85005238663872,7.536838236327853e-07,0.008822631799532616,0.013148294113405462,0.06213857021164928
102
+ 2.3602052515295445e-07,0.08771721836300168,0.010614280649757201,0.5324645602508189,0.018548402980523016,0.038232071598224886,0.31242323013714923
103
+ 1.947331746138856e-06,0.0353945174449759,1.947331746138856e-06,0.07697260936320421,0.6927609236303577,1.947331746138856e-06,0.19486610756622366
104
+ 0.00294733700884932,0.004362329710846331,1.3834427584707092e-08,0.0008564095094400813,1.3834427584707092e-08,0.9864909426725906,0.005342953429418466
105
+ 2.897989863897397e-08,0.04227323640492299,2.897989863897397e-08,0.00521327256963632,0.00776810300788448,0.12415375596056068,0.8205915740971982
106
+ 0.7141283751238746,0.0922594825856761,0.003113682083407991,0.027398237784142413,0.00018595986579469004,0.07264877246351034,0.09026549009359387
107
+ 0.0010784287429722928,0.47859724394974446,0.004262225028413004,0.027431860167523824,0.003697896525377959,0.324791498855306,0.16014084673066234
108
+ 8.115396257108688e-07,0.02015656989061034,0.7660953204039427,0.01687001048197333,8.115396257108688e-07,8.115396257108688e-07,0.19687566460459657
109
+ 3.5197025823047965e-07,0.11684057834651174,0.015316200569590332,0.36688464722202013,0.03739655877982711,0.08928210382818523,0.37427955928360723
110
+ 1.3546292888285272e-06,0.04569101077764995,1.3546292888285272e-06,1.3546292888285272e-06,0.34801966342269214,0.13744388964671975,0.4688413722650717
111
+ 0.0062559907868167015,0.009338658976142332,0.001765414408177717,0.0020974532146766324,1.2458113228695897e-08,0.9745258851222653,0.006016585033808054
112
+ 0.008596712259845351,0.07178496060952093,0.020665804452727386,0.025545538760133973,0.004499742601894231,0.1536948468134631,0.715212394502415
113
+ 0.9959467934469813,0.0017647082577739324,8.640116970643235e-09,0.0009527189728482528,8.640116970643235e-09,0.001125411390493243,0.000210350651669201
114
+ 0.0014730909047183912,0.738091764366681,0.004144007962660013,0.014289407475976922,3.595131151216374e-08,0.15877187993950273,0.08322981339914941
115
+ 4.167517558117991e-07,0.10108416884396647,0.8221904806420065,4.167517558117991e-07,4.167517558117991e-07,0.022143729141346255,0.054580371117413505
116
+ 1.422625965517962e-07,0.06308397458780479,0.027494266078842568,0.6344341865684462,0.01771253749753551,0.02880122869151485,0.22847366431325952
117
+ 1.6253650915964684e-06,0.038376449810997644,0.03273422775135363,1.6253650915964684e-06,0.755908920304548,0.07919016950033249,0.09378698190258516
118
+ 0.0017637936733351795,0.007827399519996515,0.00016166827415985293,0.0018067547999632864,9.825356847273734e-09,0.9822932900527691,0.006147083854419132
119
+ 0.004207665070164577,0.03143966110479353,0.0044875846663651004,0.009174516860703953,0.004828806171348194,0.06564841177255583,0.8802133543540688
120
+ 0.8677593082359674,0.054801551305302586,0.0009000316911123552,0.014242984044179832,0.0005040203474693654,0.02995678050288259,0.03183532387308589
121
+ 0.006099589001186473,0.533350079146731,0.0061254594646611565,0.014606770723529755,0.004297092544474146,0.2904038814421021,0.1451171276773153
122
+ 3.9787826729900943e-07,0.039850463257527426,0.7865948293711682,0.01444590016498412,0.02548288383765362,0.017910245726704684,0.11571527976369458
123
+ 0.004200477217621527,0.025584192665236823,0.03234678042777299,0.44957731903347303,0.0034696645862694916,0.04911871156798786,0.43570285450163826
124
+ 1.2503358986048778e-06,0.02825536535580041,0.05010172137972294,1.2503358986048778e-06,0.3769433535124063,0.31706581539130235,0.22763124368897078
125
+ 0.0012465741741389466,0.010147096238969321,0.0005292531038079329,0.0012654689098023522,9.286433791913701e-09,0.9714595316880738,0.015352066598773957
126
+ 0.00562758700999535,0.07598745934880954,0.01634013858072508,0.014184922746812875,0.008366129046030435,0.11871626214311895,0.7607775011245077
127
+ 0.9875050572059569,0.007816084275824853,9.908748030411769e-09,0.0010093378510422021,9.908748030411769e-09,0.0018973442826329657,0.0017721565670470397
128
+ 4.244136664388729e-08,0.7160570243628068,4.244136664388729e-08,0.013788874215759098,0.006512806167602723,0.16440530532930894,0.09923590504178902
129
+ 3.1189688585216995e-07,0.06744051584637768,0.7220168794636841,0.011169128284679426,3.1189688585216995e-07,0.05208227253772415,0.14729058007376297
130
+ 0.004591211504129682,0.10142215529547473,1.8970152277225328e-07,0.6397956887157139,0.0438706474609759,0.04053584998748833,0.16978425733469457
131
+ 1.1050710690306683e-06,0.12849371965488107,0.04155029826915243,1.1050710690306683e-06,0.49348766696100177,0.05803209767873523,0.27843400729409146
132
+ 0.0010117492599855786,0.008174180614657956,0.0005845065010293604,0.000667956834414801,0.0003865683127010329,0.9805123640901007,0.008662674387110554
133
+ 0.003906984209038088,0.034787019928956164,0.004898738017071408,0.010479155560175769,0.00446466671667747,0.07429354751035212,0.867169888057729
134
+ 0.6294718739855779,0.12962767285034552,0.002517469823901361,0.03424403950336843,0.00023297025986565069,0.08880067977555417,0.11510529380138691
135
+ 4.7485672363733167e-08,0.46008027138756485,0.009388518353141273,0.026272207442097986,0.0021606035820531362,0.2808500370162234,0.2212483147332469
136
+ 3.786943805919218e-07,0.12595997325749284,0.5693915486204844,3.786943805919218e-07,0.14956910327960216,0.00899234744222558,0.14608627001143396
137
+ 2.2824206991452382e-07,0.09093123298211657,0.00904620425833125,0.3678880422417702,0.024555205886831553,0.03574036297434672,0.4718387234145338
138
+ 9.291493974848601e-07,0.051485019579060355,0.02189932598655219,9.291493974848601e-07,0.6063038667111341,0.047886223451808436,0.27242370597264987
139
+ 0.002486730083278011,0.011566593116757595,7.932381910428991e-09,0.0012911871189765234,7.932381910428991e-09,0.9762380780734785,0.008417395742745479
140
+ 0.0027363067779950056,0.07101952751677712,0.0054765499593155765,0.01222950446447038,0.00507048978577908,0.14849339539065426,0.7549742261050086
141
+ 0.985543191725994,0.010236326178938744,0.0008162645963479831,0.0013029608901981558,1.578095708302307e-08,0.0013675712441024767,0.0007336695834614589
142
+ 0.008912392547994887,0.7338989824923481,0.0013607225045863113,0.0028092132070567165,0.0019001845074624556,0.16932598270359553,0.08179252203695608
143
+ 4.4335464099390375e-07,0.09103659357508675,0.7444105936880392,4.4335464099390375e-07,4.4335464099390375e-07,0.028103495874473004,0.13644798679847822
144
+ 1.5908176451559834e-07,0.048788199470350735,1.5908176451559834e-07,0.6280168548478321,0.008214144908115105,0.05725570145750013,0.25772478115267294
145
+ 6.918118234398748e-07,0.06796718051867726,0.07208524228789985,6.918118234398748e-07,0.5975383258400928,0.05964252863108395,0.2027653390985992
146
+ 0.0009746869401156466,0.011848858529537366,0.0006783830547365024,0.0015771679257410528,0.00032490294142100947,0.976556117359013,0.008039883249435378
147
+ 1.8878250573691907e-08,0.03833824530066619,0.006242573678570696,0.0028190319229364096,0.006261009713815321,0.07710280532641028,0.8692363151793506
148
+ 0.8830943469719976,0.04540916883270971,0.0017382554958609293,0.002916160288790182,1.5912956475967954e-08,0.030860152197981144,0.03598190029970388
149
+ 3.913864853177854e-08,0.5944014348640316,3.913864853177854e-08,0.029842229823784386,0.00273582428591529,0.2305725957202402,0.14244783702873143
150
+ 4.344388002792883e-07,0.026464888734692174,0.7046630597961748,0.04134461656435279,0.0085980444270838,0.07993885841551403,0.13899009762338219
151
+ 2.2289881708568526e-07,0.01544039713420402,0.009931676128770106,0.4948377602753746,0.029657231766530092,0.053737344069436824,0.39639536772686723
152
+ 7.422832946727755e-07,0.031345059911932885,0.04726142517532926,7.422832946727755e-07,0.6836382417962887,7.422832946727755e-07,0.23775304626656518
153
+ 0.002002246728363365,0.005515173210666645,6.639404961943491e-09,0.0022839689195678836,0.0002423626799841656,0.9805214190099056,0.009434822812107417
154
+ 0.0027960871046290017,0.04469263005344826,0.018458684234368992,0.00974211723873653,0.004632079543234265,0.11709432793186253,0.8025840738937203
155
+ 0.9832277074643536,0.011953991756556235,1.787578004835572e-08,0.000335811209669102,1.787578004835572e-08,0.0019311824246985914,0.0025512713931625268
156
+ 0.002913227420477821,0.7303591745523367,0.011354455180658462,0.0011327188543294533,0.009704344369513831,0.157424131661131,0.08711194796155282
157
+ 0.032375633947012185,0.03865807680830949,0.7695235508504524,3.577855118743475e-07,3.577855118743475e-07,0.021830034730709137,0.13761198809249303
158
+ 0.02400145642563789,0.043915708013261286,2.433560177157778e-07,0.6097905782476669,2.433560177157778e-07,0.03508514277819219,0.2872066278232062
159
+ 7.042161379412613e-07,0.13824166918980876,7.042161379412613e-07,7.042161379412613e-07,0.5805496093745468,0.050085601948101854,0.2311210068391288
160
+ 0.0008296389135296956,0.009294111923036173,0.0009389561571318667,0.001625483215564187,0.00022020362080403432,0.975778766232827,0.011312839937107015
161
+ 0.0020660491514717396,0.025759003399646763,0.004078171022481195,0.00328597682596935,0.006125416428096113,0.07578535793465795,0.882900025237677
162
+ 0.5780878462498155,0.1481577287799288,0.0027980915679022117,0.023836531055238048,0.001986882064973654,0.09405282772199071,0.1510800925601511
163
+ 0.004666894708504955,0.5120974407473882,5.107594133947504e-08,0.017207202543909922,0.0027175893187367703,0.28406450314053533,0.1792463184649836
164
+ 3.6303447190799513e-07,0.06818409211817031,0.7837989574332718,0.01092336501221597,3.6303447190799513e-07,0.0509180150604023,0.08617484430699582
165
+ 3.3550470337331036e-07,0.0995839519753512,0.02438749781599717,0.48396904476961616,0.004248151124578705,0.10317910346397617,0.2846319153457772
166
+ 0.0764791178050759,0.021701576445337503,0.045147374291732836,0.21059095396082847,0.3551414937953746,0.05613655477085323,0.23480292893079746
167
+ 0.000819197590196516,0.008960850611224487,0.00047452041364842517,0.001059636188386131,0.00014533942679972235,0.9756520325942643,0.012888423175480432
168
+ 0.0025870601472343384,0.07252370533551322,0.010373457065255083,0.010874473582568317,0.011676196888396067,0.13711907175669386,0.7548460352243392
169
+ 0.9992806839240318,3.072598171748302e-08,3.072598171748302e-08,3.072598171748302e-08,3.072598171748302e-08,0.00071916244605953,3.072598171748302e-08
170
+ 4.175876690219598e-08,0.7595374051184229,0.001021897990759912,0.00743156601216505,0.0015906928954961843,0.1623467896601295,0.06807160656425955
171
+ 3.271041370737957e-07,0.0140004686600231,0.7771809615330134,0.05001588907056375,3.271041370737957e-07,0.05473539213878498,0.10406663438934076
172
+ 2.4076006052446305e-07,0.03340330227971699,0.00703958084900374,0.6888074453863577,0.025185095833598115,0.01985952682188538,0.22570480806937748
173
+ 7.773498564392037e-07,0.029463844542211265,0.13166750200434849,7.773498564392037e-07,0.558558481024333,7.773498564392037e-07,0.2803078403795379
174
+ 0.0011855546086292936,0.0035645403649552324,0.0007949002995105704,0.001109084512578601,0.00018779055384927866,0.9769579514805699,0.016200178179907206
175
+ 0.0018777053240379327,0.03600899857999906,0.005977871832244964,0.003356926881281811,0.0009035717842267129,0.07541188238893853,0.8764630432092708
176
+ 0.8514555958676947,0.04874098399772755,3.0453453381918597e-08,0.01708805007728732,3.0453453381918597e-08,0.05159696464832956,0.031118344502053922
177
+ 0.0012506587003127555,0.574192860127642,0.006836468906245128,0.004876357443035182,0.0023343016915195187,0.2589488155222882,0.15156053760895727
178
+ 3.2631085930673764e-07,0.12640252868819543,0.6859904987275783,3.2631085930673764e-07,0.03447224912734874,0.053199264528161753,0.09993480630699715
179
+ 2.799135039384387e-07,0.03433226657474192,2.799135039384387e-07,0.5362974449403011,0.008422333447559806,0.10804186915656318,0.31290552605382604
180
+ 1.0595666369844307e-06,1.0595666369844307e-06,0.08517575662100389,1.0595666369844307e-06,0.556851336917169,0.02855169793478667,0.3294180298271295
181
+ 0.0018140424240791005,0.008120454617271334,0.0007837368361420244,0.0015215701054519764,0.0001908985365536379,0.977396329774455,0.010172967706046986
182
+ 0.007278663076052448,0.05252005359105335,0.007957088634317116,0.008382369483142268,0.008411871667140386,0.10069448199617304,0.8147554715521214
183
+ 0.9949300232606512,0.004046008552987755,3.48330476244741e-08,3.48330476244741e-08,3.48330476244741e-08,3.48330476244741e-08,0.0010238288541705963
184
+ 5.415532753438992e-08,0.7514116319352009,0.010302499005353474,0.004390557308942415,0.0017551385979272516,0.1290392795686897,0.10310083942855874
185
+ 3.4534560357376375e-07,0.07801159024768181,0.8141935286941826,3.4534560357376375e-07,0.006422868981924107,0.0652335223409399,0.0361377990440646
186
+ 3.0234813016359525e-07,0.02605877447918238,0.004119303821808042,0.5453609555262231,0.059075864918943746,0.06131161948545106,0.30407317942026146
187
+ 8.368500510721792e-07,0.02344673546371715,8.368500510721792e-07,0.1692570674301252,0.514251204729167,0.056457928033672306,0.2365853906432161
188
+ 0.0004940936949189077,0.002462177541350347,0.0002728903694483843,0.0022853708867287864,8.340929469386983e-05,0.984901292652503,0.009500765560356722
189
+ 0.0047880004037322375,0.014369727050826531,0.0019521555106836266,0.004420974381072154,0.0030444473990040286,0.07088821112564322,0.9005364841290382
190
+ 0.6375224730199943,0.11761325301446675,0.004410663330918642,0.007873759222078782,3.459722828949026e-08,0.11266046165624861,0.11991935515906452
191
+ 0.0025485075099214083,0.4710105014053399,0.009206249366935293,0.011179355123722026,6.433163418210018e-08,0.35644968211204986,0.14960564015039732
192
+ 0.012240469653344497,0.043114579390514204,0.7005587838396505,0.029223631634405924,3.6840598652167663e-07,0.06502099752485493,0.14984116955124344
193
+ 0.010894853795739323,0.02143794469221732,3.6295691653720576e-07,0.5321427855156988,0.032705073488833544,0.13269842959512104,0.2701205499554734
194
+ 9.677326913400485e-07,9.677326913400485e-07,0.0725841801078073,9.677326913400485e-07,0.4006907338183547,0.10818645741692907,0.4185357254588349
195
+ 0.001966878423988215,0.007106885400541278,0.0007987137864059034,0.0018729875848815072,0.0002443649218470264,0.9791782652719325,0.008831904610403505
196
+ 0.011181137854778075,0.04679798463443519,0.008763771695128418,0.01554712354090823,0.004099459188203849,0.14418156775888108,0.7694289553276652
197
+ 0.9852615013157907,0.0067640401431896075,5.1305223840986525e-08,5.1305223840986525e-08,5.1305223840986525e-08,5.1305223840986525e-08,0.007974253320124138
198
+ 6.802865671515308e-08,0.7582937159133515,0.002824583967769375,0.008829941438736756,6.802865671515308e-08,0.16491140039897648,0.06514022222385255
199
+ 3.5030234521420827e-07,3.5030234521420827e-07,0.8582418858104347,0.008412099900261979,3.5030234521420827e-07,0.08949186430698956,0.043853099075278165
200
+ 3.2111517653702326e-07,0.0417805836357733,3.2111517653702326e-07,0.6092813778908956,3.2111517653702326e-07,0.051533527495130974,0.29740354763267046
201
+ 1.3107501515435488e-06,0.16522816251985947,0.10538831945102851,0.044300064140080524,0.5007907925388514,0.18429003984987685,1.3107501515435488e-06
202
+ 0.0009530824879205321,0.0056667241792058695,0.001144950270548563,0.001987774824346371,0.0009636430482566349,0.9735489288572245,0.015734896332497486
203
+ 0.005140074222031223,0.017561976495456422,0.00640533335253248,0.0007977104813217727,0.0007657598831983067,0.05638934483493307,0.9129398007305266
204
+ 0.9184264149976243,0.02180030791801049,5.088137092113221e-08,0.011245993290938902,5.088137092113221e-08,0.030077551071103437,0.01844963095958088
205
+ 0.0012997255895093487,0.5540726107001867,0.006264642803299707,0.006528439893984365,7.366223768704562e-08,0.3400359761446894,0.09179853120609292
206
+ 3.201746731969743e-07,0.027158010670643565,0.6257646995366886,0.02244208003431707,3.201746731969743e-07,0.13183258921454677,0.19280198019445766
207
+ 3.9371545591933296e-07,0.03129127099772739,3.9371545591933296e-07,0.5094630751323415,0.09592098356587778,0.02806894760386456,0.335254935269277
208
+ 1.610191894177294e-06,0.05375477496380634,0.16931528182015063,1.610191894177294e-06,0.5563052307265582,0.05917327368759999,0.16144821841809662
209
+ 0.002611614435598521,0.004283409947777944,0.0003075185782438551,0.002024344084163173,4.773046796798349e-09,0.97708179312356,0.013691315057609704
210
+ 0.0024221628673653374,0.05421584284300315,0.015748206957972376,0.015326902908070114,0.0005797801286164209,0.08853599025557389,0.8231711140393987
211
+ 0.9912327058104348,0.0030879680615663097,5.3373237499943784e-08,0.0011480194001116562,5.3373237499943784e-08,0.004531146608174678,5.3373237499943784e-08
212
+ 8.510725130845904e-08,0.7683444520484932,8.510725130845904e-08,0.03612784488208475,8.510725130845904e-08,0.1371575966554241,0.05836985109224419
213
+ 3.3392703218774057e-07,0.08203117634517418,0.7812454691364964,3.3392703218774057e-07,3.3392703218774057e-07,0.08959357114641142,0.04712878159082168
214
+ 3.4935394245030606e-07,0.015993152511001828,3.4935394245030606e-07,0.7378067518103246,0.008295639417500895,0.025274692086717152,0.2126290654665706
215
+ 1.6180018942861827e-06,0.17637387406534527,0.025239299973097287,1.6180018942861827e-06,0.6609689604519229,1.6180018942861827e-06,0.13741301150395185
216
+ 0.0015755432727763295,0.005031409370353107,0.0011968377460879526,0.0026727370289682767,4.654370234357936e-09,0.9763324588896308,0.013191009037813443
217
+ 0.003821336095989422,0.012629901572665584,0.002086732249679626,0.006896617977106801,0.0035775610373285373,0.06113200659209648,0.9098558444751336
218
+ 0.5990017971916607,0.14081532036427596,5.238291251928579e-08,0.028071232040693745,5.238291251928579e-08,0.11759381786861818,0.11451772776892637
219
+ 8.958917963760901e-08,0.5386433172245789,0.003017261772757549,0.01427166822008262,8.958917963760901e-08,0.2939712829569049,0.15009629064731667
220
+ 3.689236152949223e-07,0.04346407544702476,0.6416948183511546,0.009636982129361753,0.005026353090450156,0.03512302009367708,0.2650543819647164
221
+ 0.022097825784277967,2.8927123811197626e-07,2.8927123811197626e-07,0.6310870474488403,0.00700102675416055,0.10404243876936133,0.2357710827008837
222
+ 1.6646051207648704e-06,1.6646051207648704e-06,0.05473801428776397,0.19319819257180754,0.6929808089577517,0.05907799036731448,1.6646051207648704e-06
223
+ 0.003044871404566867,0.008654301726967625,0.00033080245355140715,0.0023380257944353795,4.658031844888864e-09,0.9686225229166903,0.01700947104575663
224
+ 0.007630563623907816,0.05556158254359221,0.0017983416515825526,0.019858922387669703,0.0049985772086832,0.20059489878294648,0.709557113801618
225
+ 0.9664620342472213,0.013350510226251246,0.0068637975202596015,7.983821305850443e-08,7.983821305850443e-08,0.009010781514936065,0.004312716814905644
226
+ 7.519341153960029e-08,0.7612907828900146,0.0029331078742227496,0.005986933648931752,0.004024833576530806,0.14124361624764836,0.0845206505692401
227
+ 5.097252195961547e-07,0.06412431827802058,0.8363652776451314,5.097252195961547e-07,5.097252195961547e-07,0.0334806876275807,0.06602818727360878
228
+ 2.2429719718185627e-07,0.035036237192510644,0.017627088991666123,0.6406179183622588,0.012749832367380092,0.034200696203562246,0.25976800258542504
229
+ 1.4490948620002234e-06,0.12290447506464974,1.4490948620002234e-06,1.4490948620002234e-06,0.6767255289503128,0.09974916681908523,0.10061648188136625
230
+ 0.0015678245343704832,0.0042600971005789,0.0005877889150778879,0.004606781425120072,4.475630644988503e-09,0.9716785682840924,0.017298935265129576
231
+ 0.008911280188559663,0.02484259726321552,0.005797623724457114,0.010066039278315769,0.0041370884721503584,0.060677815747144585,0.8855675553261569
232
+ 0.9256544259787503,0.013496863999164057,0.0012504262979736972,7.79140577430887e-08,7.79140577430887e-08,0.04053459727331623,0.019063530622680427
233
+ 7.894443146661056e-08,0.5874469500174084,7.894443146661056e-08,0.019515222330612224,0.01717838382622919,0.2687027850649372,0.10715650087195014
234
+ 0.019465963846845926,0.009614216635110907,0.7075941796196902,0.041980052054877315,0.023819661710283085,0.07037849856279618,0.1271474275703964
235
+ 0.0032866635468218044,0.04156839086216894,0.012244158263788218,0.5319989145603665,0.005466067813694413,0.06879305225544521,0.3366427526977149
236
+ 1.3273759940688017e-06,1.3273759940688017e-06,0.11210140037793752,1.3273759940688017e-06,0.7305818304797704,0.020481534073428835,0.13683125294088117
237
+ 0.0033983128644640864,0.005073060763355647,0.0007644163585731664,0.0036322427392718347,0.00034906042429656007,0.9693920592938974,0.017390847556141276
238
+ 0.017761576925860497,0.04503270274219536,0.002795013786911456,0.009797915525364038,0.0021249257185920684,0.11407137155432877,0.8084164937467477
239
+ 0.9887163783343315,0.003651192154159157,7.421005436383532e-08,7.421005436383532e-08,7.421005436383532e-08,0.0033589844998624966,0.004273222381483721
240
+ 9.149762471646833e-08,0.7558830633912911,0.0017173309968115053,9.149762471646833e-08,9.149762471646833e-08,0.13691980936327092,0.10547952175575252
241
+ 4.951295028091767e-07,0.026171610560333285,0.7492791537269655,0.016694703445334868,0.030002799541511294,0.0486833161444441,0.12916792145190814
242
+ 0.019928141299922052,0.03701150408541399,2.5537864436142886e-07,0.6337894943434016,0.03251268041635616,0.036310845092717675,0.24044707938354418
243
+ 0.05980764818977053,0.04029172753728314,0.05508359373191138,9.841769860884376e-07,0.69090679418383,0.07260183483536492,0.0813074173448538
244
+ 0.002104466557968986,0.0076691188403126935,0.0012323412498443937,0.0033041648313679914,4.4524504322149026e-09,0.9677316854574443,0.01795821861061121
245
+ 0.006150323399812097,0.03234046990736859,0.0037905629772257347,0.0068066826280800225,0.001972043678231028,0.06798807269807083,0.8809518447112117
246
+ 0.8211718569272459,0.07036618915129046,7.042816264607597e-08,0.002157175793447498,7.042816264607597e-08,0.08251729814598585,0.02378733912570496
247
+ 0.00488534411660684,0.5805203455673246,0.001672565612763959,0.014117139912242695,8.575721711748723e-08,0.2713763640410408,0.12742815499280413
248
+ 0.02669826999240152,0.10790331333816763,0.5876469759082324,0.027932745891265962,0.055308527812943424,0.10513526856163018,0.08937489849535878
249
+ 0.006356626467047568,0.006116901846547613,2.8169225795486253e-07,0.5864334365076305,0.0069042966866817886,0.07305658984999619,0.3211318669498385
250
+ 1.026023502676042e-06,0.14448141670781026,1.026023502676042e-06,1.026023502676042e-06,0.334023359109836,0.45362850203784094,0.06786364407400476
251
+ 0.0033140279554630682,0.008659139271522337,0.0006735081890342705,0.002704865988473213,4.501978104945482e-09,0.9714080880988759,0.013240365994652932
252
+ 0.014436680271890079,0.053515315458422544,0.004329007333837439,0.019640055506073593,0.0072816429941646435,0.14574851643491457,0.7550487820006971
253
+ 0.9831245546848175,0.001914070382150177,7.592971813989559e-08,7.592971813989559e-08,7.592971813989559e-08,0.006620335203162996,0.008340811940715079
254
+ 0.007771949163660432,0.7291059016323075,0.007048855780447955,0.0035634581937363657,8.033598048435629e-08,0.16781196410968255,0.08469779078418482
255
+ 6.440264476190043e-07,0.05536781153793685,0.6872503491270159,6.440264476190043e-07,6.440264476190043e-07,0.18167814735673787,0.07570175989896656
256
+ 0.012198375705212308,0.02478332123715502,0.008038384880070488,0.5075846569654441,2.6274480881431694e-07,0.028676088401994693,0.4187189100653147
257
+ 1.273392016424704e-06,0.10837194105746353,1.273392016424704e-06,1.273392016424704e-06,0.3810158865543172,0.10000018708880393,0.41060816512336606
258
+ 0.0022927494431711558,0.004971971334489044,4.395770726735808e-09,0.0023251641993497153,0.0005449035887712597,0.9755126273778733,0.014352579660574778
259
+ 0.016098189274001088,0.020755055904872262,0.008496173298075196,0.0013227392676367763,0.005778134617429401,0.08581904004235001,0.8617306675956353
260
+ 0.9335138264582207,0.029663937471987915,7.017081927193017e-08,7.017081927193017e-08,7.017081927193017e-08,0.013826914847834337,0.022995110709499
261
+ 0.0037631638438330286,0.5428764450647372,0.004990975389135837,0.021303723955150813,8.833590314617808e-08,0.3136731565792896,0.11339244683195039
262
+ 6.568731136226052e-07,6.568731136226052e-07,0.6429535142190099,6.568731136226052e-07,6.568731136226052e-07,0.18424169362173043,0.17280216466680512
263
+ 3.909883040832888e-07,0.03797389908147356,3.909883040832888e-07,0.5816392658740495,0.043426640651534704,0.061540304225863096,0.2754191081904711
264
+ 1.5330225434573558e-06,0.26133159234492337,0.05007415885863231,1.5330225434573558e-06,0.4774386021173195,0.09485350725014176,0.1162990733838961
265
+ 0.0043837917707927445,0.007483236548428622,0.00023912903468309088,0.003035871765240637,4.386548729060521e-09,0.9722655123270161,0.012592454167290195
266
+ 0.01893198752631257,0.03701988966817813,0.010227160894465069,0.007646639537691905,0.006212692845232411,0.08678772101101936,0.8331739085171005
267
+ 0.9881961524970803,0.003387411392043807,6.616071862304157e-08,0.0012885735641557231,6.616071862304157e-08,0.004170439691226352,0.002957290534056491
268
+ 0.01801726014271637,0.685625835785419,0.0055788141293609626,0.014005565839628357,9.954064547161524e-08,0.20598682421780856,0.07078560034442126
269
+ 0.03638943823781288,0.024492713554049257,0.6190776001707804,6.501690471512252e-07,0.009580940988618246,0.07829389502163324,0.23216476185805865
270
+ 0.05461508575991397,0.006816265009723919,3.6608784372766364e-07,0.6965078339192432,0.02332389104152456,0.09477340263645957,0.12396315554529103
271
+ 0.05098456750381123,1.4815763470745349e-06,1.4815763470745349e-06,1.4815763470745349e-06,0.4313045334110991,0.23085442589102098,0.2868520284650274
272
+ 0.0024582099353512646,0.004805971982919763,0.00020935435163885036,0.0024848871857940684,4.358793274064684e-09,0.977448186859865,0.012593385325637663
273
+ 0.013223840797109221,0.01321232889721923,0.004456792941019184,0.0030605437372021108,0.0030154260516635956,0.06180750901074697,0.9012235585650397
274
+ 0.8078526376191384,0.041944136854907776,0.001368686482912372,0.0072548234280748174,6.082133516841775e-08,0.07441564035960775,0.06716401443402359
275
+ 0.009286177168694986,0.5225077047434272,0.009452489527719736,0.016398748187045436,1.1603225604790812e-07,0.30365505682786026,0.13869970751299643
276
+ 8.118397331683354e-07,8.118397331683354e-07,0.7391140652435926,8.118397331683354e-07,0.013029044841188282,0.11613083828704004,0.13172361610897962
277
+ 3.631921912762411e-07,0.1243191917757406,3.631921912762411e-07,0.5178795930996786,3.631921912762411e-07,0.0770660233885922,0.2807341021594148
278
+ 2.047871400308768e-06,0.16150013552227652,0.07136304321609815,0.07291431742552962,0.40019529962570327,2.047871400308768e-06,0.2940231084675917
279
+ 0.004329848581654128,0.00861021149633359,0.0020859688658796793,0.0032555240763287173,4.360167571665203e-09,0.969076928908225,0.012641513711411357
280
+ 0.014911174150716215,0.05345177156951051,0.00371213701950793,0.00407484415675511,0.003366301148098374,0.1765395679550822,0.7439442040003296
281
+ 0.9500049676671006,0.017746893822867368,0.0015091903323494961,6.687937927562948e-08,6.687937927562948e-08,0.024857630992775128,0.005881183426148729
282
+ 1.0279528474248789e-07,0.6719648245842169,1.0279528474248789e-07,0.01596462929969087,1.0279528474248789e-07,0.25417976543421034,0.05789047229602781
283
+ 0.031024856544083466,0.04026271635148075,0.7437424071487742,5.965773304362085e-07,5.965773304362085e-07,0.03589341979834907,0.14907540700265165
284
+ 3.7995737715528855e-07,0.013528355736544425,3.7995737715528855e-07,0.6297580743646792,3.7995737715528855e-07,0.12264810351598912,0.23406432651065578
285
+ 2.888422540208384e-06,0.04635568482193356,2.888422540208384e-06,2.888422540208384e-06,0.43173797490205384,2.888422540208384e-06,0.5218947865858518
286
+ 0.003761048750678295,0.00795281384760567,0.0007919383361548395,0.0010976994629204816,5.705735238422812e-05,0.9736860950418829,0.012653347208373484
287
+ 0.015021492102153727,0.021804839363654238,0.00333455596950246,0.009628978133934124,0.0012334535276260752,0.07199279262577503,0.8769838882773544
288
+ 0.9185290406077332,0.012835617672652708,6.378924974885755e-08,0.0060693929572240846,6.378924974885755e-08,0.03181553098881208,0.03075029019507834
289
+ 0.005516575867462116,0.595174937948147,0.0027758349486376034,1.0455100602747413e-07,1.0455100602747413e-07,0.24736434893964807,0.1491680931940931
290
+ 6.351592154013725e-07,0.019223467744283892,0.8337783409838831,6.351592154013725e-07,6.351592154013725e-07,0.01624634472236973,0.13074994107181703
291
+ 0.015663448186477302,0.024058530749893264,4.1386431101204253e-07,0.6215657619058896,4.1386431101204253e-07,0.06662605120935548,0.2720853802197623
292
+ 4.824599692229381e-06,4.824599692229381e-06,4.824599692229381e-06,4.824599692229381e-06,0.5262288428585948,0.11749283449309315,0.3562590242495432
293
+ 0.0036749241845425934,0.008931672394292163,0.0005846604013291236,0.0005786943910100345,4.288224344762316e-09,0.9754222866686577,0.010807757671943986
294
+ 0.027439067917824515,0.05252799556483469,0.010858059210952299,2.7569866730909278e-08,0.016266509688045376,0.10314654256569934,0.789761797482777
295
+ 0.9446131421086604,0.010868915961920736,6.119096242608685e-08,6.119096242608685e-08,6.119096242608685e-08,0.03745362444821596,0.007064133908315379
296
+ 1.0029689934618953e-07,0.6103972223174128,0.014427461063108426,0.01448864997879818,1.0029689934618953e-07,0.33332597743155384,0.027360488615328173
297
+ 5.349196882353669e-07,5.349196882353669e-07,0.9115403685058084,0.019526534374711225,0.01739225485277704,5.349196882353669e-07,0.0515392375076388
298
+ 5.773805240118553e-07,0.048671137205440126,5.773805240118553e-07,0.7290140839276452,0.07167246556350639,0.03367886948645345,0.11696228905590683
299
+ 0.04903883902947201,0.08644279773569637,1.4304361461749834e-06,1.4304361461749834e-06,0.6843653559689797,0.06166462790862163,0.11848551848493798
300
+ 0.0025923517363033288,0.006921754015177736,0.0011862739882246812,0.000780475307932622,4.268356079205083e-09,0.9773837260175265,0.011135414666479066
301
+ 0.010291823056550502,0.016992041180803844,0.0064250840196407,0.009707331979233342,0.005741536599343189,0.07465890992968621,0.8761832732347422
302
+ 0.8119452625248317,0.06878557424784314,0.003624264005015103,0.011411307212995696,6.086868568697295e-08,0.06824110583570611,0.03599242530492251
303
+ 1.1617324875288664e-07,0.5560896572725558,0.007833366382565151,0.008928602807238385,1.1617324875288664e-07,0.36225307989612016,0.06489506129502286
304
+ 0.015921611930831702,0.03885198106305008,0.46087841386263967,4.265531689834661e-07,0.01635984979332186,0.23442033039197996,0.23356738640500752
305
+ 0.03343107736921985,0.03668731067901057,5.110894160561244e-07,0.69438682951614,5.110894160561244e-07,0.04208732401202302,0.1934064362447746
306
+ 0.09854251612154162,1.2042917360176237e-06,1.2042917360176237e-06,0.03915606258391402,0.4713005855702326,0.0349891819229479,0.3560092452178919
307
+ 0.005797164893909812,0.006953657460060371,0.0010336017741077216,0.0007856843747119282,0.00023458890636396412,0.9704788555722152,0.014716447018631004
308
+ 0.019817397505307737,0.052679701851945995,0.002512036804330631,0.01147129374813216,0.0024411530411627075,0.18612245398732888,0.7249559630617918
309
+ 0.934159249847726,0.014373670797128363,6.432120664301326e-08,0.002837370732871858,6.432120664301326e-08,0.020683047287081088,0.027946532692779334
310
+ 0.0025435572796521865,0.538334948232334,0.0013128764790764722,0.02071354959013541,1.0564619254349935e-07,0.3574340313694902,0.07966093140311921
311
+ 0.10394657580197822,0.05297500432419478,0.6251002836596224,0.03514430891625984,6.517768407972485e-07,0.06350883775460488,0.11932433776649881
312
+ 4.502122089283547e-07,0.027359035806499683,4.502122089283547e-07,0.8045765797611482,4.502122089283547e-07,0.025495945710402625,0.14256708808532267
313
+ 0.09451607390728797,0.10759631613522751,0.06158424149071979,0.16540339067573037,0.12656033436386446,0.21933178115947038,0.22500786226769948
314
+ 0.00249851466094075,0.009215278285827291,0.0005515969061721492,0.0010800123196701304,0.00022018596589646382,0.9722159423344381,0.014218469527054993
315
+ 0.018417084470312917,0.03977988368518928,0.004755690197411111,0.00942667739706121,0.0041368933790530355,0.07714208519535916,0.8463416856756133
316
+ 0.8422619722558379,0.03632760442131586,6.285446167567279e-08,6.285446167567279e-08,6.285446167567279e-08,0.07547203708024774,0.045938197679213366
317
+ 0.01250926847430585,0.5315127002272457,0.014828024104006975,1.1210913522574601e-07,1.1210913522574601e-07,0.3265908861422352,0.11455889683393557
318
+ 7.808114362233708e-07,0.1434524649583084,0.7588069467583776,7.808114362233708e-07,7.808114362233708e-07,0.017619677151603546,0.08011856869740178
319
+ 3.682621773267572e-07,0.04126587315582902,0.04668035330474298,0.755848358317181,3.682621773267572e-07,0.015409482303249965,0.14079519639464233
320
+ 0.20153387274481568,4.031172495291522e-06,4.031172495291522e-06,4.031172495291522e-06,0.509702893656015,4.031172495291522e-06,0.28874710890918814
321
+ 0.0031595232206785826,0.009297509568518273,0.0005953729718888319,0.0002256868612783864,4.178657333763618e-09,0.9764390436330314,0.010282859565947162
322
+ 0.007046648307063067,0.054101457609241864,0.006370818572407688,0.004077266506686346,0.006104072240913117,0.09248814176922614,0.8298115949944618
323
+ 0.9032118598442671,0.04599212685379377,6.880910502566413e-08,0.002247243999305675,6.880910502566413e-08,0.024223244823822532,0.024325386860600495
324
+ 1.0536217791569544e-07,0.6990308218900971,0.006848159893132566,0.010919620772280002,1.0536217791569544e-07,0.21540364261153916,0.06779754410859552
325
+ 0.010250264331757401,0.030274157023969527,0.8214044593408165,6.378468042836014e-07,6.378468042836014e-07,0.019758671323183444,0.11831117228666457
326
+ 4.4824266764382724e-07,0.049548297860839856,0.012015660122251106,0.573900197907478,4.4824266764382724e-07,0.05821250232421852,0.3063224452998772
327
+ 3.197384535838021e-06,3.197384535838021e-06,3.197384535838021e-06,0.16874048270487954,0.5957055675503259,3.197384535838021e-06,0.23554116020665117
328
+ 0.0021651246232152594,0.005870985690592076,0.00010551732038248927,5.650356200012457e-05,4.154995101985113e-09,0.9796745175129506,0.012127347135864233
329
+ 0.015942712566270882,0.0221609833734386,0.0038099995231671065,0.010902756121539809,3.3224981882045556e-08,0.08607191783157103,0.8611115973590306
330
+ 0.7115491999224971,0.09156776473014065,7.070462670628002e-08,0.008707317254853983,0.0029140932458612875,0.10979639910037528,0.07546515504164503
331
+ 0.02596364250085967,0.49507250050343266,0.0036450602815587944,0.010264490950812286,1.0481137910038093e-07,0.3640795338179923,0.10097466713396511
332
+ 0.016711282596071974,0.08705269106295276,0.548529754170679,0.019065268326892034,0.017639691560944876,0.20422593520204052,0.10677537708041887
333
+ 5.521336903174468e-07,0.09753400902200303,0.044103802236875544,0.5215256448594352,5.521336903174468e-07,0.1558749151799714,0.18096052443433416
334
+ 5.367217873469575e-06,5.367217873469575e-06,5.367217873469575e-06,5.367217873469575e-06,0.9999677966927593,5.367217873469575e-06,5.367217873469575e-06
335
+ 0.0029652441972714693,0.007572521188932693,8.39872659465148e-05,0.0012483779849574402,4.1505793048640835e-09,0.9802537394320042,0.007876125780308376
336
+ 0.01163166273296892,0.06158158643272119,0.0056635008809438085,0.002531255179616465,3.249299726235052e-08,0.19097375813702597,0.7276182041437264
337
+ 0.9028139536571504,0.011072192672961527,8.764861802253715e-08,0.006632767257593273,8.764861802253715e-08,0.05417559234068847,0.025305318774370252
338
+ 0.006746945035046052,0.7082849462332599,0.016919426878325188,0.004681635870779634,9.953069853489823e-08,0.19821729005402555,0.06514965639786531
339
+ 8.750702597627844e-07,0.014847344177328171,0.8865570935204325,8.750702597627844e-07,8.750702597627844e-07,0.06809284366194053,0.03050009342951935
340
+ 6.356088173306664e-07,0.020966346960199434,6.356088173306664e-07,0.7673414842567753,0.011068234209135714,0.023398561240458488,0.17722410211579642
341
+ 3.931815304395938e-06,3.931815304395938e-06,3.931815304395938e-06,0.10539683026923787,0.7325375603577058,3.931815304395938e-06,0.16204988211183877
342
+ 0.0013595566175276428,0.009381138355975111,0.00012622000321109195,0.0005000489864594427,0.0005122495181378117,0.980423688330914,0.00769709818777479
343
+ 0.006319326694654342,0.03449217508618685,0.0024853964190164903,0.0023168334472301105,0.0027722219740582018,0.11000893915742514,0.841605107221429
344
+ 0.8397075571350405,0.05342802214321451,9.195977496091549e-08,0.0034325096063957815,9.195977496091549e-08,0.06245356366005627,0.040978163535743156
345
+ 0.006334732394937086,0.5644913645206354,0.0041040968606969154,0.005070728211665594,0.004123048820269234,0.306897983394234,0.10897804579756167
346
+ 0.04099418759324578,0.03997731946908273,0.756847906303052,7.806281785383704e-07,7.806281785383704e-07,0.11705403882871596,0.04512498654954644
347
+ 6.481984293480697e-07,0.023100152321788265,6.481984293480697e-07,0.5270664461824451,0.021075373605300863,0.16937474904944597,0.25938198244416105
348
+ 2.469608118230896e-06,0.18406815311517558,2.469608118230896e-06,2.469608118230896e-06,0.7578192720193665,2.469608118230896e-06,0.058102696432984866
349
+ 0.0015221347611906184,0.006873260107829263,0.000438270869419339,0.0015836922960650633,4.024231623272145e-09,0.9833709303438631,0.006211707597400804
350
+ 0.016885392608907816,0.061939304969150503,0.013432651850801927,0.011800960525658013,3.880612168978933e-08,0.18256924929936807,0.713372401939992
351
+ 0.9505099020797098,0.029098087654704466,9.936503979710082e-08,9.936503979710082e-08,9.936503979710082e-08,0.014914927904676207,0.005476784265790388
352
+ 0.011215642863004128,0.5560922554836882,1.0003384142813544e-07,0.013973795507008578,1.0003384142813544e-07,0.35317187978974846,0.0655462262888677
353
+ 6.812657853116982e-07,0.08635621443297377,0.5932718618260506,0.0294716767654675,0.1671956922547709,0.034737660956391365,0.08896621249856036
354
+ 6.243982081743152e-07,0.007759462990131153,6.243982081743152e-07,0.7270763490173147,6.243982081743152e-07,0.09395700241062513,0.17120531238730446
355
+ 2.6120857943786558e-06,0.07270346080677802,0.08995681611988594,2.6120857943786558e-06,0.7158837795934798,0.12144810722247315,2.6120857943786558e-06
356
+ 0.0018672214081158244,0.006080556987412153,0.00013291190533963517,0.0006605903321190804,3.946448621382603e-09,0.981943507834628,0.009315207585936574
357
+ 0.009242281922106967,0.043479144174166685,4.544964627820071e-08,0.008029277986067222,4.544964627820071e-08,0.11606016449001917,0.8231890405283474
358
+ 0.6922217288910762,0.16135864664405794,9.657681951278445e-08,0.01429026273614415,9.657681951278445e-08,0.09818281428912454,0.03394635428595838
359
+ 0.019858932623989203,0.525867267819388,0.0020638566624669426,0.018964216616559986,0.002873480994235044,0.39184590904224414,0.038526336241116725
360
+ 1.0650090519121068e-06,0.039745388402717165,0.5546081375533549,1.0650090519121068e-06,1.0650090519121068e-06,0.36896576112855867,0.036677517888213475
361
+ 0.09541408536467139,0.09219109285873978,5.912094495996872e-07,0.35784267113981544,5.912094495996872e-07,0.23643946926706327,0.21811149895081097
362
+ 1.9249643706360852e-06,1.9249643706360852e-06,1.9249643706360852e-06,0.33234405741661155,0.06258784571392938,0.6050603970119764,1.9249643706360852e-06
363
+ 0.0032993573500883504,0.008670888279162566,3.91697292449574e-09,0.0008038684262791168,3.91697292449574e-09,0.9818491746447231,0.005376703465801041
364
+ 0.009968803358266517,0.06874591336937287,0.004477352961731516,0.008739819958408945,0.004013058280381368,0.26877276554652585,0.6352822865253129
365
+ 0.9299483746259414,0.045554183905967015,1.1688227038464176e-07,1.1688227038464176e-07,1.1688227038464176e-07,0.016712059232303806,0.007785031588976893
366
+ 0.0022557892180496615,0.5468808635483651,9.959940725467242e-08,0.005917944798951622,9.959940725467242e-08,0.38059822954143874,0.06434697369438044
367
+ 1.5748269912376994e-06,1.5748269912376994e-06,0.6018526615789415,1.5748269912376994e-06,1.5748269912376994e-06,0.15032640050322735,0.24781463860986605
368
+ 0.036747082992721586,0.05341481785898364,6.750850253729745e-07,0.5659098016746947,6.750850253729745e-07,0.13418669195795901,0.20974025534559038
369
+ 6.962733888639182e-06,6.962733888639182e-06,6.962733888639182e-06,6.962733888639182e-06,0.2151728435092461,0.39676601763521085,0.3880332879199884
370
+ 0.0019423756287339133,0.007418347425803308,3.818515550075784e-09,0.0010135554553510895,3.818515550075784e-09,0.98068924496904,0.00893646888404063
371
+ 0.005586245945143401,0.049386518042745034,6.184335879776892e-08,0.006771783052932425,6.184335879776892e-08,0.1691300478076812,0.7691252814647802
372
+ 0.857634808875992,0.031761741315750436,1.1584306325959821e-07,0.009555467003887428,1.1584306325959821e-07,0.09385331837369443,0.0071944327445491625
373
+ 0.003935120001468456,0.5287794711195386,1.1492959984570971e-07,1.1492959984570971e-07,1.1492959984570971e-07,0.38051676338473694,0.08676830070545626
374
+ 2.6165910158764006e-06,0.32445742906270986,0.5408010968330407,2.6165910158764006e-06,2.6165910158764006e-06,0.10335335883035805,0.03138026550084358
375
+ 7.857740190521418e-07,0.06823944546670668,7.857740190521418e-07,0.29004099039624437,0.046910953133937026,0.36737002267546726,0.2274370167796065
376
+ 3.2352513465244625e-05,3.2352513465244625e-05,3.2352513465244625e-05,3.2352513465244625e-05,3.2352513465244625e-05,3.2352513465244625e-05,0.9998058849192085
377
+ 0.002907686535294825,0.0045521906270265975,0.0003515405240773179,0.0004326499014521588,5.533741253696068e-05,0.982886739145076,0.008813855854536125
378
+ 0.008781239766044887,0.05993434219190321,6.24476719548176e-08,0.011367059181634005,0.003034745437619945,0.2599826160067354,0.6568999349683906
379
+ 0.8972042705856094,0.0083210996225225,1.1982440255540292e-07,1.1982440255540292e-07,1.1982440255540292e-07,0.07051835836589831,0.023955911952762296
380
+ 1.379903210000999e-07,0.554782750925144,1.379903210000999e-07,0.002279920224182133,1.379903210000999e-07,0.3549245116021403,0.08801240327757058
381
+ 0.12160050805485353,0.1744687014721802,0.33412969779682633,3.339463247296197e-06,3.339463247296197e-06,0.24696633969242618,0.12282807405721927
382
+ 1.3372645666636076e-06,1.3372645666636076e-06,1.3372645666636076e-06,0.40885277566064687,1.3372645666636076e-06,0.12748643712832586,0.46365543815276056
383
+ 8.136492151085708e-06,8.136492151085708e-06,8.136492151085708e-06,8.136492151085708e-06,0.9999511810470936,8.136492151085708e-06,8.136492151085708e-06
384
+ 0.0016757508604489295,0.003925111818933881,0.0004776103111945056,0.0005824442772527288,3.7292484020198986e-09,0.987680172480173,0.005658906522748521
385
+ 0.019075547239871305,0.047364727770238306,7.145727499687984e-08,0.019923820096191758,0.006955538959074771,0.19277888025875764,0.7139014142185912
386
+ 0.8156688139064494,0.06681434620045199,1.213536398008049e-07,1.213536398008049e-07,1.213536398008049e-07,0.08580866386108438,0.03170781197109493
387
+ 1.7072134979801794e-07,0.4309182434068433,1.7072134979801794e-07,0.015322444586418234,1.7072134979801794e-07,0.4725347714514327,0.0812240283912566
388
+ 4.383439103903023e-06,0.17761358834134663,0.19366626866204661,4.383439103903023e-06,4.383439103903023e-06,0.26097540425126564,0.36773158842802944
389
+ 1.3205370749290646e-06,0.06812247082612582,1.3205370749290646e-06,0.5372804401466916,1.3205370749290646e-06,1.3205370749290646e-06,0.39459180687888284
390
+ 4.540490620052164e-06,4.540490620052164e-06,0.1657452011894562,4.540490620052164e-06,0.5849561925710012,0.1694792932856024,0.07980569148207997
391
+ 0.0034818716247613725,0.008260830970257383,0.000647817347021287,0.0010544431818737539,3.6917438350540365e-09,0.976983338561018,0.00957169462332438
392
+ 0.004276889974531791,0.03812899101928298,7.855900185882501e-08,7.855900185882501e-08,0.008858117672312366,0.33837980673342866,0.6103560374824405
393
+ 0.9162444767768857,1.2955017543209416e-07,1.2955017543209416e-07,1.2955017543209416e-07,1.2955017543209416e-07,0.07485947261151715,0.008895532410895765
394
+ 1.6978532629574304e-07,0.5655188704744756,1.6978532629574304e-07,1.6978532629574304e-07,1.6978532629574304e-07,0.3957283028881626,0.038752147496056544
395
+ 3.903711212147355e-06,3.903711212147355e-06,0.5709746180192922,3.903711212147355e-06,3.903711212147355e-06,0.429005863424647,3.903711212147355e-06
396
+ 1.2783763362267414e-06,1.2783763362267414e-06,1.2783763362267414e-06,0.44691978038570107,1.2783763362267414e-06,0.2594653559931737,0.2936097501157802
397
+ 4.1391830593338646e-06,0.23322131058620266,4.1391830593338646e-06,4.1391830593338646e-06,0.20563441519428172,0.17988865566711626,0.38124320100322145
398
+ 0.002294714311631661,0.006771225876347519,3.6694657879357743e-09,0.0010265751984441806,3.6694657879357743e-09,0.983859206139675,0.006048271134970036
399
+ 0.011928279213189012,0.04217693473579994,8.696060810245128e-08,8.696060810245128e-08,0.004229538386820738,0.2029386769053981,0.738726396837576
400
+ 0.8652998369804762,0.017260954329673832,1.276318779025197e-07,1.276318779025197e-07,1.276318779025197e-07,0.08819227262717058,0.029246553167046017
401
+ 0.018775715819076652,0.4514314190185377,1.7490355520027934e-07,1.7490355520027934e-07,1.7490355520027934e-07,0.45299470808077524,0.07679763237094489
402
+ 6.836645551687378e-06,6.836645551687378e-06,0.8139269843088407,6.836645551687378e-06,6.836645551687378e-06,6.836645551687378e-06,0.18603883246340083
403
+ 1.5889005101521228e-06,1.5889005101521228e-06,1.5889005101521228e-06,0.495096563249026,1.5889005101521228e-06,0.13243136449640736,0.372465716652526
404
+ 1.0170626736478151e-05,1.0170626736478151e-05,1.0170626736478151e-05,1.0170626736478151e-05,0.6264211916527166,0.14851313353657494,0.22502499230376258
405
+ 0.001993258836607054,0.006026980917507095,5.637198445438731e-05,0.0020848948335127006,3.653379606943014e-09,0.9824188524420159,0.007419637332523254
406
+ 0.0021426100233107636,0.04968112186037244,9.292028957160934e-08,0.007533832344839952,9.292028957160934e-08,0.28165908378371773,0.6589831661471799
407
+ 0.9106913208646886,0.043650780911695816,1.341263485967063e-07,1.341263485967063e-07,1.341263485967063e-07,0.04077352769606385,0.00488396814850625
408
+ 0.01543896454530066,0.5092845647165065,2.040550750953143e-07,0.003933361684166831,2.040550750953143e-07,0.4208311111244636,0.0505115898194122
409
+ 7.435571632062548e-06,7.435571632062548e-06,0.9999553865702077,7.435571632062548e-06,7.435571632062548e-06,7.435571632062548e-06,7.435571632062548e-06
410
+ 1.0380388688643431e-06,1.0380388688643431e-06,0.1362960133325713,0.5207900393644037,0.031381279453437834,0.05534245677730846,0.2561881349945409
411
+ 1.623450193198398e-05,1.623450193198398e-05,1.623450193198398e-05,1.623450193198398e-05,0.9999025929884082,1.623450193198398e-05,1.623450193198398e-05
412
+ 0.0009155343542500487,0.005733138498978822,0.00016641998863035557,0.0001438036833204599,3.6321772145809957e-09,0.9825323069842637,0.010508792858379374
413
+ 0.02618402399161871,0.039324878707737,9.925751932683407e-08,0.012791773604940658,9.925751932683407e-08,0.16227233330879495,0.75942679187187
414
+ 0.9221807722133756,0.01161706841574267,1.3547700239828897e-07,1.3547700239828897e-07,1.3547700239828897e-07,0.06349665506803762,0.00270509787183732
415
+ 0.05808298883792209,0.5186246816226452,2.0851195458184212e-07,0.04642058780324716,2.0851195458184212e-07,0.28332296454212624,0.09354836017015021
416
+ 0.42136963459746996,3.209177203180984e-06,0.23353477907871284,3.209177203180984e-06,3.209177203180984e-06,3.209177203180984e-06,0.3450827496150045
417
+ 1.4504296092535863e-06,1.4504296092535863e-06,1.4504296092535863e-06,0.8853955977621193,1.4504296092535863e-06,1.4504296092535863e-06,0.11459715008983448
418
+ 0.32921844655336463,1.0889981218789754e-05,1.0889981218789754e-05,1.0889981218789754e-05,0.5296604359339778,0.14107755758778245,1.0889981218789754e-05
419
+ 0.0033546226503078317,0.00791518661389078,0.00034821194548530985,0.0018873384098303404,3.642160321139204e-09,0.9740688758764027,0.012425760861922784
420
+ 0.03735964353252291,0.043616229697350635,0.003293203667900573,0.0041168162626051275,0.008611826285404535,0.23548963972192982,0.6675126408322865
421
+ 0.9742494723956636,1.1652533484838872e-07,1.1652533484838872e-07,1.1652533484838872e-07,1.1652533484838872e-07,0.025749944977662535,1.1652533484838872e-07
422
+ 1.912307862591711e-07,0.5626068383799719,1.912307862591711e-07,1.912307862591711e-07,1.912307862591711e-07,0.2840698342069642,0.15332256248991893
423
+ 4.881542253357504e-06,4.881542253357504e-06,0.9437178566015976,4.881542253357504e-06,4.881542253357504e-06,0.05625773568713541,4.881542253357504e-06
424
+ 0.03476181509289362,7.158945234564925e-07,7.158945234564925e-07,0.5305261179512272,7.158945234564925e-07,0.058043612876968506,0.3766663063953402
425
+ 6.943525306734442e-06,0.3377150581800811,6.943525306734442e-06,6.943525306734442e-06,0.6622502241933853,6.943525306734442e-06,6.943525306734442e-06
426
+ 0.0037131331969889924,0.0047669557160891305,0.0003110392957407278,0.0012762491593622193,4.720089840067583e-05,0.97550853862844,0.014376883104978368
427
+ 0.03672186266702885,0.0483606808175942,0.01007140170560307,0.005398987643299778,8.726341787454838e-08,0.17968125868696652,0.7197657212160896
428
+ 0.9179230544502291,0.023595702431046018,1.0162826229047339e-07,1.0162826229047339e-07,1.0162826229047339e-07,0.0538956574665537,0.0045852807673843685
429
+ 0.05003679699544183,0.5652573981171993,2.065707732762306e-07,2.065707732762306e-07,2.065707732762306e-07,0.2632833220936963,0.12142186308134297
430
+ 2.5425216501480895e-06,2.5425216501480895e-06,0.5033566314856853,2.5425216501480895e-06,2.5425216501480895e-06,0.09559795372445762,0.4010352447032565
431
+ 8.696088966644836e-07,0.1619866782537097,8.696088966644836e-07,0.48222879908263133,8.696088966644836e-07,0.02187515303329796,0.333906760803671
432
+ 9.240849375807926e-06,0.8813613115128459,9.240849375807926e-06,9.240849375807926e-06,9.240849375807926e-06,9.240849375807926e-06,0.11859248424027508
433
+ 0.0026966602028592654,0.0069413898500165485,0.0004631113263338183,0.0020345224773243493,0.0004518978157207505,0.968147361286401,0.0192650570413442
434
+ 0.028746988109466323,0.047906945457009305,0.003081404909727577,0.008462744074019542,0.005662530604889085,0.11493486116065348,0.7912045256842347
435
+ 0.9714222149382539,0.0015929041964512381,9.626777579602415e-08,9.626777579602415e-08,9.626777579602415e-08,0.005878984682828856,0.02110560737913886
436
+ 0.037633578030173115,0.6097141148611769,1.7348750270027482e-07,1.7348750270027482e-07,1.7348750270027482e-07,0.2690115838424407,0.08364020280370103
437
+ 2.7461133878846656e-06,0.10976826419016411,0.7148943322026512,2.7461133878846656e-06,2.7461133878846656e-06,2.7461133878846656e-06,0.17532641915363295
438
+ 8.222805068448549e-07,0.05996537423029598,8.222805068448549e-07,0.8104780993526195,8.222805068448549e-07,8.222805068448549e-07,0.1295532372950572
439
+ 5.0513761602021854e-06,5.0513761602021854e-06,5.0513761602021854e-06,0.38572088720098824,0.6142538559182107,5.0513761602021854e-06,5.0513761602021854e-06
440
+ 0.0029504500860514297,0.009663246925324068,0.000505462254209296,0.0021052221162282687,0.00023430501117519778,0.9655026220703656,0.019038691536646207
441
+ 0.0337165674685549,0.03352945415851439,0.00764043801636732,0.005204343092079076,0.003520257827882678,0.07991275307202093,0.8364761863645807
442
+ 0.9238262173431172,0.018677780918882326,8.575553476457035e-08,0.03233320455180475,8.575553476457035e-08,0.023093173533218776,0.002069452141907416
443
+ 0.09695166005164012,0.5395624227189403,1.478030974569337e-07,0.010777572357126517,0.004168327321609915,0.19774099975391216,0.15079886999367337
444
+ 1.9086021917884596e-06,1.9086021917884596e-06,0.8292172617427648,1.9086021917884596e-06,1.9086021917884596e-06,0.07930801368827706,0.09146709016019076
445
+ 5.860492686570484e-07,0.1230481474794517,5.860492686570484e-07,0.44795198424454796,5.860492686570484e-07,0.0353584430215126,0.39363966710668163
446
+ 4.107865647542568e-06,0.15682475641937663,4.107865647542568e-06,4.107865647542568e-06,0.4599003520003847,0.0675915959126743,0.3156709720706217
447
+ 0.006165982584742986,0.00968341012942728,0.00016856265440453818,0.0029340086243151977,0.0016045561389980958,0.9453174476429869,0.03412603222512506
448
+ 0.050460948183056895,0.04968380100741213,0.0030626784069660543,0.017732426397952732,0.001265170721319753,0.10086772420255183,0.7769272510807406
449
+ 0.9999995725819817,7.123633631933012e-08,7.123633631933012e-08,7.123633631933012e-08,7.123633631933012e-08,7.123633631933012e-08,7.123633631933012e-08
450
+ 0.11079934494179089,0.5435345405750042,1.312915177509335e-07,0.0065393688608242915,1.312915177509335e-07,0.1686064565110643,0.1705200265282808
451
+ 1.8525520471971565e-06,1.8525520471971565e-06,0.4374788336341558,0.07060307876653937,1.8525520471971565e-06,0.30508846532774836,0.1868240646154147
452
+ 0.01237407628997934,0.04026201017972289,4.29377593026282e-07,0.4989053311306836,0.00877643621456725,0.16189221585982266,0.2777895009476314
453
+ 0.07833938378433881,1.725975729615222e-06,1.725975729615222e-06,1.725975729615222e-06,0.5850559812388253,0.048675784973227804,0.2879236720764193
454
+ 0.004215814969922455,0.010455835112874122,0.0009659617755460717,0.003177162268071442,0.00016569452665840566,0.9410611465707398,0.039958384776187836
455
+ 0.0335342208327446,0.02065850650974574,0.006363796061762169,0.004479109507326248,0.005708857596354042,0.024617254321712558,0.9046382551703547
456
+ 0.9737711636970263,0.002789944709693564,5.9233669989390284e-08,0.0077579779063000325,5.9233669989390284e-08,0.010064158191267632,0.005616637028372255
457
+ 0.1428870235516265,0.42659906240490314,0.0290708541825628,0.0025839314371999267,1.3577333226287786e-07,0.10673366444410541,0.29212532820626985
458
+ 1.555726752554166e-06,1.555726752554166e-06,0.8997172736777518,1.555726752554166e-06,1.555726752554166e-06,1.555726752554166e-06,0.10027494768848534
459
+ 4.642403447989454e-07,0.018271939725602,4.642403447989454e-07,0.6617045412214692,4.642403447989454e-07,4.642403447989454e-07,0.3200216620915496
460
+ 1.8156822346487222e-06,0.03711236817460582,1.8156822346487222e-06,1.8156822346487222e-06,0.6773735204166481,1.8156822346487222e-06,0.28550684867980747
461
+ 0.0058548477272252954,0.0158351658289012,0.000697309316957883,0.0031429666746316575,0.0006105007442324772,0.9399568643069169,0.03390234540113463
462
+ 0.0413605645791957,0.033595305447954006,0.007980140193659745,0.010167595614817572,0.010187150578832023,0.023169470444851382,0.8735397731406895
463
+ 0.9837223087695441,0.00276106142814774,4.9125764817803697e-08,4.9125764817803697e-08,4.9125764817803697e-08,0.010174775416107566,0.003341707008905996
464
+ 0.11101943248663135,0.4644572651165996,0.007262014161567308,0.02712232670777541,1.2220153409324967e-07,0.10448805747613506,0.2856507818497571
465
+ 8.043331086103463e-07,0.2712934386248436,0.6472380868176831,8.043331086103463e-07,8.043331086103463e-07,0.012149531119525443,0.06931653043862192
466
+ 0.008031468487910086,0.007263350840234596,3.730731042716344e-07,0.5999841041575871,0.06682784914666973,0.012785242219259575,0.30510761207523474
467
+ 1.132824612743615e-06,0.20920833203140274,0.029148964110084344,1.132824612743615e-06,0.537849435392273,0.013454382120974951,0.2103366206960394
468
+ 0.006456144356816768,0.01435196096911118,0.0005983184736951512,0.0035276253924393032,0.0004627049158764558,0.9394608735807888,0.03514237231127229
469
+ 0.025537591843410434,0.04188412069221951,2.3518635990991365e-08,0.002840517036564513,0.001981967413300441,0.00819982387355956,0.9195559556223095
470
+ 0.9639617481562626,0.009749246307916465,4.258865149244206e-08,0.005570895927268459,4.258865149244206e-08,0.009360504857835173,0.01135751957341417
471
+ 0.1528354148698382,0.473074593602672,0.015423183955792848,0.00683772991775713,1.066055251028101e-07,0.0766471464078721,0.27518182464054264
472
+ 0.0763547211977413,9.772302564978017e-07,0.6721545929162929,0.0380275126283576,9.772302564978017e-07,9.772302564978017e-07,0.21346024156683874
473
+ 0.009600568218559759,0.0672762951244573,0.07328585989398725,0.3751676033165344,0.007372316022395573,3.652622053959659e-07,0.4672969921618602
474
+ 1.1885063471075198e-06,0.11003875646023555,0.169253674219088,1.1885063471075198e-06,0.473653801087065,0.05123528362828087,0.19581610759263637
475
+ 0.017648243340678063,0.0197900388792388,0.0006556336391463129,0.0016053165765996483,0.0007003353588586396,0.9198887793741508,0.03971165283132778
476
+ 0.08793960699451014,0.05227602314075439,0.0035512654250822867,0.008137670901480036,0.003582494147994005,0.021715304348986383,0.8227976350411927
477
+ 0.9919418659429405,3.0929766664447436e-08,3.0929766664447436e-08,0.005013630511543398,0.0004923139944967124,0.0025520967617193185,3.0929766664447436e-08
478
+ 0.18803465633423846,0.47297301355894417,0.024387079783673368,0.013242062865425121,0.0046314464443545774,0.08781268101223286,0.20891906000113156
479
+ 0.01151542931044655,0.18420847028533116,0.5163750803577953,0.03970779929230628,0.08892060537468778,6.697987973231767e-07,0.15927194558063554
480
+ 0.022285319425312755,0.05250865892847817,4.974816207210307e-07,0.48902596427773276,0.09920211908652571,4.974816207210307e-07,0.33697694331870925
481
+ 0.11878264650920416,0.08043015436687846,1.3383863506293628e-06,0.03677260315169251,0.1694652929900303,0.05600314681959598,0.538544817776248
482
+ 0.008687568407864839,0.02037196501438123,0.0021296506783468057,0.003573657849980719,5.0972463966020786e-09,0.9245812185047932,0.04065593444738687
483
+ 0.04067028418408185,0.01793460766612887,1.838711721847243e-08,0.0033181776887636918,0.0040977794368946465,0.01230926459246032,0.9216698680445534
484
+ 0.9816786834230152,0.0008571900128127093,2.607681066295439e-08,0.00025762876934552623,2.607681066295439e-08,0.006375583219444887,0.010830862421760401
485
+ 0.2376305815723989,0.4300149075516301,9.113426824627575e-08,9.113426824627575e-08,0.0017917061355599644,0.06313131277290558,0.26743130969896917
486
+ 0.19848531838427885,0.05666711866581159,0.42433108106634526,6.777663614412119e-07,6.777663614412119e-07,6.777663614412119e-07,0.32051444858448
487
+ 0.046733529937709156,0.08236340037091003,4.407061314036944e-07,0.5151085064799511,4.407061314036944e-07,4.407061314036944e-07,0.3557932410930354
488
+ 1.329769247619872e-06,0.17388562227153853,0.1788396937632879,1.329769247619872e-06,0.44391032612649256,1.329769247619872e-06,0.2033603685309381
489
+ 0.01863475031535691,0.023059559203178318,0.0005212997012473765,0.0006477455812209323,0.0012036875406800313,0.911078958835372,0.044853998822944476
490
+ 0.0939033340504749,0.044723077318189315,0.002653360539431107,0.0037964684588364193,0.007787748665940372,0.00794388890607197,0.839192122061056
491
+ 0.9958781156532847,2.0049524011845003e-08,2.0049524011845003e-08,2.0049524011845003e-08,2.0049524011845003e-08,0.0030917401371254264,0.0010300640114937981
492
+ 0.19166320382405708,0.5349524570851442,0.0023266390857881593,8.234034406516702e-08,0.0033877337546347683,0.031167633964330747,0.2365022499457012
493
+ 0.10487146858411704,0.06834169865808987,0.3849189761480535,9.801494887329957e-07,9.801494887329957e-07,9.801494887329957e-07,0.4418649161612733
494
+ 0.03653687545551392,0.009734655499507435,6.526169305466879e-07,0.4794015276513396,6.526169305466879e-07,6.526169305466879e-07,0.4743249835428474
495
+ 0.03825262978327035,0.3069352793461519,9.470670835142424e-07,0.07875619624133177,0.44924856855867484,9.470670835142424e-07,0.126805431936404
496
+ 0.01090823855208067,0.021963262087555828,0.0009296827399274914,0.0016452787013455095,0.0003592978384477853,0.927644367963995,0.03654987211664772
497
+ 0.04934446266609064,0.0329891157005958,0.002330185696470061,0.0016034284702628311,0.004483867105330633,0.0027663462911331127,0.906482594070117
498
+ 0.9925104012383692,0.002357169676998985,0.00026690004774370204,1.746964521420636e-08,0.0014015525656454959,0.002635529277061182,0.0008284297245361342
499
+ 0.30671862019101404,0.3855435923222821,7.846221304763906e-08,0.002490386371800226,0.004517860014646475,0.0481802686498061,0.2525491939882382
500
+ 0.060045942078380134,0.10525297105030541,0.6958073248688864,1.3721604905863257e-06,1.3721604905863257e-06,1.3721604905863257e-06,0.13888964552095628
501
+ 0.027774749213386213,8.34143673706217e-07,8.34143673706217e-07,0.4215659609684948,8.34143673706217e-07,8.34143673706217e-07,0.5506559532434241
502
+ 1.1532525009295997e-06,0.24896324717752524,0.060379148507384565,1.1532525009295997e-06,0.4348946956046834,0.028107197026804538,0.2276534051786004
503
+ 0.05581396363304965,0.032113830093751974,0.0002788936986340417,0.0023617678271988574,0.002897258166662454,0.8680268462271151,0.0385074403535879
504
+ 0.15213342383649214,0.05104889708679012,0.0022905450303801716,0.004626327363395267,0.003351300717666903,0.007873496761290235,0.7786760092039852
505
+ 0.9990552383734554,1.2485950905790482e-08,1.2485950905790482e-08,1.2485950905790482e-08,1.2485950905790482e-08,1.2485950905790482e-08,0.0009446991967899828
506
+ 0.2725521539759446,0.4437510525510842,7.18693184371553e-08,7.18693184371553e-08,0.0025255450795341806,0.0862518752820565,0.19491922937274375
507
+ 0.06620977421533424,1.286865653616491e-06,0.7101771274418026,1.286865653616491e-06,1.286865653616491e-06,0.05630502201793217,0.16730421572796994
508
+ 8.143378521754992e-07,8.143378521754992e-07,8.143378521754992e-07,0.29930283040401034,8.143378521754992e-07,8.143378521754992e-07,0.7006930979067287
509
+ 0.20212669520820017,0.0948250153211609,8.322955417265227e-07,8.322955417265227e-07,0.3320719061503562,0.041344773168414506,0.3296299455607847
510
+ 0.024712702568339996,0.031525204839652286,0.0003267148607639086,0.000692382803325536,0.0007739911465232248,0.90422961143849,0.03773939234290512
511
+ 0.09030341402623195,0.03349009236573205,0.0015796202193181577,0.0016461087299806932,0.0028410249697594057,0.003166495366796363,0.8669732443221815
512
+ 0.9955227260234594,1.0718651077752505e-08,1.0718651077752505e-08,1.0718651077752505e-08,1.0718651077752505e-08,0.0021703072012712373,0.0023069239006649894
513
+ 0.26977972035751063,0.3948471150431667,0.0021991793328676405,0.008510967229920719,7.829016286805443e-08,0.02910805199474214,0.2955548877516293
514
+ 0.06505250172071551,0.17899053419658822,0.5247864259445612,0.11809679898356844,1.4322884055616737e-06,1.4322884055616737e-06,0.11307087457775544
515
+ 0.19128251916574598,1.759291847878813e-06,1.759291847878813e-06,0.6196244500913612,1.759291847878813e-06,1.759291847878813e-06,0.18908599357550107
516
+ 0.11070692861206209,0.045880486029549285,1.3833006256112063e-06,1.3833006256112063e-06,0.4597567225585027,1.3833006256112063e-06,0.38365171289800903
517
+ 0.046899012617749924,0.033783669788922395,0.0008957646044828662,0.003694529916124157,7.946595754377201e-09,0.8736749583826153,0.0410520567435096
518
+ 0.18373073858171268,0.03855780119148821,0.001965121589014047,0.0008733412767254885,0.0006639053439765245,0.004442236314469397,0.7697668557026135
519
+ 0.9991995013826668,8.74097399453678e-09,8.74097399453678e-09,8.74097399453678e-09,8.74097399453678e-09,0.0008004549124632912,8.74097399453678e-09
520
+ 0.297673780067207,0.3998905357173963,8.36156359013025e-08,0.00829668202688362,8.36156359013025e-08,0.07714504173022424,0.2169937932270171
521
+ 0.1775757841540347,0.11712160029061526,0.5903047710216573,1.574889512319308e-06,1.574889512319308e-06,1.574889512319308e-06,0.11499311986515565
522
+ 0.21779202416422874,9.389122458936038e-07,9.389122458936038e-07,0.40956591049463226,9.389122458936038e-07,9.389122458936038e-07,0.37263830969215533
523
+ 0.12368101375140084,0.2537605523750092,2.662921834860895e-06,2.662921834860895e-06,0.5413332731675878,2.662921834860895e-06,0.0812171719404975
524
+ 0.031401460531795815,0.03290949156487578,0.00043656403518137156,0.0001071855804809774,9.02475212969974e-09,0.9079238111550961,0.027221478107817828
525
+ 0.11197939842102839,0.024489065521364036,0.00025831411891366623,1.6760984287967063e-08,0.0020682634355629744,0.0012575495963726535,0.859947392145774
526
+ 0.9986908817166862,0.00018747659460323346,7.786720367232175e-09,7.786720367232175e-09,7.786720367232175e-09,7.786720367232175e-09,0.001121610541829019
527
+ 0.436675581411686,0.30342852562478645,0.0032970218486415136,9.94054941558871e-08,9.94054941558871e-08,0.011193653729387916,0.24540501857450997
528
+ 0.14354279955397173,0.1471482658222392,0.5452978513089328,2.279915842815797e-06,0.12630950099857827,2.279915842815797e-06,0.03769702248459213
529
+ 1.8270910811609238e-06,0.06587017015800545,1.8270910811609238e-06,0.49273872254075757,1.8270910811609238e-06,1.8270910811609238e-06,0.4413837989369122
530
+ 3.061025089500275e-06,3.061025089500275e-06,3.061025089500275e-06,0.49074743345811883,0.29918039744401337,3.061025089500275e-06,0.21005992499750975
531
+ 0.0874407440948232,0.03809357856466068,0.00021924029988278768,0.0019505722776987265,9.833522321369274e-09,0.8328627280735355,0.0394331268558769
532
+ 0.26728941025904035,0.053543697154892426,0.001373471161920015,0.0005540956095806284,0.0018814010046281399,0.0038579634250459345,0.6714999613848924
533
+ 0.9997658235509919,0.00023414459191280966,6.371419062495814e-09,6.371419062495814e-09,6.371419062495814e-09,6.371419062495814e-09,6.371419062495814e-09
534
+ 0.3702897845931113,0.35643418522917186,0.00488093561642009,9.876209754211502e-08,9.876209754211502e-08,0.032589610219835426,0.23580528681726617
535
+ 0.08880099270504344,2.677357617455681e-06,0.4417154883925349,2.677357617455681e-06,2.677357617455681e-06,2.677357617455681e-06,0.4694728094719518
536
+ 1.5147296626761622e-06,1.5147296626761622e-06,0.21062240088699644,0.23204655233308055,1.5147296626761622e-06,1.5147296626761622e-06,0.5573249878612722
537
+ 0.31611342303963574,3.828916226019236e-06,3.828916226019236e-06,3.828916226019236e-06,0.683867432379234,3.828916226019236e-06,3.828916226019236e-06
538
+ 0.043063332624771716,0.034973803149783586,0.0005087612450010865,0.0022788343147689266,0.00029776216481117564,0.8818897350090449,0.03698777149181871
539
+ 0.10250844286395348,0.02092541957943872,2.197512824578755e-08,0.0011366559767493358,0.001815684349154417,0.0025996236398340713,0.8710141516157418
540
+ 0.9982145523961801,0.0011272816325700937,5.9134635977387275e-09,5.9134635977387275e-09,5.9134635977387275e-09,0.0006581423173954166,5.9134635977387275e-09
541
+ 0.46955554090538926,0.3289570989167379,1.3206831643959308e-07,1.3206831643959308e-07,1.3206831643959308e-07,0.022729806509343278,0.17875715746358026
542
+ 0.3266208333644404,0.2036026447669348,0.13554922385929494,2.5206968523773077e-06,2.5206968523773077e-06,2.5206968523773077e-06,0.33421973591877274
543
+ 2.508200321728523e-06,0.24258522165003035,2.508200321728523e-06,0.3605717345996284,2.508200321728523e-06,2.508200321728523e-06,0.39683301094905427
544
+ 3.4897514443242773e-06,3.4897514443242773e-06,3.4897514443242773e-06,3.4897514443242773e-06,0.39136218334708095,3.4897514443242773e-06,0.6086203678956974
545
+ 0.05821275599743482,0.03398230172071703,1.3256318647843042e-08,0.0006635060647104681,1.3256318647843042e-08,0.8698204562859375,0.03732095341856285
546
+ 0.28038789149753274,0.04955651580863787,0.0022565306120526708,2.1875928618868993e-08,0.003547953555546541,0.002807247818581632,0.6614438388317199
547
+ 0.9998898740379479,5.271559404167199e-09,5.271559404167199e-09,5.271559404167199e-09,5.271559404167199e-09,5.271559404167199e-09,0.00011009960425505875
548
+ 0.3945369667696824,0.4256893101276943,1.300770012237092e-07,0.0034354203852746605,1.300770012237092e-07,0.026130674212572473,0.15020736835077375
549
+ 6.37223497592504e-06,6.37223497592504e-06,0.9999617665901445,6.37223497592504e-06,6.37223497592504e-06,6.37223497592504e-06,6.37223497592504e-06
550
+ 5.159580337454967e-06,5.159580337454967e-06,5.159580337454967e-06,0.5368957183388979,5.159580337454967e-06,5.159580337454967e-06,0.46307848375941474
551
+ 3.6451593929101025e-06,0.19029138850794602,3.6451593929101025e-06,3.6451593929101025e-06,0.8096903856950892,3.6451593929101025e-06,3.6451593929101025e-06
552
+ 0.054351301808572984,0.025045549976738014,0.0002336927296007946,1.51452580723889e-08,1.51452580723889e-08,0.9003224826618205,0.020046942532751605
553
+ 0.08154409624049316,0.03566377851842433,2.8677773726365872e-08,0.0027030907844290616,2.8677773726365872e-08,2.8677773726365872e-08,0.8800889484233323
554
+ 0.998807745812418,0.0004770724888409257,5.02155421331617e-09,5.02155421331617e-09,5.02155421331617e-09,0.0005214000215716149,0.00019376661250688045
555
+ 0.4820304840938281,0.3969374176797643,0.0026073476917434285,0.0021351262626790758,1.6071759055755133e-07,0.012267757417720593,0.10402170613667387
556
+ 0.2225800310188622,5.801813434622094e-06,0.6893898702737002,5.801813434622094e-06,5.801813434622094e-06,5.801813434622094e-06,0.08800689145369923
557
+ 4.449783550712006e-06,4.449783550712006e-06,4.449783550712006e-06,0.7097240637732916,4.449783550712006e-06,4.449783550712006e-06,0.290253687308955
558
+ 4.5017959935355374e-06,0.34986551106558206,0.20225451275103656,4.5017959935355374e-06,0.447861968999407,4.5017959935355374e-06,4.5017959935355374e-06
559
+ 0.12424042110225937,0.033953712898197715,1.6765380041231205e-08,0.004042105454919379,0.0011058733109352728,0.7993636873396589,0.03729418312864938
560
+ 0.29334808730188366,0.03308344921015629,0.0007171521528841955,0.0015999090409059894,0.0004630490608696194,0.002962940390073307,0.667825412843227
561
+ 0.9998146307781861,4.5638289273372146e-09,4.5638289273372146e-09,4.5638289273372146e-09,4.5638289273372146e-09,0.00018534640266982004,4.5638289273372146e-09
562
+ 0.41767196323382766,0.412629704745058,1.7334981540112745e-07,1.7334981540112745e-07,1.7334981540112745e-07,0.036767850728286554,0.13292996124338144
563
+ 4.905755821303331e-06,0.11707751801683967,0.7276246226752905,4.905755821303331e-06,4.905755821303331e-06,4.905755821303331e-06,0.15527823628458454
564
+ 2.1407579379306547e-06,0.11868210175138161,2.1407579379306547e-06,0.446477253127675,2.1407579379306547e-06,2.1407579379306547e-06,0.43483208208919144
565
+ 5.529132138830926e-06,5.529132138830926e-06,0.08520012844835788,5.529132138830926e-06,0.914772225890948,5.529132138830926e-06,5.529132138830926e-06
566
+ 0.06979308240762429,0.037036358684931686,2.0851494776891788e-08,2.0851494776891788e-08,0.0009290775771377129,0.8581192571677876,0.03412218245952917
567
+ 0.1337727719933311,0.03590443258946863,0.0008842197875791983,3.96596566543881e-08,0.0007930263481289165,0.0015176383657269333,0.8271278712561086
568
+ 0.9979169169760864,0.0003516705440814687,4.3820588798181626e-09,4.3820588798181626e-09,4.3820588798181626e-09,0.0006378815631203986,0.0010935177705353916
569
+ 0.45465533829284266,0.4108780887399555,0.031183950974526017,1.9450912998186257e-07,1.9450912998186257e-07,0.008070199187829951,0.09521203378658587
570
+ 0.282416876123419,0.08283280865178286,0.6347288132128738,5.3755029811229385e-06,5.3755029811229385e-06,5.3755029811229385e-06,5.3755029811229385e-06
571
+ 0.49696192148115637,4.794636989883393e-06,4.794636989883393e-06,0.2059039007477315,4.794636989883393e-06,4.794636989883393e-06,0.2971149992231526
572
+ 0.19306125255026027,4.347777452611133e-06,4.347777452611133e-06,4.347777452611133e-06,0.6131979525826826,4.347777452611133e-06,0.1937234037572467
573
+ 0.0835931022966349,0.022081473307967375,2.412846061171313e-08,2.412846061171313e-08,2.412846061171313e-08,0.8731239299266426,0.021201422083373257
574
+ 0.217222578995177,0.023618793253233582,0.0009641234993461235,0.002070232494778069,0.003666822444413919,0.00484223819205997,0.7476152111209913
575
+ 0.9999999748779251,4.1870125778807425e-09,4.1870125778807425e-09,4.1870125778807425e-09,4.1870125778807425e-09,4.1870125778807425e-09,4.1870125778807425e-09
576
+ 0.4115616184755636,0.4169281825852617,2.718792161615339e-07,0.1036277920291445,2.718792161615339e-07,2.718792161615339e-07,0.06788159127238165
577
+ 0.05119222951032401,3.321661851458132e-06,0.19179569144134367,3.321661851458132e-06,3.321661851458132e-06,3.321661851458132e-06,0.7569987924009265
578
+ 1.091857614500342e-05,1.091857614500342e-05,1.091857614500342e-05,0.5310512189646867,1.091857614500342e-05,1.091857614500342e-05,0.46889418815458844
579
+ 4.401615628627768e-06,0.1114437901984278,4.401615628627768e-06,4.401615628627768e-06,0.7056385762786067,4.401615628627768e-06,0.182900027060451
580
+ 0.031064314454142605,0.01938842713735415,2.740679897550436e-08,0.0013403970381033864,2.740679897550436e-08,0.9214091908248938,0.026797615731908087
581
+ 0.09753033280654623,0.021293072831017962,5.184436123758014e-08,5.184436123758014e-08,5.184436123758014e-08,5.184436123758014e-08,0.8811763869849909
582
+ 0.9977251905978328,0.001336048596452096,4.1088413839072406e-09,4.1088413839072406e-09,4.1088413839072406e-09,0.0002705725112999295,0.0006681759678914214
583
+ 0.4801951106564535,0.27198667195348003,3.7355670613311544e-07,0.04228108363554179,3.7355670613311544e-07,3.7355670613311544e-07,0.20553601308440647
584
+ 1.7316951700798726e-05,1.7316951700798726e-05,0.9998960982897953,1.7316951700798726e-05,1.7316951700798726e-05,1.7316951700798726e-05,1.7316951700798726e-05
585
+ 0.10160254057544278,2.0889794358471107e-06,2.0889794358471107e-06,0.0530191294391918,2.0889794358471107e-06,2.0889794358471107e-06,0.845369974067622
586
+ 6.237542907931752e-06,0.1305859883878146,6.237542907931752e-06,6.237542907931752e-06,0.8693828238976458,6.237542907931752e-06,6.237542907931752e-06
587
+ 0.10910812150358346,0.02519239787175317,0.001234098884238395,0.00048009337920826067,2.9744433154362375e-08,0.8299146888328508,0.03407056978393278
588
+ 0.3478653258604201,0.025072225164966495,5.394786234699278e-08,5.394786234699278e-08,0.0016532948218668175,0.0125791315105563,0.6128299147464656
589
+ 0.9997522327322175,0.00013199743595010088,3.932758589366482e-09,3.932758589366482e-09,3.932758589366482e-09,0.00011575410079833397,3.932758589366482e-09
590
+ 0.5796632166038603,0.29992253601007557,4.191267918700555e-07,4.191267918700555e-07,0.012562012558406468,0.01016326067961221,0.09768813589446178
591
+ 0.5818544222483601,1.0076991943667666e-05,1.0076991943667666e-05,1.0076991943667666e-05,1.0076991943667666e-05,1.0076991943667666e-05,0.4180951927919216
592
+ 6.463698249392172e-06,6.463698249392172e-06,6.463698249392172e-06,0.16405123394689208,6.463698249392172e-06,6.463698249392172e-06,0.835916447561861
593
+ 5.881307692048484e-06,5.881307692048484e-06,5.881307692048484e-06,5.881307692048484e-06,0.6164345575461191,5.881307692048484e-06,0.38353603591542074
594
+ 0.049984976041179574,0.028381868646195435,3.5460313480157036e-08,3.5460313480157036e-08,3.5460313480157036e-08,0.8920943352665274,0.02953871366515711
595
+ 0.1062863841932321,0.021778486187137017,7.34072685155568e-08,7.34072685155568e-08,7.34072685155568e-08,7.34072685155568e-08,0.8719348359905569
596
+ 0.9987239693817003,7.510939955256986e-05,9.235618035918082e-05,3.868326583621314e-09,3.868326583621314e-09,0.0005466640472587889,0.00056189325447635
597
+ 0.538753127619819,0.28446385986432565,5.416472924601173e-07,5.416472924601173e-07,5.416472924601173e-07,5.416472924601173e-07,0.17678084592668558
598
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
599
+ 3.9391173220555185e-05,3.9391173220555185e-05,3.9391173220555185e-05,3.9391173220555185e-05,3.9391173220555185e-05,3.9391173220555185e-05,0.9997636529606767
600
+ 0.2273633360975592,7.418982867613588e-06,7.418982867613588e-06,7.418982867613588e-06,0.5502462184822499,7.418982867613588e-06,0.22236076948872047
601
+ 0.07348554393481008,0.01797930775097324,3.9664866413741384e-08,3.9664866413741384e-08,3.9664866413741384e-08,0.8973429250428494,0.0111921042767681
602
+ 0.14853796398766045,0.029176429773001892,7.58716325795678e-08,7.58716325795678e-08,7.58716325795678e-08,7.58716325795678e-08,0.8222853027528075
603
+ 0.9992186529298998,0.00037963095302363586,3.802056319672635e-09,3.802056319672635e-09,3.802056319672635e-09,3.802056319672635e-09,0.00040170090885159116
604
+ 0.29573806257261953,0.607819502591166,7.233625250857002e-07,7.233625250857002e-07,7.233625250857002e-07,0.053071623381202276,0.043368641367436817
605
+ 0.9997487539220421,4.187434632634716e-05,4.187434632634716e-05,4.187434632634716e-05,4.187434632634716e-05,4.187434632634716e-05,4.187434632634716e-05
606
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
607
+ 1.3481933151107104e-05,1.3481933151107104e-05,1.3481933151107104e-05,1.3481933151107104e-05,0.9999191084010934,1.3481933151107104e-05,1.3481933151107104e-05
608
+ 0.018835926607248414,0.014282210033502694,4.3928161152461235e-08,0.010098191370253463,4.3928161152461235e-08,0.9370312394264478,0.019752344706225403
609
+ 0.08266904619415592,0.026559048686423354,8.585901794390813e-08,0.01354489003611024,8.585901794390813e-08,0.0022019493930903102,0.8750248939721842
610
+ 0.9952836140834043,0.0007627035835874187,3.7787980561486275e-09,3.7787980561486275e-09,3.7787980561486275e-09,0.00038122936593858804,0.003572441630675917
611
+ 0.6589272804621837,0.24731714282061826,6.350895235988094e-07,6.350895235988094e-07,6.350895235988094e-07,0.03597001479885758,0.05778365664976956
612
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
613
+ 2.5796997515433235e-06,2.5796997515433235e-06,2.5796997515433235e-06,0.5930205382025244,2.5796997515433235e-06,2.5796997515433235e-06,0.40696656329871767
614
+ 1.3481933151107104e-05,0.7276888928267049,1.3481933151107104e-05,1.3481933151107104e-05,0.27224369750753963,1.3481933151107104e-05,1.3481933151107104e-05
615
+ 0.08942254189873643,0.032110202835455216,4.666353460306733e-08,0.002310858012394792,4.666353460306733e-08,0.8542115887990879,0.021944715127256466
616
+ 0.3286787039243507,0.07770813715075509,0.0043539353356052335,9.253538332482608e-08,9.253538332482608e-08,0.009303705069130233,0.5799553334493921
617
+ 0.9999999777688926,3.705184658193308e-09,3.705184658193308e-09,3.705184658193308e-09,3.705184658193308e-09,3.705184658193308e-09,3.705184658193308e-09
618
+ 0.35793345875907556,0.5852834301397785,4.601669498937069e-07,4.601669498937069e-07,4.601669498937069e-07,0.009802611345014289,0.04697911925528227
619
+ 2.1250564746165805e-05,2.1250564746165805e-05,0.9998724966115231,2.1250564746165805e-05,2.1250564746165805e-05,2.1250564746165805e-05,2.1250564746165805e-05
620
+ 3.5790162933259714e-06,3.5790162933259714e-06,3.5790162933259714e-06,0.8227430991664876,3.5790162933259714e-06,3.5790162933259714e-06,0.17723900575204563
621
+ 4.9506852081716664e-05,4.9506852081716664e-05,4.9506852081716664e-05,4.9506852081716664e-05,0.9997029588875098,4.9506852081716664e-05,4.9506852081716664e-05
622
+ 0.06667222290834551,0.009849614199126909,5.3868188708228073e-08,0.014077377027762924,5.3868188708228073e-08,0.8961853631226216,0.01321531500576561
623
+ 0.12048405288190092,0.011891718588466594,1.2607477464280157e-07,1.2607477464280157e-07,1.2607477464280157e-07,0.010323168265291524,0.857300682040017
624
+ 0.9979196999235144,0.0006499740166204376,3.6648393054495425e-09,3.6648393054495425e-09,3.6648393054495425e-09,0.0008378058219309138,0.0005925092434165477
625
+ 0.30717656889095213,0.5168154518275463,6.455498721106443e-07,6.455498721106443e-07,6.455498721106443e-07,0.006959026041724485,0.16904701659016058
626
+ 2.1250564746165805e-05,2.1250564746165805e-05,0.9998724966115231,2.1250564746165805e-05,2.1250564746165805e-05,2.1250564746165805e-05,2.1250564746165805e-05
627
+ 2.0357695504933606e-06,2.0357695504933606e-06,2.0357695504933606e-06,0.46798204084317807,2.0357695504933606e-06,2.0357695504933606e-06,0.5320077803090693
628
+ 4.9506852081716664e-05,4.9506852081716664e-05,4.9506852081716664e-05,4.9506852081716664e-05,0.9997029588875098,4.9506852081716664e-05,4.9506852081716664e-05
629
+ 0.0747820597502107,0.03576908390576122,5.973779156953859e-08,5.973779156953859e-08,5.973779156953859e-08,0.8711070389547836,0.018341638175869823
630
+ 0.21653810050927666,0.028898356714332628,0.003927466809239337,0.006383361011338299,1.389490748684932e-07,0.003363517919118038,0.7408890580876202
631
+ 0.9997766897259881,0.00022329213057236587,3.6286879725420787e-09,3.6286879725420787e-09,3.6286879725420787e-09,3.6286879725420787e-09,3.6286879725420787e-09
632
+ 0.3467547269240817,0.4280685343272689,5.603229921202655e-07,5.603229921202655e-07,5.603229921202655e-07,0.047235614337026284,0.17793944344264676
633
+ 1.327631855683175e-05,1.327631855683175e-05,0.9999203420886591,1.327631855683175e-05,1.327631855683175e-05,1.327631855683175e-05,1.327631855683175e-05
634
+ 3.62548762600672e-06,3.62548762600672e-06,3.62548762600672e-06,0.8334259139788853,3.62548762600672e-06,3.62548762600672e-06,0.16655595858298433
635
+ 4.9506852081716664e-05,4.9506852081716664e-05,4.9506852081716664e-05,4.9506852081716664e-05,0.9997029588875098,4.9506852081716664e-05,4.9506852081716664e-05
636
+ 0.03638023029669442,0.03259612182423711,0.0027551658005985015,6.735924056783935e-08,6.735924056783935e-08,0.9249553367155198,0.0033130106444688922
637
+ 0.08253211146531819,0.04132355475032378,1.5812782743512128e-07,1.5812782743512128e-07,1.5812782743512128e-07,1.5812782743512128e-07,0.8761437012730482
638
+ 0.9940688735351818,0.0013639351246661588,3.6074901228645617e-09,3.6074901228645617e-09,3.6074901228645617e-09,0.0020876809095025906,0.0024794996081792375
639
+ 0.4629363451548177,0.2537385245846704,6.366383962051114e-07,6.366383962051114e-07,6.366383962051114e-07,0.06669857762369076,0.2166246427216325
640
+ 8.604100678292135e-06,8.604100678292135e-06,0.6480271813887726,8.604100678292135e-06,8.604100678292135e-06,8.604100678292135e-06,0.35192979810783603
641
+ 4.349988331566746e-06,4.349988331566746e-06,4.349988331566746e-06,0.9999739000700102,4.349988331566746e-06,4.349988331566746e-06,4.349988331566746e-06
642
+ 0.9997029588875099,4.950685208171667e-05,4.950685208171667e-05,4.950685208171667e-05,4.950685208171667e-05,4.950685208171667e-05,4.950685208171667e-05
643
+ 0.09367841801111987,0.006144001795564265,7.237993996251354e-08,7.237993996251354e-08,0.005001936969592005,0.8691608262992568,0.026014672164587006
644
+ 0.28073835470183167,0.04074538676828139,1.6797056628179802e-07,1.6797056628179802e-07,1.6797056628179802e-07,0.003567883600525044,0.6749478710176632
645
+ 0.9986334884154361,0.0009255132157596942,3.580765567472113e-09,3.580765567472113e-09,3.580765567472113e-09,8.659465719539408e-05,0.00035439296931231046
646
+ 0.3626505960480152,0.5430709212653947,9.057092389461962e-07,9.057092389461962e-07,9.057092389461962e-07,0.030717796665931482,0.06355796889294163
647
+ 1.327631855683175e-05,1.327631855683175e-05,0.9999203420886591,1.327631855683175e-05,1.327631855683175e-05,1.327631855683175e-05,1.327631855683175e-05
648
+ 4.349988331566746e-06,4.349988331566746e-06,4.349988331566746e-06,0.9999739000700102,4.349988331566746e-06,4.349988331566746e-06,4.349988331566746e-06
649
+ 1.4469126011714745e-05,1.4469126011714745e-05,1.4469126011714745e-05,1.4469126011714745e-05,1.4469126011714745e-05,1.4469126011714745e-05,0.9999131852439298
650
+ 0.045806340276678195,0.018643774985334788,7.865945900410464e-08,0.002742666116493908,7.865945900410464e-08,0.9167260458473524,0.016081015455222666
651
+ 0.1097958661364072,1.836157203430272e-07,1.836157203430272e-07,1.836157203430272e-07,1.836157203430272e-07,1.836157203430272e-07,0.8902032157849911
652
+ 0.9955788839702581,0.0015383878947895766,3.565456766412744e-09,0.0004826274198217316,3.565456766412744e-09,0.0012775371114071674,0.0011225564728100474
653
+ 0.30436182362035513,0.3000970457393261,9.131592097157304e-07,9.131592097157304e-07,9.131592097157304e-07,0.24458633173088218,0.15095205943180742
654
+ 0.6246716706022775,1.327631855683175e-05,0.37526194780493854,1.327631855683175e-05,1.327631855683175e-05,1.327631855683175e-05,1.327631855683175e-05
655
+ 3.7771158880032177e-06,3.7771158880032177e-06,3.7771158880032177e-06,0.8682821694334522,3.7771158880032177e-06,3.7771158880032177e-06,0.13169894498710763
656
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
657
+ 0.05374566614442113,0.012163264144984637,8.537910187626557e-08,8.537910187626557e-08,8.537910187626557e-08,0.930379039520523,0.003711774052765587
658
+ 0.178999533341062,0.007689776231635069,1.8900449486241674e-07,1.8900449486241674e-07,1.8900449486241674e-07,0.003517922653004406,0.8097922007608139
659
+ 0.9976657927747722,0.0016179164808065732,0.0001151696057301817,3.5563660004626166e-09,3.5563660004626166e-09,0.0006011104695932736,3.5563660004626166e-09
660
+ 0.03266278549394199,0.467796768798227,1.0601568440991526e-06,0.11722955832241913,1.0601568440991526e-06,0.23403762769857722,0.1482711393731464
661
+ 3.537129472096763e-05,3.537129472096763e-05,0.9997877722316744,3.537129472096763e-05,3.537129472096763e-05,3.537129472096763e-05,3.537129472096763e-05
662
+ 0.10644593695221122,2.737875589348874e-06,2.737875589348874e-06,0.26416116329510375,2.737875589348874e-06,2.737875589348874e-06,0.6293819482503277
663
+ 0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285,0.14285714285714285
664
+ 0.011335323162330522,0.018638363207491435,8.664154965737432e-08,8.664154965737432e-08,8.664154965737432e-08,0.9626779698469172,0.00734808385861185
665
+ 0.019130649639084455,0.014196683391887852,2.0648331565344946e-07,2.0648331565344946e-07,2.0648331565344946e-07,0.014926965335798964,0.9517450821832818