powered by
Generate correlation matrix from partial autocorrelations
pacf_vec_to_acf(pacf_vec, n_repeat)
Correlation matrix from partial autocorrelations.
Vector of partial autocorrelations
number of repeat measures (must be longer than length of pacf_vec)
pacf_vec_to_acf(c(0.5, -0.1), 5)
Run the code above in your browser using DataLab