Learn R Programming

arfima

An R time series library that mixes arima models with 3 types of long-memory processes: FDWN, FGN, and PLA (power-law autocovariance.)

Copy Link

Version

Install

install.packages('arfima')

Monthly Downloads

668

Version

1.8-2

License

MIT + file LICENSE

Maintainer

JQ (Justin) Veenstra

Last Published

August 30th, 2025

Functions in arfima (1.8-2)

plot.tacvf

Plots the output from a call to tacvf
lARFIMA

Exact log-likelihood of a long memory model
lARFIMAwTF

Exact log-likelihood of a long memory model with a transfer function model and series included Computes the exact log-likelihood of a long memory model with respect to a given time series as well as a transfer fucntion model and series. This function is not meant to be used directly.
distance

The distance between modes of an arfima fit.
plot.predarfima

Plots the original time series, the predictions, and the prediction intervals for a predarfima object.
fitted.arfima

Extract Model Fitted Values
coef.arfima

Extract Model Coefficients
bestModes

Finds the best modes of an arfima fit.
iARFIMA

The Fisher information matrix of an ARFIMA process
residuals.arfima

Extract the Residuals of a Fitted Object
print.tacvf

Prints a tacvf object.
logLik.arfima

Extract Log-Likelihood Values
print.predarfima

Prints predictions and prediction intervals
print.summary.arfima

Prints the output of a call to summary on an arfima object
summary.arfima

Extensive Summary of an Object
tacfplot

Plots the theoretical autocorralation functions (tacfs) of one or more fits.
print.arfima

Prints a Fitted Object
predict.arfima

Predicts from a fitted object.
weed

Weeds out fits from a call to arfima that are too close to each other.
sim_from_fitted

Simulate an ARFIMA time series from a fitted arfima object.
removeMode

Removes a mode from an arfima fit.
vcov.arfima

Extracts the Variance-Covariance Matrix
tacvfARFIMA

The theoretical autocovariance function of a long memory process.
tmpyr

Temperature Data
tacvf

Extracts the tacvfs of a fitted object
arfimachanges

Prints changes to the package since the last update. Started in 1.4-0
AIC.arfima

Information criteria for arfima objects
arfima-package

Simulates, fits, and predicts persistent and anti-persistent time series. arfima
PacfToAR

Converts AR/MA coefficients from the PACF space to operator space
SeriesJ

Series J, Gas Furnace Data
IdentInvertQ

Checks invertibility, stationarity, and identifiability of a given set of parameters
arfima

Fit ARFIMA, ARIMA-FGN, and ARIMA-PLA (multi-start) models Fits ARFIMA/ARIMA-FGN/ARIMA-PLA multi-start models to times series data. Options include fixing parameters, whether or not to fit fractional noise, what type of fractional noise (fractional Gaussian noise (FGN), fractionally differenced white noise (FDWN), or the newly introduced power-law autocovariance noise (PLA)), etc. This function can fit regressions with ARFIMA/ARIMA-FGN/ARIMA-PLA errors via the xreg argument, including dynamic regression (transfer functions).
arfima.sim

Simulate an ARFIMA time series.
ARToPacf

Converts AR/MA coefficients from operator space to the PACF space
arfima0

Exact MLE for ARFIMA The time series is corrected for the sample mean and then exact MLE is used for the other parameters. This is a simplified version of the arfima() function that may be useful in simulations and bootstrapping.