The paper proposes using the AR-Sieve Bootstrap (ARSB) method to construct the trees in the Random Forest (RF) algorithm for time series forecasting. ARSB is a residual resampling technique that fits an autoregressive (AR) model to the data and then resamples the residuals to generate new bootstrap samples.
The authors conduct an extensive simulation study to compare the predictive performance of RF with ARSB against other RF variants that use different bootstrap strategies, such as the classical IID bootstrap and various block bootstrap methods. The simulations consider six classes of data-generating processes (DGPs): AR, MA, ARMA, ARIMA, ARFIMA, and GARCH.
The results show that RF with ARSB outperforms the other RF models by up to 13% and 16% for one-step and five-step ahead predictions, respectively, in terms of median Mean Squared Error (MSE). This improvement is attributed to the ARSB creating more diverse trees in the forest, which is a desirable property for ensemble methods like RF. However, the ARSB approach is computationally more demanding than the other bootstrap methods, though the additional runtime remains reasonable for practical applications.
The authors also find that the performance of RF with ARSB is comparable to that of the Yule-Walker (YW) estimator, indicating that the ARSB preserves the properties of the fitted AR model. However, the new RF struggles when the DGP has a high coefficient on the moving average (MA) part.
Overall, the study demonstrates the potential of the ARSB approach to enhance the forecasting capabilities of Random Forest for time series data, particularly when the underlying process has a strong autoregressive component.
Egy másik nyelvre
a forrásanyagból
arxiv.org
Mélyebb kérdések