powered by
Compute autoregressive coefficients from partial autocorrelations
pacf2ar(alpha)
A vector of autoregressive coefficients with same length as alpha.
alpha
vector of partial autocorrelation values.
alpha <- ARMAacf(ar = -0.9, ma = 0.8, lag.max = 50, pacf = TRUE) phi <- pacf2ar(alpha)
Run the code above in your browser using DataLab