sum of a large covariance matrix



hi all,

I have a 155x12000 matrix. I am unable to compute the covariance
matrix since i am running out of memory. is their a neat trick to
compute the sum of the covariance matrix (I don't need to store it.
simply i need the sum of the variance-covariance matrix) i hope
someone could help.
D
.



Relevant Pages

  • Re: sum of a large covariance matrix
    ... matrix since i am running out of memory. ... compute the sum of the covariance matrix (I don't need to store it. ... observation, and each column a variable, so 'cov' of a 155 x 12000 matrix ...
    (comp.soft-sys.matlab)
  • Re: modifying mahalanobis distance
    ... Hi, I am not sure if you are still reading this thread, I now understand why decreasing the error C_i on a data point y_i brings the ML solution of the mean closer to it. ... a better covariance K_seems to be harder to derive because the covariance of the cluster is inside the inversion of the sum of two matrices. ...
    (sci.math)
  • Re: avoiding for loops
    ... =A0Assuming you meant that b is 40000x9 and bis correc= ... What covariance is it you estimate? ... But as Itold this takes too long time and I have memory problem I can not allocate memory for C.The virtual memory that I use is 40 GB. ...
    (comp.soft-sys.matlab)
  • Re: avoiding for loops
    ... I'm assuming you're going to operate on some subset of the pixels so that memory and run time are not concerns. ... % Pick a pair of pixels and calculate the covariance. ... % Show how to extract the covariance of pixelsover all images. ...
    (comp.soft-sys.matlab)

Loading