sarma_components: Determine parameter expansion based upon objdesc

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Calculates the necessary vec space needed to pad the vectors for seasonal terms.

Usage

1

Arguments

objdesc

A vec with the appropriate sarima object description

Value

A vec with the structure:

np

Number of Non-Seasonal AR Terms

nq

Number of Non-Seasonal MA Terms

nsp

Number of Seasonal AR Terms

nsq

Number of Seasonal MA Terms

ns

Number of Seasons (e.g. 12 is year)

p

Total number of phi terms

q

Total number of theta terms


SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.