Sampling Correlated Asset Paths

  • Thread starter Thread starter DanM
  • Start date Start date

DanM

Math Student
Joined
8/1/09
Messages
178
Points
28
I've seen some do this by performing Cholesky factorization on the correlation matrix and some by performing it in the covariance matrix. Which way is correct?
 
You could do it either way. Starting with a vector of uncorrelated standard normals, using the covariance matrix is more direct since you have to factor in the individual volatilities anyway.
 
Back
Top Bottom