model_process_desc {simts} | R Documentation |
Generate the ts model object's process desc
Description
Creates the ts.model's process desc
Usage
model_process_desc(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 vector<string>
with a list of descriptive values to label the estimate matrix with
[Package simts version 0.2.2 Index]