
6 Nov
2007
6 Nov
'07
8:38 a.m.
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.p...
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