View source: R/pacf_vec_to_acf.R
pacf_vec_to_acf | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.