comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Principal component analysis
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Principal component analysis [message #57151] Wed, 05 December 2007 06:00 Go to previous message
Haje Korth is currently offline  Haje Korth
Messages: 651
Registered: May 1997
Senior Member
Hi,
I am puzzled by principal component analysis. I calculated the eigenvalues
using both PCOMP and IMSP_PRINC_COMP routines. Could someone enlighten me
why the results are completely different? I have tried different keywords to
see whether I can match them by trial and error, but I had no success. There
must be someone out there who undertstands this much better than I do.

Thanks so much,
Haje


IDL> a=[[1,-2,-6],[-2,1,-3],[-6,-3,5]]
IDL> pca=pcomp(a,eigenvalues=ev) & print,transpose(ev)
2.24227 0.757732 0.000000
IDL> ev=imsl_princ_comp(a) & print,ev
9.53359 -5.19751 2.66392
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL7 Paths, again
Next Topic: Re: Custom formatting under version 7.0?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 22:27:22 PDT 2025

Total time taken to generate the page: 0.08063 seconds