`nexyron.forecast_intervals`

Generic Description

nexyron.forecast_intervals returns calibrated conformal forecast intervals for one numeric target in an abstraction dataset.

CALL nexyron.procedures()
YIELD name, description, parameters, output_columns
WHERE name = 'nexyron.forecast_intervals'
RETURN name, description, parameters, output_columns

Consumer-Level Explanation

Use this procedure when a forecast needs a planning range, not only a point estimate. The procedure uses the abstraction dataset's temporal target history, builds one-step residuals from prior observations, and wraps the next point forecast with a split-conformal interval.

Parameters

Output Columns

Conceptual Explanation

The procedure is additive to existing point-forecast and Lens forecasting behavior. It does not create a new forecasting store or bypass abstraction datasets. Lens forecasting modules use the same idea to save calibrated interval findings, forecast_chart_candidates, warnings, and coverage metadata in Lens analysis artifacts before the unified report writer receives compact Lens evidence.

Limitations