The decomposition of time series into components is an important task that helps to understand time series and can enable better forecasting. Nowadays, with high sampling rates leading to high-frequency data (such as daily, hourly, or minutely data), many real-world datasets contain time series data that can exhibit multiple seasonal patterns. Although several methods have been proposed to decompose time series better under these circumstances, they are often computationally inefficient or inaccurate. In this study, we propose Multiple Seasonal-Trend decomposition using Loess (MSTL), an extension to the traditional Seasonal-Trend decomposition using Loess (STL) procedure, allowing the decomposition of time series with multiple seasonal patterns. In our evaluation on synthetic and a perturbed real-world time series dataset, compared to other decomposition benchmarks, MSTL demonstrates competitive results with lower computational cost. The implementation of MSTL is available in the R package forecast.
翻译:时间序列分解成各个组成部分是一项重要任务,有助于理解时间序列,并能够进行更好的预测。 如今,由于高取样率导致高频率数据(如每日、小时或分钟数据),许多真实世界数据集包含能够显示多种季节模式的时间序列数据。虽然已提出几种方法,在这些情况下更好地分解时间序列,但它们往往在计算上效率不高或不准确。在本研究中,我们提议使用Loess(MSTL)进行多季节-季节-趋势分解,这是使用Loess(STL)程序将传统季节-趋势分解的延伸,允许将时间序列分解成多种季节模式。在我们对合成和周期真实世界时间序列数据集的评价中,与其他分解分解基准相比,MSTL显示具有竞争性的结果,计算成本较低。 MSTL的落实情况见R 组合预报。