Learn R Programming

gmwm (version 2.0.0)

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)

Arguments

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

Value

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

Examples

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

Run the code above in your browser using DataLab