Package: narfima 0.1.0

Donia Besher
narfima: Neural AutoRegressive Fractionally Integrated Moving Average Model
Methods and tools for forecasting univariate time series using the NARFIMA (Neural AutoRegressive Fractionally Integrated Moving Average) model. It combines neural networks with fractional differencing to capture both nonlinear patterns and long-term dependencies. The NARFIMA model supports seasonal adjustment, Box-Cox transformations, optional exogenous variables, and the computation of prediction intervals. In addition to the NARFIMA model, this package provides alternative forecasting models including NARIMA (Neural ARIMA), NBSTS (Neural Bayesian Structural Time Series), and NNaive (Neural Naive) for performance comparison across different modeling approaches. The methods are based on algorithms introduced by Chakraborty et al. (2025) <doi:10.48550/arXiv.2509.06697>.
Authors:
narfima_0.1.0.tar.gz
narfima_0.1.0.tar.gz(r-4.7-any)narfima_0.1.0.tar.gz(r-4.6-any)
narfima_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
narfima/json (API)
| # Install 'narfima' in R: |
| install.packages('narfima', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:6120e4e86f. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 137 | ||
| source / vignettes | OK | 178 | ||
| linux-release-x86_64 | OK | 141 | ||
| wasm-release | OK | 110 |
Exports:auto_narfimaauto_narimaauto_nbstsauto_nnaiveforecast_narfima_class
Dependencies:BoomBoomSpikeSlabbstsclicolorspacecpp11farverforecastfracdiffgenericsggplot2gluegtableisobandlabelinglatticelifecyclelmtestmagrittrMASSnlmennetR6RColorBrewerRcppRcppArmadillorlangS7scalestimeDateurcavctrsviridisLitewithrxtszoo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Fitting a NARFIMA Model | auto_narfima |
| Fitting a NARIMA Model | auto_narima |
| Fitting a NBSTS Model | auto_nbsts |
| Fitting a NNaive Model | auto_nnaive |
| Forecasting from NARFIMA-class Models | forecast_narfima_class |