help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] Covariance Matrix and Cholesky factorization


From: JongKwan Kim
Subject: [Help-gsl] Covariance Matrix and Cholesky factorization
Date: Tue, 11 May 2010 10:37:19 -0600

Hello everyone,

I am working on gsl, but I have a quick question.
I have to calculate the covariance matrix and cholesky factorization for a
matrix.
I have a matrix like below...

a = [ 0.5   0.4   0.7;
         0.9   0.3   0.3;
         0.1   0.7   0.6]

So, do you know how to calculate the covariance matrix and cholesky
factorization?
I mean... GNU has a library for those?
If you have any idea to solve this, please let me know....

Thanks,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]