powered by
Compute an AR process exactly fitting an autocorrelation function.
acf2AR(acf)
An autocorrelation or autocovariance sequence.
A matrix, with one row for the computed AR(p) coefficients for 1 <= p <= length(acf).
1 <= p <= length(acf)
ARMAacf, ar.yw which does this from an empirical ACF.
ARMAacf
ar.yw
(Acf <- ARMAacf(c(0.6, 0.3, -0.2))) acf2AR(Acf)
Run the code above in your browser using DataLab