# NOT RUN {
set.seed(42)
corr_mat <- matrix(c(1.0, 0.2, 0.2, 0.2, 1.0, 0.2, 0.2, 0.2, 1.0), 3, 3)
n <- 1000
delta_time <- 0.01
correlated_brownian_noise(
sigma_matrix = corr_mat, n = n, delta_time = delta_time
)
# }
Run the code above in your browser using DataLab