This function simulates multiple correlated AR(1) processes.
simulate_corr_ar1(N, phi_ar1, sigma_ar1)
An integer
indicating the length of the time series.
A vector
indicating the phi terms of the AR(1) processes.
A matrix
denoting the covariance of the AR(1) innovations.
A matrix
of the simulated correlated AR(1) processes.