7
votes
5answers
576 views

Generate random multivariate values from empirical data

I'm working on a Monte Carlo function for valuing several assets with partially correlated returns. Currently, I just generate a covariance matrix and feed to the the ...