[SciPy-User] calculating numerous linear regressions quickly

Sturla Molden sturla.molden at gmail.com
Sat Jan 25 16:31:08 EST 2014


I had the same issue when computing "lowess" regression. I ended up using a
Fortran subroutine that called the LAPACK  subroutine DGELS. (It is
possible to vectorize for multiple cores using OpenMP or link with a
multithreaded LAPACK/BLAS. What works best is dependent on the problem.)

Sturla




More information about the SciPy-User mailing list