pacf_vec_to_acf {cities} | R Documentation |
Generate correlation matrix from partial autocorrelations
pacf_vec_to_acf(pacf_vec, n_repeat)
pacf_vec |
Vector of partial autocorrelations |
n_repeat |
number of repeat measures (must be longer than length of pacf_vec) |
Correlation matrix from partial autocorrelations.
pacf_vec_to_acf(c(0.5, -0.1), 5)