Learn R Programming

tsmethods (version 1.0.3)

add_ar: Add an autoregressive (AR) component to specification

Description

Generic method for the AR component of a model.

Usage

add_ar(object, ...)

Value

The specification object with an AR component.

Arguments

object

an object.

...

additional parameters passed to the method.

Details

The method is used in state space estimation and simulation models for adding an AR component to the specification.