joons5834 / weather-forecast-accuracy

0 stars 0 forks source link

forecasts values in ranges #12

Open joons5834 opened 2 years ago

joons5834 commented 2 years ago

Different services publish each value in point-estimate or range-estimate

joons5834 commented 2 years ago

Possible solutions

  1. use raw value if it exists
  2. the medium of the range as forecast value
  3. extreme value of the range as forecast value(to penalize ranges too wide)
  4. random value of the range as forecast value(to penalize ranges too wide, subject to inconsistency)
  5. treat wide range value as NULL and do not compute metrics