Learn R Programming

simts (version 0.2.2)

desc.to.ts.model: 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)

Value

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

  • desc

  • theta

Arguments

desc

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

Author

James Balamuta

Examples

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

Run the code above in your browser using DataLab