expand_ma: Expand MA coefficients to include SMA coefficients of SARMA...

View source: R/sarmacopula.R

expand_maR Documentation

Expand MA coefficients to include SMA coefficients of SARMA model

Description

Expand MA coefficients to include SMA coefficients of SARMA model

Usage

expand_ma(ma, sma, period)

Arguments

ma

vector of MA coefficients

sma

vector of SMA coefficients

period

period of SARMA model

Value

vector of MA coefficients in equivalent ARMA model


tscopula documentation built on May 29, 2024, 5:53 a.m.