This function simulates multiple correlated random walk processes.

simulate_corr_rw(N, sigma_rw)

Arguments

N

An integer indicating the length of the time series.

sigma_rw

A matrix denoting the covariance of the random walk innovations.

Value

A matrix of the simulated correlated random walk processes.

Author

Davide Antonio Cucci