I'm using MathNet Numerics matrices and trying to find out covariance of a matrix.
How can we find covariance of matrix?
We have method to find covariance between two IEnumerable under Statistics namespace.
http://numerics.mathdotnet.com/api/MathNet.Numerics.Statistics/Statistics.htm
But I don't know how to use it to find for a matrix.
For ex: In matlab/octave
Same way in C#. How can we implement??