Learn R Programming

tswge (version 2.1.0)

pacfts.wge: Compute partial autocorrelations

Description

Compute partial autocorrelations using either YW (default and the classical method), Burg, or ML estimates.)

Usage

pacfts.wge(x,lag.max=5, plot=TRUE,na.action,limits=FALSE,method ='yw')

Value

method

Estimation method used: MLE, Burg, or YW

pacf

PACF estimates using estimation method specified

Arguments

x

Realization

lag.max

Max lag

plot

Logical variable

na.action

Not used

limits

Logical variable

method

Either "mle" (default),"burg",or"yw"

Author

Wayne Woodward

References

"Time Series for Data Science: Analysis and Forecasting with R" by Woodward, Sadler, and Gray

Examples

Run this code
data(sunspot2.0)
          pacfts.wge(sunspot2.0,lag.max=10,method='burg')

Run the code above in your browser using DataLab