Learn R Programming

tswge (version 2.1.0)

factor.wge: Produce factor table for a kth order AR or MA model

Description

This program produces a factor table that reduces a kth order factor into its first and irreducible second order factors as described in Section 3.2.11 of "Applied Time Series Analysis" by Woodward, Gray, and Elliott

Usage

factor.wge(phi=0, theta=0)

Value

The only output is the factor table, written by default to the console

Arguments

phi

Vector containing the coefficients of the kth order AR factor which is to be factored

theta

Vector containing the coefficients of the kth order MA factor which is to be factored

Author

Wayne Woodward

References

"Applied Time Series Analysis, 2nd edition" by Woodward, Gray, and Elliott

Examples

Run this code
factor.wge(phi=c(-.3,.44,.29,-.378,-.648))

Run the code above in your browser using DataLab