sarma_expand_unguided: (Internal) Expand the SARMA Parameters

View source: R/RcppExports.R

sarma_expand_unguidedR Documentation

(Internal) Expand the SARMA Parameters

Description

(Internal) Expand the SARMA Parameters

Usage

sarma_expand_unguided(params, np, nq, nsp, nsq, ns, p, q)

Arguments

params

A vec containing the theta values of the parameters.

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.

p

An unsigned int that is the total size of the phi vector.

q

An unsigned int that is the total size of the theta vector.

Value

A field<vec> that contains the expansion.


SMAC-Group/simts documentation built on Sept. 4, 2023, 5:25 a.m.