desc.to.ts.model {simts}R Documentation

Create a ts.model from desc string

Description

Sets up the necessary backend for using Cpp functions to build R ts.model objects

Usage

desc.to.ts.model(desc)

Arguments

desc

A character vector containing: "AR1","DR","WN","RW","QN"

Value

An S3 object with called ts.model with the following structure:

Author(s)

James Balamuta

Examples

desc.to.ts.model(c("AR1","WN"))

[Package simts version 0.2.2 Index]