Granularity Paradox Reveals Forecasting Errors in Time Series Disaggregation.

Hugo Moreira· July 8, 2026 View original

▶ The 2-minute explainer

Summary

This paper identifies the "Granularity Paradox" in time-series forecasting, where finer temporal disaggregation improves in-sample fit but degrades out-of-sample accuracy due to compounded errors. It demonstrates that standard pointwise metrics often mask this cumulative error, advocating for goal-dependent cumulative metrics.

Time-series forecasting often involves a critical trade-off known as the "Granularity Paradox." This phenomenon describes how disaggregating data into finer temporal units, such as moving from monthly to daily, can misleadingly improve in-sample model fit and increase dataset size. However, this apparent improvement often leads to a significant degradation in out-of-sample accuracy, primarily because errors compound recursively over longer forecasting horizons. Conversely, using coarser aggregations, like annual data, can eliminate recursive error propagation but reduces the amount of data available for model training. The research formalizes this trade-off and evaluates ten different forecasting models—spanning naive, statistical, machine learning, and deep learning architectures—across six granularities using a 13-year public procurement dataset. The findings show a non-monotonic error structure: recursive models like Holt-Winters perform poorly at high frequencies, while LSTMs exhibit a U-shaped error curve, eventually overcoming propagation penalties at daily granularity. Linear Regression remained stable, indicating that the paradox is driven by recursive feedback topology rather than model complexity. The study emphasizes that standard pointwise metrics (RMSE, MAE) systematically mask cumulative error propagation, advocating for goal-dependent cumulative metrics to accurately assess model adequacy.

Why it matters

Data scientists and analysts must understand this paradox to avoid misleading model evaluations and select appropriate data granularities for robust, accurate time-series forecasts in real-world applications.

How to implement this in your domain

  1. 1Evaluate forecasting models using both pointwise and cumulative error metrics across different granularities.
  2. 2Experiment with various data aggregation levels to find the optimal balance for specific business objectives.
  3. 3Prioritize models that demonstrate stability across granularities or adapt well to high-frequency data when recursive errors are a concern.
  4. 4Develop internal guidelines for time-series data preparation, emphasizing the "Granularity Paradox" in model selection.

Who benefits

FinanceRetailSupply ChainEnergyHealthcare

Key takeaways

  • Finer temporal data granularity can inflate in-sample fit but worsen out-of-sample forecast accuracy.
  • This "Granularity Paradox" is driven by recursive error compounding over longer horizons.
  • Standard pointwise metrics often mask cumulative error propagation.
  • Cumulative, goal-dependent metrics are essential for accurate model assessment.

Original post by Hugo Moreira

"arXiv:2607.05450v1 Announce Type: new Abstract: This paper explores the "Granularity Paradox" in time-series forecasting, wherein finer temporal disaggregation (e.g., Monthly to Weekly/Daily) improves in-sample diagnostics and dataset size (N), but degrades out-of-sample accuracy…"

View on X

Originally posted by Hugo Moreira on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses