model_objdesc {simts} | R Documentation |
Generate the ts model object description
Description
Creates the ts.model's obj.desc value
Usage
model_objdesc(desc)
Arguments
desc |
A |
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.
[Package simts version 0.2.2 Index]