add_ma: Add a moving average (MA) component to specification

View source: R/methods.R

add_maR Documentation

Add a moving average (MA) component to specification

Description

Generic method for the MA component of a model.

Usage

add_ma(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 a MA component to the specification.

Value

The specification object with a MA component.


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