pacf2ar | R Documentation |
Compute autoregressive coefficients from partial autocorrelations
pacf2ar(alpha)
alpha |
vector of partial autocorrelation values. |
A vector of autoregressive coefficients with same length as alpha
.
alpha <- ARMAacf(ar = -0.9, ma = 0.8, lag.max = 50, pacf = TRUE)
phi <- pacf2ar(alpha)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.