[Haskell-cafe] Is there a module for multivariate linear regression?

Henning Thielemann lemming at henning-thielemann.de
Tue Nov 6 08:38:24 EST 2007


On Mon, 5 Nov 2007, Lihn, Steve wrote:

> I am looking for a Haskell module that will do multivariate linear
> regression. Does someone know which module will do it? That is, the
> equivalent of Perl's Statistics::Regression.pm.
>
> http://search.cpan.org/~itub/PerlMol-0.35_00.ppm/lib/Statistics/Regression.pm

Maybe you can solve this with the GSL Haskell wrapper and least squares
solutions of simultaneous linear equations.
(Numeric.LinearAlgebra.Algorithms.linearSolve)

http://alberrto.googlepages.com/gslhaskell



More information about the Haskell-Cafe mailing list