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)

James Balamuta

Examples

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

SMAC-Group/simts documentation built on Sept. 4, 2023, 5:25 a.m.