Skip to main content

Forecasts Outputs Overview

The structure of ForecastOutput may vary, mostly depending on two factors:

  1. Whether the forecast is probabilistic or deterministic
  2. Whether the forecast status is forecasted: true or not

Deterministic vs. Probabilistic:

  • In deterministic forecasts, ForecastOutput records will have the best property.
  • In probabilistic forecasts, ForecastOutput records will have p10, p50 and p90 properties in addition to best.

Forecasted vs. not forecasted:

The p10, p50, p90 and best properties may only exist when forecasted: true