This function simulates multiple correlated random walk processes.
simulate_corr_rw(N, sigma_rw)
An integer
indicating the length of the time series.
A matrix
denoting the covariance of the random walk innovations.
A matrix
of the simulated correlated random walk processes.