sarma_expand: Expand Parameters for an SARMA object

Description Usage Arguments Details Value Examples

View source: R/RcppExports.R

Description

Creates an expanded PHI and THETA vector for use in other objects.

Usage

1
sarma_expand(params, objdesc)

Arguments

params

A vec containing the theta values of the parameters.

objdesc

A vec containing the model term information.

Details

The objdesc is assumed to have the structure of:

Value

A field<vec> of size two as follows:

Examples

1
2
# p, q, P, Q, 1, s, i, si
m = sarma_expand(c(0.5,.2,0,.1,.92,.83,.42,.33,.12), c(2,2,2,3,1,12,0,0))

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