[Numpy-discussion] Multiple Linear Regression?

Konrad Hinsen hinsen at cnrs-orleans.fr
Mon Apr 29 05:40:03 EDT 2002


Jasper Phillips <jasper at peak.org> writes:

> I'm still looking for a library written in Python, but haven't had any luck.

Numerical Python has all the basic stuff, but you need to read in and
arrange the data yourself. All linear regression problems ultimately
become least-squares problems for a system of linear equations, which
can be solved using LinearAlgebra.linear_least_squares.

Konrad.




More information about the NumPy-Discussion mailing list