[Haskell-cafe] Is there a module for multivariate linear
regression?
Don Stewart
dons at galois.com
Mon Nov 5 12:59:55 EST 2007
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.pm
>
> 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
More information about the Haskell-Cafe
mailing list