Forecasts Outputs Overview
The structure of ForecastOutput
may vary, mostly depending on two factors:
- Whether the forecast is probabilistic or deterministic
- Whether the forecast status is
forecasted: true
or not
Deterministic vs. Probabilistic:
- In deterministic forecasts,
ForecastOutput
records will have thebest
property. - In probabilistic forecasts,
ForecastOutput
records will havep10
,p50
andp90
properties in addition tobest
.
Forecasted vs. not forecasted:
The p10
, p50
, p90
and best
properties may only exist when forecasted: true