add_arma: Add an autoregressive moving average (ARMA) component to...

View source: R/methods.R

add_armaR Documentation

Add an autoregressive moving average (ARMA) component to specification

Description

Generic method for the ARMA component of a model.

Usage

add_arma(object, ...)

Arguments

object

an object.

...

additional parameters passed to the method.

Details

The method is used in state space estimation and simulation models for adding an ARMA component to the specification.

Value

The specification object with an ARMA component.


tsmethods documentation built on Feb. 15, 2026, 9:06 a.m.