Learn R Programming

tswge (version 2.1.0)

is.glambda.wge: Instantaneous spectrum

Description

Calculates instantaneous spectrum (in dB) based on a G(lambda) time transformation

Usage

is.glambda.wge(n, phi = 0, sigma2 = 1, lambda, offset)

Value

Simply a plot of the realization

Arguments

n

Length of realization.

phi

Coefficients of AR model fit to dual data.

sigma2

White noise variance

lambda

Lambda in the G(lambda) time transformnation used

offset

Offset in the G(lambda) time transformnation used

Author

Wayne Woodward

References

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

Examples

Run this code
is.glambda.wge(n=200,phi=c(.93,-.32,-.15,-.15,-.17),lambda=-.4,offset=63)

Run the code above in your browser using DataLab