Temporal Reconciliation
Temporal reconciliation makes forecasts coherent across time aggregation levels. For example, seven daily forecasts should sum to the corresponding weekly forecast, and monthly forecasts should be consistent with quarterly forecasts.
If are daily forecasts in a week and is the weekly forecast, coherence requires:
Independent daily and weekly models will not generally satisfy this.
Why it matters
Different decisions use different time scales. Staffing may use daily forecasts, procurement may use weekly forecasts, and financial planning may use monthly forecasts. If the numbers disagree, teams must manually choose which forecast to trust.
Temporal reconciliation is especially useful when high-frequency data is noisy but lower-frequency totals are stable.
Approaches
A high-frequency bottom-up approach forecasts the most granular frequency and aggregates upward. A low-frequency top-down approach forecasts the aggregate and allocates downward using historical or modelled profiles. Combination approaches use forecasts from multiple temporal resolutions and adjust them to be coherent.
The same caution as hierarchical reconciliation applies: coherence is not the same as accuracy. A coherent set can still be wrong.
Example
A model forecasts daily demand for a week as 10, 12, 9, 11, 15, 18, and 20 units. The daily total is 95. A separate weekly model forecasts 105. Temporal reconciliation adjusts the daily values, weekly value, or both so the weekly total and daily sum agree.
Practical guidance
- Use temporal reconciliation when different planning processes consume different frequencies.
- Evaluate accuracy at every consumed frequency.
- Check calendar alignment before aggregating weeks, months, and quarters.
- Avoid reconciling across periods with incompatible business definitions.
- Keep the evaluation horizon consistent after aggregation.
Common failure modes
- Mixing calendar weeks with business weeks.
- Comparing reconciled daily forecasts with unreconciled weekly forecasts.
- Assuming high-frequency noise disappears without checking aggregate bias.
- Allocating monthly forecasts to days using stale seasonal profiles.
- Ignoring holidays and variable month lengths.
Connections
Temporal reconciliation is the time-aggregation analogue of hierarchical reconciliation. It is useful in demand forecasting when daily, weekly, and monthly decisions coexist, and it must be evaluated with forecast error metrics at every consumed frequency.
References
Nav