Learn R Programming

simts (version 0.2.2)

sarma_calculate_spadding: Calculates Length of Seasonal Padding

Description

Computes the total phi and total theta vector length.

Usage

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

Value

A vec with rows:

p

Number of phi parameters

q

Number of theta parameters

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.