eigen analysis : how to recompose the signal?
- From: "Olivier Delrieu" <pub@xxxxxxxxxxx>
- Date: Sun, 22 May 2005 00:25:49 +0000 (UTC)
Hello,
Let's imagine I am using an eigen analysis to decompose n variables observed
p times. This will produce a subset of c components, c<<n, explaining most
of the signal : a vector of [c] eigenvalues, a matrix of [n,c] loadings and
a matrix of [p,c] scores.
Now, I would like to use only the variables having the greatest loadings in
order to estimate what the 'real' observation would be. How do I recompose
the signal ? How can I better characterize this estimatation (e.g.
confidence interval) ?
Is it something like :
observation = sum(1 to c)
[sqrt(eigenvalue(c)).loading(variable,c).measure(variable)]
Thanks
Olivier.
.
- Follow-Ups:
- Re: eigen analysis : how to recompose the signal?
- From: rudnyi
- Re: eigen analysis : how to recompose the signal?
- Prev by Date: Re: Good book on mathematical statistics
- Next by Date: question about nth moment method
- Previous by thread: Good book on mathematical statistics
- Next by thread: Re: eigen analysis : how to recompose the signal?
- Index(es):
Relevant Pages
|