desc.to.ts.model: Create a ts.model from desc string

View source: R/ts.model.R

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

  • desc

  • theta

Author(s)

JJB

Examples

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

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.