Probabilistic Forecasting

Probabilistic forecasting estimates uncertainty about future values, not only a single best forecast. The output may be a predictive distribution, a set of quantiles, samples from future trajectories, or prediction intervals.

A point forecast answers “what value is typical?” A probabilistic forecast answers “what range of values is plausible, and how likely are they?”

Predictive distributions

For target at horizon , a probabilistic forecast estimates:

where is target history, are historical covariates, and are future-known covariates. The distribution can be represented parametrically, such as a normal or negative binomial distribution, or nonparametrically through quantiles or samples.

Quantiles and intervals

The -quantile forecast is a value such that the future observation should fall below it with probability approximately :

A central 90 percent prediction interval can be built from the 5th and 95th percentiles. The median forecast is the 50th percentile.

Quantiles are useful because many decisions are asymmetric. Inventory planners may care more about underforecasting than overforecasting. Capacity planners may require high quantiles rather than means.

Calibration and sharpness

Calibration asks whether probabilities match observed frequencies. If a model predicts 90 percent intervals, about 90 percent of realized observations should fall inside those intervals over comparable forecast cases.

Sharpness asks whether the predictive distribution is concentrated. A very wide interval may be calibrated but not useful. A narrow interval may be useful only if it remains calibrated. Good probabilistic forecasts balance calibration and sharpness.

Example

A website traffic forecast for tomorrow has:

outputvalue
10th percentile82,000
50th percentile96,000
90th percentile121,000

The median is a typical forecast. The 90th percentile is more relevant if server capacity must handle high traffic days. The gap between the 10th and 90th percentiles communicates uncertainty.

Practical guidance

  • Use probabilistic forecasts when decisions depend on risk tolerance, safety stock, staffing reserves, capacity margins, or service levels.
  • Evaluate calibration by horizon and segment, not only globally.
  • Report interval width or quantile spread alongside coverage.
  • Prefer quantile forecasts when costs differ for underforecasting and overforecasting.
  • Keep prediction intervals tied to the same forecast origin and covariate availability rules as point forecasts.

Common failure modes

  • Treating a prediction interval as a confidence interval for a model parameter.
  • Reporting calibrated but extremely wide intervals as useful.
  • Evaluating only point accuracy and ignoring uncertainty quality.
  • Assuming residual uncertainty is constant across horizons or series groups.
  • Calibrating intervals on the final evaluation period.

Connections

Probabilistic forecasting generalizes point forecasts into distributions. Its practical surface includes prediction intervals, quantile loss, forecast calibration, and conformal prediction for forecasting.

References