Re: EOF explained variance
- From: "Leandro Calil" <leandro@xxxxxxxxxxxxxxxx>
- Date: Mon, 14 Jul 2008 18:06:01 +0000 (UTC)
Dear Roger,
First, thanks for your help !!
I intend make a EOF analysis from a grid space that have 126
points and 8036 times.
I think the right matrix organization for calculate the
covariance matrix from my data is X(8036,126). Is that right??
If it is right, I need to calculate cov(X). It is not this?
I need the total data variance. I hope reach this with the
sum of principal diagonal of my covariance matrix.
Thank you again...
Leandro
"Roger Stafford" <ellieandrogerxyzzy@xxxxxxxxxxxxxxxxxxxxxx>
wrote in message <g5fv22$6l0$1@xxxxxxxxxxxxxxxxxx>...
"Leandro Calil" <leandro@xxxxxxxxxxxxxxxx> wrote inmessage <g5fn4v$nj7
$1@xxxxxxxxxxxxxxxxxx>...observation, and
Hi guys
I am a intermediate user of matlab and I need your help...
I try to calculate the explained variance for eof analysis,
but when I try to calculate the covariance matrix from my
data, matlab shown "out of memory". My data size is 126x8036
and my computer have 1 Gb ram. I try Cov(X) and a simple
X*X'... I don?t known another way to calculate covariance
matrix that use less memory. If some body can help me??
thanks a lot...
Leandro
The documentation for 'cov' states that "each row is an
each column is a variable". If your X matrix is of size126 x 8036, then cov(X)
will assume you have 8036 variables with 126 observationsand produce a
covariance matrix of size 8036 x 8036, which is verylarge. Is that what you
intended? The matrix product you wrote, X*X', is only 126x 126 in size.
This suggests that perhaps you actually have 8036observations and only 126
variables and need to compute cov(X').
Roger Stafford
.
- Follow-Ups:
- Re: EOF explained variance
- From: Roger Stafford
- Re: EOF explained variance
- References:
- EOF explained variance
- From: Leandro Calil
- Re: EOF explained variance
- From: Roger Stafford
- EOF explained variance
- Prev by Date: Re: Multiple instances of an m-function with (separate) persistent vars?
- Next by Date: Re: Simulink mdl file size bloat
- Previous by thread: Re: EOF explained variance
- Next by thread: Re: EOF explained variance
- Index(es):
Relevant Pages
|