October 17th, 2005, 10:34 am
If i want to generate n correlated randon walks when I know the correlation matrix Cij. How do I ensure that each random walk is consistent with each other?for instance if we have 2 stocks, the proceedure I use is to generate 2 normal walks gaus1 and gaus2Then correlated random walk gaus3 is given by gaus3 = gaus1[j]*Cij+sqrt( (1-Cij*Cij) )*gaus2[j]How do I ensure I remain consitent for 3 randon walks?ThanksTom