ANOVA and logistic regression?

Janne Sinkkonen janne at oops.nnets.fi
Tue Feb 20 17:56:43 EST 2001


"Alex Martelli" <aleaxit at yahoo.com> writes:

> Can anybody recommend C-coded Python extensions for doing
> ANOVA, and logistic regression, on largish data sets, in a
> reasonably speedy way?

I have a "fast enough" Numeric Python implementation of basic (and
regularized, i.e. a gaussian prior for the parameters) log-linear
regression.  Only one binary depedent variable.

-- 
Janne



More information about the Python-list mailing list