ARToMA(FitAR)R Documentation

Coefficients in GLP expansion

Description

A stationary-causal AR(p) can be written as a general linear process (GLP). This function obtains the moving-average expansion out to the L-th lag, z[t] = a[t]+psi[1]*a[t-1]+...+psi[L]*a[t-L].

Usage

ARToMA(phi, lag.max)

Arguments

phi AR Coefficients
lag.max maximum lag

Details

The coefficients are computed recursively as indicated in Box and Jenkins (1970).

Value

vector of length L+1 containing, (1,psi[1],...,psi[L])

Author(s)

A.I. McLeod

References

Box and Jenkins (1970), Time Series Analysis, Foreasting & Control

See Also

InvertibleQ

Examples

ARToMA(0.5,20)

[Package FitAR version 1.0 Index]