[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Time Series Forecastability Measures

Created by
  • Haebom

Author

Rui Wang, Steven Klee, Alexis Roos

Outline

In this paper, we propose two metrics to quantify the predictability of time series before developing a time series forecasting model, namely, spectral predictability score and maximum Lyapunov exponent. Unlike traditional model evaluation metrics, these metrics assess the inherent predictability characteristics of data before attempting a forecast. The spectral predictability score evaluates the strength and regularity of frequency components of a time series, while the Lyapunov exponent quantifies the chaos and stability of the system generating the data. We evaluate the effectiveness of these metrics on synthetic and real time series from the M5 forecasting competition dataset. The results show that these two metrics accurately reflect the inherent predictability of time series and have strong correlations with the actual forecasting performance of various models.

Takeaways, Limitations

Takeaways:
We present a novel metric to evaluate the inherent predictability of time series prior to model development.
The spectral predictability score and maximum Lyapunov exponent can be used to distinguish between time series with high and low predictability.
Focus on highly predictable products and supply chain levels, and set appropriate expectations or explore alternative strategies for less predictable products.
Provides useful information for model selection and prediction strategy formulation.
Limitations:
Further research is needed to determine the generalizability of the proposed indicators.
There is a need to more comprehensively evaluate the performance of metrics on different types of time series.
It is possible that the results are limited to a specific dataset.
Consideration may need to be given to the computational complexity of the indicator calculations.
👍