print.ts.model: Multiple a ts.model by constant

Description Usage Arguments Value Author(s) Examples

Description

Sets up the necessary backend for creating multiple model objects.

Usage

1
2
## S3 method for class 'ts.model'
print(x, ...)

Arguments

x

A numeric value

...

further arguments passed to or from other methods.

Value

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

Author(s)

JJB

Examples

1
2
3
4
5
QN() + DR() + WN() + RW() + AR1() + ARMA(1,2)
AR1(phi=.9,sigma2=.1) + WN(sigma2=1) + 
RW(sigma2=.3) + DR(slope=.5) + QN(q2=.9) + ARMA(ar=c(.3,.1),ma=c(.3,.2), sigma2= .99)

AR1(.9,.1) + WN(1) + RW(.3) + DR(.5) + QN(.9) + ARMA(c(.3,.1),c(.3,.2), .99)

gmwm documentation built on April 14, 2017, 4:38 p.m.