
5 Nov
2007
5 Nov
'07
12:59 p.m.
horng_twu_lihn:
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.
[1]http://search.cpan.org/~itub/PerlMol-0.35_00.ppm/lib/Statistics/Regression.p...
Thanks, Steve
Always check hackage.haskell.org first, but I'm not sure we have exactly what you're looking for: http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Math in which case the backup is : http://haskell.org/haskellwiki/Applications_and_libraries/Mathematics this does sound like fairly easy to package up as a new module, though, if you're keen.. -- Don