sarima_properties: SARIMA Properties

View source: R/arima.R

sarima_propertiesR Documentation

SARIMA Properties

Description

SARIMA Properties

Usage

sarima_properties(model, nspectrum = 601, nacf = 36)

Arguments

model

a "JD3_SARIMA" model (created with sarima_model()).

nspectrum

number of points in [0, pi] to calculate the spectrum.

nacf

maximum lag at which to calculate the acf.

Value

List with the acf and the spectrum of the model.

Examples


mod1 <- sarima_model(period = 12, d = 1, bd = 1, theta = 0.2, btheta = 0.2)
sarima_properties(mod1)


rjd3toolkit documentation built on Jan. 14, 2026, 1:06 a.m.