March 11th, 2009, 1:48 pm
Hi,Thanks for your reply? How does the correlation matrix come into play? From what I heard and read, I thought I will generate two random normal distribution separately, and then use the cholesky decomposition for the covariance matrix to convert the two independent distributions to correlated distributions. epsilon_1 = Z_1epsilon_2 = rho Z_1 + sqrt(1-rho^2)Z_2where rho is the correlation coefficient, and Z_1 and Z_2 are the two uncorrelated random normal distributionsand finally I would find the price of the two assets using:S_(t+delta t) = S_t exp[(mu - sigma^2/2)delta t + sigma sqrt(delta t) epsilon]Is that correct?