sarma_calculate_spadding: Calculates Length of Seasonal Padding

View source: R/RcppExports.R

sarma_calculate_spaddingR Documentation

Calculates Length of Seasonal Padding

Description

Computes the total phi and total theta vector length.

Usage

sarma_calculate_spadding(np, nq, nsp, nsq, ns)

Arguments

np

An unsigned int containing the number of non-seasonal phi parameters.

nq

An unsigned int containing the number of non-seasonal theta parameters.

nsp

An unsigned int containing the number of seasonal phi parameters.

nsq

An unsigned int containing the number of seasonal theta parameters.

Value

A vec with rows:

p

Number of phi parameters

q

Number of theta parameters


simts documentation built on Aug. 31, 2023, 5:07 p.m.