Generate Correlated Normals

62 Views Asked by At

I want to generate normals $X,Y,Z$ with the correlation matrix $R$ but with means $0, 1, 2$ and variances $4, 16, 25$ respectively.

How can I do this? Is it possible to apply Cholesky?