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,
_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to