WaveletRF: Wavelet-RF Hybrid Model for Time Series Forecasting

The Wavelet Decomposition followed by Random Forest Regression (RF) models have been applied for time series forecasting. The maximum overlap discrete wavelet transform (MODWT) algorithm was chosen as it works for any length of the series. The series is first divided into training and testing sets. In each of the wavelet decomposed series, the supervised machine learning approach namely random forest was employed to train the model. This package also provides accuracy metrics in the form of Root Mean Square Error (RMSE) and Mean Absolute Prediction Error (MAPE). This package is based on the algorithm of Ding et al. (2021) <doi:10.1007/s11356-020-12298-3>.

Version: 0.1.0
Imports: stats, wavelets, fracdiff, forecast, randomForest, tsutils
Published: 2022-02-22
Author: Ranjit Kumar Paul [aut, cre], Md Yeasin [aut]
Maintainer: Ranjit Kumar Paul <ranjitstat at gmail.com>
License: GPL-3
NeedsCompilation: no
CRAN checks: WaveletRF results

Documentation:

Reference manual: WaveletRF.pdf

Downloads:

Package source: WaveletRF_0.1.0.tar.gz
Windows binaries: r-prerel: WaveletRF_0.1.0.zip, r-release: WaveletRF_0.1.0.zip, r-oldrel: WaveletRF_0.1.0.zip
macOS binaries: r-prerel (arm64): WaveletRF_0.1.0.tgz, r-release (arm64): WaveletRF_0.1.0.tgz, r-oldrel (arm64): WaveletRF_0.1.0.tgz, r-prerel (x86_64): WaveletRF_0.1.0.tgz, r-release (x86_64): WaveletRF_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=WaveletRF to link to this page.