I am trying to generated 3 different 1 x 500 size vector random correlated series. I do have their covariance matrix.
I am following this example from scipy to generate correlated random numbers.
Why is this process different from using built in module from numpy?