Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

PacfToAR

Transform from PACF Parameters to AR Coefficients


Description

Transforms AR partical autocorrelation function (PACF) parameters to AR coefficients based on the Durbin-Levinson recursion.

Usage

PacfToAR(zeta)

Arguments

zeta

vector of AR PACF parameters

Details

See Mcleod and Zhang (2006)

Value

Vector of AR coefficients

Author(s)

A.I. McLeod and Y. Zhang

References

McLeod, A.I. and Zhang, Y. (2006). Partial autocorrelation parameterization for subset autoregression. Journal of Time Series Analysis, 27, 599-612.

See Also

Examples

somePACF<-c(0.5,0.6,0.7,0.8,-0.9,-0.8)
someAR<-PacfToAR(somePACF)
test<-ARToPacf(someAR)
#this should be very small
sum(abs(test-somePACF))

FitAR

Subset AR Model Fitting

v1.94
GPL (>= 2)
Authors
A.I. McLeod, Ying Zhang and Changjiang Xu
Initial release
2013-03-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.