tsfgrnn: Time Series Forecasting Using GRNN

A general regression neural network (GRNN) is a variant of a Radial Basis Function Network characterized by a fast single-pass learning. 'tsfgrnn' allows you to forecast time series using a GRNN model Francisco Martinez et al. (2019) <doi:10.1007/978-3-030-20521-8_17> and Francisco Martinez et al. (2022) <doi:10.1016/j.neucom.2021.12.028>. When the forecasting horizon is higher than 1, two multi-step ahead forecasting strategies can be used. The model built is autoregressive, that is, it is only based on the observations of the time series. You can consult and plot how the prediction was done. It is also possible to assess the forecasting accuracy of the model using rolling origin evaluation.

Package details

AuthorMaria Pilar Frias-Bustamante [aut], Ana Maria Martinez-Rodriguez [aut], Antonio Conde-Sanchez [aut], Francisco Martinez [aut, cre]
MaintainerFrancisco Martinez <fmartin@ujaen.es>
LicenseGPL-2
Version1.0.4
URL https://github.com/franciscomartinezdelrio/tsfgrnn
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("tsfgrnn")

Try the tsfgrnn package in your browser

Any scripts or data that you put into this service are public.

tsfgrnn documentation built on March 31, 2023, 8:20 p.m.