PCA principal component analysis

Suchandra Thapa ssthapa at classes.cs.uchicago.edu
Thu Apr 10 19:30:01 EDT 2003


sebastien <s.thuriez at laposte.net> wrote:
> Is there any PCA analysis tools for python ?
> If it does, do you have any idea on how well it would scale ?
> 
> I have already seen PyClimate (but it is not available for Windows
> which will be one of the target). Is there some LAPACK like packages ?

Have you considered using R (www.r-project.com) and RS/Python
(http://www.omegahat.org/RSPython/).  R is a statistical programming language
with libraries to handle most common statistical methods.  Using RS/Python
you can create R objects, populate them, and pass them into R functions within
python or vice versa.

-- 
----------------------------------------------------------------------------
Suchandra Thapa                       
s-thapa-11 at NOSPAMalumni.uchicago.edu  
----------------------------------------------------------------------------




More information about the Python-list mailing list