Package: tsfgrnn 1.0.5

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.

Authors:Maria Pilar Frias-Bustamante [aut], Ana Maria Martinez-Rodriguez [aut], Antonio Conde-Sanchez [aut], Francisco Martinez [aut, cre]

tsfgrnn_1.0.5.tar.gz
tsfgrnn_1.0.5.zip(r-4.7)tsfgrnn_1.0.5.zip(r-4.6)tsfgrnn_1.0.5.zip(r-4.5)
tsfgrnn_1.0.5.tgz(r-4.6-x86_64)tsfgrnn_1.0.5.tgz(r-4.6-arm64)tsfgrnn_1.0.5.tgz(r-4.5-x86_64)tsfgrnn_1.0.5.tgz(r-4.5-arm64)
tsfgrnn_1.0.5.tar.gz(r-4.7-arm64)tsfgrnn_1.0.5.tar.gz(r-4.7-x86_64)tsfgrnn_1.0.5.tar.gz(r-4.6-arm64)tsfgrnn_1.0.5.tar.gz(r-4.6-x86_64)
tsfgrnn_1.0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
tsfgrnn/json (API)
NEWS

# Install 'tsfgrnn' in R:
install.packages('tsfgrnn', repos = c('https://franciscomartinezdelrio.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/franciscomartinezdelrio/tsfgrnn/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

4.92 score 8 stars 21 scripts 214 downloads 5 exports 18 dependencies

Last updated from:3dea6b4fa4. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK180
linux-devel-x86_64OK136
source / vignettesOK191
linux-release-arm64OK137
linux-release-x86_64OK130
macos-release-arm64OK108
macos-release-x86_64OK248
macos-oldrel-arm64OK96
macos-oldrel-x86_64OK220
windows-develOK122
windows-releaseOK110
windows-oldrelOK105
wasm-releaseOK123

Exports:grnn_examplesgrnn_forecastinggrnn_weightsplot_examplerolling_origin

Dependencies:clicpp11farverggplot2gluegtableisobandlabelinglifecycleR6RColorBrewerRcpprlangS7scalesvctrsviridisLitewithr

Time Series Forecasting with GRNN in R: the tsfgrnn Package

Rendered fromtsfgrnn.Rmdusingknitr::rmarkdownon May 31 2026.

Last update: 2021-04-05
Started: 2019-10-31