add_arma: ARMA Component

add_arma.issm.componentR Documentation

ARMA Component

Description

ARMA Component

Usage

## S3 method for class 'issm.component'
add_arma(object, order = c(0, 0), ar = 0, ma = 0, mu = 0, ...)

Arguments

object

an object of class issm.component or other supported class.

order

the ar and ma orders.

ar

a vector of ar coefficients.

ma

a vector of ma coefficients.

mu

the mean parameter (defaults to zero) of the ARMA process.

...

additional parameters.

Value

An object of class issm.component updated with the ARMA component.


tsaux documentation built on April 4, 2026, 9:06 a.m.