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