Skip to content

tsfgrnn

Time Series Forecasting Using GRNN

v1.0.5 · Feb 15, 2024 · GPL-2

Description

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.

Downloads

268

Last 30 days

15973rd

759

Last 90 days

3K

Last year

Trend: +0.4% (30d vs prior 30d)

CRAN Check Status

2 NOTE
12 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (2 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Francisco Martinez <fmartin@ujaen.es>’

The BugReports field in DESCRIPTION has
  https://github.com/franciscomartinezdelrio/tsfgrnn
which should likely be
  https://github.com/franciscomartinezdelrio/tsfgrnn/issues
instead.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Francisco Martinez <fmartin@ujaen.es>’

The BugReports field in DESCRIPTION has
  https://github.com/franciscomartinezdelrio/tsfgrnn
which should likely be
  https://github.com/franciscomartinezdelrio/tsfgrnn/issues
instead.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Francisco Martinez <fmartin@ujaen.es>’

The BugReports field in DESCRIPTION has
  https://github.com/franciscomartinezdelrio/tsfgrnn
which should likely be
  https://github.com/franciscomartinezdelrio/tsfgrnn/issues
instead.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Francisco Martinez <fmartin@ujaen.es>’

The BugReports field in DESCRIPTION has
  https://github.com/franciscomartinezdelrio/tsfgrnn
which should likely be
  https://github.com/franciscomartinezdelrio/tsfgrnn/issues
instead.

Dependency Network

Dependencies Reverse dependencies ggplot2 Rcpp tsfgrnn

Version History

new 1.0.5 Mar 10, 2026
updated 1.0.5 ← 1.0.4 diff Feb 14, 2024
updated 1.0.4 ← 1.0.2 diff Mar 23, 2023
updated 1.0.2 ← 1.0.1 diff May 29, 2022
updated 1.0.1 ← 1.0.0 diff Apr 21, 2021
updated 1.0.0 ← 0.1.0 diff Mar 7, 2021
new 0.1.0 Nov 24, 2019