Learn R Programming

WaveletSVR (version 0.1.0)

Wavelet-SVR Hybrid Model for Time Series Forecasting

Description

The main aim of this package is to combine the advantage of wavelet and support vector machine models for time series forecasting. This package also gives the accuracy measurements in terms of RMSE and MAPE. This package fits the hybrid Wavelet SVR model for time series forecasting The main aim of this package is to combine the advantage of wavelet and Support Vector Regression (SVR) models for time series forecasting. This package also gives the accuracy measurements in terms of Root Mean Square Error (RMSE) and Mean Absolute Prediction Error (MAPE). This package is based on the algorithm of Raimundo and Okamoto (2018) .

Copy Link

Version

Install

install.packages('WaveletSVR')

Monthly Downloads

127

Version

0.1.0

License

GPL-3

Maintainer

Dr. Kumar Paul

Last Published

January 6th, 2022

Functions in WaveletSVR (0.1.0)

WaveletFittingsvr

Wavelet-SVR Hybrid Model for Forecasting
WaveletFitting

Wavelet Transform Using Maximal Overlap Discrete Wavelet Transform (MODWT) Algorithm