---
title: The Impossible Trinity of Time-Series Validation: A Conservation Law among Training Sufficiency, Test Coverage, and Temporal Causality
url: https://www.ml-quant.com/papers/arxiv/2609.29530/
site: ML-Quant (https://www.ml-quant.com)
updated: 2026-09-26
license: Summaries CC BY 4.0; links go to the original sources
index: https://www.ml-quant.com/llms.txt
identifier: arXiv:2609.29530
source_url: https://arxiv.org/abs/2609.29530
featured: 2026-09-25
citations: 0
topic: Econometrics & Forecasting
---


# The Impossible Trinity of Time-Series Validation: A Conservation Law among Training Sufficiency, Test Coverage, and Temporal Causality

Proves that training sufficiency, test coverage, and temporal causality cannot be maximized simultaneously in time-series validation, pricing each constraint explicitly.

- Source: https://arxiv.org/abs/2609.29530
- Identifier: arXiv:2609.29530
- Released: 2026-09-25
- First featured: Quant Letter No. 132 (2026-09-25): https://www.ml-quant.com/issues/2026-09-25/
- Citations (Semantic Scholar): 0
- Published in: not yet
- Topic: Econometrics & Forecasting
- Authors: Jiayu Li

## Abstract (arXiv, CC0)

Validating a model on a time series asks for three things at once: each training run should use most of the sample (sufficiency), the test sets should together cover most of the sample (coverage), and training data should come before test data (causality). We prove that the three cannot be had together and price each one. Let $α$ be the smallest training fraction over folds, $β$ the fraction of the sample covered by tests, $Λ$ the fraction of the sample used as training data from the future of a test point, and $δ$ the distance from a test point to the nearest training point in its future. Every scheme on a sample of length $T$ satisfies $α+β\le 1+Λ$ and $α+\min\{β,δ/T\} \le 1$, and under $β$-mixing the leakage bias at a test point is at most $2Mβ_{\mathrm{mix}}(δ)$. In words: going beyond the causal frontier $α+β=1$ requires training on the future; that future data must sit within $(1-α)T$ of a test point; and its harm depends on its distance, not its amount. Hence expanding walk-forward is exactly the Pareto frontier of causal validation, $k$-fold cross-validation buys the most future data, and purged $k$-fold with an embargo pays in distance instead, which is cheap when the process forgets quickly but cannot repair the part of causality demanded by non-stationarity. On pure noise, shuffled 5-fold reports an information coefficient of $+0.32$, while contiguous 5-fold, using the same amount of future data, reports $+0.004$.

## Related

- [TKAN: Temporal Kolmogorov-Arnold Networks](https://www.ml-quant.com/papers/ssrn/4825654/): The article presents Temporal Kolomogorov-Arnold Networks (TKANs), a new neural network design that merges the benefits of Recurrent Neural Networks and Long Short-Term Memory for improved multistep time series forecasting.
- [Robust agents learn causal world models](https://www.ml-quant.com/papers/arxiv/2402.10877/): The research suggests that intelligent agents must learn an approximate causal model to generalize to new domains, impacting fields like transfer learning and causal inference.
- [Directional-shift Dirichlet ARMA models for compositional time series with structural break intervention](https://www.ml-quant.com/papers/arxiv/2601.16821/): The article introduces a new Bayesian model that analyzes compositional time series data, effectively handling structural breaks and enhancing forecasting accuracy during these changes.
- [FinCARE: Financial Causal Analysis with Reasoning and Evidence](https://www.ml-quant.com/papers/arxiv/2510.20221/): KG+LLM for Financial Causal Discovery: Combines SEC knowledge graphs, LLM reasoning, and causal discovery to build more accurate finance‑grounded causal models.
- [FinZero: Launching Multi-modal Financial Time Series Forecast with Large Reasoning Model](https://www.ml-quant.com/papers/arxiv/2509.08742/): Multi-modal Forecasting: FinZero, a pre-trained model fine-tuned by the Uncertainty-adjusted Group Relative Policy Optimization method, is introduced in the article, enhancing the accuracy, adaptability, and scalability of financial time series forecasting.
- [FinCast: A Foundation Model for Financial Time-Series Forecasting](https://www.ml-quant.com/papers/arxiv/2508.19609/): Time-Series Forecasting Model: FinCast, a new model for financial time-series forecasting, outperforms existing methods by effectively capturing diverse patterns without needing domain-specific adjustments.
