model_objdesc: Generate the ts model object description

View source: R/RcppExports.R

model_objdescR Documentation

Generate the ts model object description

Description

Creates the ts.model's obj.desc value

Usage

model_objdesc(desc)

Arguments

desc

A vector<string> that contains a list of the strings of each process.

Details

This function currently does NOT support ARMA(P,Q) models. That is, there is no support for ARMA(P,Q), AR(P), or MA(Q). There is support for ARMA11, AR1, MA1, GM, WN, DR, QN, and RW.

Value

A field<vec> that contains the object description of each process.


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