Python for Statistic

Walter Moreira walterm at parque.homelinux.net
Fri May 10 17:35:39 EDT 2002


On Thu, May 09, 2002 at 10:12:15PM +0000, gimar wrote:
> I need to know the best way to process data for statistical calculations.
> Is there a reliable module out there that I could use for finding median, 
> chi square, std deviation, T Student ... ?

There is a very good language oriented to statistics called R and there are
some extension modules for using R from Python:

  RPy: <http://rpy.sourceforge.net>
  RSPython: <http://www.omegahat.org/RSPython>

Hope it helps.
Walter





More information about the Python-list mailing list