Learn R Programming

tswge (version 2.1.0)

macoef.geg.wge: Calculate coefficients of the general linear process form of a Gegenbauer process

Description

Calculate coefficients of the general linear process form of a Gegenbauer process based on formula (8), page 6 of Ferrara and Guegan(2001).

Usage

macoef.geg.wge(u, lambda, trun = 300000)

Value

A vector of length trun containing the GLP coefficients

Arguments

u

The value of u in the Gegenbauer model

lambda

The value of lambda in the Gegenbauer model

trun

The truncation point of the infinite GLP form

Author

Wayne Woodward

Details

This function is called by gen.geg.wge

References

Applied Time Series Analysis with R, second edition by Woodward, Gray, and Elliott and Ferrara and Guegan(2001)

Examples

Run this code
mageg=macoef.geg.wge(u=.8,lambda=.3)

Run the code above in your browser using DataLab