Learn R Programming

gmwm (version 2.0.0)

model_process_desc: Generate the ts model object's process desc

Description

Creates the ts.model's process desc

Usage

model_process_desc(desc)

Arguments

desc
A vector that contains a list of the strings of each process.

Value

A vector with a list of descriptive values to label the estimate matrix with

Details

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