ANOVA and logistic regression?

Daniel Reuter reuter at Uni-Hohenheim.DE
Tue Feb 20 08:59:42 EST 2001


Hello there,

I have a stats module, which can do at least ANOVA, found it at the
Vaults of Parnassus (check the mathematics section), but it's plain
python, and I don't know how well it behaves on large datasets. You might
try it out.

Regards,
Daniel

On Tue, 20 Feb 2001, Alex Martelli wrote:

> Can anybody recommend C-coded Python extensions for doing
> ANOVA, and logistic regression, on largish data sets, in a
> reasonably speedy way?  Pure-Python solutions also welcome,
> but I suspect they might be a bit slow.  I need to run this
> stuff with Python 2.0 on a Win32 box (and have no problem
> building extensions from sources, although I'd rather not
> have to tweak/port the sources if possible -- but it won't
> kill me if I do have to do that), but it would be nice if
> the solution was cross-platform and redistributable (GPL,
> LGPL, OpenSource, etc, preferred, but free-as-in-free-beer
> is the key issue here:-).
>  
> Advthanksance...
> 
> 
> Alex






More information about the Python-list mailing list