[SciPy-user] PCA and Scipy
oliver.tomic at matforsk.no
oliver.tomic at matforsk.no
Fri Feb 3 03:49:39 EST 2006
Hi Jaonary,
here is a simple PCA-class that I wrote some time ago and which covers more
of that what I needed in my project. I wanted the scores- and loadings
values to be the same as in Unscrambler
(http://www.camo.com/rt/Products/Unscrambler/unscrambler.html). Besides
that I also needed correlation loadings, which I could not find in any
other package.
I am sure there are more elegant ways to this, but it works and I'd be
happy to share it.
Hope that helps
Oliver
(See attached file: pca.py)
scipy-user-bounces at scipy.net wrote on 02.02.2006 10:48:30:
> Hi all,
> I'd like to know if the principal component analysis is already
implemented
> elsewhere in scipy. More generaly, how can I find the list of packages
and
> modules in scipy, and the algo implemented? The link to the API
documentation
> on the web site is not working.
> Thank you,
>
> Jaonary
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pca.py
Type: application/octet-stream
Size: 3796 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060203/2e7275e4/attachment.obj>
More information about the SciPy-User
mailing list