Learn R Programming

⚠️There's a newer version (0.9.24) of this package.Take me there.

garma - R package for estimation of Gegenbauer Seasonal/Cyclical long memory processes.

Overview & Introduction

This package fits a GARMA model (refer documentation) to a univariate time series.

GARMA models are extensions of ARIMA models which allow for both fractional differencing (like "fracdiff") but also allow that to happen at a non-zero frequency in the spectrum.

This package will estimate that frequency (which is known for technical reasons as the "Gegenbauer" frequency).

At time of writing several estimation methods are supports as well as a number of (non-linear) optimisation routines.

Installation.

The package can be installed from CRAN in the usual manner:

> install.packages('garma')

Documentation

An Introduction to the "garma" packages is available here, and the reference documentation is available here.

Copy Link

Version

Install

install.packages('garma')

Monthly Downloads

526

Version

0.9.13

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Richard Hunt

Last Published

August 19th, 2023

Functions in garma (0.9.13)

fitted.garma_model

Fitted values
forecast.garma_model

Forecast future values.
coef.garma_model

Model Coefficients
extract_arma

Extract underlying ARMA process.
gg_raw_pgram

Display raw periodogram
ggbr_semipara

Extract semiparametric estimates of the Gegenbauer factors.
residuals.garma_model

Residuals
summary.garma_model

summarise a garma_model object.
garma

garma: A package for estimating and foreasting Gegenbauer time series models.
print.ggbr_factors

Print a 'ggbr_factors' object.
print.garma_semipara

Print Semiparametric Estimates
garma_ggtsdisplay

ggtsdisplay of underlying ARMA process.
AIC.garma_model

AIC for model
autoplot.garma_model

ggplot of the Forecasts of the model.
plot.garma_model

Plot Forecasts from model.
predict2

Predict2 future values.
predict.garma_model

Predict future values.
tsdiag.garma_model

Diagnostic fit of a garma_model.
print.garma_model

print a garma_model object.
vcov.garma_model

Covariance matrix
gof

Goodness-of-Fit test for a garma_model.
logLik.garma_model

Log Likelihood
version

garma package version