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

See Also

sarma_components


SMAC-Group/gmwm documentation built on June 10, 2025, 6:10 a.m.