2009-10-18 05:33:25 UTC
I have got 2 asset's times series of 2400 data each and I have to:
1st: get my variance covariance matrix (which will be 2x2 matrix size wright?)
2nd: I need to apply cholesky decomposition to get my new "D" matrix and then calculate: D'D=E
-if my variance covariance 2x2 matrix is (1.5471; 0.03356)
(0.0356; 0.03082),
how do I apply the cholesky decomposition?and why do I use
the cholesky decomposition? what it the sense of using it?
thank you